Skip to content

Commit

Permalink
Remove file header docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Apr 16, 2017
1 parent 2e260d8 commit ae87d12
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 91 deletions.
13 changes: 0 additions & 13 deletions src/Country.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<?php

/*
* NOTICE OF LICENSE
*
* Part of the Rinvex Country Package.
*
* This source file is subject to The MIT License (MIT)
* that is bundled with this package in the LICENSE file.
*
* Package: Rinvex Country Package
* License: The MIT License (MIT)
* Link: https://rinvex.com
*/

declare(strict_types=1);

namespace Rinvex\Country;
Expand Down
13 changes: 0 additions & 13 deletions src/CountryLoader.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<?php

/*
* NOTICE OF LICENSE
*
* Part of the Rinvex Country Package.
*
* This source file is subject to The MIT License (MIT)
* that is bundled with this package in the LICENSE file.
*
* Package: Rinvex Country Package
* License: The MIT License (MIT)
* Link: https://rinvex.com
*/

declare(strict_types=1);

namespace Rinvex\Country;
Expand Down
13 changes: 0 additions & 13 deletions src/CountryLoaderException.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<?php

/*
* NOTICE OF LICENSE
*
* Part of the Rinvex Country Package.
*
* This source file is subject to The MIT License (MIT)
* that is bundled with this package in the LICENSE file.
*
* Package: Rinvex Country Package
* License: The MIT License (MIT)
* Link: https://rinvex.com
*/

declare(strict_types=1);

namespace Rinvex\Country;
Expand Down
13 changes: 0 additions & 13 deletions src/helpers.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<?php

/*
* NOTICE OF LICENSE
*
* Part of the Rinvex Country Package.
*
* This source file is subject to The MIT License (MIT)
* that is bundled with this package in the LICENSE file.
*
* Package: Rinvex Country Package
* License: The MIT License (MIT)
* Link: https://rinvex.com
*/

declare(strict_types=1);

use Rinvex\Country\CountryLoader;
Expand Down
13 changes: 0 additions & 13 deletions tests/CountryLoaderTest.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<?php

/*
* NOTICE OF LICENSE
*
* Part of the Rinvex Country Package.
*
* This source file is subject to The MIT License (MIT)
* that is bundled with this package in the LICENSE file.
*
* Package: Rinvex Country Package
* License: The MIT License (MIT)
* Link: https://rinvex.com
*/

declare(strict_types=1);

namespace Rinvex\Country\Test;
Expand Down
13 changes: 0 additions & 13 deletions tests/CountryTest.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<?php

/*
* NOTICE OF LICENSE
*
* Part of the Rinvex Country Package.
*
* This source file is subject to The MIT License (MIT)
* that is bundled with this package in the LICENSE file.
*
* Package: Rinvex Country Package
* License: The MIT License (MIT)
* Link: https://rinvex.com
*/

declare(strict_types=1);

namespace Rinvex\Country\Test;
Expand Down
13 changes: 0 additions & 13 deletions tests/HelpersTest.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<?php

/*
* NOTICE OF LICENSE
*
* Part of the Rinvex Country Package.
*
* This source file is subject to The MIT License (MIT)
* that is bundled with this package in the LICENSE file.
*
* Package: Rinvex Country Package
* License: The MIT License (MIT)
* Link: https://rinvex.com
*/

declare(strict_types=1);

namespace Rinvex\Country\Test;
Expand Down

0 comments on commit ae87d12

Please sign in to comment.