Skip to content

Commit 7ea2fd6

Browse files
committed
Fix author/copyright
1 parent 3a851b4 commit 7ea2fd6

22 files changed

+35
-13
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 Nils Adermann
1+
Copyright (c) 2011 Nils Adermann, Jordi Boggiano
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Author
1818
------
1919

2020
Nils Adermann - <[email protected]> - <http://twitter.com/naderman> - <http://www.naderman.de><br />
21+
Jordi Boggiano - <[email protected]> - <http://twitter.com/seldaek> - <http://seld.be><br />
22+
2123
See also the list of [contributors](https://github.com/naderman/composer/contributors) who participated in this project.
2224

2325
License

src/Composer/DependencyResolver/ArrayRepository.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/DefaultPolicy.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/Literal.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/PackageRelation.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/PolicyInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/Pool.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/RelationConstraint/RelationConstraintInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/RelationConstraint/VersionConstraint.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/RepositoryInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/Request.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/Rule.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/DependencyResolver/Solver.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/Package/BasePackage.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

src/Composer/Package/MemoryPackage.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file is part of Composer.
55
*
66
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

tests/Composer/Test/DependencyResolver/ArrayRepositoryTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of Composer.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

tests/Composer/Test/DependencyResolver/LiteralTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of Composer.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

tests/Composer/Test/DependencyResolver/PackageTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of Composer.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

tests/Composer/Test/DependencyResolver/PoolTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of Composer.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

tests/Composer/Test/DependencyResolver/RequestTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of Composer.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

tests/Composer/Test/DependencyResolver/SolverTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony package.
4+
* This file is part of Composer.
55
*
6-
* (c) Fabien Potencier <[email protected]>
6+
* (c) Nils Adermann <[email protected]>
7+
* Jordi Boggiano <[email protected]>
78
*
89
* For the full copyright and license information, please view the LICENSE
910
* file that was distributed with this source code.

0 commit comments

Comments
 (0)