Remove "@author Aaron Schulz" annotations
Bug: T139301 Change-Id: Ib5248e8e27d60611c7373bce4b29dd5e85aa3489
This commit is contained in:
parent
4d55e3ad70
commit
82e2c924e4
71 changed files with 22 additions and 76 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
use MediaWiki\Logger\LoggerFactory;
|
||||
|
|
|
|||
1
includes/cache/BacklinkCache.php
vendored
1
includes/cache/BacklinkCache.php
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
use Wikimedia\Rdbms\DBConnectionError;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup ExternalStorage
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use \MediaWiki\Logger\LoggerFactory;
|
||||
use MediaWiki\MediaWikiServices;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileJournal
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
use MediaWiki\MediaWikiServices;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
* @file
|
||||
* @ingroup FileRepo
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
use Wikimedia\Rdbms\DBConnRef;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @defgroup JobQueue JobQueue
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use MediaWiki\MediaWikiServices;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Wikimedia\Rdbms\IDatabase;
|
||||
use Wikimedia\Rdbms\DBConnRef;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
* @ingroup JobQueue
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
* @ingroup JobQueue
|
||||
*/
|
||||
use MediaWiki\MediaWikiServices;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup JobQueue
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Psr\Log\LoggerAwareInterface;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Wikimedia\Timestamp\ConvertibleTimestamp;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Psr\Log\LoggerAwareInterface;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Wikimedia\Timestamp\ConvertibleTimestamp;
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Russ Nelson
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileJournal
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup FileBackend
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ use Wikimedia\WaitConditionLoop;
|
|||
*
|
||||
* @file
|
||||
* @ingroup LockManager
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup LockManager
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup LockManager
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Cache
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Cache
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
use Psr\Log\LoggerAwareInterface;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Cache
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
use Psr\Log\LoggerAwareInterface;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Profiler
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
namespace Wikimedia\Rdbms;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Database
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
namespace Wikimedia\Rdbms;
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Psr\Log\LoggerAwareInterface;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @defgroup Redis Redis
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
use Psr\Log\LoggerAwareInterface;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
* $wgProfiler['visible'] = true;
|
||||
* @endcode
|
||||
*
|
||||
* @author Aaron Schulz
|
||||
* @ingroup Profiler
|
||||
* @since 1.25
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Profiler
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Wikimedia\ScopedCallback;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup SpecialPage
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
use MediaWiki\Logger\LoggerFactory;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
use Wikimedia\Assert\Assert;
|
||||
use MediaWiki\MediaWikiServices;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/Maintenance.php';
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/Maintenance.php';
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/Maintenance.php';
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/Maintenance.php';
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/Maintenance.php';
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
* @file
|
||||
* @ingroup Maintenance
|
||||
* @author Aaron Schulz
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/Maintenance.php';
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
* @file
|
||||
* @author Aaron Schulz
|
||||
* @ingroup Maintenance
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue