Skip to content

Commit 9f8d341

Browse files
committed
Files: add license header to all files
1 parent 864aa38 commit 9f8d341

33 files changed

+231
-0
lines changed

src/Api/AbstractApi.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
use PrivatePackagist\ApiClient\Client;

src/Api/Credentials.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
class Credentials extends AbstractApi

src/Api/Customers.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
use PrivatePackagist\ApiClient\Api\Customers\MagentoLegacyKeys;

src/Api/Customers/MagentoLegacyKeys.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api\Customers;
411

512
use PrivatePackagist\ApiClient\Api\AbstractApi;

src/Api/Jobs.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
class Jobs extends AbstractApi

src/Api/Organization.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
class Organization extends AbstractApi

src/Api/Packages.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
use PrivatePackagist\ApiClient\Exception\InvalidArgumentException;

src/Api/Projects.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
use PrivatePackagist\ApiClient\Exception\InvalidArgumentException;

src/Api/Teams.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
class Teams extends AbstractApi

src/Client.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors UG (haftungsbeschränkt) <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient;
411

512
use Http\Client\Common\Plugin;

0 commit comments

Comments
 (0)