Remove "@author Aaron Schulz" annotations

Bug: T139301
Change-Id: Ib5248e8e27d60611c7373bce4b29dd5e85aa3489
This commit is contained in:
Aaron Schulz 2017-06-26 23:14:22 -07:00
parent 4d55e3ad70
commit 82e2c924e4
71 changed files with 22 additions and 76 deletions

View file

@ -1,10 +1,28 @@
<?php
/**
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
* @file
*/
use MediaWiki\MediaWikiServices;
/**
* Factory class for spawning EventRelayer objects using configuration
*
* @author Aaron Schulz
* @since 1.27
*/
class EventRelayerGroup {

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use MediaWiki\Logger\LoggerFactory;

View file

@ -20,7 +20,6 @@
*
* @file
* @author Tim Starling
* @author Aaron Schulz
* @copyright © 2009, Tim Starling, Domas Mituzas
* @copyright © 2010, Max Sem
* @copyright © 2011, Antoine Musso

View file

@ -1,7 +1,5 @@
<?php
/**
* Copyright 2017
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@ -18,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Psr\Log\LoggerAwareInterface;

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Wikimedia\Rdbms\DBConnectionError;

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup ExternalStorage
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
use \MediaWiki\Logger\LoggerFactory;
use MediaWiki\MediaWikiServices;

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileJournal
* @author Aaron Schulz
*/
use MediaWiki\MediaWikiServices;

View file

@ -27,7 +27,6 @@ use MediaWiki\Logger\LoggerFactory;
* Class to handle file lock manager registration
*
* @ingroup LockManager
* @author Aaron Schulz
* @since 1.19
*/
class LockManagerGroup {

View file

@ -20,7 +20,6 @@
* @file
* @ingroup FileRepo
* @ingroup FileBackend
* @author Aaron Schulz
*/
use Wikimedia\Rdbms\DBConnRef;

View file

@ -19,7 +19,6 @@
*
* @file
* @defgroup JobQueue JobQueue
* @author Aaron Schulz
*/
use MediaWiki\MediaWikiServices;

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Wikimedia\Rdbms\IDatabase;
use Wikimedia\Rdbms\DBConnRef;

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
/**

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
/**

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
/**

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Psr\Log\LoggerInterface;

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
/**

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Psr\Log\LoggerInterface;

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
* @ingroup JobQueue
*/

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
* @ingroup JobQueue
*/
use MediaWiki\MediaWikiServices;

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup JobQueue
* @author Aaron Schulz
*/
/**

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
/**

View file

@ -18,7 +18,7 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Antoine Musso "<hashar at free dot fr>", Aaron Schulz
* @author Antoine Musso "<hashar at free dot fr>"
*/
use IPSet\IPSet;

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
/**

View file

@ -43,7 +43,6 @@ use Psr\Log\NullLogger;
* - relayResponseHeaders : write out header via header()
* Request maps can use integer index 0 instead of 'method' and 1 instead of 'url'.
*
* @author Aaron Schulz
* @since 1.23
*/
class MultiHttpClient implements LoggerAwareInterface {

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Psr\Log\LoggerInterface;
use Psr\Log\LoggerAwareInterface;

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
use Wikimedia\Timestamp\ConvertibleTimestamp;

View file

@ -26,7 +26,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerInterface;

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
use Wikimedia\Timestamp\ConvertibleTimestamp;

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -20,7 +20,6 @@
* @file
* @ingroup FileBackend
* @author Russ Nelson
* @author Aaron Schulz
*/
/**

View file

@ -24,7 +24,6 @@
*
* @file
* @ingroup FileJournal
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -17,7 +17,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
use Psr\Log\LoggerInterface;

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup FileBackend
* @author Aaron Schulz
*/
/**

View file

@ -26,7 +26,6 @@ use Wikimedia\WaitConditionLoop;
*
* @file
* @ingroup LockManager
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup LockManager
* @author Aaron Schulz
*/
/**

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup LockManager
* @author Aaron Schulz
*/
/**

View file

@ -17,7 +17,6 @@
*
* @file
* @ingroup Cache
* @author Aaron Schulz
*/
/**

View file

@ -17,7 +17,6 @@
*
* @file
* @ingroup Cache
* @author Aaron Schulz
*/
use Psr\Log\LoggerAwareInterface;

View file

@ -17,7 +17,6 @@
*
* @file
* @ingroup Cache
* @author Aaron Schulz
*/
use Psr\Log\LoggerAwareInterface;

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup Profiler
* @author Aaron Schulz
*/
namespace Wikimedia\Rdbms;

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup Database
* @author Aaron Schulz
*/
namespace Wikimedia\Rdbms;

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Psr\Log\LoggerInterface;
use Psr\Log\LoggerAwareInterface;

View file

@ -19,7 +19,6 @@
*
* @file
* @defgroup Redis Redis
* @author Aaron Schulz
*/
use Psr\Log\LoggerAwareInterface;

View file

@ -40,7 +40,6 @@
* - stream : resource to stream the HTTP response body to
* Request maps can use integer index 0 instead of 'method' and 1 instead of 'url'.
*
* @author Aaron Schulz
* @since 1.23
*/
class VirtualRESTServiceClient {

View file

@ -2,7 +2,7 @@
/**
* Contain classes to list log entries
*
* Copyright © 2004 Brion Vibber <brion@pobox.com>, 2008 Aaron Schulz
* Copyright © 2004 Brion Vibber <brion@pobox.com>
* https://www.mediawiki.org/
*
* This program is free software; you can redistribute it and/or modify

View file

@ -2,7 +2,7 @@
/**
* Contain classes to list log entries
*
* Copyright © 2004 Brion Vibber <brion@pobox.com>, 2008 Aaron Schulz
* Copyright © 2004 Brion Vibber <brion@pobox.com>
* https://www.mediawiki.org/
*
* This program is free software; you can redistribute it and/or modify

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Psr\Log\LoggerInterface;

View file

@ -27,7 +27,6 @@
* $wgProfiler['visible'] = true;
* @endcode
*
* @author Aaron Schulz
* @ingroup Profiler
* @since 1.25
*/

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup Profiler
* @author Aaron Schulz
*/
use Wikimedia\ScopedCallback;

View file

@ -2,8 +2,6 @@
/**
* Implements Special:Activeusers
*
* Copyright © 2008 Aaron Schulz
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or

View file

@ -2,8 +2,6 @@
/**
* Implements Special:Log
*
* Copyright © 2008 Aaron Schulz
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup SpecialPage
* @author Aaron Schulz
*/
use MediaWiki\Logger\LoggerFactory;

View file

@ -1,7 +1,5 @@
<?php
/**
* Copyright © 2008 Aaron Schulz
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or

View file

@ -18,7 +18,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
use Wikimedia\Assert\Assert;
use MediaWiki\MediaWikiServices;

View file

@ -21,7 +21,6 @@
*
* @file
* @ingroup Maintenance
* @author Aaron Schulz
*/
require_once __DIR__ . '/Maintenance.php';

View file

@ -21,7 +21,6 @@
*
* @file
* @ingroup Maintenance
* @author Aaron Schulz
*/
require_once __DIR__ . '/Maintenance.php';

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup Maintenance
* @author Aaron Schulz
*/
require_once __DIR__ . '/Maintenance.php';

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
require_once __DIR__ . '/Maintenance.php';

View file

@ -16,7 +16,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
*/
require_once __DIR__ . '/Maintenance.php';

View file

@ -19,7 +19,6 @@
*
* @file
* @ingroup Maintenance
* @author Aaron Schulz
*/
require_once __DIR__ . '/Maintenance.php';

View file

@ -20,7 +20,6 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @file
* @author Aaron Schulz
* @ingroup Maintenance
*/