Skip to content

Commit d6824ef

Browse files
committed
remove license from files
1 parent 111a20f commit d6824ef

File tree

405 files changed

+2
-2437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+2
-2437
lines changed

.license

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
/**
2-
* MIT License. This file is part of the Propel package.
3-
* For the full copyright and license information, please view the LICENSE
4-
* file that was distributed with this source code.
5-
*/

src/Propel/Common/Config/ConfigurationManager.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config;

src/Propel/Common/Config/Exception/ExceptionInterface.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config\Exception;

src/Propel/Common/Config/Exception/IniParseException.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config\Exception;

src/Propel/Common/Config/Exception/InputOutputException.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config\Exception;

src/Propel/Common/Config/Exception/InvalidArgumentException.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config\Exception;

src/Propel/Common/Config/Exception/InvalidConfigurationException.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config\Exception;

src/Propel/Common/Config/Exception/JsonParseException.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config\Exception;

src/Propel/Common/Config/Exception/RuntimeException.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config\Exception;

src/Propel/Common/Config/Exception/XmlParseException.php

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

3-
/**
4-
* MIT License. This file is part of the Propel package.
5-
* For the full copyright and license information, please view the LICENSE
6-
* file that was distributed with this source code.
7-
*/
8-
93
declare(strict_types = 1);
104

115
namespace Propel\Common\Config\Exception;

0 commit comments

Comments
 (0)