mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Add missing license headers
This commit is contained in:
parent
6c2b78a669
commit
ab9fc59d30
6 changed files with 51 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Composer.
|
||||
*
|
||||
* (c) Nils Adermann <naderman@naderman.de>
|
||||
* Jordi Boggiano <j.boggiano@seld.be>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Composer\Repository;
|
||||
|
||||
use Composer\Downloader\TransportException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue