From 7ea2fd6c933390bdb4ef07c6c90fd3b4889b27a9 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 16 Apr 2011 14:42:35 +0200 Subject: [PATCH] Fix author/copyright --- LICENSE | 2 +- README.md | 2 ++ src/Composer/DependencyResolver/ArrayRepository.php | 1 + src/Composer/DependencyResolver/DefaultPolicy.php | 1 + src/Composer/DependencyResolver/Literal.php | 1 + src/Composer/DependencyResolver/PackageRelation.php | 1 + src/Composer/DependencyResolver/PolicyInterface.php | 1 + src/Composer/DependencyResolver/Pool.php | 1 + .../RelationConstraint/RelationConstraintInterface.php | 1 + .../RelationConstraint/VersionConstraint.php | 1 + src/Composer/DependencyResolver/RepositoryInterface.php | 1 + src/Composer/DependencyResolver/Request.php | 1 + src/Composer/DependencyResolver/Rule.php | 1 + src/Composer/DependencyResolver/Solver.php | 1 + src/Composer/Package/BasePackage.php | 1 + src/Composer/Package/MemoryPackage.php | 1 + .../Composer/Test/DependencyResolver/ArrayRepositoryTest.php | 5 +++-- tests/Composer/Test/DependencyResolver/LiteralTest.php | 5 +++-- tests/Composer/Test/DependencyResolver/PackageTest.php | 5 +++-- tests/Composer/Test/DependencyResolver/PoolTest.php | 5 +++-- tests/Composer/Test/DependencyResolver/RequestTest.php | 5 +++-- tests/Composer/Test/DependencyResolver/SolverTest.php | 5 +++-- 22 files changed, 35 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 9b75b7b48..2f0e8b7ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011 Nils Adermann +Copyright (c) 2011 Nils Adermann, Jordi Boggiano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2507cf732..37a5436f9 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Author ------ Nils Adermann - - -
+Jordi Boggiano - - -
+ See also the list of [contributors](https://github.com/naderman/composer/contributors) who participated in this project. License diff --git a/src/Composer/DependencyResolver/ArrayRepository.php b/src/Composer/DependencyResolver/ArrayRepository.php index 0bf419a64..7b662b77d 100644 --- a/src/Composer/DependencyResolver/ArrayRepository.php +++ b/src/Composer/DependencyResolver/ArrayRepository.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/DefaultPolicy.php b/src/Composer/DependencyResolver/DefaultPolicy.php index 2da720b2c..5f4d6c384 100644 --- a/src/Composer/DependencyResolver/DefaultPolicy.php +++ b/src/Composer/DependencyResolver/DefaultPolicy.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/Literal.php b/src/Composer/DependencyResolver/Literal.php index cef358bd0..5b8fe453b 100644 --- a/src/Composer/DependencyResolver/Literal.php +++ b/src/Composer/DependencyResolver/Literal.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/PackageRelation.php b/src/Composer/DependencyResolver/PackageRelation.php index e2f9aa8a6..41b6c833c 100644 --- a/src/Composer/DependencyResolver/PackageRelation.php +++ b/src/Composer/DependencyResolver/PackageRelation.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/PolicyInterface.php b/src/Composer/DependencyResolver/PolicyInterface.php index e0add1413..f42c4061c 100644 --- a/src/Composer/DependencyResolver/PolicyInterface.php +++ b/src/Composer/DependencyResolver/PolicyInterface.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/Pool.php b/src/Composer/DependencyResolver/Pool.php index 0ef62aa98..38fb838a9 100644 --- a/src/Composer/DependencyResolver/Pool.php +++ b/src/Composer/DependencyResolver/Pool.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/RelationConstraint/RelationConstraintInterface.php b/src/Composer/DependencyResolver/RelationConstraint/RelationConstraintInterface.php index 49f0797dd..4d608679e 100644 --- a/src/Composer/DependencyResolver/RelationConstraint/RelationConstraintInterface.php +++ b/src/Composer/DependencyResolver/RelationConstraint/RelationConstraintInterface.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/RelationConstraint/VersionConstraint.php b/src/Composer/DependencyResolver/RelationConstraint/VersionConstraint.php index 040eba766..244bc48e8 100644 --- a/src/Composer/DependencyResolver/RelationConstraint/VersionConstraint.php +++ b/src/Composer/DependencyResolver/RelationConstraint/VersionConstraint.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/RepositoryInterface.php b/src/Composer/DependencyResolver/RepositoryInterface.php index a131e9135..10f9c2c3b 100644 --- a/src/Composer/DependencyResolver/RepositoryInterface.php +++ b/src/Composer/DependencyResolver/RepositoryInterface.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/Request.php b/src/Composer/DependencyResolver/Request.php index 4a8d91faf..a0223065b 100644 --- a/src/Composer/DependencyResolver/Request.php +++ b/src/Composer/DependencyResolver/Request.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/Rule.php b/src/Composer/DependencyResolver/Rule.php index b5877099d..b556f150d 100644 --- a/src/Composer/DependencyResolver/Rule.php +++ b/src/Composer/DependencyResolver/Rule.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/DependencyResolver/Solver.php b/src/Composer/DependencyResolver/Solver.php index 420d71838..fd3d6948f 100644 --- a/src/Composer/DependencyResolver/Solver.php +++ b/src/Composer/DependencyResolver/Solver.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/Package/BasePackage.php b/src/Composer/Package/BasePackage.php index c64b67c61..8a9a5e018 100644 --- a/src/Composer/Package/BasePackage.php +++ b/src/Composer/Package/BasePackage.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Composer/Package/MemoryPackage.php b/src/Composer/Package/MemoryPackage.php index f2af5bc48..b45e36ee8 100644 --- a/src/Composer/Package/MemoryPackage.php +++ b/src/Composer/Package/MemoryPackage.php @@ -4,6 +4,7 @@ * This file is part of Composer. * * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Composer/Test/DependencyResolver/ArrayRepositoryTest.php b/tests/Composer/Test/DependencyResolver/ArrayRepositoryTest.php index ce7380970..b42365755 100644 --- a/tests/Composer/Test/DependencyResolver/ArrayRepositoryTest.php +++ b/tests/Composer/Test/DependencyResolver/ArrayRepositoryTest.php @@ -1,9 +1,10 @@ + * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Composer/Test/DependencyResolver/LiteralTest.php b/tests/Composer/Test/DependencyResolver/LiteralTest.php index 15704f213..c7513ff08 100644 --- a/tests/Composer/Test/DependencyResolver/LiteralTest.php +++ b/tests/Composer/Test/DependencyResolver/LiteralTest.php @@ -1,9 +1,10 @@ + * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Composer/Test/DependencyResolver/PackageTest.php b/tests/Composer/Test/DependencyResolver/PackageTest.php index 436250eb5..d8f046d30 100644 --- a/tests/Composer/Test/DependencyResolver/PackageTest.php +++ b/tests/Composer/Test/DependencyResolver/PackageTest.php @@ -1,9 +1,10 @@ + * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Composer/Test/DependencyResolver/PoolTest.php b/tests/Composer/Test/DependencyResolver/PoolTest.php index f8c93eb57..feaafff12 100644 --- a/tests/Composer/Test/DependencyResolver/PoolTest.php +++ b/tests/Composer/Test/DependencyResolver/PoolTest.php @@ -1,9 +1,10 @@ + * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Composer/Test/DependencyResolver/RequestTest.php b/tests/Composer/Test/DependencyResolver/RequestTest.php index 29903dd17..5d7ca324a 100644 --- a/tests/Composer/Test/DependencyResolver/RequestTest.php +++ b/tests/Composer/Test/DependencyResolver/RequestTest.php @@ -1,9 +1,10 @@ + * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Composer/Test/DependencyResolver/SolverTest.php b/tests/Composer/Test/DependencyResolver/SolverTest.php index 6af17f581..260c57823 100644 --- a/tests/Composer/Test/DependencyResolver/SolverTest.php +++ b/tests/Composer/Test/DependencyResolver/SolverTest.php @@ -1,9 +1,10 @@ + * (c) Nils Adermann + * Jordi Boggiano * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.