diff --git a/bin/index.php b/bin/index.php index 58c0bac..3b089a0 100644 --- a/bin/index.php +++ b/bin/index.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/example.php b/example.php index 064e1af..c47607f 100644 --- a/example.php +++ b/example.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Access/AccessInterface.php b/src/Access/AccessInterface.php index b8cfe11..a2f2a98 100644 --- a/src/Access/AccessInterface.php +++ b/src/Access/AccessInterface.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Access/CheckAccess.php b/src/Access/CheckAccess.php index e281dcc..30d6209 100644 --- a/src/Access/CheckAccess.php +++ b/src/Access/CheckAccess.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Cache/CacheInterface.php b/src/Cache/CacheInterface.php index 40e08be..e5a0f8a 100644 --- a/src/Cache/CacheInterface.php +++ b/src/Cache/CacheInterface.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Cache/FileCache.php b/src/Cache/FileCache.php index 5a77568..3d43671 100644 --- a/src/Cache/FileCache.php +++ b/src/Cache/FileCache.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Cache/HashesStrings.php b/src/Cache/HashesStrings.php index 57988ef..aeb3c96 100644 --- a/src/Cache/HashesStrings.php +++ b/src/Cache/HashesStrings.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Cache/MemcachedCache.php b/src/Cache/MemcachedCache.php index c3ae30d..96c6cc8 100644 --- a/src/Cache/MemcachedCache.php +++ b/src/Cache/MemcachedCache.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Cache/NullCache.php b/src/Cache/NullCache.php index d690419..1ae1cb1 100644 --- a/src/Cache/NullCache.php +++ b/src/Cache/NullCache.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Cache/RedisCache.php b/src/Cache/RedisCache.php index 3ccb135..ef48ca8 100644 --- a/src/Cache/RedisCache.php +++ b/src/Cache/RedisCache.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Checker/Claim/AzpChecker.php b/src/Checker/Claim/AzpChecker.php index b5252eb..13e6c2e 100644 --- a/src/Checker/Claim/AzpChecker.php +++ b/src/Checker/Claim/AzpChecker.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Checker/Claim/NameChecker.php b/src/Checker/Claim/NameChecker.php index 5277ef3..65dd8ee 100644 --- a/src/Checker/Claim/NameChecker.php +++ b/src/Checker/Claim/NameChecker.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Checker/Claim/OwnerChecker.php b/src/Checker/Claim/OwnerChecker.php index 0b423e8..c8971ca 100644 --- a/src/Checker/Claim/OwnerChecker.php +++ b/src/Checker/Claim/OwnerChecker.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Checker/Claim/SubEveCharacterChecker.php b/src/Checker/Claim/SubEveCharacterChecker.php index 5b56c77..4971926 100644 --- a/src/Checker/Claim/SubEveCharacterChecker.php +++ b/src/Checker/Claim/SubEveCharacterChecker.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Checker/Header/TypeChecker.php b/src/Checker/Header/TypeChecker.php index b2790a7..58f46fb 100644 --- a/src/Checker/Header/TypeChecker.php +++ b/src/Checker/Header/TypeChecker.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Configuration.php b/src/Configuration.php index f1742f3..09bc2d7 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Containers/AbstractArrayAccess.php b/src/Containers/AbstractArrayAccess.php index 0089a95..a61e726 100644 --- a/src/Containers/AbstractArrayAccess.php +++ b/src/Containers/AbstractArrayAccess.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Containers/EsiAuthentication.php b/src/Containers/EsiAuthentication.php index a9da96a..a1e211d 100644 --- a/src/Containers/EsiAuthentication.php +++ b/src/Containers/EsiAuthentication.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Containers/EsiConfiguration.php b/src/Containers/EsiConfiguration.php index 9defc29..92cb118 100644 --- a/src/Containers/EsiConfiguration.php +++ b/src/Containers/EsiConfiguration.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Containers/EsiResponse.php b/src/Containers/EsiResponse.php index 8f13169..e741d54 100644 --- a/src/Containers/EsiResponse.php +++ b/src/Containers/EsiResponse.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Eseye.php b/src/Eseye.php index f8b431b..9033c30 100644 --- a/src/Eseye.php +++ b/src/Eseye.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Exceptions/CachePathException.php b/src/Exceptions/CachePathException.php index 4285ef1..41de8ec 100644 --- a/src/Exceptions/CachePathException.php +++ b/src/Exceptions/CachePathException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Exceptions/EsiScopeAccessDeniedException.php b/src/Exceptions/EsiScopeAccessDeniedException.php index 1777c93..e74736b 100644 --- a/src/Exceptions/EsiScopeAccessDeniedException.php +++ b/src/Exceptions/EsiScopeAccessDeniedException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Exceptions/InvalidAuthenticationException.php b/src/Exceptions/InvalidAuthenticationException.php index 5b0472f..7826edc 100644 --- a/src/Exceptions/InvalidAuthenticationException.php +++ b/src/Exceptions/InvalidAuthenticationException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Exceptions/InvalidConfigurationException.php b/src/Exceptions/InvalidConfigurationException.php index 3e64318..4eb1250 100644 --- a/src/Exceptions/InvalidConfigurationException.php +++ b/src/Exceptions/InvalidConfigurationException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Exceptions/InvalidContainerDataException.php b/src/Exceptions/InvalidContainerDataException.php index 30f0099..5d090ad 100644 --- a/src/Exceptions/InvalidContainerDataException.php +++ b/src/Exceptions/InvalidContainerDataException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Exceptions/InvalidEsiSpecException.php b/src/Exceptions/InvalidEsiSpecException.php index 5327977..1c4a7d1 100644 --- a/src/Exceptions/InvalidEsiSpecException.php +++ b/src/Exceptions/InvalidEsiSpecException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Exceptions/RequestFailedException.php b/src/Exceptions/RequestFailedException.php index 2d4537c..566c7be 100644 --- a/src/Exceptions/RequestFailedException.php +++ b/src/Exceptions/RequestFailedException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Exceptions/UriDataMissingException.php b/src/Exceptions/UriDataMissingException.php index 7ea55ca..c2a5397 100644 --- a/src/Exceptions/UriDataMissingException.php +++ b/src/Exceptions/UriDataMissingException.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Fetchers/FetcherInterface.php b/src/Fetchers/FetcherInterface.php index ff63ab3..58b8c21 100644 --- a/src/Fetchers/FetcherInterface.php +++ b/src/Fetchers/FetcherInterface.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Fetchers/GuzzleFetcher.php b/src/Fetchers/GuzzleFetcher.php index 930c25b..b263d8b 100644 --- a/src/Fetchers/GuzzleFetcher.php +++ b/src/Fetchers/GuzzleFetcher.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Helpers/helpers.php b/src/Helpers/helpers.php index e2017a6..d22d5b5 100644 --- a/src/Helpers/helpers.php +++ b/src/Helpers/helpers.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Log/FileLogger.php b/src/Log/FileLogger.php index eb3ea46..42de0e0 100644 --- a/src/Log/FileLogger.php +++ b/src/Log/FileLogger.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Log/LogInterface.php b/src/Log/LogInterface.php index aae933d..c6e271c 100644 --- a/src/Log/LogInterface.php +++ b/src/Log/LogInterface.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Log/NullLogger.php b/src/Log/NullLogger.php index 949f716..58a94c0 100644 --- a/src/Log/NullLogger.php +++ b/src/Log/NullLogger.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Log/RotatingFileLogger.php b/src/Log/RotatingFileLogger.php index 1cc3eee..27fdc00 100644 --- a/src/Log/RotatingFileLogger.php +++ b/src/Log/RotatingFileLogger.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Traits/ConstructsContainers.php b/src/Traits/ConstructsContainers.php index 1a4461c..0942851 100644 --- a/src/Traits/ConstructsContainers.php +++ b/src/Traits/ConstructsContainers.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/Traits/ValidatesContainers.php b/src/Traits/ValidatesContainers.php index 9a4bcc3..be876ba 100644 --- a/src/Traits/ValidatesContainers.php +++ b/src/Traits/ValidatesContainers.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/get_endpoints_and_scopes.php b/tools/get_endpoints_and_scopes.php index 03feb60..bc79434 100644 --- a/tools/get_endpoints_and_scopes.php +++ b/tools/get_endpoints_and_scopes.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/swagger_download.php b/tools/swagger_download.php index 9149090..2a85bda 100644 --- a/tools/swagger_download.php +++ b/tools/swagger_download.php @@ -3,7 +3,7 @@ /* * This file is part of SeAT * - * Copyright (C) 2015 to 2021 Leon Jacobs + * Copyright (C) 2015 to 2022 Leon Jacobs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by