diff --git a/examples/Encrypt1.php b/examples/Encrypt1.php index 4eaf9e47..41dc3c85 100644 --- a/examples/Encrypt1.php +++ b/examples/Encrypt1.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/Encrypt2.php b/examples/Encrypt2.php index 77c7ab14..baa389d9 100644 --- a/examples/Encrypt2.php +++ b/examples/Encrypt2.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/Load1.php b/examples/Load1.php index 28c3a3a8..44e88cd6 100644 --- a/examples/Load1.php +++ b/examples/Load1.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/Load2.php b/examples/Load2.php index 302d6564..d36e656a 100644 --- a/examples/Load2.php +++ b/examples/Load2.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/Load3.php b/examples/Load3.php index a648c58d..5026cf33 100644 --- a/examples/Load3.php +++ b/examples/Load3.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/Load4.php b/examples/Load4.php index 31861fee..319abfe1 100644 --- a/examples/Load4.php +++ b/examples/Load4.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/LoadNestedTokens.php b/examples/LoadNestedTokens.php index ce1e7fec..efebbb08 100644 --- a/examples/LoadNestedTokens.php +++ b/examples/LoadNestedTokens.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/NestedTokens.php b/examples/NestedTokens.php index 20e4b975..ecf00d9e 100644 --- a/examples/NestedTokens.php +++ b/examples/NestedTokens.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/NestedTokens1.php b/examples/NestedTokens1.php index f40dafae..ea031bcf 100644 --- a/examples/NestedTokens1.php +++ b/examples/NestedTokens1.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/Signature1.php b/examples/Signature1.php index 9af48e6d..30ff9f69 100644 --- a/examples/Signature1.php +++ b/examples/Signature1.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/examples/Signature2.php b/examples/Signature2.php index f0be35a1..9ee44948 100644 --- a/examples/Signature2.php +++ b/examples/Signature2.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryption/A128CBCHS256.php b/src/Algorithm/ContentEncryption/A128CBCHS256.php index d0add88e..fe75495e 100644 --- a/src/Algorithm/ContentEncryption/A128CBCHS256.php +++ b/src/Algorithm/ContentEncryption/A128CBCHS256.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryption/A128GCM.php b/src/Algorithm/ContentEncryption/A128GCM.php index 08736350..2af1269e 100644 --- a/src/Algorithm/ContentEncryption/A128GCM.php +++ b/src/Algorithm/ContentEncryption/A128GCM.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryption/A192CBCHS384.php b/src/Algorithm/ContentEncryption/A192CBCHS384.php index b53fecee..c69d915f 100644 --- a/src/Algorithm/ContentEncryption/A192CBCHS384.php +++ b/src/Algorithm/ContentEncryption/A192CBCHS384.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryption/A192GCM.php b/src/Algorithm/ContentEncryption/A192GCM.php index 0aaa6b41..76877aea 100644 --- a/src/Algorithm/ContentEncryption/A192GCM.php +++ b/src/Algorithm/ContentEncryption/A192GCM.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryption/A256CBCHS512.php b/src/Algorithm/ContentEncryption/A256CBCHS512.php index ce07e3a4..e9090d3d 100644 --- a/src/Algorithm/ContentEncryption/A256CBCHS512.php +++ b/src/Algorithm/ContentEncryption/A256CBCHS512.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryption/A256GCM.php b/src/Algorithm/ContentEncryption/A256GCM.php index 68a5a441..36cee194 100644 --- a/src/Algorithm/ContentEncryption/A256GCM.php +++ b/src/Algorithm/ContentEncryption/A256GCM.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryption/AESCBCHS.php b/src/Algorithm/ContentEncryption/AESCBCHS.php index 401efc55..d270066a 100644 --- a/src/Algorithm/ContentEncryption/AESCBCHS.php +++ b/src/Algorithm/ContentEncryption/AESCBCHS.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryption/AESGCM.php b/src/Algorithm/ContentEncryption/AESGCM.php index 2006c5d1..2e921f4e 100644 --- a/src/Algorithm/ContentEncryption/AESGCM.php +++ b/src/Algorithm/ContentEncryption/AESGCM.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/ContentEncryptionAlgorithmInterface.php b/src/Algorithm/ContentEncryptionAlgorithmInterface.php index 7dfb6f1d..e91d94ad 100644 --- a/src/Algorithm/ContentEncryptionAlgorithmInterface.php +++ b/src/Algorithm/ContentEncryptionAlgorithmInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/JWAInterface.php b/src/Algorithm/JWAInterface.php index ad726c5c..42c85479 100644 --- a/src/Algorithm/JWAInterface.php +++ b/src/Algorithm/JWAInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/JWAManager.php b/src/Algorithm/JWAManager.php index 75d2234f..2f7691af 100644 --- a/src/Algorithm/JWAManager.php +++ b/src/Algorithm/JWAManager.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/JWAManagerInterface.php b/src/Algorithm/JWAManagerInterface.php index e1345ccf..20e8967c 100644 --- a/src/Algorithm/JWAManagerInterface.php +++ b/src/Algorithm/JWAManagerInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/A128GCMKW.php b/src/Algorithm/KeyEncryption/A128GCMKW.php index 4377f5e2..5a290d49 100644 --- a/src/Algorithm/KeyEncryption/A128GCMKW.php +++ b/src/Algorithm/KeyEncryption/A128GCMKW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/A128KW.php b/src/Algorithm/KeyEncryption/A128KW.php index 0effcdd5..22f413be 100644 --- a/src/Algorithm/KeyEncryption/A128KW.php +++ b/src/Algorithm/KeyEncryption/A128KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/A192GCMKW.php b/src/Algorithm/KeyEncryption/A192GCMKW.php index f3e2aabb..97153097 100644 --- a/src/Algorithm/KeyEncryption/A192GCMKW.php +++ b/src/Algorithm/KeyEncryption/A192GCMKW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/A192KW.php b/src/Algorithm/KeyEncryption/A192KW.php index b848d96e..144696b2 100644 --- a/src/Algorithm/KeyEncryption/A192KW.php +++ b/src/Algorithm/KeyEncryption/A192KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/A256GCMKW.php b/src/Algorithm/KeyEncryption/A256GCMKW.php index 603f405b..f81de82d 100644 --- a/src/Algorithm/KeyEncryption/A256GCMKW.php +++ b/src/Algorithm/KeyEncryption/A256GCMKW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/A256KW.php b/src/Algorithm/KeyEncryption/A256KW.php index 29cdd84a..309092cb 100644 --- a/src/Algorithm/KeyEncryption/A256KW.php +++ b/src/Algorithm/KeyEncryption/A256KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/AESGCMKW.php b/src/Algorithm/KeyEncryption/AESGCMKW.php index 65671eb2..9782aed6 100644 --- a/src/Algorithm/KeyEncryption/AESGCMKW.php +++ b/src/Algorithm/KeyEncryption/AESGCMKW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/AESKW.php b/src/Algorithm/KeyEncryption/AESKW.php index 4ccd136c..75c52556 100644 --- a/src/Algorithm/KeyEncryption/AESKW.php +++ b/src/Algorithm/KeyEncryption/AESKW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/Dir.php b/src/Algorithm/KeyEncryption/Dir.php index eb41c9a1..3dfed105 100644 --- a/src/Algorithm/KeyEncryption/Dir.php +++ b/src/Algorithm/KeyEncryption/Dir.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/DirectEncryptionInterface.php b/src/Algorithm/KeyEncryption/DirectEncryptionInterface.php index e8f6dab2..0328f1fe 100644 --- a/src/Algorithm/KeyEncryption/DirectEncryptionInterface.php +++ b/src/Algorithm/KeyEncryption/DirectEncryptionInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/ECDHES.php b/src/Algorithm/KeyEncryption/ECDHES.php index e49327a4..3139d178 100644 --- a/src/Algorithm/KeyEncryption/ECDHES.php +++ b/src/Algorithm/KeyEncryption/ECDHES.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/ECDHESA128KW.php b/src/Algorithm/KeyEncryption/ECDHESA128KW.php index 6502d602..cf2a8d98 100644 --- a/src/Algorithm/KeyEncryption/ECDHESA128KW.php +++ b/src/Algorithm/KeyEncryption/ECDHESA128KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/ECDHESA192KW.php b/src/Algorithm/KeyEncryption/ECDHESA192KW.php index 808a54fb..cee5948d 100644 --- a/src/Algorithm/KeyEncryption/ECDHESA192KW.php +++ b/src/Algorithm/KeyEncryption/ECDHESA192KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/ECDHESA256KW.php b/src/Algorithm/KeyEncryption/ECDHESA256KW.php index bfd69775..99312c5a 100644 --- a/src/Algorithm/KeyEncryption/ECDHESA256KW.php +++ b/src/Algorithm/KeyEncryption/ECDHESA256KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/ECDHESAESKW.php b/src/Algorithm/KeyEncryption/ECDHESAESKW.php index 7f7f3cdc..b47c98a8 100644 --- a/src/Algorithm/KeyEncryption/ECDHESAESKW.php +++ b/src/Algorithm/KeyEncryption/ECDHESAESKW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/KeyAgreementInterface.php b/src/Algorithm/KeyEncryption/KeyAgreementInterface.php index ab36458c..bef4c1b8 100644 --- a/src/Algorithm/KeyEncryption/KeyAgreementInterface.php +++ b/src/Algorithm/KeyEncryption/KeyAgreementInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/KeyAgreementWrappingInterface.php b/src/Algorithm/KeyEncryption/KeyAgreementWrappingInterface.php index 95150b15..2dfada40 100644 --- a/src/Algorithm/KeyEncryption/KeyAgreementWrappingInterface.php +++ b/src/Algorithm/KeyEncryption/KeyAgreementWrappingInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/KeyEncryptionInterface.php b/src/Algorithm/KeyEncryption/KeyEncryptionInterface.php index bfa1e392..a9ca200d 100644 --- a/src/Algorithm/KeyEncryption/KeyEncryptionInterface.php +++ b/src/Algorithm/KeyEncryption/KeyEncryptionInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/KeyWrappingInterface.php b/src/Algorithm/KeyEncryption/KeyWrappingInterface.php index 9615f5e1..f6441ab3 100644 --- a/src/Algorithm/KeyEncryption/KeyWrappingInterface.php +++ b/src/Algorithm/KeyEncryption/KeyWrappingInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/PBES2AESKW.php b/src/Algorithm/KeyEncryption/PBES2AESKW.php index b11eb0ac..2290ed62 100644 --- a/src/Algorithm/KeyEncryption/PBES2AESKW.php +++ b/src/Algorithm/KeyEncryption/PBES2AESKW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/PBES2HS256A128KW.php b/src/Algorithm/KeyEncryption/PBES2HS256A128KW.php index 85bc8573..34a6b7d8 100644 --- a/src/Algorithm/KeyEncryption/PBES2HS256A128KW.php +++ b/src/Algorithm/KeyEncryption/PBES2HS256A128KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/PBES2HS384A192KW.php b/src/Algorithm/KeyEncryption/PBES2HS384A192KW.php index 446f95f7..bc12d971 100644 --- a/src/Algorithm/KeyEncryption/PBES2HS384A192KW.php +++ b/src/Algorithm/KeyEncryption/PBES2HS384A192KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/PBES2HS512A256KW.php b/src/Algorithm/KeyEncryption/PBES2HS512A256KW.php index 41ee55be..1f92d02c 100644 --- a/src/Algorithm/KeyEncryption/PBES2HS512A256KW.php +++ b/src/Algorithm/KeyEncryption/PBES2HS512A256KW.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/RSA.php b/src/Algorithm/KeyEncryption/RSA.php index e958175c..a52bf532 100644 --- a/src/Algorithm/KeyEncryption/RSA.php +++ b/src/Algorithm/KeyEncryption/RSA.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/RSA15.php b/src/Algorithm/KeyEncryption/RSA15.php index 25be760f..6b48bfdb 100644 --- a/src/Algorithm/KeyEncryption/RSA15.php +++ b/src/Algorithm/KeyEncryption/RSA15.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/RSAOAEP.php b/src/Algorithm/KeyEncryption/RSAOAEP.php index 6e57d44e..adf601e6 100644 --- a/src/Algorithm/KeyEncryption/RSAOAEP.php +++ b/src/Algorithm/KeyEncryption/RSAOAEP.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryption/RSAOAEP256.php b/src/Algorithm/KeyEncryption/RSAOAEP256.php index 88c30953..928ad9af 100644 --- a/src/Algorithm/KeyEncryption/RSAOAEP256.php +++ b/src/Algorithm/KeyEncryption/RSAOAEP256.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/KeyEncryptionAlgorithmInterface.php b/src/Algorithm/KeyEncryptionAlgorithmInterface.php index 09fcc959..decd4fcc 100644 --- a/src/Algorithm/KeyEncryptionAlgorithmInterface.php +++ b/src/Algorithm/KeyEncryptionAlgorithmInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. @@ -14,8 +14,11 @@ interface KeyEncryptionAlgorithmInterface extends JWAInterface { const MODE_DIRECT = 'dir'; + const MODE_ENCRYPT = 'enc'; + const MODE_WRAP = 'wrap'; + const MODE_AGREEMENT = 'agree'; /** diff --git a/src/Algorithm/Signature/ECDSA.php b/src/Algorithm/Signature/ECDSA.php index 1466d10d..af04d8cc 100644 --- a/src/Algorithm/Signature/ECDSA.php +++ b/src/Algorithm/Signature/ECDSA.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/ES256.php b/src/Algorithm/Signature/ES256.php index 757364b1..17ee03d8 100644 --- a/src/Algorithm/Signature/ES256.php +++ b/src/Algorithm/Signature/ES256.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/ES384.php b/src/Algorithm/Signature/ES384.php index dcacc1da..85674af3 100644 --- a/src/Algorithm/Signature/ES384.php +++ b/src/Algorithm/Signature/ES384.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/ES512.php b/src/Algorithm/Signature/ES512.php index 4c0382ed..a2f12771 100644 --- a/src/Algorithm/Signature/ES512.php +++ b/src/Algorithm/Signature/ES512.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/EdDSA.php b/src/Algorithm/Signature/EdDSA.php index 4b4e2293..88f32632 100644 --- a/src/Algorithm/Signature/EdDSA.php +++ b/src/Algorithm/Signature/EdDSA.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/HMAC.php b/src/Algorithm/Signature/HMAC.php index 72166923..81470d23 100644 --- a/src/Algorithm/Signature/HMAC.php +++ b/src/Algorithm/Signature/HMAC.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/HS256.php b/src/Algorithm/Signature/HS256.php index 36239d25..acd8c138 100644 --- a/src/Algorithm/Signature/HS256.php +++ b/src/Algorithm/Signature/HS256.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/HS384.php b/src/Algorithm/Signature/HS384.php index 2ed8e6de..93569f1d 100644 --- a/src/Algorithm/Signature/HS384.php +++ b/src/Algorithm/Signature/HS384.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/HS512.php b/src/Algorithm/Signature/HS512.php index e5b0061b..837ad5ab 100644 --- a/src/Algorithm/Signature/HS512.php +++ b/src/Algorithm/Signature/HS512.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/None.php b/src/Algorithm/Signature/None.php index 65b141b6..cda16308 100644 --- a/src/Algorithm/Signature/None.php +++ b/src/Algorithm/Signature/None.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/PS256.php b/src/Algorithm/Signature/PS256.php index 89cadbf9..6c5465b3 100644 --- a/src/Algorithm/Signature/PS256.php +++ b/src/Algorithm/Signature/PS256.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/PS384.php b/src/Algorithm/Signature/PS384.php index bf53a193..0ea285cb 100644 --- a/src/Algorithm/Signature/PS384.php +++ b/src/Algorithm/Signature/PS384.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/PS512.php b/src/Algorithm/Signature/PS512.php index 891aeb10..84f3f356 100644 --- a/src/Algorithm/Signature/PS512.php +++ b/src/Algorithm/Signature/PS512.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/RS256.php b/src/Algorithm/Signature/RS256.php index f91b54d9..f03dcf31 100644 --- a/src/Algorithm/Signature/RS256.php +++ b/src/Algorithm/Signature/RS256.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/RS384.php b/src/Algorithm/Signature/RS384.php index 85767cda..2d84b117 100644 --- a/src/Algorithm/Signature/RS384.php +++ b/src/Algorithm/Signature/RS384.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/RS512.php b/src/Algorithm/Signature/RS512.php index 96a14137..b6d33d22 100644 --- a/src/Algorithm/Signature/RS512.php +++ b/src/Algorithm/Signature/RS512.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/Signature/RSA.php b/src/Algorithm/Signature/RSA.php index 48d43bac..37e27ae3 100644 --- a/src/Algorithm/Signature/RSA.php +++ b/src/Algorithm/Signature/RSA.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Algorithm/SignatureAlgorithmInterface.php b/src/Algorithm/SignatureAlgorithmInterface.php index 722ea7d2..e80e263e 100644 --- a/src/Algorithm/SignatureAlgorithmInterface.php +++ b/src/Algorithm/SignatureAlgorithmInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Behaviour/CommonCipheringMethods.php b/src/Behaviour/CommonCipheringMethods.php index c664be9e..78fedfc3 100644 --- a/src/Behaviour/CommonCipheringMethods.php +++ b/src/Behaviour/CommonCipheringMethods.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Behaviour/CommonSigningMethods.php b/src/Behaviour/CommonSigningMethods.php index 9ff81080..f4061d5e 100644 --- a/src/Behaviour/CommonSigningMethods.php +++ b/src/Behaviour/CommonSigningMethods.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Behaviour/EncrypterTrait.php b/src/Behaviour/EncrypterTrait.php index eb4150a3..77e951da 100644 --- a/src/Behaviour/EncrypterTrait.php +++ b/src/Behaviour/EncrypterTrait.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Behaviour/HasCompressionManager.php b/src/Behaviour/HasCompressionManager.php index 1a6dc771..02543680 100644 --- a/src/Behaviour/HasCompressionManager.php +++ b/src/Behaviour/HasCompressionManager.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Behaviour/HasJWAManager.php b/src/Behaviour/HasJWAManager.php index a144379f..51f7db9f 100644 --- a/src/Behaviour/HasJWAManager.php +++ b/src/Behaviour/HasJWAManager.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Behaviour/HasKeyChecker.php b/src/Behaviour/HasKeyChecker.php index 1a1c1803..4552cd95 100644 --- a/src/Behaviour/HasKeyChecker.php +++ b/src/Behaviour/HasKeyChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/AudienceChecker.php b/src/Checker/AudienceChecker.php index b634f5d6..5023af35 100644 --- a/src/Checker/AudienceChecker.php +++ b/src/Checker/AudienceChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/CheckerManager.php b/src/Checker/CheckerManager.php index 584eaad2..59be56b6 100644 --- a/src/Checker/CheckerManager.php +++ b/src/Checker/CheckerManager.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/CheckerManagerInterface.php b/src/Checker/CheckerManagerInterface.php index 5f180ad4..874482f7 100644 --- a/src/Checker/CheckerManagerInterface.php +++ b/src/Checker/CheckerManagerInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/ClaimCheckerInterface.php b/src/Checker/ClaimCheckerInterface.php index 330df71c..a0ad3f5c 100644 --- a/src/Checker/ClaimCheckerInterface.php +++ b/src/Checker/ClaimCheckerInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/CriticalHeaderChecker.php b/src/Checker/CriticalHeaderChecker.php index 8bfffa2a..a0579c72 100644 --- a/src/Checker/CriticalHeaderChecker.php +++ b/src/Checker/CriticalHeaderChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/ExpirationTimeChecker.php b/src/Checker/ExpirationTimeChecker.php index 816e567d..23a09d47 100644 --- a/src/Checker/ExpirationTimeChecker.php +++ b/src/Checker/ExpirationTimeChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/HeaderCheckerInterface.php b/src/Checker/HeaderCheckerInterface.php index 259cd270..04d0e5dd 100644 --- a/src/Checker/HeaderCheckerInterface.php +++ b/src/Checker/HeaderCheckerInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/IssuedAtChecker.php b/src/Checker/IssuedAtChecker.php index e6f764a1..a938a15f 100644 --- a/src/Checker/IssuedAtChecker.php +++ b/src/Checker/IssuedAtChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/IssuerChecker.php b/src/Checker/IssuerChecker.php index cd6408ed..2ba1cb05 100644 --- a/src/Checker/IssuerChecker.php +++ b/src/Checker/IssuerChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/JtiChecker.php b/src/Checker/JtiChecker.php index 65562c0b..f76667b7 100644 --- a/src/Checker/JtiChecker.php +++ b/src/Checker/JtiChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/NotBeforeChecker.php b/src/Checker/NotBeforeChecker.php index c497bb7b..d96e4ca7 100644 --- a/src/Checker/NotBeforeChecker.php +++ b/src/Checker/NotBeforeChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Checker/SubjectChecker.php b/src/Checker/SubjectChecker.php index 8c189ecc..91814b18 100644 --- a/src/Checker/SubjectChecker.php +++ b/src/Checker/SubjectChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Compression/CompressionInterface.php b/src/Compression/CompressionInterface.php index 2d4dca93..f2d11140 100644 --- a/src/Compression/CompressionInterface.php +++ b/src/Compression/CompressionInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Compression/CompressionManager.php b/src/Compression/CompressionManager.php index e50b5791..442eb5ca 100644 --- a/src/Compression/CompressionManager.php +++ b/src/Compression/CompressionManager.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Compression/CompressionManagerInterface.php b/src/Compression/CompressionManagerInterface.php index 88731d93..85c49815 100644 --- a/src/Compression/CompressionManagerInterface.php +++ b/src/Compression/CompressionManagerInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Compression/Deflate.php b/src/Compression/Deflate.php index ec67be08..34f2f365 100644 --- a/src/Compression/Deflate.php +++ b/src/Compression/Deflate.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Compression/GZip.php b/src/Compression/GZip.php index 1f8e48a5..fe9d664d 100644 --- a/src/Compression/GZip.php +++ b/src/Compression/GZip.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Compression/ZLib.php b/src/Compression/ZLib.php index cbb899bc..4f91f048 100644 --- a/src/Compression/ZLib.php +++ b/src/Compression/ZLib.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Decrypter.php b/src/Decrypter.php index 7acb64e6..d4c1f679 100644 --- a/src/Decrypter.php +++ b/src/Decrypter.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/DecrypterInterface.php b/src/DecrypterInterface.php index 2ee5f086..cc14f27f 100644 --- a/src/DecrypterInterface.php +++ b/src/DecrypterInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Encrypter.php b/src/Encrypter.php index 84624547..583ffad1 100644 --- a/src/Encrypter.php +++ b/src/Encrypter.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/EncrypterInterface.php b/src/EncrypterInterface.php index 338596a5..6cb45505 100644 --- a/src/EncrypterInterface.php +++ b/src/EncrypterInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/AlgorithmManagerFactory.php b/src/Factory/AlgorithmManagerFactory.php index 82d21f35..1ad1184b 100644 --- a/src/Factory/AlgorithmManagerFactory.php +++ b/src/Factory/AlgorithmManagerFactory.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/CheckerManagerFactory.php b/src/Factory/CheckerManagerFactory.php index f98c843d..a8436a00 100644 --- a/src/Factory/CheckerManagerFactory.php +++ b/src/Factory/CheckerManagerFactory.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/CompressionManagerFactory.php b/src/Factory/CompressionManagerFactory.php index 96856a84..7fab94e9 100644 --- a/src/Factory/CompressionManagerFactory.php +++ b/src/Factory/CompressionManagerFactory.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/JWEFactory.php b/src/Factory/JWEFactory.php index c3eb6057..ad1556b9 100644 --- a/src/Factory/JWEFactory.php +++ b/src/Factory/JWEFactory.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/JWEFactoryInterface.php b/src/Factory/JWEFactoryInterface.php index 97ebf95e..0dcf3606 100644 --- a/src/Factory/JWEFactoryInterface.php +++ b/src/Factory/JWEFactoryInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/JWKFactory.php b/src/Factory/JWKFactory.php index 7238c9b6..bd49aa1a 100644 --- a/src/Factory/JWKFactory.php +++ b/src/Factory/JWKFactory.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/JWKFactoryInterface.php b/src/Factory/JWKFactoryInterface.php index 739e2951..6aae4da2 100644 --- a/src/Factory/JWKFactoryInterface.php +++ b/src/Factory/JWKFactoryInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/JWSFactory.php b/src/Factory/JWSFactory.php index 6b328574..855aa796 100644 --- a/src/Factory/JWSFactory.php +++ b/src/Factory/JWSFactory.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Factory/JWSFactoryInterface.php b/src/Factory/JWSFactoryInterface.php index 3d1e5043..943d875b 100644 --- a/src/Factory/JWSFactoryInterface.php +++ b/src/Factory/JWSFactoryInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/JWTCreator.php b/src/JWTCreator.php index ac6e036f..f82ccf6b 100644 --- a/src/JWTCreator.php +++ b/src/JWTCreator.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/JWTCreatorInterface.php b/src/JWTCreatorInterface.php index e18103bf..09665fa4 100644 --- a/src/JWTCreatorInterface.php +++ b/src/JWTCreatorInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/JWTLoader.php b/src/JWTLoader.php index 5e0ece4c..846d2bd4 100644 --- a/src/JWTLoader.php +++ b/src/JWTLoader.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/JWTLoaderInterface.php b/src/JWTLoaderInterface.php index 2b94d6cf..3e2bdd0a 100644 --- a/src/JWTLoaderInterface.php +++ b/src/JWTLoaderInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/KeyConverter/ECKey.php b/src/KeyConverter/ECKey.php index 2839cb39..a8cc4e63 100644 --- a/src/KeyConverter/ECKey.php +++ b/src/KeyConverter/ECKey.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/KeyConverter/KeyConverter.php b/src/KeyConverter/KeyConverter.php index 6de918c2..6d705793 100644 --- a/src/KeyConverter/KeyConverter.php +++ b/src/KeyConverter/KeyConverter.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/KeyConverter/RSAKey.php b/src/KeyConverter/RSAKey.php index 6a8c21c3..213900e2 100644 --- a/src/KeyConverter/RSAKey.php +++ b/src/KeyConverter/RSAKey.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Loader.php b/src/Loader.php index b55f1357..190c6020 100644 --- a/src/Loader.php +++ b/src/Loader.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/LoaderInterface.php b/src/LoaderInterface.php index 99bdafa7..2e614648 100644 --- a/src/LoaderInterface.php +++ b/src/LoaderInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/BaseJWKSet.php b/src/Object/BaseJWKSet.php index acfd1114..bc970cc3 100644 --- a/src/Object/BaseJWKSet.php +++ b/src/Object/BaseJWKSet.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/DownloadedJWKSet.php b/src/Object/DownloadedJWKSet.php index b4e2e6a0..180c3d53 100644 --- a/src/Object/DownloadedJWKSet.php +++ b/src/Object/DownloadedJWKSet.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. @@ -119,10 +119,10 @@ protected function getContent() } /** - * @throws \InvalidArgumentException Has CURL error message and the CURL error - * number as exception code. - * Throws exception with error number 0 - * if the error is not related to CURL. + * @throws \InvalidArgumentException Has CURL error message and the CURL error + * number as exception code. + * Throws exception with error number 0 + * if the error is not related to CURL. * * @return string */ @@ -146,13 +146,14 @@ private function downloadContent() } catch (\Assert\AssertionFailedException $e) { $curlError = curl_error($ch); $curlErrorNumber = curl_errno($ch); + throw new \InvalidArgumentException( - $e->getMessage() . $curlError, + $e->getMessage().$curlError, $curlErrorNumber ); } catch (\Exception $e) { throw new \InvalidArgumentException( - 'Failed to load JWK contents: ' . $e->getMessage(), + 'Failed to load JWK contents: '.$e->getMessage(), 0 ); } finally { diff --git a/src/Object/JKUJWKSet.php b/src/Object/JKUJWKSet.php index 71699f47..eccda760 100644 --- a/src/Object/JKUJWKSet.php +++ b/src/Object/JKUJWKSet.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWE.php b/src/Object/JWE.php index 0f6f230e..7701a287 100644 --- a/src/Object/JWE.php +++ b/src/Object/JWE.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWEInterface.php b/src/Object/JWEInterface.php index 9872de0c..3d1a6d02 100644 --- a/src/Object/JWEInterface.php +++ b/src/Object/JWEInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWK.php b/src/Object/JWK.php index 1edcc73c..081f404c 100644 --- a/src/Object/JWK.php +++ b/src/Object/JWK.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWKInterface.php b/src/Object/JWKInterface.php index a7c6dd11..6b4fd74f 100644 --- a/src/Object/JWKInterface.php +++ b/src/Object/JWKInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWKSet.php b/src/Object/JWKSet.php index c90ac543..cebe2e4e 100644 --- a/src/Object/JWKSet.php +++ b/src/Object/JWKSet.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWKSetInterface.php b/src/Object/JWKSetInterface.php index 97dc455c..fd6bf0e8 100644 --- a/src/Object/JWKSetInterface.php +++ b/src/Object/JWKSetInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWKSetPEM.php b/src/Object/JWKSetPEM.php index ef1252a9..f7c42784 100644 --- a/src/Object/JWKSetPEM.php +++ b/src/Object/JWKSetPEM.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWKSets.php b/src/Object/JWKSets.php index 22fc9631..65cd7986 100644 --- a/src/Object/JWKSets.php +++ b/src/Object/JWKSets.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWKSetsInterface.php b/src/Object/JWKSetsInterface.php index 89b9eaed..e2a0639e 100644 --- a/src/Object/JWKSetsInterface.php +++ b/src/Object/JWKSetsInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWS.php b/src/Object/JWS.php index 27f5b332..069fce58 100644 --- a/src/Object/JWS.php +++ b/src/Object/JWS.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWSInterface.php b/src/Object/JWSInterface.php index 5782950d..046763ec 100644 --- a/src/Object/JWSInterface.php +++ b/src/Object/JWSInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWT.php b/src/Object/JWT.php index 4920d3d2..08a98fbf 100644 --- a/src/Object/JWT.php +++ b/src/Object/JWT.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/JWTInterface.php b/src/Object/JWTInterface.php index 5a8139f3..637b853b 100644 --- a/src/Object/JWTInterface.php +++ b/src/Object/JWTInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/PublicJWKSet.php b/src/Object/PublicJWKSet.php index bf95a392..80084d96 100644 --- a/src/Object/PublicJWKSet.php +++ b/src/Object/PublicJWKSet.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/Recipient.php b/src/Object/Recipient.php index 5d27d896..3d2d0c97 100644 --- a/src/Object/Recipient.php +++ b/src/Object/Recipient.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/RecipientInterface.php b/src/Object/RecipientInterface.php index 4296e51a..5f34e82d 100644 --- a/src/Object/RecipientInterface.php +++ b/src/Object/RecipientInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/RotatableInterface.php b/src/Object/RotatableInterface.php index d3c31faf..bcfa089a 100644 --- a/src/Object/RotatableInterface.php +++ b/src/Object/RotatableInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/RotatableJWKSet.php b/src/Object/RotatableJWKSet.php index 818d5c14..98d06f47 100644 --- a/src/Object/RotatableJWKSet.php +++ b/src/Object/RotatableJWKSet.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/Signature.php b/src/Object/Signature.php index 6e8d6a05..405d98dd 100644 --- a/src/Object/Signature.php +++ b/src/Object/Signature.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/SignatureInterface.php b/src/Object/SignatureInterface.php index 42c61df9..1ac62f9a 100644 --- a/src/Object/SignatureInterface.php +++ b/src/Object/SignatureInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/Storable.php b/src/Object/Storable.php index 6b9cdb52..1b8ad8aa 100644 --- a/src/Object/Storable.php +++ b/src/Object/Storable.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/StorableInterface.php b/src/Object/StorableInterface.php index 547b38d8..345014be 100644 --- a/src/Object/StorableInterface.php +++ b/src/Object/StorableInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/StorableJWK.php b/src/Object/StorableJWK.php index 078c5768..4a2985e8 100644 --- a/src/Object/StorableJWK.php +++ b/src/Object/StorableJWK.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/StorableJWKSet.php b/src/Object/StorableJWKSet.php index a4769d5e..d3402333 100644 --- a/src/Object/StorableJWKSet.php +++ b/src/Object/StorableJWKSet.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Object/X5UJWKSet.php b/src/Object/X5UJWKSet.php index 1a1cb5ff..4fba3a6c 100644 --- a/src/Object/X5UJWKSet.php +++ b/src/Object/X5UJWKSet.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Signer.php b/src/Signer.php index ef271da8..e6e50b83 100644 --- a/src/Signer.php +++ b/src/Signer.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/SignerInterface.php b/src/SignerInterface.php index 700485ab..bfb2ecf7 100644 --- a/src/SignerInterface.php +++ b/src/SignerInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Util/BigInteger.php b/src/Util/BigInteger.php index 67891f1d..86d133eb 100644 --- a/src/Util/BigInteger.php +++ b/src/Util/BigInteger.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Util/ConcatKDF.php b/src/Util/ConcatKDF.php index ba576270..96c54de3 100644 --- a/src/Util/ConcatKDF.php +++ b/src/Util/ConcatKDF.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Util/Hash.php b/src/Util/Hash.php index 2bb45e87..34c52262 100644 --- a/src/Util/Hash.php +++ b/src/Util/Hash.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Util/JWELoader.php b/src/Util/JWELoader.php index 591a4339..9b13fc73 100644 --- a/src/Util/JWELoader.php +++ b/src/Util/JWELoader.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Util/JWSLoader.php b/src/Util/JWSLoader.php index b4fbe69a..37089d3c 100644 --- a/src/Util/JWSLoader.php +++ b/src/Util/JWSLoader.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Util/RSA.php b/src/Util/RSA.php index 0c0326d3..c86506d0 100644 --- a/src/Util/RSA.php +++ b/src/Util/RSA.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/Verifier.php b/src/Verifier.php index 96f0f752..1d3f0745 100644 --- a/src/Verifier.php +++ b/src/Verifier.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/VerifierInterface.php b/src/VerifierInterface.php index 1f2b4c97..72d69c46 100644 --- a/src/VerifierInterface.php +++ b/src/VerifierInterface.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/BaseTestCase.php b/tests/BaseTestCase.php index 1c347690..28bbea65 100644 --- a/tests/BaseTestCase.php +++ b/tests/BaseTestCase.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/CVE/InvalidCurveAttackBaseTest.php b/tests/CVE/InvalidCurveAttackBaseTest.php index 42083ae9..f7c77464 100644 --- a/tests/CVE/InvalidCurveAttackBaseTest.php +++ b/tests/CVE/InvalidCurveAttackBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Functional/CheckerManagerBaseTest.php b/tests/Functional/CheckerManagerBaseTest.php index 3d91a904..b10af81e 100644 --- a/tests/Functional/CheckerManagerBaseTest.php +++ b/tests/Functional/CheckerManagerBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Functional/EncrypterBaseTest.php b/tests/Functional/EncrypterBaseTest.php index f8e74517..d27169cb 100644 --- a/tests/Functional/EncrypterBaseTest.php +++ b/tests/Functional/EncrypterBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Functional/FlattenedBaseTest.php b/tests/Functional/FlattenedBaseTest.php index 4a542030..5484e22b 100644 --- a/tests/Functional/FlattenedBaseTest.php +++ b/tests/Functional/FlattenedBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Functional/ForeignJWTTest.php b/tests/Functional/ForeignJWTTest.php index 73932699..8e0206c8 100644 --- a/tests/Functional/ForeignJWTTest.php +++ b/tests/Functional/ForeignJWTTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Functional/LoaderAndCreatorBaseTest.php b/tests/Functional/LoaderAndCreatorBaseTest.php index c90a9007..e5319ac9 100644 --- a/tests/Functional/LoaderAndCreatorBaseTest.php +++ b/tests/Functional/LoaderAndCreatorBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Functional/SignerBaseTest.php b/tests/Functional/SignerBaseTest.php index 09bf10ba..a239184d 100644 --- a/tests/Functional/SignerBaseTest.php +++ b/tests/Functional/SignerBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Performance/ContentEncryptionPerformance.php b/tests/Performance/ContentEncryptionPerformance.php index be70ea2b..21c83f85 100644 --- a/tests/Performance/ContentEncryptionPerformance.php +++ b/tests/Performance/ContentEncryptionPerformance.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Performance/KeyAgreementPerformance.php b/tests/Performance/KeyAgreementPerformance.php index a296bfc9..bc266919 100644 --- a/tests/Performance/KeyAgreementPerformance.php +++ b/tests/Performance/KeyAgreementPerformance.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Performance/KeyAgreementWithKeyWrappingPerformance.php b/tests/Performance/KeyAgreementWithKeyWrappingPerformance.php index a6ef9fce..5c07b8bf 100644 --- a/tests/Performance/KeyAgreementWithKeyWrappingPerformance.php +++ b/tests/Performance/KeyAgreementWithKeyWrappingPerformance.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Performance/KeyEncryptionPerformance.php b/tests/Performance/KeyEncryptionPerformance.php index 5beae3ca..f455bc1c 100644 --- a/tests/Performance/KeyEncryptionPerformance.php +++ b/tests/Performance/KeyEncryptionPerformance.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Performance/KeyWrappingPerformance.php b/tests/Performance/KeyWrappingPerformance.php index c9054589..09b70ee5 100644 --- a/tests/Performance/KeyWrappingPerformance.php +++ b/tests/Performance/KeyWrappingPerformance.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Performance/SignaturePerformance.php b/tests/Performance/SignaturePerformance.php index d7ab196c..d8fb1849 100644 --- a/tests/Performance/SignaturePerformance.php +++ b/tests/Performance/SignaturePerformance.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC6979/ECDSASignatureTest.php b/tests/RFC6979/ECDSASignatureTest.php index 9701341d..1f8f0fe4 100644 --- a/tests/RFC6979/ECDSASignatureTest.php +++ b/tests/RFC6979/ECDSASignatureTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php b/tests/RFC7520/A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php index c044b381..ad256b59 100644 --- a/tests/RFC7520/A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php +++ b/tests/RFC7520/A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/A128KWAndA128GCMEncryptionTest.php b/tests/RFC7520/A128KWAndA128GCMEncryptionTest.php index 3e3b7422..8c548761 100644 --- a/tests/RFC7520/A128KWAndA128GCMEncryptionTest.php +++ b/tests/RFC7520/A128KWAndA128GCMEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/A128KWAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php b/tests/RFC7520/A128KWAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php index be9e3b88..4af33761 100644 --- a/tests/RFC7520/A128KWAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php +++ b/tests/RFC7520/A128KWAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php b/tests/RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php index 5d1aa0df..2a083bbe 100644 --- a/tests/RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php +++ b/tests/RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/A128KWAndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php b/tests/RFC7520/A128KWAndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php index c692a750..6c1a9f98 100644 --- a/tests/RFC7520/A128KWAndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php +++ b/tests/RFC7520/A128KWAndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php b/tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php index 81fb1fe1..6a13ea85 100644 --- a/tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php +++ b/tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/DirAndA128GCMEncryptionTest.php b/tests/RFC7520/DirAndA128GCMEncryptionTest.php index 62fd3512..969657c2 100644 --- a/tests/RFC7520/DirAndA128GCMEncryptionTest.php +++ b/tests/RFC7520/DirAndA128GCMEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php b/tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php index e8a02ce9..8fdcd0b8 100644 --- a/tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php +++ b/tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php b/tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php index 37daefbd..55310dbb 100644 --- a/tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php +++ b/tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/ECDSASignatureTest.php b/tests/RFC7520/ECDSASignatureTest.php index d4ba14ec..359626e2 100644 --- a/tests/RFC7520/ECDSASignatureTest.php +++ b/tests/RFC7520/ECDSASignatureTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/HMACSignatureTest.php b/tests/RFC7520/HMACSignatureTest.php index 925dfac4..71c71e0e 100644 --- a/tests/RFC7520/HMACSignatureTest.php +++ b/tests/RFC7520/HMACSignatureTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/MultipleRecipientEncryptionTest.php b/tests/RFC7520/MultipleRecipientEncryptionTest.php index d90e20b0..ff98fb1d 100644 --- a/tests/RFC7520/MultipleRecipientEncryptionTest.php +++ b/tests/RFC7520/MultipleRecipientEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/MultipleSignaturesTest.php b/tests/RFC7520/MultipleSignaturesTest.php index 639e43b4..59ce2de3 100644 --- a/tests/RFC7520/MultipleSignaturesTest.php +++ b/tests/RFC7520/MultipleSignaturesTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/NestingTest.php b/tests/RFC7520/NestingTest.php index 470aea4b..579f0591 100644 --- a/tests/RFC7520/NestingTest.php +++ b/tests/RFC7520/NestingTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php b/tests/RFC7520/PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php index 5ffdeac9..bfa601d3 100644 --- a/tests/RFC7520/PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php +++ b/tests/RFC7520/PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/RSA15SignatureTest.php b/tests/RFC7520/RSA15SignatureTest.php index 6d37a108..c86b2369 100644 --- a/tests/RFC7520/RSA15SignatureTest.php +++ b/tests/RFC7520/RSA15SignatureTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php b/tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php index 8cb5e856..abfe8e16 100644 --- a/tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php +++ b/tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/RSAPSSSignatureTest.php b/tests/RFC7520/RSAPSSSignatureTest.php index 4da0c2c5..64540f8c 100644 --- a/tests/RFC7520/RSAPSSSignatureTest.php +++ b/tests/RFC7520/RSAPSSSignatureTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php b/tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php index 41917725..f82daf5d 100644 --- a/tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php +++ b/tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Stub/FakeLogger.php b/tests/Stub/FakeLogger.php index 557a366f..9ae1bb84 100644 --- a/tests/Stub/FakeLogger.php +++ b/tests/Stub/FakeLogger.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Stub/IssuerChecker.php b/tests/Stub/IssuerChecker.php index 006566ae..11c45902 100644 --- a/tests/Stub/IssuerChecker.php +++ b/tests/Stub/IssuerChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Stub/JtiChecker.php b/tests/Stub/JtiChecker.php index fa7f0140..8b49efcf 100644 --- a/tests/Stub/JtiChecker.php +++ b/tests/Stub/JtiChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Stub/SubjectChecker.php b/tests/Stub/SubjectChecker.php index 482f30f4..1c3de12e 100644 --- a/tests/Stub/SubjectChecker.php +++ b/tests/Stub/SubjectChecker.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/AESCBC_HSContentEncryptionTest.php b/tests/Unit/Algorithm/AESCBC_HSContentEncryptionTest.php index a64dd0de..eb3d4c4f 100644 --- a/tests/Unit/Algorithm/AESCBC_HSContentEncryptionTest.php +++ b/tests/Unit/Algorithm/AESCBC_HSContentEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/AESGCMContentEncryptionTest.php b/tests/Unit/Algorithm/AESGCMContentEncryptionTest.php index 4f279569..78759afc 100644 --- a/tests/Unit/Algorithm/AESGCMContentEncryptionTest.php +++ b/tests/Unit/Algorithm/AESGCMContentEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/AESGCMKWKeyEncryptionTest.php b/tests/Unit/Algorithm/AESGCMKWKeyEncryptionTest.php index b351fd10..9f94d647 100644 --- a/tests/Unit/Algorithm/AESGCMKWKeyEncryptionTest.php +++ b/tests/Unit/Algorithm/AESGCMKWKeyEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/AESKWKeyEncryptionTest.php b/tests/Unit/Algorithm/AESKWKeyEncryptionTest.php index 34f16f2d..579ddd5a 100644 --- a/tests/Unit/Algorithm/AESKWKeyEncryptionTest.php +++ b/tests/Unit/Algorithm/AESKWKeyEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/DirAlgorithmBaseTest.php b/tests/Unit/Algorithm/DirAlgorithmBaseTest.php index e75ae818..a2f0914d 100644 --- a/tests/Unit/Algorithm/DirAlgorithmBaseTest.php +++ b/tests/Unit/Algorithm/DirAlgorithmBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/ECDHESKeyAgreementTest.php b/tests/Unit/Algorithm/ECDHESKeyAgreementTest.php index 6d6c7df4..b74e4650 100644 --- a/tests/Unit/Algorithm/ECDHESKeyAgreementTest.php +++ b/tests/Unit/Algorithm/ECDHESKeyAgreementTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/ECDSASignatureTest.php b/tests/Unit/Algorithm/ECDSASignatureTest.php index 9b23f05a..b57a70d4 100644 --- a/tests/Unit/Algorithm/ECDSASignatureTest.php +++ b/tests/Unit/Algorithm/ECDSASignatureTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/EdDSASignatureBaseTest.php b/tests/Unit/Algorithm/EdDSASignatureBaseTest.php index 56903c25..252700f5 100644 --- a/tests/Unit/Algorithm/EdDSASignatureBaseTest.php +++ b/tests/Unit/Algorithm/EdDSASignatureBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/HMACSignatureTest.php b/tests/Unit/Algorithm/HMACSignatureTest.php index 5ddce404..c1035a41 100644 --- a/tests/Unit/Algorithm/HMACSignatureTest.php +++ b/tests/Unit/Algorithm/HMACSignatureTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/JWAManagerBaseTest.php b/tests/Unit/Algorithm/JWAManagerBaseTest.php index d10ddbb6..25350c2b 100644 --- a/tests/Unit/Algorithm/JWAManagerBaseTest.php +++ b/tests/Unit/Algorithm/JWAManagerBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/NoneSignatureBaseTest.php b/tests/Unit/Algorithm/NoneSignatureBaseTest.php index 420df247..5b587c95 100644 --- a/tests/Unit/Algorithm/NoneSignatureBaseTest.php +++ b/tests/Unit/Algorithm/NoneSignatureBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/PBES2_HS_AESKWKeyEncryptionTest.php b/tests/Unit/Algorithm/PBES2_HS_AESKWKeyEncryptionTest.php index 4d46eb14..a5401511 100644 --- a/tests/Unit/Algorithm/PBES2_HS_AESKWKeyEncryptionTest.php +++ b/tests/Unit/Algorithm/PBES2_HS_AESKWKeyEncryptionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/RSAKeyEncryptionBaseTest.php b/tests/Unit/Algorithm/RSAKeyEncryptionBaseTest.php index e42b9c2a..d4b3751b 100644 --- a/tests/Unit/Algorithm/RSAKeyEncryptionBaseTest.php +++ b/tests/Unit/Algorithm/RSAKeyEncryptionBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/RSAKeyWithoutAllPrimesTest.php b/tests/Unit/Algorithm/RSAKeyWithoutAllPrimesTest.php index 9c4d9622..224ee86d 100644 --- a/tests/Unit/Algorithm/RSAKeyWithoutAllPrimesTest.php +++ b/tests/Unit/Algorithm/RSAKeyWithoutAllPrimesTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Algorithm/RSASignatureBaseTest.php b/tests/Unit/Algorithm/RSASignatureBaseTest.php index 68c71d4b..59e92ec2 100644 --- a/tests/Unit/Algorithm/RSASignatureBaseTest.php +++ b/tests/Unit/Algorithm/RSASignatureBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Certificates/CertificateTest.php b/tests/Unit/Certificates/CertificateTest.php index ae4eafe1..9d2cfa19 100644 --- a/tests/Unit/Certificates/CertificateTest.php +++ b/tests/Unit/Certificates/CertificateTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Checker/CheckerTestCase.php b/tests/Unit/Checker/CheckerTestCase.php index 3aa20d09..cac316d4 100644 --- a/tests/Unit/Checker/CheckerTestCase.php +++ b/tests/Unit/Checker/CheckerTestCase.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Checker/ExpirationTimeCheckerTest.php b/tests/Unit/Checker/ExpirationTimeCheckerTest.php index c0d2df59..778a3d1c 100644 --- a/tests/Unit/Checker/ExpirationTimeCheckerTest.php +++ b/tests/Unit/Checker/ExpirationTimeCheckerTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Checker/IssuedAtCheckerTest.php b/tests/Unit/Checker/IssuedAtCheckerTest.php index 6346a13e..75fb9396 100644 --- a/tests/Unit/Checker/IssuedAtCheckerTest.php +++ b/tests/Unit/Checker/IssuedAtCheckerTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Checker/NotBeforeCheckerTest.php b/tests/Unit/Checker/NotBeforeCheckerTest.php index 20e3bfb3..9c6294cf 100644 --- a/tests/Unit/Checker/NotBeforeCheckerTest.php +++ b/tests/Unit/Checker/NotBeforeCheckerTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Compression/CompressionTest.php b/tests/Unit/Compression/CompressionTest.php index cdafda08..054a967e 100644 --- a/tests/Unit/Compression/CompressionTest.php +++ b/tests/Unit/Compression/CompressionTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Keys/ECKeysBaseTest.php b/tests/Unit/Keys/ECKeysBaseTest.php index a385598e..6e9c38f7 100644 --- a/tests/Unit/Keys/ECKeysBaseTest.php +++ b/tests/Unit/Keys/ECKeysBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Keys/NoneKeysBaseTest.php b/tests/Unit/Keys/NoneKeysBaseTest.php index 8989a291..69f74063 100644 --- a/tests/Unit/Keys/NoneKeysBaseTest.php +++ b/tests/Unit/Keys/NoneKeysBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Keys/OKPKeysBaseTest.php b/tests/Unit/Keys/OKPKeysBaseTest.php index 810c12f9..e5743b5b 100644 --- a/tests/Unit/Keys/OKPKeysBaseTest.php +++ b/tests/Unit/Keys/OKPKeysBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Keys/OctKeysBaseTest.php b/tests/Unit/Keys/OctKeysBaseTest.php index 58bd2e32..f72a417f 100644 --- a/tests/Unit/Keys/OctKeysBaseTest.php +++ b/tests/Unit/Keys/OctKeysBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Keys/RSAKeysBaseTest.php b/tests/Unit/Keys/RSAKeysBaseTest.php index d60ca9b1..51c41901 100644 --- a/tests/Unit/Keys/RSAKeysBaseTest.php +++ b/tests/Unit/Keys/RSAKeysBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/JWETest.php b/tests/Unit/Objects/JWETest.php index f766b4dd..a540752d 100644 --- a/tests/Unit/Objects/JWETest.php +++ b/tests/Unit/Objects/JWETest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/JWKFactoryTest.php b/tests/Unit/Objects/JWKFactoryTest.php index ba1ca346..a44fb396 100644 --- a/tests/Unit/Objects/JWKFactoryTest.php +++ b/tests/Unit/Objects/JWKFactoryTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/JWKSetBaseTest.php b/tests/Unit/Objects/JWKSetBaseTest.php index a7685d06..8d2d380d 100644 --- a/tests/Unit/Objects/JWKSetBaseTest.php +++ b/tests/Unit/Objects/JWKSetBaseTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/JWKSetsTest.php b/tests/Unit/Objects/JWKSetsTest.php index caf44568..2fcb371f 100644 --- a/tests/Unit/Objects/JWKSetsTest.php +++ b/tests/Unit/Objects/JWKSetsTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/JWKTest.php b/tests/Unit/Objects/JWKTest.php index 42d98b11..c9616b49 100644 --- a/tests/Unit/Objects/JWKTest.php +++ b/tests/Unit/Objects/JWKTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/JWSTest.php b/tests/Unit/Objects/JWSTest.php index 03e1b61f..f791d547 100644 --- a/tests/Unit/Objects/JWSTest.php +++ b/tests/Unit/Objects/JWSTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/JWTCreatorTest.php b/tests/Unit/Objects/JWTCreatorTest.php index 3b7605e7..9d7ac7c4 100644 --- a/tests/Unit/Objects/JWTCreatorTest.php +++ b/tests/Unit/Objects/JWTCreatorTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/PublicJWKSetTest.php b/tests/Unit/Objects/PublicJWKSetTest.php index 9644850e..9080e5c2 100644 --- a/tests/Unit/Objects/PublicJWKSetTest.php +++ b/tests/Unit/Objects/PublicJWKSetTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/RotatableJWKSetTest.php b/tests/Unit/Objects/RotatableJWKSetTest.php index 9ceb6c5a..83e75da1 100644 --- a/tests/Unit/Objects/RotatableJWKSetTest.php +++ b/tests/Unit/Objects/RotatableJWKSetTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/StorableJWKSetTest.php b/tests/Unit/Objects/StorableJWKSetTest.php index ce9fca3a..dd74203b 100644 --- a/tests/Unit/Objects/StorableJWKSetTest.php +++ b/tests/Unit/Objects/StorableJWKSetTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tests/Unit/Objects/StorableJWKTest.php b/tests/Unit/Objects/StorableJWKTest.php index be9377ed..29e76549 100644 --- a/tests/Unit/Objects/StorableJWKTest.php +++ b/tests/Unit/Objects/StorableJWKTest.php @@ -3,7 +3,7 @@ /* * The MIT License (MIT) * - * Copyright (c) 2014-2017 Spomky-Labs + * Copyright (c) 2014-2018 Spomky-Labs * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details.