From f0b45099c1354e6822d9bf6a7664dde5eb3a6a65 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Thu, 15 Aug 2013 17:14:48 +0200 Subject: [PATCH] Correct authorship info for files I edited --- src/Composer/Command/CreateProjectCommand.php | 1 + src/Composer/Command/InstallCommand.php | 1 + src/Composer/Command/UpdateCommand.php | 1 + src/Composer/Composer.php | 1 + src/Composer/Factory.php | 1 + src/Composer/Installer.php | 1 + src/Composer/Installer/InstallationManager.php | 1 + src/Composer/Installer/PluginInstaller.php | 3 ++- src/Composer/Util/RemoteFilesystem.php | 1 + 9 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Composer/Command/CreateProjectCommand.php b/src/Composer/Command/CreateProjectCommand.php index 5cc19927a..308f1d204 100644 --- a/src/Composer/Command/CreateProjectCommand.php +++ b/src/Composer/Command/CreateProjectCommand.php @@ -44,6 +44,7 @@ use Composer\Package\Version\VersionParser; * @author Benjamin Eberlei * @author Jordi Boggiano * @author Tobias Munk + * @author Nils Adermann */ class CreateProjectCommand extends Command { diff --git a/src/Composer/Command/InstallCommand.php b/src/Composer/Command/InstallCommand.php index 2a9c6466a..edf8ae593 100644 --- a/src/Composer/Command/InstallCommand.php +++ b/src/Composer/Command/InstallCommand.php @@ -21,6 +21,7 @@ use Symfony\Component\Console\Output\OutputInterface; * @author Jordi Boggiano * @author Ryan Weaver * @author Konstantin Kudryashov + * @author Nils Adermann */ class InstallCommand extends Command { diff --git a/src/Composer/Command/UpdateCommand.php b/src/Composer/Command/UpdateCommand.php index 09fa61a9b..3ac0e1401 100644 --- a/src/Composer/Command/UpdateCommand.php +++ b/src/Composer/Command/UpdateCommand.php @@ -20,6 +20,7 @@ use Symfony\Component\Console\Output\OutputInterface; /** * @author Jordi Boggiano + * @author Nils Adermann */ class UpdateCommand extends Command { diff --git a/src/Composer/Composer.php b/src/Composer/Composer.php index e77316e4c..20279b5ac 100644 --- a/src/Composer/Composer.php +++ b/src/Composer/Composer.php @@ -24,6 +24,7 @@ use Composer\Autoload\AutoloadGenerator; /** * @author Jordi Boggiano * @author Konstantin Kudryashiv + * @author Nils Adermann */ class Composer { diff --git a/src/Composer/Factory.php b/src/Composer/Factory.php index a7609469a..ae18bee50 100644 --- a/src/Composer/Factory.php +++ b/src/Composer/Factory.php @@ -31,6 +31,7 @@ use Composer\Package\Version\VersionParser; * @author Ryan Weaver * @author Jordi Boggiano * @author Igor Wiedler + * @author Nils Adermann */ class Factory { diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index aec6e55a7..3e9a9bf6b 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -48,6 +48,7 @@ use Composer\Script\ScriptEvents; * @author Jordi Boggiano * @author Beau Simensen * @author Konstantin Kudryashov + * @author Nils Adermann */ class Installer { diff --git a/src/Composer/Installer/InstallationManager.php b/src/Composer/Installer/InstallationManager.php index b26273847..a43acbbda 100644 --- a/src/Composer/Installer/InstallationManager.php +++ b/src/Composer/Installer/InstallationManager.php @@ -29,6 +29,7 @@ use Composer\Util\StreamContextFactory; * * @author Konstantin Kudryashov * @author Jordi Boggiano + * @author Nils Adermann */ class InstallationManager { diff --git a/src/Composer/Installer/PluginInstaller.php b/src/Composer/Installer/PluginInstaller.php index 046aced45..61c5a2823 100644 --- a/src/Composer/Installer/PluginInstaller.php +++ b/src/Composer/Installer/PluginInstaller.php @@ -19,9 +19,10 @@ use Composer\Repository\InstalledRepositoryInterface; use Composer\Package\PackageInterface; /** - * Installer installation manager. + * Installer for plugin packages * * @author Jordi Boggiano + * @author Nils Adermann */ class PluginInstaller extends LibraryInstaller { diff --git a/src/Composer/Util/RemoteFilesystem.php b/src/Composer/Util/RemoteFilesystem.php index 29ed98321..7c26bd290 100644 --- a/src/Composer/Util/RemoteFilesystem.php +++ b/src/Composer/Util/RemoteFilesystem.php @@ -19,6 +19,7 @@ use Composer\Downloader\TransportException; /** * @author François Pluchino * @author Jordi Boggiano + * @author Nils Adermann */ class RemoteFilesystem {