Skip to content

Commit

Permalink
Updated copyright headers in all source files
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Dec 7, 2024
1 parent 1f0b9d7 commit 5cd0e67
Show file tree
Hide file tree
Showing 48 changed files with 56 additions and 50 deletions.
2 changes: 1 addition & 1 deletion src/ConfigFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigLoaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
12 changes: 9 additions & 3 deletions src/Exception/ConfigExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
<?php

/**
* RCC Accounting Webservices API
* Configula Library
*
* @license Copyright (c) Florida State University; all rights reserved *
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
* ----------------------------------------------------------------------------
* For the full copyright and license information, - please view the LICENSE.md
* file that was distributed with this source code.
*
* ------------------------------------------------------------------
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConfigFileNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConfigLoaderException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConfigLogicException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ConfigValueNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidConfigValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/UnmappedFileExtensionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/ExtractTopLevelItemsFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/RemovePrefixFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/SymfonyConfigFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/AbstractFileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/ArrayValuesLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/CascadingConfigLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/EnvLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/FileListLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/FileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/FileLoaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/FolderLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/IniFileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/JsonEnvLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/JsonFileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/PhpFileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Loader/YamlFileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Util/ArrayUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Util/LocalDistFileIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ConfigFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/ConfigValuesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Filter/ExtractTopLevelItemFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Filter/SymfonyConfigFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/AbstractFileLoaderTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/ArrayValuesLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/CascadingConfigLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/DecidingFileLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/EnvLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/FileListLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/FileLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/FolderLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/IniFileLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/JsonEnvLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Loader/JsonFileLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/caseyamcl/configula
* @version 4
* @version 5
* @package caseyamcl/configula
* @author Casey McLaughlin <caseyamcl@gmail.com>
*
Expand Down
Loading

0 comments on commit 5cd0e67

Please sign in to comment.