From d53ca366eef60dbd57772acf4be23d518e6a7874 Mon Sep 17 00:00:00 2001 From: Spomky Date: Thu, 4 Jan 2018 08:42:51 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- performance/JWE/A128GCMKWBench.php | 2 +- performance/JWE/A128KWBench.php | 2 +- performance/JWE/A192GCMKWBench.php | 2 +- performance/JWE/A192KWBench.php | 2 +- performance/JWE/A256GCMKWBench.php | 2 +- performance/JWE/A256KWBench.php | 2 +- performance/JWE/ECDHESA128KWBench.php | 2 +- performance/JWE/ECDHESA192KWBench.php | 2 +- performance/JWE/ECDHESA256KWBench.php | 2 +- performance/JWE/ECDHESBench.php | 2 +- performance/JWE/EncryptionBench.php | 2 +- performance/JWE/PBES2HS256A128KWBench.php | 2 +- performance/JWE/PBES2HS384A192KWBench.php | 2 +- performance/JWE/PBES2HS512A256KWBench.php | 2 +- performance/JWE/RSA1_5Bench.php | 2 +- performance/JWE/RSAOAEP256Bench.php | 2 +- performance/JWE/RSAOAEPBench.php | 2 +- performance/JWS/ES256Bench.php | 2 +- performance/JWS/ES384Bench.php | 2 +- performance/JWS/ES512Bench.php | 2 +- performance/JWS/EdDSABench.php | 2 +- performance/JWS/HS256Bench.php | 2 +- performance/JWS/HS384Bench.php | 2 +- performance/JWS/HS512Bench.php | 2 +- performance/JWS/NoneBench.php | 2 +- performance/JWS/PS256Bench.php | 2 +- performance/JWS/PS384Bench.php | 2 +- performance/JWS/PS512Bench.php | 2 +- performance/JWS/RS256Bench.php | 2 +- performance/JWS/RS384Bench.php | 2 +- performance/JWS/RS512Bench.php | 2 +- performance/JWS/SignatureBench.php | 2 +- src/Bundle/JoseFramework/Controller/JWKSetController.php | 2 +- src/Bundle/JoseFramework/Controller/JWKSetControllerFactory.php | 2 +- src/Bundle/JoseFramework/DataCollector/AlgorithmCollector.php | 2 +- src/Bundle/JoseFramework/DataCollector/CheckerCollector.php | 2 +- src/Bundle/JoseFramework/DataCollector/Collector.php | 2 +- src/Bundle/JoseFramework/DataCollector/JWECollector.php | 2 +- src/Bundle/JoseFramework/DataCollector/JWSCollector.php | 2 +- src/Bundle/JoseFramework/DataCollector/JoseCollector.php | 2 +- src/Bundle/JoseFramework/DataCollector/KeyCollector.php | 2 +- .../DependencyInjection/Compiler/AlgorithmCompilerPass.php | 2 +- .../Compiler/CheckerCollectorCompilerPass.php | 2 +- .../DependencyInjection/Compiler/ClaimCheckerCompilerPass.php | 2 +- .../Compiler/CompressionMethodCompilerPass.php | 2 +- .../DependencyInjection/Compiler/DataCollectorCompilerPass.php | 2 +- .../Compiler/EncryptionSerializerCompilerPass.php | 2 +- .../DependencyInjection/Compiler/HeaderCheckerCompilerPass.php | 2 +- .../DependencyInjection/Compiler/JWECollectorCompilerPass.php | 2 +- .../DependencyInjection/Compiler/JWSCollectorCompilerPass.php | 2 +- .../DependencyInjection/Compiler/KeyAnalyzerCompilerPass.php | 2 +- .../DependencyInjection/Compiler/KeyCollectorCompilerPass.php | 2 +- .../Compiler/KeySetControllerCompilerPass.php | 2 +- .../Compiler/SignatureSerializerCompilerPass.php | 2 +- src/Bundle/JoseFramework/DependencyInjection/Configuration.php | 2 +- .../DependencyInjection/JoseFrameworkExtension.php | 2 +- .../JoseFramework/DependencyInjection/Source/AbstractSource.php | 2 +- .../DependencyInjection/Source/Checker/CheckerSource.php | 2 +- .../DependencyInjection/Source/Checker/ClaimChecker.php | 2 +- .../DependencyInjection/Source/Checker/HeaderChecker.php | 2 +- .../DependencyInjection/Source/Console/ConsoleSource.php | 2 +- .../DependencyInjection/Source/Core/CoreSource.php | 2 +- .../Source/Encryption/AbstractEncryptionSource.php | 2 +- .../DependencyInjection/Source/Encryption/EncryptionSource.php | 2 +- .../DependencyInjection/Source/Encryption/JWEBuilder.php | 2 +- .../DependencyInjection/Source/Encryption/JWEDecrypter.php | 2 +- .../DependencyInjection/Source/Encryption/JWESerializer.php | 2 +- .../DependencyInjection/Source/KeyManagement/JKUSource.php | 2 +- .../DependencyInjection/Source/KeyManagement/JWKSetSource.php | 2 +- .../Source/KeyManagement/JWKSetSource/JKU.php | 2 +- .../Source/KeyManagement/JWKSetSource/JWKSet.php | 2 +- .../Source/KeyManagement/JWKSetSource/JWKSetSource.php | 2 +- .../Source/KeyManagement/JWKSetSource/X5U.php | 2 +- .../DependencyInjection/Source/KeyManagement/JWKSource.php | 2 +- .../Source/KeyManagement/JWKSource/CertificateFile.php | 2 +- .../DependencyInjection/Source/KeyManagement/JWKSource/JWK.php | 2 +- .../Source/KeyManagement/JWKSource/JWKSet.php | 2 +- .../Source/KeyManagement/JWKSource/JWKSource.php | 2 +- .../Source/KeyManagement/JWKSource/KeyFile.php | 2 +- .../Source/KeyManagement/JWKSource/Values.php | 2 +- .../DependencyInjection/Source/KeyManagement/JWKSource/X5C.php | 2 +- .../DependencyInjection/Source/KeyManagement/JWKUriSource.php | 2 +- .../Source/KeyManagement/KeyManagementSource.php | 2 +- .../Source/Signature/AbstractSignatureSource.php | 2 +- .../DependencyInjection/Source/Signature/JWSBuilder.php | 2 +- .../DependencyInjection/Source/Signature/JWSSerializer.php | 2 +- .../DependencyInjection/Source/Signature/JWSVerifier.php | 2 +- .../DependencyInjection/Source/Signature/SignatureSource.php | 2 +- src/Bundle/JoseFramework/DependencyInjection/Source/Source.php | 2 +- src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php | 2 +- src/Bundle/JoseFramework/Helper/ConfigurationHelper.php | 2 +- src/Bundle/JoseFramework/JoseFrameworkBundle.php | 2 +- src/Bundle/JoseFramework/Routing/JWKSetLoader.php | 2 +- src/Bundle/JoseFramework/Tests/AppKernel.php | 2 +- .../JoseFramework/Tests/Functional/Checker/ClaimCheckerTest.php | 2 +- .../Tests/Functional/Checker/HeaderCheckerTest.php | 2 +- .../JoseFramework/Tests/Functional/Console/ConsoleTest.php | 2 +- .../Tests/Functional/Encryption/JWEBuilderTest.php | 2 +- .../Tests/Functional/Encryption/JWEComputationTest.php | 2 +- .../JoseFramework/Tests/Functional/Encryption/JWELoaderTest.php | 2 +- .../Tests/Functional/KeyManagement/JWKLoaderTest.php | 2 +- .../Tests/Functional/KeyManagement/JWKSetLoaderTest.php | 2 +- .../JoseFramework/Tests/Functional/Signature/JWSBuilderTest.php | 2 +- .../Tests/Functional/Signature/JWSComputationTest.php | 2 +- .../JoseFramework/Tests/Functional/Signature/JWSLoaderTest.php | 2 +- .../JoseFramework/Tests/TestBundle/Checker/CustomChecker.php | 2 +- .../Tests/TestBundle/Converter/CustomJsonConverter.php | 2 +- .../Tests/TestBundle/DependencyInjection/TestExtension.php | 2 +- src/Bundle/JoseFramework/Tests/TestBundle/MessageFactory.php | 2 +- .../JoseFramework/Tests/TestBundle/Service/RequestFactory.php | 2 +- src/Bundle/JoseFramework/Tests/TestBundle/TestBundle.php | 2 +- src/Component/Checker/AlgorithmChecker.php | 2 +- src/Component/Checker/AudienceChecker.php | 2 +- src/Component/Checker/ClaimChecker.php | 2 +- src/Component/Checker/ClaimCheckerManager.php | 2 +- src/Component/Checker/ClaimCheckerManagerFactory.php | 2 +- src/Component/Checker/ExpirationTimeChecker.php | 2 +- src/Component/Checker/HeaderChecker.php | 2 +- src/Component/Checker/HeaderCheckerManager.php | 2 +- src/Component/Checker/HeaderCheckerManagerFactory.php | 2 +- src/Component/Checker/InvalidClaimException.php | 2 +- src/Component/Checker/InvalidHeaderException.php | 2 +- src/Component/Checker/IssuedAtChecker.php | 2 +- src/Component/Checker/NotBeforeChecker.php | 2 +- src/Component/Checker/Tests/AlgorithmHeaderCheckerTest.php | 2 +- src/Component/Checker/Tests/AudienceClaimCheckerTest.php | 2 +- src/Component/Checker/Tests/AudienceHeaderCheckerTest.php | 2 +- src/Component/Checker/Tests/ClaimCheckerManagerFactoryTest.php | 2 +- src/Component/Checker/Tests/ExpirationTimeClaimCheckerTest.php | 2 +- src/Component/Checker/Tests/HeaderCheckerManagerFactoryTest.php | 2 +- src/Component/Checker/Tests/IssuedAtClaimCheckerTest.php | 2 +- src/Component/Checker/Tests/NotBeforeClaimCheckerTest.php | 2 +- src/Component/Checker/Tests/Stub/IssuerChecker.php | 2 +- src/Component/Checker/Tests/Stub/OtherToken.php | 2 +- src/Component/Checker/Tests/Stub/Token.php | 2 +- src/Component/Checker/Tests/Stub/TokenSupport.php | 2 +- .../Checker/Tests/UnencodedPayloadHeaderCheckerTest.php | 2 +- src/Component/Checker/TokenTypeSupport.php | 2 +- src/Component/Checker/UnencodedPayloadChecker.php | 2 +- src/Component/Console/AddKeyIntoKeysetCommand.php | 2 +- src/Component/Console/EcKeyGeneratorCommand.php | 2 +- src/Component/Console/EcKeysetGeneratorCommand.php | 2 +- src/Component/Console/GeneratorCommand.php | 2 +- src/Component/Console/GetThumbprintCommand.php | 2 +- src/Component/Console/JKULoaderCommand.php | 2 +- src/Component/Console/KeyAnalyzerCommand.php | 2 +- src/Component/Console/KeyFileLoaderCommand.php | 2 +- src/Component/Console/KeysetAnalyzerCommand.php | 2 +- src/Component/Console/MergeKeysetCommand.php | 2 +- src/Component/Console/NoneKeyGeneratorCommand.php | 2 +- src/Component/Console/ObjectOutputCommand.php | 2 +- src/Component/Console/OctKeyGeneratorCommand.php | 2 +- src/Component/Console/OctKeysetGeneratorCommand.php | 2 +- src/Component/Console/OkpKeyGeneratorCommand.php | 2 +- src/Component/Console/OkpKeysetGeneratorCommand.php | 2 +- src/Component/Console/OptimizeRsaKeyCommand.php | 2 +- src/Component/Console/P12CertificateLoaderCommand.php | 2 +- src/Component/Console/PemConverterCommand.php | 2 +- src/Component/Console/PublicKeyCommand.php | 2 +- src/Component/Console/PublicKeysetCommand.php | 2 +- src/Component/Console/RotateKeysetCommand.php | 2 +- src/Component/Console/RsaKeyGeneratorCommand.php | 2 +- src/Component/Console/RsaKeysetGeneratorCommand.php | 2 +- src/Component/Console/Tests/AnalyzeCommandTest.php | 2 +- src/Component/Console/Tests/KeyConversionCommandTest.php | 2 +- src/Component/Console/Tests/KeyCreationCommandTest.php | 2 +- src/Component/Console/Tests/KeySetCreationCommandTest.php | 2 +- src/Component/Console/X509CertificateLoaderCommand.php | 2 +- src/Component/Console/X5ULoaderCommand.php | 2 +- src/Component/Core/Algorithm.php | 2 +- src/Component/Core/AlgorithmManager.php | 2 +- src/Component/Core/AlgorithmManagerFactory.php | 2 +- src/Component/Core/Converter/JsonConverter.php | 2 +- src/Component/Core/Converter/StandardConverter.php | 2 +- src/Component/Core/JWK.php | 2 +- src/Component/Core/JWKSet.php | 2 +- src/Component/Core/JWT.php | 2 +- src/Component/Core/Tests/AlgorithmManagerFactoryTest.php | 2 +- src/Component/Core/Tests/FooAlgorithm.php | 2 +- src/Component/Core/Tests/JWKSetTest.php | 2 +- src/Component/Core/Tests/JWKTest.php | 2 +- src/Component/Core/Tests/JsonConverterTest.php | 2 +- src/Component/Core/Util/BigInteger.php | 2 +- src/Component/Core/Util/ECKey.php | 2 +- src/Component/Core/Util/ECSignature.php | 2 +- src/Component/Core/Util/Ecc/Curve.php | 2 +- src/Component/Core/Util/Ecc/Math.php | 2 +- src/Component/Core/Util/Ecc/ModularArithmetic.php | 2 +- src/Component/Core/Util/Ecc/NistCurve.php | 2 +- src/Component/Core/Util/Ecc/Point.php | 2 +- src/Component/Core/Util/Ecc/PrivateKey.php | 2 +- src/Component/Core/Util/Ecc/PublicKey.php | 2 +- src/Component/Core/Util/Hash.php | 2 +- src/Component/Core/Util/KeyChecker.php | 2 +- src/Component/Core/Util/RSAKey.php | 2 +- .../Encryption/Algorithm/ContentEncryption/A128CBCHS256.php | 2 +- .../Encryption/Algorithm/ContentEncryption/A128GCM.php | 2 +- .../Encryption/Algorithm/ContentEncryption/A192CBCHS384.php | 2 +- .../Encryption/Algorithm/ContentEncryption/A192GCM.php | 2 +- .../Encryption/Algorithm/ContentEncryption/A256CBCHS512.php | 2 +- .../Encryption/Algorithm/ContentEncryption/A256GCM.php | 2 +- .../Encryption/Algorithm/ContentEncryption/AESCBCHS.php | 2 +- src/Component/Encryption/Algorithm/ContentEncryption/AESGCM.php | 2 +- .../Encryption/Algorithm/ContentEncryptionAlgorithm.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/A128GCMKW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/A128KW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/A192GCMKW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/A192KW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/A256GCMKW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/A256KW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/AESGCMKW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/AESKW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/Dir.php | 2 +- .../Encryption/Algorithm/KeyEncryption/DirectEncryption.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/ECDHES.php | 2 +- .../Encryption/Algorithm/KeyEncryption/ECDHESA128KW.php | 2 +- .../Encryption/Algorithm/KeyEncryption/ECDHESA192KW.php | 2 +- .../Encryption/Algorithm/KeyEncryption/ECDHESA256KW.php | 2 +- .../Encryption/Algorithm/KeyEncryption/ECDHESAESKW.php | 2 +- .../Encryption/Algorithm/KeyEncryption/KeyAgreement.php | 2 +- .../Algorithm/KeyEncryption/KeyAgreementWithKeyWrapping.php | 2 +- .../Encryption/Algorithm/KeyEncryption/KeyEncryption.php | 2 +- .../Encryption/Algorithm/KeyEncryption/KeyWrapping.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/PBES2AESKW.php | 2 +- .../Encryption/Algorithm/KeyEncryption/PBES2HS256A128KW.php | 2 +- .../Encryption/Algorithm/KeyEncryption/PBES2HS384A192KW.php | 2 +- .../Encryption/Algorithm/KeyEncryption/PBES2HS512A256KW.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/RSA.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/RSA15.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP256.php | 2 +- src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php | 2 +- src/Component/Encryption/Compression/CompressionMethod.php | 2 +- .../Encryption/Compression/CompressionMethodManager.php | 2 +- .../Encryption/Compression/CompressionMethodManagerFactory.php | 2 +- src/Component/Encryption/Compression/Deflate.php | 2 +- src/Component/Encryption/Compression/GZip.php | 2 +- src/Component/Encryption/Compression/ZLib.php | 2 +- src/Component/Encryption/JWE.php | 2 +- src/Component/Encryption/JWEBuilder.php | 2 +- src/Component/Encryption/JWEBuilderFactory.php | 2 +- src/Component/Encryption/JWEDecrypter.php | 2 +- src/Component/Encryption/JWEDecrypterFactory.php | 2 +- src/Component/Encryption/JWELoader.php | 2 +- src/Component/Encryption/JWETokenSupport.php | 2 +- src/Component/Encryption/Recipient.php | 2 +- src/Component/Encryption/Serializer/CompactSerializer.php | 2 +- src/Component/Encryption/Serializer/JSONFlattenedSerializer.php | 2 +- src/Component/Encryption/Serializer/JSONGeneralSerializer.php | 2 +- src/Component/Encryption/Serializer/JWESerializer.php | 2 +- src/Component/Encryption/Serializer/JWESerializerManager.php | 2 +- .../Encryption/Serializer/JWESerializerManagerFactory.php | 2 +- .../Encryption/Tests/AESCBC_HSContentEncryptionTest.php | 2 +- src/Component/Encryption/Tests/AESGCMContentEncryptionTest.php | 2 +- src/Component/Encryption/Tests/AESGCMKWKeyEncryptionTest.php | 2 +- src/Component/Encryption/Tests/AESKWKeyEncryptionTest.php | 2 +- src/Component/Encryption/Tests/CompressionTest.php | 2 +- src/Component/Encryption/Tests/DirAlgorithmTest.php | 2 +- src/Component/Encryption/Tests/ECDHESKeyAgreementTest.php | 2 +- .../Encryption/Tests/ECDHESWithX25519EncryptionTest.php | 2 +- src/Component/Encryption/Tests/EncrypterTest.php | 2 +- src/Component/Encryption/Tests/EncryptionTest.php | 2 +- src/Component/Encryption/Tests/InvalidCurveAttackTest.php | 2 +- src/Component/Encryption/Tests/JWEFlattenedTest.php | 2 +- src/Component/Encryption/Tests/JWELoaderTest.php | 2 +- .../Encryption/Tests/PBES2_HS_AESKWKeyEncryptionTest.php | 2 +- .../A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php | 2 +- .../Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionTest.php | 2 +- ...WAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php | 2 +- .../RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php | 2 +- ...ndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php | 2 +- .../Tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php | 2 +- .../Encryption/Tests/RFC7520/DirAndA128GCMEncryptionTest.php | 2 +- .../Tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php | 2 +- .../Tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php | 2 +- .../Tests/RFC7520/MultipleRecipientEncryptionTest.php | 2 +- src/Component/Encryption/Tests/RFC7520/NestingTest.php | 2 +- .../PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php | 2 +- .../Tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php | 2 +- .../Tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php | 2 +- src/Component/Encryption/Tests/RSAEncryptionTest.php | 2 +- src/Component/Encryption/Tests/RSAKeyEncryptionTest.php | 2 +- src/Component/Encryption/Tests/RSAKeyWithoutAllPrimesTest.php | 2 +- src/Component/Encryption/Util/ConcatKDF.php | 2 +- src/Component/Encryption/Util/Ecc/EcDH.php | 2 +- src/Component/Encryption/Util/RSACrypt.php | 2 +- src/Component/KeyManagement/JKUFactory.php | 2 +- src/Component/KeyManagement/JWKFactory.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/AlgorithmAnalyzer.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/KeyAnalyzer.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/KeyAnalyzerManager.php | 2 +- .../KeyManagement/KeyAnalyzer/KeyIdentifierAnalyzer.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/Message.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/MessageBag.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/NoneAnalyzer.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/OctAnalyzer.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/RsaAnalyzer.php | 2 +- src/Component/KeyManagement/KeyAnalyzer/UsageAnalyzer.php | 2 +- src/Component/KeyManagement/KeyConverter/ECKey.php | 2 +- src/Component/KeyManagement/KeyConverter/KeyConverter.php | 2 +- src/Component/KeyManagement/KeyConverter/RSAKey.php | 2 +- src/Component/KeyManagement/Tests/CertificateTest.php | 2 +- src/Component/KeyManagement/Tests/FooAlgorithm.php | 2 +- src/Component/KeyManagement/Tests/HttpMessageFactory.php | 2 +- src/Component/KeyManagement/Tests/JWKAnalyzerTest.php | 2 +- src/Component/KeyManagement/Tests/JWKFactoryTest.php | 2 +- src/Component/KeyManagement/Tests/JWKSetTest.php | 2 +- src/Component/KeyManagement/Tests/JWKTest.php | 2 +- src/Component/KeyManagement/Tests/Keys/ECKeysTest.php | 2 +- src/Component/KeyManagement/Tests/Keys/NoneKeysTest.php | 2 +- src/Component/KeyManagement/Tests/Keys/OKPKeysTest.php | 2 +- src/Component/KeyManagement/Tests/Keys/OctKeysTest.php | 2 +- src/Component/KeyManagement/Tests/Keys/RSAKeysTest.php | 2 +- src/Component/KeyManagement/Tests/MessageBagTest.php | 2 +- src/Component/KeyManagement/Tests/MessageFactory.php | 2 +- src/Component/KeyManagement/Tests/UrlKeySetFactoryTest.php | 2 +- src/Component/KeyManagement/UrlKeySetFactory.php | 2 +- src/Component/KeyManagement/X5UFactory.php | 2 +- src/Component/Signature/Algorithm/ECDSA.php | 2 +- src/Component/Signature/Algorithm/ES256.php | 2 +- src/Component/Signature/Algorithm/ES384.php | 2 +- src/Component/Signature/Algorithm/ES512.php | 2 +- src/Component/Signature/Algorithm/EdDSA.php | 2 +- src/Component/Signature/Algorithm/HMAC.php | 2 +- src/Component/Signature/Algorithm/HS256.php | 2 +- src/Component/Signature/Algorithm/HS384.php | 2 +- src/Component/Signature/Algorithm/HS512.php | 2 +- src/Component/Signature/Algorithm/None.php | 2 +- src/Component/Signature/Algorithm/PS256.php | 2 +- src/Component/Signature/Algorithm/PS384.php | 2 +- src/Component/Signature/Algorithm/PS512.php | 2 +- src/Component/Signature/Algorithm/RS256.php | 2 +- src/Component/Signature/Algorithm/RS384.php | 2 +- src/Component/Signature/Algorithm/RS512.php | 2 +- src/Component/Signature/Algorithm/RSA.php | 2 +- src/Component/Signature/Algorithm/SignatureAlgorithm.php | 2 +- src/Component/Signature/JWS.php | 2 +- src/Component/Signature/JWSBuilder.php | 2 +- src/Component/Signature/JWSBuilderFactory.php | 2 +- src/Component/Signature/JWSLoader.php | 2 +- src/Component/Signature/JWSTokenSupport.php | 2 +- src/Component/Signature/JWSVerifier.php | 2 +- src/Component/Signature/JWSVerifierFactory.php | 2 +- src/Component/Signature/Serializer/CompactSerializer.php | 2 +- src/Component/Signature/Serializer/JSONFlattenedSerializer.php | 2 +- src/Component/Signature/Serializer/JSONGeneralSerializer.php | 2 +- src/Component/Signature/Serializer/JWSSerializer.php | 2 +- src/Component/Signature/Serializer/JWSSerializerManager.php | 2 +- .../Signature/Serializer/JWSSerializerManagerFactory.php | 2 +- src/Component/Signature/Serializer/Serializer.php | 2 +- src/Component/Signature/Signature.php | 2 +- src/Component/Signature/Tests/ECDSASignatureTest.php | 2 +- src/Component/Signature/Tests/EdDSASignatureTest.php | 2 +- src/Component/Signature/Tests/ForeignJWTTest.php | 2 +- src/Component/Signature/Tests/HMACSignatureTest.php | 2 +- src/Component/Signature/Tests/JWSFlattenedTest.php | 2 +- src/Component/Signature/Tests/JWSTest.php | 2 +- src/Component/Signature/Tests/NoneSignatureTest.php | 2 +- src/Component/Signature/Tests/RFC6979/ECDSASignatureTest.php | 2 +- src/Component/Signature/Tests/RFC7520/ECDSASignatureTest.php | 2 +- src/Component/Signature/Tests/RFC7520/HMACSignatureTest.php | 2 +- .../Signature/Tests/RFC7520/MultipleSignaturesTest.php | 2 +- src/Component/Signature/Tests/RFC7520/NestingTest.php | 2 +- src/Component/Signature/Tests/RFC7520/RSA15SignatureTest.php | 2 +- src/Component/Signature/Tests/RFC7520/RSAPSSSignatureTest.php | 2 +- src/Component/Signature/Tests/RSAKeyWithoutAllPrimesTest.php | 2 +- src/Component/Signature/Tests/RSASignatureTest.php | 2 +- src/Component/Signature/Tests/SignatureTest.php | 2 +- src/Component/Signature/Tests/SignerTest.php | 2 +- src/Component/Signature/Util/RSA.php | 2 +- 370 files changed, 370 insertions(+), 370 deletions(-) diff --git a/performance/JWE/A128GCMKWBench.php b/performance/JWE/A128GCMKWBench.php index adcdf643..c299a9cd 100644 --- a/performance/JWE/A128GCMKWBench.php +++ b/performance/JWE/A128GCMKWBench.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/performance/JWE/A128KWBench.php b/performance/JWE/A128KWBench.php index faefb57d..508eccba 100644 --- a/performance/JWE/A128KWBench.php +++ b/performance/JWE/A128KWBench.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/performance/JWE/A192GCMKWBench.php b/performance/JWE/A192GCMKWBench.php index b52dd0d1..ea62faad 100644 --- a/performance/JWE/A192GCMKWBench.php +++ b/performance/JWE/A192GCMKWBench.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/performance/JWE/A192KWBench.php b/performance/JWE/A192KWBench.php index b701321b..3598d42a 100644 --- a/performance/JWE/A192KWBench.php +++ b/performance/JWE/A192KWBench.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/performance/JWE/A256GCMKWBench.php b/performance/JWE/A256GCMKWBench.php index b18364ab..fe91afd9 100644 --- a/performance/JWE/A256GCMKWBench.php +++ b/performance/JWE/A256GCMKWBench.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/performance/JWE/A256KWBench.php b/performance/JWE/A256KWBench.php index 40a0578d..289c827a 100644 --- a/performance/JWE/A256KWBench.php +++ b/performance/JWE/A256KWBench.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/performance/JWE/ECDHESA128KWBench.php b/performance/JWE/ECDHESA128KWBench.php index 18aefcfe..01c30dd4 100644 --- a/performance/JWE/ECDHESA128KWBench.php +++ b/performance/JWE/ECDHESA128KWBench.php @@ -5,7 +5,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/performance/JWE/ECDHESA192KWBench.php b/performance/JWE/ECDHESA192KWBench.php index c17d3397..abf799de 100644 --- a/performance/JWE/ECDHESA192KWBench.php +++ b/performance/JWE/ECDHESA192KWBench.php @@ -5,7 +5,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/performance/JWE/ECDHESA256KWBench.php b/performance/JWE/ECDHESA256KWBench.php index 7000a580..2aac0bd9 100644 --- a/performance/JWE/ECDHESA256KWBench.php +++ b/performance/JWE/ECDHESA256KWBench.php @@ -5,7 +5,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/performance/JWE/ECDHESBench.php b/performance/JWE/ECDHESBench.php index 5341236e..d7d4a8b1 100644 --- a/performance/JWE/ECDHESBench.php +++ b/performance/JWE/ECDHESBench.php @@ -5,7 +5,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/performance/JWE/EncryptionBench.php b/performance/JWE/EncryptionBench.php index b18525ed..a8fb901e 100644 --- a/performance/JWE/EncryptionBench.php +++ b/performance/JWE/EncryptionBench.php @@ -5,7 +5,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/performance/JWE/PBES2HS256A128KWBench.php b/performance/JWE/PBES2HS256A128KWBench.php index 764a87af..efe62582 100644 --- a/performance/JWE/PBES2HS256A128KWBench.php +++ b/performance/JWE/PBES2HS256A128KWBench.php @@ -5,7 +5,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/performance/JWE/PBES2HS384A192KWBench.php b/performance/JWE/PBES2HS384A192KWBench.php index 609d12f3..c64d3bef 100644 --- a/performance/JWE/PBES2HS384A192KWBench.php +++ b/performance/JWE/PBES2HS384A192KWBench.php @@ -5,7 +5,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/performance/JWE/PBES2HS512A256KWBench.php b/performance/JWE/PBES2HS512A256KWBench.php index 247cbc04..e000c647 100644 --- a/performance/JWE/PBES2HS512A256KWBench.php +++ b/performance/JWE/PBES2HS512A256KWBench.php @@ -5,7 +5,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/performance/JWE/RSA1_5Bench.php b/performance/JWE/RSA1_5Bench.php index bf5a87da..16c40d52 100644 --- a/performance/JWE/RSA1_5Bench.php +++ b/performance/JWE/RSA1_5Bench.php @@ -5,7 +5,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/performance/JWE/RSAOAEP256Bench.php b/performance/JWE/RSAOAEP256Bench.php index e756bd78..3b4c32bb 100644 --- a/performance/JWE/RSAOAEP256Bench.php +++ b/performance/JWE/RSAOAEP256Bench.php @@ -5,7 +5,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/performance/JWE/RSAOAEPBench.php b/performance/JWE/RSAOAEPBench.php index 19f4f822..25d1cb9c 100644 --- a/performance/JWE/RSAOAEPBench.php +++ b/performance/JWE/RSAOAEPBench.php @@ -5,7 +5,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/performance/JWS/ES256Bench.php b/performance/JWS/ES256Bench.php index 1e142f6d..d8e4705e 100644 --- a/performance/JWS/ES256Bench.php +++ b/performance/JWS/ES256Bench.php @@ -5,7 +5,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/performance/JWS/ES384Bench.php b/performance/JWS/ES384Bench.php index 4c68cfb4..d40c663c 100644 --- a/performance/JWS/ES384Bench.php +++ b/performance/JWS/ES384Bench.php @@ -5,7 +5,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/performance/JWS/ES512Bench.php b/performance/JWS/ES512Bench.php index a3482016..7bd2e555 100644 --- a/performance/JWS/ES512Bench.php +++ b/performance/JWS/ES512Bench.php @@ -5,7 +5,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/performance/JWS/EdDSABench.php b/performance/JWS/EdDSABench.php index a0c7894b..8dd46d65 100644 --- a/performance/JWS/EdDSABench.php +++ b/performance/JWS/EdDSABench.php @@ -5,7 +5,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/performance/JWS/HS256Bench.php b/performance/JWS/HS256Bench.php index 12c7b625..6c9d21ef 100644 --- a/performance/JWS/HS256Bench.php +++ b/performance/JWS/HS256Bench.php @@ -5,7 +5,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/performance/JWS/HS384Bench.php b/performance/JWS/HS384Bench.php index 91801b65..4af037a4 100644 --- a/performance/JWS/HS384Bench.php +++ b/performance/JWS/HS384Bench.php @@ -5,7 +5,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/performance/JWS/HS512Bench.php b/performance/JWS/HS512Bench.php index 0f112f16..58415376 100644 --- a/performance/JWS/HS512Bench.php +++ b/performance/JWS/HS512Bench.php @@ -5,7 +5,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/performance/JWS/NoneBench.php b/performance/JWS/NoneBench.php index c06bed56..52b67189 100644 --- a/performance/JWS/NoneBench.php +++ b/performance/JWS/NoneBench.php @@ -5,7 +5,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/performance/JWS/PS256Bench.php b/performance/JWS/PS256Bench.php index 39731a6a..9e918fff 100644 --- a/performance/JWS/PS256Bench.php +++ b/performance/JWS/PS256Bench.php @@ -5,7 +5,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/performance/JWS/PS384Bench.php b/performance/JWS/PS384Bench.php index 7100f13f..315d6284 100644 --- a/performance/JWS/PS384Bench.php +++ b/performance/JWS/PS384Bench.php @@ -5,7 +5,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/performance/JWS/PS512Bench.php b/performance/JWS/PS512Bench.php index 2841939f..c23abb64 100644 --- a/performance/JWS/PS512Bench.php +++ b/performance/JWS/PS512Bench.php @@ -5,7 +5,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/performance/JWS/RS256Bench.php b/performance/JWS/RS256Bench.php index 6dfbf3d4..31d222a5 100644 --- a/performance/JWS/RS256Bench.php +++ b/performance/JWS/RS256Bench.php @@ -5,7 +5,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/performance/JWS/RS384Bench.php b/performance/JWS/RS384Bench.php index d79111f1..f77d8f54 100644 --- a/performance/JWS/RS384Bench.php +++ b/performance/JWS/RS384Bench.php @@ -5,7 +5,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/performance/JWS/RS512Bench.php b/performance/JWS/RS512Bench.php index 4cdefdd4..b9155799 100644 --- a/performance/JWS/RS512Bench.php +++ b/performance/JWS/RS512Bench.php @@ -5,7 +5,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/performance/JWS/SignatureBench.php b/performance/JWS/SignatureBench.php index a3758574..620d1728 100644 --- a/performance/JWS/SignatureBench.php +++ b/performance/JWS/SignatureBench.php @@ -5,7 +5,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/Bundle/JoseFramework/Controller/JWKSetController.php b/src/Bundle/JoseFramework/Controller/JWKSetController.php index b96be66a..e0c5df05 100644 --- a/src/Bundle/JoseFramework/Controller/JWKSetController.php +++ b/src/Bundle/JoseFramework/Controller/JWKSetController.php @@ -5,7 +5,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/Bundle/JoseFramework/Controller/JWKSetControllerFactory.php b/src/Bundle/JoseFramework/Controller/JWKSetControllerFactory.php index e133d8e0..134cc645 100644 --- a/src/Bundle/JoseFramework/Controller/JWKSetControllerFactory.php +++ b/src/Bundle/JoseFramework/Controller/JWKSetControllerFactory.php @@ -5,7 +5,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/Bundle/JoseFramework/DataCollector/AlgorithmCollector.php b/src/Bundle/JoseFramework/DataCollector/AlgorithmCollector.php index 1b25112b..b47043e6 100644 --- a/src/Bundle/JoseFramework/DataCollector/AlgorithmCollector.php +++ b/src/Bundle/JoseFramework/DataCollector/AlgorithmCollector.php @@ -5,7 +5,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/Bundle/JoseFramework/DataCollector/CheckerCollector.php b/src/Bundle/JoseFramework/DataCollector/CheckerCollector.php index 8931191e..d60058c5 100644 --- a/src/Bundle/JoseFramework/DataCollector/CheckerCollector.php +++ b/src/Bundle/JoseFramework/DataCollector/CheckerCollector.php @@ -5,7 +5,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/Bundle/JoseFramework/DataCollector/Collector.php b/src/Bundle/JoseFramework/DataCollector/Collector.php index eea8f00d..85670d16 100644 --- a/src/Bundle/JoseFramework/DataCollector/Collector.php +++ b/src/Bundle/JoseFramework/DataCollector/Collector.php @@ -5,7 +5,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/Bundle/JoseFramework/DataCollector/JWECollector.php b/src/Bundle/JoseFramework/DataCollector/JWECollector.php index c744abf3..9913947b 100644 --- a/src/Bundle/JoseFramework/DataCollector/JWECollector.php +++ b/src/Bundle/JoseFramework/DataCollector/JWECollector.php @@ -5,7 +5,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/Bundle/JoseFramework/DataCollector/JWSCollector.php b/src/Bundle/JoseFramework/DataCollector/JWSCollector.php index f6956852..688fdbaf 100644 --- a/src/Bundle/JoseFramework/DataCollector/JWSCollector.php +++ b/src/Bundle/JoseFramework/DataCollector/JWSCollector.php @@ -5,7 +5,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/Bundle/JoseFramework/DataCollector/JoseCollector.php b/src/Bundle/JoseFramework/DataCollector/JoseCollector.php index 399285a3..1918c65d 100644 --- a/src/Bundle/JoseFramework/DataCollector/JoseCollector.php +++ b/src/Bundle/JoseFramework/DataCollector/JoseCollector.php @@ -5,7 +5,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/Bundle/JoseFramework/DataCollector/KeyCollector.php b/src/Bundle/JoseFramework/DataCollector/KeyCollector.php index 421eaf28..437cbdef 100644 --- a/src/Bundle/JoseFramework/DataCollector/KeyCollector.php +++ b/src/Bundle/JoseFramework/DataCollector/KeyCollector.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/AlgorithmCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/AlgorithmCompilerPass.php index 93650cae..e0c85985 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/AlgorithmCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/AlgorithmCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/CheckerCollectorCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/CheckerCollectorCompilerPass.php index fb2ee15e..6eee6cd2 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/CheckerCollectorCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/CheckerCollectorCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/ClaimCheckerCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/ClaimCheckerCompilerPass.php index daa5e77a..2ed8e004 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/ClaimCheckerCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/ClaimCheckerCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/CompressionMethodCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/CompressionMethodCompilerPass.php index 30dd5949..b0185df9 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/CompressionMethodCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/CompressionMethodCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/DataCollectorCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/DataCollectorCompilerPass.php index 79e55f03..15ed5855 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/DataCollectorCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/DataCollectorCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/EncryptionSerializerCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/EncryptionSerializerCompilerPass.php index 14b5b73b..d4595a93 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/EncryptionSerializerCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/EncryptionSerializerCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/HeaderCheckerCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/HeaderCheckerCompilerPass.php index 8964ae23..eef68e2d 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/HeaderCheckerCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/HeaderCheckerCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/JWECollectorCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/JWECollectorCompilerPass.php index 032ac3b6..bb4dc845 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/JWECollectorCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/JWECollectorCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/JWSCollectorCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/JWSCollectorCompilerPass.php index 172361c6..512afd0b 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/JWSCollectorCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/JWSCollectorCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/KeyAnalyzerCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeyAnalyzerCompilerPass.php index 14d95226..db4ba5b8 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeyAnalyzerCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeyAnalyzerCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/KeyCollectorCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeyCollectorCompilerPass.php index 202f7b4d..30301d52 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeyCollectorCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeyCollectorCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/KeySetControllerCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeySetControllerCompilerPass.php index db699ca4..8b27a276 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeySetControllerCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/KeySetControllerCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Compiler/SignatureSerializerCompilerPass.php b/src/Bundle/JoseFramework/DependencyInjection/Compiler/SignatureSerializerCompilerPass.php index 64eee1e0..7395ae54 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Compiler/SignatureSerializerCompilerPass.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Compiler/SignatureSerializerCompilerPass.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Configuration.php b/src/Bundle/JoseFramework/DependencyInjection/Configuration.php index 4d8a6fc4..740e63e1 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Configuration.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Configuration.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/JoseFrameworkExtension.php b/src/Bundle/JoseFramework/DependencyInjection/JoseFrameworkExtension.php index 2d48c71b..1b10bda4 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/JoseFrameworkExtension.php +++ b/src/Bundle/JoseFramework/DependencyInjection/JoseFrameworkExtension.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/AbstractSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/AbstractSource.php index 096c393d..b8cab036 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/AbstractSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/AbstractSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Checker/CheckerSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/CheckerSource.php index 8e97abb7..b862d55b 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/CheckerSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/CheckerSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Checker/ClaimChecker.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/ClaimChecker.php index e4dc1bb5..75a322df 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/ClaimChecker.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/ClaimChecker.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Checker/HeaderChecker.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/HeaderChecker.php index 91695991..88d77bfa 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/HeaderChecker.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Checker/HeaderChecker.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Console/ConsoleSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Console/ConsoleSource.php index 6ec304f5..84cad17e 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Console/ConsoleSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Console/ConsoleSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Core/CoreSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Core/CoreSource.php index 0b95e6d1..1c8bdd83 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Core/CoreSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Core/CoreSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Encryption/AbstractEncryptionSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/AbstractEncryptionSource.php index 2adcbc0c..dee4bf9d 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/AbstractEncryptionSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/AbstractEncryptionSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Encryption/EncryptionSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/EncryptionSource.php index f714ab3a..75277276 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/EncryptionSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/EncryptionSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWEBuilder.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWEBuilder.php index cdca22da..d876e9b1 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWEBuilder.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWEBuilder.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWEDecrypter.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWEDecrypter.php index dd7d8623..46e3d881 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWEDecrypter.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWEDecrypter.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWESerializer.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWESerializer.php index 866463a1..a83d47ae 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWESerializer.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Encryption/JWESerializer.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JKUSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JKUSource.php index 62d2ca9d..7ca56edc 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JKUSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JKUSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource.php index 5a1f7054..1cb6adc7 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JKU.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JKU.php index 18ccca38..f5af2c2b 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JKU.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JKU.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JWKSet.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JWKSet.php index e3df98a2..b68c4fa5 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JWKSet.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JWKSet.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JWKSetSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JWKSetSource.php index 9d9b332f..ff49d6f1 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JWKSetSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/JWKSetSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/X5U.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/X5U.php index c1eade50..8e428514 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/X5U.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSetSource/X5U.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource.php index 7a1f065a..506e5fbe 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/CertificateFile.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/CertificateFile.php index 678b0240..643ad035 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/CertificateFile.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/CertificateFile.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWK.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWK.php index 87918b6a..a676c9ac 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWK.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWK.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWKSet.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWKSet.php index 19784c16..da468642 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWKSet.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWKSet.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWKSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWKSource.php index 041a45ac..f5bea788 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWKSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/JWKSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/KeyFile.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/KeyFile.php index d6adee41..df140960 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/KeyFile.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/KeyFile.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/Values.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/Values.php index 49ccfb4a..bc1a86e0 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/Values.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/Values.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/X5C.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/X5C.php index e58de2b1..b9c56d11 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/X5C.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKSource/X5C.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKUriSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKUriSource.php index ef9516c1..21ff8eb3 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKUriSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/JWKUriSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/KeyManagementSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/KeyManagementSource.php index b5f1fa0a..e12e06c8 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/KeyManagementSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/KeyManagement/KeyManagementSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Signature/AbstractSignatureSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/AbstractSignatureSource.php index 1b55eba4..7a4ec126 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/AbstractSignatureSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/AbstractSignatureSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSBuilder.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSBuilder.php index ce490708..3bd34be2 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSBuilder.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSBuilder.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSSerializer.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSSerializer.php index e5cabedf..43cdb375 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSSerializer.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSSerializer.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSVerifier.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSVerifier.php index d502cfd6..8481c0d0 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSVerifier.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/JWSVerifier.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Signature/SignatureSource.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/SignatureSource.php index 5f84cafa..de9e1581 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/SignatureSource.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Signature/SignatureSource.php @@ -5,7 +5,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/Bundle/JoseFramework/DependencyInjection/Source/Source.php b/src/Bundle/JoseFramework/DependencyInjection/Source/Source.php index 8852b129..f54815a9 100644 --- a/src/Bundle/JoseFramework/DependencyInjection/Source/Source.php +++ b/src/Bundle/JoseFramework/DependencyInjection/Source/Source.php @@ -5,7 +5,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/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php b/src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php index 993219e7..e3cb80bc 100644 --- a/src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php +++ b/src/Bundle/JoseFramework/EnvVarProcessor/KeyEnvVarProcessor.php @@ -5,7 +5,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/Bundle/JoseFramework/Helper/ConfigurationHelper.php b/src/Bundle/JoseFramework/Helper/ConfigurationHelper.php index 10ba0821..748e7b64 100644 --- a/src/Bundle/JoseFramework/Helper/ConfigurationHelper.php +++ b/src/Bundle/JoseFramework/Helper/ConfigurationHelper.php @@ -5,7 +5,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/Bundle/JoseFramework/JoseFrameworkBundle.php b/src/Bundle/JoseFramework/JoseFrameworkBundle.php index 5c8b8b06..d362a6dd 100644 --- a/src/Bundle/JoseFramework/JoseFrameworkBundle.php +++ b/src/Bundle/JoseFramework/JoseFrameworkBundle.php @@ -5,7 +5,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/Bundle/JoseFramework/Routing/JWKSetLoader.php b/src/Bundle/JoseFramework/Routing/JWKSetLoader.php index 5084c371..10af4711 100644 --- a/src/Bundle/JoseFramework/Routing/JWKSetLoader.php +++ b/src/Bundle/JoseFramework/Routing/JWKSetLoader.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/AppKernel.php b/src/Bundle/JoseFramework/Tests/AppKernel.php index 72029f89..d5106c9f 100644 --- a/src/Bundle/JoseFramework/Tests/AppKernel.php +++ b/src/Bundle/JoseFramework/Tests/AppKernel.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Checker/ClaimCheckerTest.php b/src/Bundle/JoseFramework/Tests/Functional/Checker/ClaimCheckerTest.php index 570d7020..a5750642 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Checker/ClaimCheckerTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Checker/ClaimCheckerTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Checker/HeaderCheckerTest.php b/src/Bundle/JoseFramework/Tests/Functional/Checker/HeaderCheckerTest.php index d913865e..0b701a42 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Checker/HeaderCheckerTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Checker/HeaderCheckerTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Console/ConsoleTest.php b/src/Bundle/JoseFramework/Tests/Functional/Console/ConsoleTest.php index 90ea7f73..018121dd 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Console/ConsoleTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Console/ConsoleTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Encryption/JWEBuilderTest.php b/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWEBuilderTest.php index c1550b3a..5ced72f8 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWEBuilderTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWEBuilderTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Encryption/JWEComputationTest.php b/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWEComputationTest.php index 440e90f5..5ea113fe 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWEComputationTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWEComputationTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Encryption/JWELoaderTest.php b/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWELoaderTest.php index 0257fc9c..7ee1a8c0 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWELoaderTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Encryption/JWELoaderTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/KeyManagement/JWKLoaderTest.php b/src/Bundle/JoseFramework/Tests/Functional/KeyManagement/JWKLoaderTest.php index 30aa8441..884098e7 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/KeyManagement/JWKLoaderTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/KeyManagement/JWKLoaderTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/KeyManagement/JWKSetLoaderTest.php b/src/Bundle/JoseFramework/Tests/Functional/KeyManagement/JWKSetLoaderTest.php index d1bd2f32..3c13c84a 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/KeyManagement/JWKSetLoaderTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/KeyManagement/JWKSetLoaderTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Signature/JWSBuilderTest.php b/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSBuilderTest.php index 0217442d..503db5b8 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSBuilderTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSBuilderTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Signature/JWSComputationTest.php b/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSComputationTest.php index a015f368..f7535ab9 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSComputationTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSComputationTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/Functional/Signature/JWSLoaderTest.php b/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSLoaderTest.php index 2eb77fc2..65d46e2a 100644 --- a/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSLoaderTest.php +++ b/src/Bundle/JoseFramework/Tests/Functional/Signature/JWSLoaderTest.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/TestBundle/Checker/CustomChecker.php b/src/Bundle/JoseFramework/Tests/TestBundle/Checker/CustomChecker.php index 2bd39711..4489e817 100644 --- a/src/Bundle/JoseFramework/Tests/TestBundle/Checker/CustomChecker.php +++ b/src/Bundle/JoseFramework/Tests/TestBundle/Checker/CustomChecker.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/TestBundle/Converter/CustomJsonConverter.php b/src/Bundle/JoseFramework/Tests/TestBundle/Converter/CustomJsonConverter.php index 3d974987..5f5ac6e6 100644 --- a/src/Bundle/JoseFramework/Tests/TestBundle/Converter/CustomJsonConverter.php +++ b/src/Bundle/JoseFramework/Tests/TestBundle/Converter/CustomJsonConverter.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/TestBundle/DependencyInjection/TestExtension.php b/src/Bundle/JoseFramework/Tests/TestBundle/DependencyInjection/TestExtension.php index a0b91d60..b5b7bbfc 100644 --- a/src/Bundle/JoseFramework/Tests/TestBundle/DependencyInjection/TestExtension.php +++ b/src/Bundle/JoseFramework/Tests/TestBundle/DependencyInjection/TestExtension.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/TestBundle/MessageFactory.php b/src/Bundle/JoseFramework/Tests/TestBundle/MessageFactory.php index ddc6a24e..6619a5da 100644 --- a/src/Bundle/JoseFramework/Tests/TestBundle/MessageFactory.php +++ b/src/Bundle/JoseFramework/Tests/TestBundle/MessageFactory.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/TestBundle/Service/RequestFactory.php b/src/Bundle/JoseFramework/Tests/TestBundle/Service/RequestFactory.php index 8c306acf..51e442a4 100644 --- a/src/Bundle/JoseFramework/Tests/TestBundle/Service/RequestFactory.php +++ b/src/Bundle/JoseFramework/Tests/TestBundle/Service/RequestFactory.php @@ -5,7 +5,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/Bundle/JoseFramework/Tests/TestBundle/TestBundle.php b/src/Bundle/JoseFramework/Tests/TestBundle/TestBundle.php index fedda990..776ac62e 100644 --- a/src/Bundle/JoseFramework/Tests/TestBundle/TestBundle.php +++ b/src/Bundle/JoseFramework/Tests/TestBundle/TestBundle.php @@ -5,7 +5,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/Component/Checker/AlgorithmChecker.php b/src/Component/Checker/AlgorithmChecker.php index 6b53da27..c928f0e4 100644 --- a/src/Component/Checker/AlgorithmChecker.php +++ b/src/Component/Checker/AlgorithmChecker.php @@ -5,7 +5,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/Component/Checker/AudienceChecker.php b/src/Component/Checker/AudienceChecker.php index 698a063a..51a39ebe 100644 --- a/src/Component/Checker/AudienceChecker.php +++ b/src/Component/Checker/AudienceChecker.php @@ -5,7 +5,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/Component/Checker/ClaimChecker.php b/src/Component/Checker/ClaimChecker.php index 7fade8a5..67a2617d 100644 --- a/src/Component/Checker/ClaimChecker.php +++ b/src/Component/Checker/ClaimChecker.php @@ -5,7 +5,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/Component/Checker/ClaimCheckerManager.php b/src/Component/Checker/ClaimCheckerManager.php index 668d7c2a..6b54af85 100644 --- a/src/Component/Checker/ClaimCheckerManager.php +++ b/src/Component/Checker/ClaimCheckerManager.php @@ -5,7 +5,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/Component/Checker/ClaimCheckerManagerFactory.php b/src/Component/Checker/ClaimCheckerManagerFactory.php index 92c5729d..4413e7ca 100644 --- a/src/Component/Checker/ClaimCheckerManagerFactory.php +++ b/src/Component/Checker/ClaimCheckerManagerFactory.php @@ -5,7 +5,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/Component/Checker/ExpirationTimeChecker.php b/src/Component/Checker/ExpirationTimeChecker.php index 8b96492e..4a4ed496 100644 --- a/src/Component/Checker/ExpirationTimeChecker.php +++ b/src/Component/Checker/ExpirationTimeChecker.php @@ -5,7 +5,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/Component/Checker/HeaderChecker.php b/src/Component/Checker/HeaderChecker.php index 8217ed7e..936e702e 100644 --- a/src/Component/Checker/HeaderChecker.php +++ b/src/Component/Checker/HeaderChecker.php @@ -5,7 +5,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/Component/Checker/HeaderCheckerManager.php b/src/Component/Checker/HeaderCheckerManager.php index 5035c36b..4f223cb2 100644 --- a/src/Component/Checker/HeaderCheckerManager.php +++ b/src/Component/Checker/HeaderCheckerManager.php @@ -5,7 +5,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/Component/Checker/HeaderCheckerManagerFactory.php b/src/Component/Checker/HeaderCheckerManagerFactory.php index 4a7adbaf..be33ce25 100644 --- a/src/Component/Checker/HeaderCheckerManagerFactory.php +++ b/src/Component/Checker/HeaderCheckerManagerFactory.php @@ -5,7 +5,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/Component/Checker/InvalidClaimException.php b/src/Component/Checker/InvalidClaimException.php index a5059242..47cb9f79 100644 --- a/src/Component/Checker/InvalidClaimException.php +++ b/src/Component/Checker/InvalidClaimException.php @@ -5,7 +5,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/Component/Checker/InvalidHeaderException.php b/src/Component/Checker/InvalidHeaderException.php index c079cb85..cb4007f0 100644 --- a/src/Component/Checker/InvalidHeaderException.php +++ b/src/Component/Checker/InvalidHeaderException.php @@ -5,7 +5,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/Component/Checker/IssuedAtChecker.php b/src/Component/Checker/IssuedAtChecker.php index 2e07ed4d..ad13294e 100644 --- a/src/Component/Checker/IssuedAtChecker.php +++ b/src/Component/Checker/IssuedAtChecker.php @@ -5,7 +5,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/Component/Checker/NotBeforeChecker.php b/src/Component/Checker/NotBeforeChecker.php index 72e5ecef..ddc6c968 100644 --- a/src/Component/Checker/NotBeforeChecker.php +++ b/src/Component/Checker/NotBeforeChecker.php @@ -5,7 +5,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/Component/Checker/Tests/AlgorithmHeaderCheckerTest.php b/src/Component/Checker/Tests/AlgorithmHeaderCheckerTest.php index f9ca7201..3ab31e81 100644 --- a/src/Component/Checker/Tests/AlgorithmHeaderCheckerTest.php +++ b/src/Component/Checker/Tests/AlgorithmHeaderCheckerTest.php @@ -5,7 +5,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/Component/Checker/Tests/AudienceClaimCheckerTest.php b/src/Component/Checker/Tests/AudienceClaimCheckerTest.php index f0e385b4..e7190004 100644 --- a/src/Component/Checker/Tests/AudienceClaimCheckerTest.php +++ b/src/Component/Checker/Tests/AudienceClaimCheckerTest.php @@ -5,7 +5,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/Component/Checker/Tests/AudienceHeaderCheckerTest.php b/src/Component/Checker/Tests/AudienceHeaderCheckerTest.php index 5e8be9e7..c0404cb6 100644 --- a/src/Component/Checker/Tests/AudienceHeaderCheckerTest.php +++ b/src/Component/Checker/Tests/AudienceHeaderCheckerTest.php @@ -5,7 +5,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/Component/Checker/Tests/ClaimCheckerManagerFactoryTest.php b/src/Component/Checker/Tests/ClaimCheckerManagerFactoryTest.php index 550a0bf7..ffe6abe6 100644 --- a/src/Component/Checker/Tests/ClaimCheckerManagerFactoryTest.php +++ b/src/Component/Checker/Tests/ClaimCheckerManagerFactoryTest.php @@ -5,7 +5,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/Component/Checker/Tests/ExpirationTimeClaimCheckerTest.php b/src/Component/Checker/Tests/ExpirationTimeClaimCheckerTest.php index 56dfa171..f174e0a2 100644 --- a/src/Component/Checker/Tests/ExpirationTimeClaimCheckerTest.php +++ b/src/Component/Checker/Tests/ExpirationTimeClaimCheckerTest.php @@ -5,7 +5,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/Component/Checker/Tests/HeaderCheckerManagerFactoryTest.php b/src/Component/Checker/Tests/HeaderCheckerManagerFactoryTest.php index e35986ae..d7f918a2 100644 --- a/src/Component/Checker/Tests/HeaderCheckerManagerFactoryTest.php +++ b/src/Component/Checker/Tests/HeaderCheckerManagerFactoryTest.php @@ -5,7 +5,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/Component/Checker/Tests/IssuedAtClaimCheckerTest.php b/src/Component/Checker/Tests/IssuedAtClaimCheckerTest.php index b0e58779..db06b0fd 100644 --- a/src/Component/Checker/Tests/IssuedAtClaimCheckerTest.php +++ b/src/Component/Checker/Tests/IssuedAtClaimCheckerTest.php @@ -5,7 +5,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/Component/Checker/Tests/NotBeforeClaimCheckerTest.php b/src/Component/Checker/Tests/NotBeforeClaimCheckerTest.php index 58d2e1b0..de5e8c7d 100644 --- a/src/Component/Checker/Tests/NotBeforeClaimCheckerTest.php +++ b/src/Component/Checker/Tests/NotBeforeClaimCheckerTest.php @@ -5,7 +5,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/Component/Checker/Tests/Stub/IssuerChecker.php b/src/Component/Checker/Tests/Stub/IssuerChecker.php index 727ac90b..8fb047ef 100644 --- a/src/Component/Checker/Tests/Stub/IssuerChecker.php +++ b/src/Component/Checker/Tests/Stub/IssuerChecker.php @@ -5,7 +5,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/Component/Checker/Tests/Stub/OtherToken.php b/src/Component/Checker/Tests/Stub/OtherToken.php index 3fa4dced..bf8db1ec 100644 --- a/src/Component/Checker/Tests/Stub/OtherToken.php +++ b/src/Component/Checker/Tests/Stub/OtherToken.php @@ -5,7 +5,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/Component/Checker/Tests/Stub/Token.php b/src/Component/Checker/Tests/Stub/Token.php index 7c72340f..8926d245 100644 --- a/src/Component/Checker/Tests/Stub/Token.php +++ b/src/Component/Checker/Tests/Stub/Token.php @@ -5,7 +5,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/Component/Checker/Tests/Stub/TokenSupport.php b/src/Component/Checker/Tests/Stub/TokenSupport.php index b1371a83..1f61368b 100644 --- a/src/Component/Checker/Tests/Stub/TokenSupport.php +++ b/src/Component/Checker/Tests/Stub/TokenSupport.php @@ -5,7 +5,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/Component/Checker/Tests/UnencodedPayloadHeaderCheckerTest.php b/src/Component/Checker/Tests/UnencodedPayloadHeaderCheckerTest.php index 1a21c723..c7ce7fce 100644 --- a/src/Component/Checker/Tests/UnencodedPayloadHeaderCheckerTest.php +++ b/src/Component/Checker/Tests/UnencodedPayloadHeaderCheckerTest.php @@ -5,7 +5,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/Component/Checker/TokenTypeSupport.php b/src/Component/Checker/TokenTypeSupport.php index f658c167..fc457a4a 100644 --- a/src/Component/Checker/TokenTypeSupport.php +++ b/src/Component/Checker/TokenTypeSupport.php @@ -5,7 +5,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/Component/Checker/UnencodedPayloadChecker.php b/src/Component/Checker/UnencodedPayloadChecker.php index 54197415..77cceedd 100644 --- a/src/Component/Checker/UnencodedPayloadChecker.php +++ b/src/Component/Checker/UnencodedPayloadChecker.php @@ -5,7 +5,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/Component/Console/AddKeyIntoKeysetCommand.php b/src/Component/Console/AddKeyIntoKeysetCommand.php index 92c71406..7ffae300 100644 --- a/src/Component/Console/AddKeyIntoKeysetCommand.php +++ b/src/Component/Console/AddKeyIntoKeysetCommand.php @@ -5,7 +5,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/Component/Console/EcKeyGeneratorCommand.php b/src/Component/Console/EcKeyGeneratorCommand.php index cf7d8b31..56345656 100644 --- a/src/Component/Console/EcKeyGeneratorCommand.php +++ b/src/Component/Console/EcKeyGeneratorCommand.php @@ -5,7 +5,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/Component/Console/EcKeysetGeneratorCommand.php b/src/Component/Console/EcKeysetGeneratorCommand.php index 6764270d..7e753485 100644 --- a/src/Component/Console/EcKeysetGeneratorCommand.php +++ b/src/Component/Console/EcKeysetGeneratorCommand.php @@ -5,7 +5,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/Component/Console/GeneratorCommand.php b/src/Component/Console/GeneratorCommand.php index 4f749995..0b7187a7 100644 --- a/src/Component/Console/GeneratorCommand.php +++ b/src/Component/Console/GeneratorCommand.php @@ -5,7 +5,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/Component/Console/GetThumbprintCommand.php b/src/Component/Console/GetThumbprintCommand.php index d255a261..2caf73a5 100644 --- a/src/Component/Console/GetThumbprintCommand.php +++ b/src/Component/Console/GetThumbprintCommand.php @@ -5,7 +5,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/Component/Console/JKULoaderCommand.php b/src/Component/Console/JKULoaderCommand.php index d8a22877..84121e24 100644 --- a/src/Component/Console/JKULoaderCommand.php +++ b/src/Component/Console/JKULoaderCommand.php @@ -5,7 +5,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/Component/Console/KeyAnalyzerCommand.php b/src/Component/Console/KeyAnalyzerCommand.php index 58965853..a2d357b0 100644 --- a/src/Component/Console/KeyAnalyzerCommand.php +++ b/src/Component/Console/KeyAnalyzerCommand.php @@ -5,7 +5,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/Component/Console/KeyFileLoaderCommand.php b/src/Component/Console/KeyFileLoaderCommand.php index 657c7066..307f6818 100644 --- a/src/Component/Console/KeyFileLoaderCommand.php +++ b/src/Component/Console/KeyFileLoaderCommand.php @@ -5,7 +5,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/Component/Console/KeysetAnalyzerCommand.php b/src/Component/Console/KeysetAnalyzerCommand.php index 57273108..0e04f48e 100644 --- a/src/Component/Console/KeysetAnalyzerCommand.php +++ b/src/Component/Console/KeysetAnalyzerCommand.php @@ -5,7 +5,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/Component/Console/MergeKeysetCommand.php b/src/Component/Console/MergeKeysetCommand.php index 8ec6e92d..c057a1fc 100644 --- a/src/Component/Console/MergeKeysetCommand.php +++ b/src/Component/Console/MergeKeysetCommand.php @@ -5,7 +5,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/Component/Console/NoneKeyGeneratorCommand.php b/src/Component/Console/NoneKeyGeneratorCommand.php index 889a7bc3..8a2c5a30 100644 --- a/src/Component/Console/NoneKeyGeneratorCommand.php +++ b/src/Component/Console/NoneKeyGeneratorCommand.php @@ -5,7 +5,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/Component/Console/ObjectOutputCommand.php b/src/Component/Console/ObjectOutputCommand.php index b4770aba..b75744f0 100644 --- a/src/Component/Console/ObjectOutputCommand.php +++ b/src/Component/Console/ObjectOutputCommand.php @@ -5,7 +5,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/Component/Console/OctKeyGeneratorCommand.php b/src/Component/Console/OctKeyGeneratorCommand.php index befddde0..d8cab538 100644 --- a/src/Component/Console/OctKeyGeneratorCommand.php +++ b/src/Component/Console/OctKeyGeneratorCommand.php @@ -5,7 +5,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/Component/Console/OctKeysetGeneratorCommand.php b/src/Component/Console/OctKeysetGeneratorCommand.php index 0c8f8a15..f3d5fa6c 100644 --- a/src/Component/Console/OctKeysetGeneratorCommand.php +++ b/src/Component/Console/OctKeysetGeneratorCommand.php @@ -5,7 +5,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/Component/Console/OkpKeyGeneratorCommand.php b/src/Component/Console/OkpKeyGeneratorCommand.php index d11171e5..9314391d 100644 --- a/src/Component/Console/OkpKeyGeneratorCommand.php +++ b/src/Component/Console/OkpKeyGeneratorCommand.php @@ -5,7 +5,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/Component/Console/OkpKeysetGeneratorCommand.php b/src/Component/Console/OkpKeysetGeneratorCommand.php index 9b353381..ee4d3596 100644 --- a/src/Component/Console/OkpKeysetGeneratorCommand.php +++ b/src/Component/Console/OkpKeysetGeneratorCommand.php @@ -5,7 +5,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/Component/Console/OptimizeRsaKeyCommand.php b/src/Component/Console/OptimizeRsaKeyCommand.php index 0e15bcae..1caf46fb 100644 --- a/src/Component/Console/OptimizeRsaKeyCommand.php +++ b/src/Component/Console/OptimizeRsaKeyCommand.php @@ -5,7 +5,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/Component/Console/P12CertificateLoaderCommand.php b/src/Component/Console/P12CertificateLoaderCommand.php index 6255acfd..10f70e8a 100644 --- a/src/Component/Console/P12CertificateLoaderCommand.php +++ b/src/Component/Console/P12CertificateLoaderCommand.php @@ -5,7 +5,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/Component/Console/PemConverterCommand.php b/src/Component/Console/PemConverterCommand.php index 94567401..f7b4cb6f 100644 --- a/src/Component/Console/PemConverterCommand.php +++ b/src/Component/Console/PemConverterCommand.php @@ -5,7 +5,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/Component/Console/PublicKeyCommand.php b/src/Component/Console/PublicKeyCommand.php index fa88b579..5e42b07b 100644 --- a/src/Component/Console/PublicKeyCommand.php +++ b/src/Component/Console/PublicKeyCommand.php @@ -5,7 +5,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/Component/Console/PublicKeysetCommand.php b/src/Component/Console/PublicKeysetCommand.php index ee4e4a53..5c5c5284 100644 --- a/src/Component/Console/PublicKeysetCommand.php +++ b/src/Component/Console/PublicKeysetCommand.php @@ -5,7 +5,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/Component/Console/RotateKeysetCommand.php b/src/Component/Console/RotateKeysetCommand.php index 4e1bbf63..a23ba44c 100644 --- a/src/Component/Console/RotateKeysetCommand.php +++ b/src/Component/Console/RotateKeysetCommand.php @@ -5,7 +5,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/Component/Console/RsaKeyGeneratorCommand.php b/src/Component/Console/RsaKeyGeneratorCommand.php index f1cfc28a..5141e23b 100644 --- a/src/Component/Console/RsaKeyGeneratorCommand.php +++ b/src/Component/Console/RsaKeyGeneratorCommand.php @@ -5,7 +5,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/Component/Console/RsaKeysetGeneratorCommand.php b/src/Component/Console/RsaKeysetGeneratorCommand.php index 12218a06..31eb6b6f 100644 --- a/src/Component/Console/RsaKeysetGeneratorCommand.php +++ b/src/Component/Console/RsaKeysetGeneratorCommand.php @@ -5,7 +5,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/Component/Console/Tests/AnalyzeCommandTest.php b/src/Component/Console/Tests/AnalyzeCommandTest.php index 811b8a8d..b59c33b8 100644 --- a/src/Component/Console/Tests/AnalyzeCommandTest.php +++ b/src/Component/Console/Tests/AnalyzeCommandTest.php @@ -5,7 +5,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/Component/Console/Tests/KeyConversionCommandTest.php b/src/Component/Console/Tests/KeyConversionCommandTest.php index 155df862..fd323fa7 100644 --- a/src/Component/Console/Tests/KeyConversionCommandTest.php +++ b/src/Component/Console/Tests/KeyConversionCommandTest.php @@ -5,7 +5,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/Component/Console/Tests/KeyCreationCommandTest.php b/src/Component/Console/Tests/KeyCreationCommandTest.php index daf33589..9b2169c6 100644 --- a/src/Component/Console/Tests/KeyCreationCommandTest.php +++ b/src/Component/Console/Tests/KeyCreationCommandTest.php @@ -5,7 +5,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/Component/Console/Tests/KeySetCreationCommandTest.php b/src/Component/Console/Tests/KeySetCreationCommandTest.php index 6b785a34..475ca83f 100644 --- a/src/Component/Console/Tests/KeySetCreationCommandTest.php +++ b/src/Component/Console/Tests/KeySetCreationCommandTest.php @@ -5,7 +5,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/Component/Console/X509CertificateLoaderCommand.php b/src/Component/Console/X509CertificateLoaderCommand.php index fcb14588..61c335a1 100644 --- a/src/Component/Console/X509CertificateLoaderCommand.php +++ b/src/Component/Console/X509CertificateLoaderCommand.php @@ -5,7 +5,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/Component/Console/X5ULoaderCommand.php b/src/Component/Console/X5ULoaderCommand.php index 70a137e9..b5560720 100644 --- a/src/Component/Console/X5ULoaderCommand.php +++ b/src/Component/Console/X5ULoaderCommand.php @@ -5,7 +5,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/Component/Core/Algorithm.php b/src/Component/Core/Algorithm.php index 6d4e69ec..b8d468d4 100644 --- a/src/Component/Core/Algorithm.php +++ b/src/Component/Core/Algorithm.php @@ -5,7 +5,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/Component/Core/AlgorithmManager.php b/src/Component/Core/AlgorithmManager.php index dcab3d58..4ca15a72 100644 --- a/src/Component/Core/AlgorithmManager.php +++ b/src/Component/Core/AlgorithmManager.php @@ -5,7 +5,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/Component/Core/AlgorithmManagerFactory.php b/src/Component/Core/AlgorithmManagerFactory.php index 344abdb5..c8b46d7a 100644 --- a/src/Component/Core/AlgorithmManagerFactory.php +++ b/src/Component/Core/AlgorithmManagerFactory.php @@ -5,7 +5,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/Component/Core/Converter/JsonConverter.php b/src/Component/Core/Converter/JsonConverter.php index 7bc2ef52..19ab9b08 100644 --- a/src/Component/Core/Converter/JsonConverter.php +++ b/src/Component/Core/Converter/JsonConverter.php @@ -5,7 +5,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/Component/Core/Converter/StandardConverter.php b/src/Component/Core/Converter/StandardConverter.php index 9d0976e6..f52a8259 100644 --- a/src/Component/Core/Converter/StandardConverter.php +++ b/src/Component/Core/Converter/StandardConverter.php @@ -5,7 +5,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/Component/Core/JWK.php b/src/Component/Core/JWK.php index aede61a6..0f0495f3 100644 --- a/src/Component/Core/JWK.php +++ b/src/Component/Core/JWK.php @@ -5,7 +5,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/Component/Core/JWKSet.php b/src/Component/Core/JWKSet.php index 40e65332..b3486070 100644 --- a/src/Component/Core/JWKSet.php +++ b/src/Component/Core/JWKSet.php @@ -5,7 +5,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/Component/Core/JWT.php b/src/Component/Core/JWT.php index cc6f467e..357d1614 100644 --- a/src/Component/Core/JWT.php +++ b/src/Component/Core/JWT.php @@ -5,7 +5,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/Component/Core/Tests/AlgorithmManagerFactoryTest.php b/src/Component/Core/Tests/AlgorithmManagerFactoryTest.php index 790e5178..4236c215 100644 --- a/src/Component/Core/Tests/AlgorithmManagerFactoryTest.php +++ b/src/Component/Core/Tests/AlgorithmManagerFactoryTest.php @@ -5,7 +5,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/Component/Core/Tests/FooAlgorithm.php b/src/Component/Core/Tests/FooAlgorithm.php index 44b47eb4..b8a02095 100644 --- a/src/Component/Core/Tests/FooAlgorithm.php +++ b/src/Component/Core/Tests/FooAlgorithm.php @@ -5,7 +5,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/Component/Core/Tests/JWKSetTest.php b/src/Component/Core/Tests/JWKSetTest.php index 718c6f89..e7eb9e08 100644 --- a/src/Component/Core/Tests/JWKSetTest.php +++ b/src/Component/Core/Tests/JWKSetTest.php @@ -5,7 +5,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/Component/Core/Tests/JWKTest.php b/src/Component/Core/Tests/JWKTest.php index 469c3695..b797c32f 100644 --- a/src/Component/Core/Tests/JWKTest.php +++ b/src/Component/Core/Tests/JWKTest.php @@ -5,7 +5,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/Component/Core/Tests/JsonConverterTest.php b/src/Component/Core/Tests/JsonConverterTest.php index 4e2e393e..c4e8c90b 100644 --- a/src/Component/Core/Tests/JsonConverterTest.php +++ b/src/Component/Core/Tests/JsonConverterTest.php @@ -5,7 +5,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/Component/Core/Util/BigInteger.php b/src/Component/Core/Util/BigInteger.php index 678736c5..372ec040 100644 --- a/src/Component/Core/Util/BigInteger.php +++ b/src/Component/Core/Util/BigInteger.php @@ -5,7 +5,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/Component/Core/Util/ECKey.php b/src/Component/Core/Util/ECKey.php index 4a35f4c2..7e31d3ca 100644 --- a/src/Component/Core/Util/ECKey.php +++ b/src/Component/Core/Util/ECKey.php @@ -5,7 +5,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/Component/Core/Util/ECSignature.php b/src/Component/Core/Util/ECSignature.php index 37e83178..1e58a1b3 100644 --- a/src/Component/Core/Util/ECSignature.php +++ b/src/Component/Core/Util/ECSignature.php @@ -5,7 +5,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/Component/Core/Util/Ecc/Curve.php b/src/Component/Core/Util/Ecc/Curve.php index 83f2cf01..12a2ef3f 100644 --- a/src/Component/Core/Util/Ecc/Curve.php +++ b/src/Component/Core/Util/Ecc/Curve.php @@ -5,7 +5,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/Component/Core/Util/Ecc/Math.php b/src/Component/Core/Util/Ecc/Math.php index a741375e..c7fcbc4d 100644 --- a/src/Component/Core/Util/Ecc/Math.php +++ b/src/Component/Core/Util/Ecc/Math.php @@ -5,7 +5,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/Component/Core/Util/Ecc/ModularArithmetic.php b/src/Component/Core/Util/Ecc/ModularArithmetic.php index c518981b..76299463 100644 --- a/src/Component/Core/Util/Ecc/ModularArithmetic.php +++ b/src/Component/Core/Util/Ecc/ModularArithmetic.php @@ -5,7 +5,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/Component/Core/Util/Ecc/NistCurve.php b/src/Component/Core/Util/Ecc/NistCurve.php index 206857d4..24213f3c 100644 --- a/src/Component/Core/Util/Ecc/NistCurve.php +++ b/src/Component/Core/Util/Ecc/NistCurve.php @@ -5,7 +5,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/Component/Core/Util/Ecc/Point.php b/src/Component/Core/Util/Ecc/Point.php index 4aefa174..0708194c 100644 --- a/src/Component/Core/Util/Ecc/Point.php +++ b/src/Component/Core/Util/Ecc/Point.php @@ -5,7 +5,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/Component/Core/Util/Ecc/PrivateKey.php b/src/Component/Core/Util/Ecc/PrivateKey.php index 00c49050..99e32de3 100644 --- a/src/Component/Core/Util/Ecc/PrivateKey.php +++ b/src/Component/Core/Util/Ecc/PrivateKey.php @@ -5,7 +5,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/Component/Core/Util/Ecc/PublicKey.php b/src/Component/Core/Util/Ecc/PublicKey.php index c661e60f..e6994a5c 100644 --- a/src/Component/Core/Util/Ecc/PublicKey.php +++ b/src/Component/Core/Util/Ecc/PublicKey.php @@ -5,7 +5,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/Component/Core/Util/Hash.php b/src/Component/Core/Util/Hash.php index ffee2ae6..fbeda573 100644 --- a/src/Component/Core/Util/Hash.php +++ b/src/Component/Core/Util/Hash.php @@ -5,7 +5,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/Component/Core/Util/KeyChecker.php b/src/Component/Core/Util/KeyChecker.php index 6749ffb2..b62d530a 100644 --- a/src/Component/Core/Util/KeyChecker.php +++ b/src/Component/Core/Util/KeyChecker.php @@ -5,7 +5,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/Component/Core/Util/RSAKey.php b/src/Component/Core/Util/RSAKey.php index 48046128..348029f6 100644 --- a/src/Component/Core/Util/RSAKey.php +++ b/src/Component/Core/Util/RSAKey.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryption/A128CBCHS256.php b/src/Component/Encryption/Algorithm/ContentEncryption/A128CBCHS256.php index c1d1b3bf..30bff010 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryption/A128CBCHS256.php +++ b/src/Component/Encryption/Algorithm/ContentEncryption/A128CBCHS256.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryption/A128GCM.php b/src/Component/Encryption/Algorithm/ContentEncryption/A128GCM.php index 1174218f..9b5b9bff 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryption/A128GCM.php +++ b/src/Component/Encryption/Algorithm/ContentEncryption/A128GCM.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryption/A192CBCHS384.php b/src/Component/Encryption/Algorithm/ContentEncryption/A192CBCHS384.php index ae09b319..35e3e1a2 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryption/A192CBCHS384.php +++ b/src/Component/Encryption/Algorithm/ContentEncryption/A192CBCHS384.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryption/A192GCM.php b/src/Component/Encryption/Algorithm/ContentEncryption/A192GCM.php index 61b5b61f..ec48b8dc 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryption/A192GCM.php +++ b/src/Component/Encryption/Algorithm/ContentEncryption/A192GCM.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryption/A256CBCHS512.php b/src/Component/Encryption/Algorithm/ContentEncryption/A256CBCHS512.php index 6dbc2bf6..ddd4ddaf 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryption/A256CBCHS512.php +++ b/src/Component/Encryption/Algorithm/ContentEncryption/A256CBCHS512.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryption/A256GCM.php b/src/Component/Encryption/Algorithm/ContentEncryption/A256GCM.php index 42c4400c..c11c0581 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryption/A256GCM.php +++ b/src/Component/Encryption/Algorithm/ContentEncryption/A256GCM.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryption/AESCBCHS.php b/src/Component/Encryption/Algorithm/ContentEncryption/AESCBCHS.php index 4aacab63..099d7d22 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryption/AESCBCHS.php +++ b/src/Component/Encryption/Algorithm/ContentEncryption/AESCBCHS.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryption/AESGCM.php b/src/Component/Encryption/Algorithm/ContentEncryption/AESGCM.php index e64c23b3..660a691f 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryption/AESGCM.php +++ b/src/Component/Encryption/Algorithm/ContentEncryption/AESGCM.php @@ -5,7 +5,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/Component/Encryption/Algorithm/ContentEncryptionAlgorithm.php b/src/Component/Encryption/Algorithm/ContentEncryptionAlgorithm.php index 6da797f0..e3153ef9 100644 --- a/src/Component/Encryption/Algorithm/ContentEncryptionAlgorithm.php +++ b/src/Component/Encryption/Algorithm/ContentEncryptionAlgorithm.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/A128GCMKW.php b/src/Component/Encryption/Algorithm/KeyEncryption/A128GCMKW.php index 38c0b041..c75b5419 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/A128GCMKW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/A128GCMKW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/A128KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/A128KW.php index 470d802d..d433f063 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/A128KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/A128KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/A192GCMKW.php b/src/Component/Encryption/Algorithm/KeyEncryption/A192GCMKW.php index a905f907..8a1b088e 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/A192GCMKW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/A192GCMKW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/A192KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/A192KW.php index 7c43d1c9..a202e8ee 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/A192KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/A192KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/A256GCMKW.php b/src/Component/Encryption/Algorithm/KeyEncryption/A256GCMKW.php index 68cbea08..7c5606ef 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/A256GCMKW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/A256GCMKW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/A256KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/A256KW.php index e740ee62..260cbc3c 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/A256KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/A256KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/AESGCMKW.php b/src/Component/Encryption/Algorithm/KeyEncryption/AESGCMKW.php index 3a563d55..127cb392 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/AESGCMKW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/AESGCMKW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/AESKW.php b/src/Component/Encryption/Algorithm/KeyEncryption/AESKW.php index 6b85daa8..8082ebef 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/AESKW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/AESKW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/Dir.php b/src/Component/Encryption/Algorithm/KeyEncryption/Dir.php index 9281777e..3ae7cfeb 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/Dir.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/Dir.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/DirectEncryption.php b/src/Component/Encryption/Algorithm/KeyEncryption/DirectEncryption.php index dba78731..b048d54d 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/DirectEncryption.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/DirectEncryption.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/ECDHES.php b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHES.php index 0bc94043..f7ceed22 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/ECDHES.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHES.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/ECDHESA128KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA128KW.php index 93288c23..6b26e294 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA128KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA128KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/ECDHESA192KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA192KW.php index fe26b3a2..d05aab68 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA192KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA192KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/ECDHESA256KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA256KW.php index 8f6bb721..3aeb18b3 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA256KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESA256KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/ECDHESAESKW.php b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESAESKW.php index 77bdb178..6424ef5a 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESAESKW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/ECDHESAESKW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/KeyAgreement.php b/src/Component/Encryption/Algorithm/KeyEncryption/KeyAgreement.php index ad3159cd..2a1e5e6f 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/KeyAgreement.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/KeyAgreement.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/KeyAgreementWithKeyWrapping.php b/src/Component/Encryption/Algorithm/KeyEncryption/KeyAgreementWithKeyWrapping.php index 11ce1baa..a2230f98 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/KeyAgreementWithKeyWrapping.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/KeyAgreementWithKeyWrapping.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/KeyEncryption.php b/src/Component/Encryption/Algorithm/KeyEncryption/KeyEncryption.php index ca8856e5..b7ec4918 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/KeyEncryption.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/KeyEncryption.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/KeyWrapping.php b/src/Component/Encryption/Algorithm/KeyEncryption/KeyWrapping.php index 7e4deba6..96d994e5 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/KeyWrapping.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/KeyWrapping.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/PBES2AESKW.php b/src/Component/Encryption/Algorithm/KeyEncryption/PBES2AESKW.php index d069baa4..051794c2 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/PBES2AESKW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/PBES2AESKW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/PBES2HS256A128KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS256A128KW.php index 1dc8214c..cfefd112 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS256A128KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS256A128KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/PBES2HS384A192KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS384A192KW.php index 3e051bf1..ea824505 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS384A192KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS384A192KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/PBES2HS512A256KW.php b/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS512A256KW.php index 8e7fb3bc..311098c6 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS512A256KW.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/PBES2HS512A256KW.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/RSA.php b/src/Component/Encryption/Algorithm/KeyEncryption/RSA.php index 2d2329ac..a9300fe0 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/RSA.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/RSA.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/RSA15.php b/src/Component/Encryption/Algorithm/KeyEncryption/RSA15.php index dde426a1..5223ff5b 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/RSA15.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/RSA15.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP.php b/src/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP.php index 55e65d1f..c6a01249 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP256.php b/src/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP256.php index 9500fe10..ac2491af 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP256.php +++ b/src/Component/Encryption/Algorithm/KeyEncryption/RSAOAEP256.php @@ -5,7 +5,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/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php b/src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php index 5b25532c..9982d125 100644 --- a/src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php +++ b/src/Component/Encryption/Algorithm/KeyEncryptionAlgorithm.php @@ -5,7 +5,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/Component/Encryption/Compression/CompressionMethod.php b/src/Component/Encryption/Compression/CompressionMethod.php index c61ae6d9..17f4e326 100644 --- a/src/Component/Encryption/Compression/CompressionMethod.php +++ b/src/Component/Encryption/Compression/CompressionMethod.php @@ -5,7 +5,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/Component/Encryption/Compression/CompressionMethodManager.php b/src/Component/Encryption/Compression/CompressionMethodManager.php index e92473ea..d70af4de 100644 --- a/src/Component/Encryption/Compression/CompressionMethodManager.php +++ b/src/Component/Encryption/Compression/CompressionMethodManager.php @@ -5,7 +5,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/Component/Encryption/Compression/CompressionMethodManagerFactory.php b/src/Component/Encryption/Compression/CompressionMethodManagerFactory.php index d2227fa3..6cb6ed7f 100644 --- a/src/Component/Encryption/Compression/CompressionMethodManagerFactory.php +++ b/src/Component/Encryption/Compression/CompressionMethodManagerFactory.php @@ -5,7 +5,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/Component/Encryption/Compression/Deflate.php b/src/Component/Encryption/Compression/Deflate.php index 74a7b804..926b7b63 100644 --- a/src/Component/Encryption/Compression/Deflate.php +++ b/src/Component/Encryption/Compression/Deflate.php @@ -5,7 +5,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/Component/Encryption/Compression/GZip.php b/src/Component/Encryption/Compression/GZip.php index f38d1661..600b1ec4 100644 --- a/src/Component/Encryption/Compression/GZip.php +++ b/src/Component/Encryption/Compression/GZip.php @@ -5,7 +5,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/Component/Encryption/Compression/ZLib.php b/src/Component/Encryption/Compression/ZLib.php index 3d4ff24d..df80ad27 100644 --- a/src/Component/Encryption/Compression/ZLib.php +++ b/src/Component/Encryption/Compression/ZLib.php @@ -5,7 +5,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/Component/Encryption/JWE.php b/src/Component/Encryption/JWE.php index fc68b4e4..97db4a5d 100644 --- a/src/Component/Encryption/JWE.php +++ b/src/Component/Encryption/JWE.php @@ -5,7 +5,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/Component/Encryption/JWEBuilder.php b/src/Component/Encryption/JWEBuilder.php index 7f179d20..a5bf5a95 100644 --- a/src/Component/Encryption/JWEBuilder.php +++ b/src/Component/Encryption/JWEBuilder.php @@ -5,7 +5,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/Component/Encryption/JWEBuilderFactory.php b/src/Component/Encryption/JWEBuilderFactory.php index d705d62e..66111e35 100644 --- a/src/Component/Encryption/JWEBuilderFactory.php +++ b/src/Component/Encryption/JWEBuilderFactory.php @@ -5,7 +5,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/Component/Encryption/JWEDecrypter.php b/src/Component/Encryption/JWEDecrypter.php index 6d33c288..3439a735 100644 --- a/src/Component/Encryption/JWEDecrypter.php +++ b/src/Component/Encryption/JWEDecrypter.php @@ -5,7 +5,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/Component/Encryption/JWEDecrypterFactory.php b/src/Component/Encryption/JWEDecrypterFactory.php index 2210205f..0259fee1 100644 --- a/src/Component/Encryption/JWEDecrypterFactory.php +++ b/src/Component/Encryption/JWEDecrypterFactory.php @@ -5,7 +5,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/Component/Encryption/JWELoader.php b/src/Component/Encryption/JWELoader.php index 5bbbd99f..e9077fad 100644 --- a/src/Component/Encryption/JWELoader.php +++ b/src/Component/Encryption/JWELoader.php @@ -5,7 +5,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/Component/Encryption/JWETokenSupport.php b/src/Component/Encryption/JWETokenSupport.php index b01c6e25..75f6d91f 100644 --- a/src/Component/Encryption/JWETokenSupport.php +++ b/src/Component/Encryption/JWETokenSupport.php @@ -5,7 +5,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/Component/Encryption/Recipient.php b/src/Component/Encryption/Recipient.php index 0f6e6dac..c643a42f 100644 --- a/src/Component/Encryption/Recipient.php +++ b/src/Component/Encryption/Recipient.php @@ -5,7 +5,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/Component/Encryption/Serializer/CompactSerializer.php b/src/Component/Encryption/Serializer/CompactSerializer.php index cf7b39c9..1d0cd4e2 100644 --- a/src/Component/Encryption/Serializer/CompactSerializer.php +++ b/src/Component/Encryption/Serializer/CompactSerializer.php @@ -5,7 +5,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/Component/Encryption/Serializer/JSONFlattenedSerializer.php b/src/Component/Encryption/Serializer/JSONFlattenedSerializer.php index 26123f2f..67f7e382 100644 --- a/src/Component/Encryption/Serializer/JSONFlattenedSerializer.php +++ b/src/Component/Encryption/Serializer/JSONFlattenedSerializer.php @@ -5,7 +5,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/Component/Encryption/Serializer/JSONGeneralSerializer.php b/src/Component/Encryption/Serializer/JSONGeneralSerializer.php index c0eaa75f..d766fd39 100644 --- a/src/Component/Encryption/Serializer/JSONGeneralSerializer.php +++ b/src/Component/Encryption/Serializer/JSONGeneralSerializer.php @@ -5,7 +5,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/Component/Encryption/Serializer/JWESerializer.php b/src/Component/Encryption/Serializer/JWESerializer.php index bf27e0e9..ec6912ce 100644 --- a/src/Component/Encryption/Serializer/JWESerializer.php +++ b/src/Component/Encryption/Serializer/JWESerializer.php @@ -5,7 +5,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/Component/Encryption/Serializer/JWESerializerManager.php b/src/Component/Encryption/Serializer/JWESerializerManager.php index 3944f40d..a1d93196 100644 --- a/src/Component/Encryption/Serializer/JWESerializerManager.php +++ b/src/Component/Encryption/Serializer/JWESerializerManager.php @@ -5,7 +5,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/Component/Encryption/Serializer/JWESerializerManagerFactory.php b/src/Component/Encryption/Serializer/JWESerializerManagerFactory.php index 4b0777af..b98ce99d 100644 --- a/src/Component/Encryption/Serializer/JWESerializerManagerFactory.php +++ b/src/Component/Encryption/Serializer/JWESerializerManagerFactory.php @@ -5,7 +5,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/Component/Encryption/Tests/AESCBC_HSContentEncryptionTest.php b/src/Component/Encryption/Tests/AESCBC_HSContentEncryptionTest.php index a94748c3..413b71e0 100644 --- a/src/Component/Encryption/Tests/AESCBC_HSContentEncryptionTest.php +++ b/src/Component/Encryption/Tests/AESCBC_HSContentEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/AESGCMContentEncryptionTest.php b/src/Component/Encryption/Tests/AESGCMContentEncryptionTest.php index 27381bf4..4f813671 100644 --- a/src/Component/Encryption/Tests/AESGCMContentEncryptionTest.php +++ b/src/Component/Encryption/Tests/AESGCMContentEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/AESGCMKWKeyEncryptionTest.php b/src/Component/Encryption/Tests/AESGCMKWKeyEncryptionTest.php index f2255409..bb84d4e5 100644 --- a/src/Component/Encryption/Tests/AESGCMKWKeyEncryptionTest.php +++ b/src/Component/Encryption/Tests/AESGCMKWKeyEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/AESKWKeyEncryptionTest.php b/src/Component/Encryption/Tests/AESKWKeyEncryptionTest.php index c7bf21d6..d121c113 100644 --- a/src/Component/Encryption/Tests/AESKWKeyEncryptionTest.php +++ b/src/Component/Encryption/Tests/AESKWKeyEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/CompressionTest.php b/src/Component/Encryption/Tests/CompressionTest.php index 31ea0dcb..e5e52a6b 100644 --- a/src/Component/Encryption/Tests/CompressionTest.php +++ b/src/Component/Encryption/Tests/CompressionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/DirAlgorithmTest.php b/src/Component/Encryption/Tests/DirAlgorithmTest.php index c774fac0..f904a784 100644 --- a/src/Component/Encryption/Tests/DirAlgorithmTest.php +++ b/src/Component/Encryption/Tests/DirAlgorithmTest.php @@ -5,7 +5,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/Component/Encryption/Tests/ECDHESKeyAgreementTest.php b/src/Component/Encryption/Tests/ECDHESKeyAgreementTest.php index 95acd5f3..e05b2a34 100644 --- a/src/Component/Encryption/Tests/ECDHESKeyAgreementTest.php +++ b/src/Component/Encryption/Tests/ECDHESKeyAgreementTest.php @@ -5,7 +5,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/Component/Encryption/Tests/ECDHESWithX25519EncryptionTest.php b/src/Component/Encryption/Tests/ECDHESWithX25519EncryptionTest.php index b782829f..eb93101f 100644 --- a/src/Component/Encryption/Tests/ECDHESWithX25519EncryptionTest.php +++ b/src/Component/Encryption/Tests/ECDHESWithX25519EncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/EncrypterTest.php b/src/Component/Encryption/Tests/EncrypterTest.php index 44928f1a..27b0c178 100644 --- a/src/Component/Encryption/Tests/EncrypterTest.php +++ b/src/Component/Encryption/Tests/EncrypterTest.php @@ -5,7 +5,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/Component/Encryption/Tests/EncryptionTest.php b/src/Component/Encryption/Tests/EncryptionTest.php index fe632ece..5decd84d 100644 --- a/src/Component/Encryption/Tests/EncryptionTest.php +++ b/src/Component/Encryption/Tests/EncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/InvalidCurveAttackTest.php b/src/Component/Encryption/Tests/InvalidCurveAttackTest.php index 0d5cd6bb..19ae8df8 100644 --- a/src/Component/Encryption/Tests/InvalidCurveAttackTest.php +++ b/src/Component/Encryption/Tests/InvalidCurveAttackTest.php @@ -5,7 +5,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/Component/Encryption/Tests/JWEFlattenedTest.php b/src/Component/Encryption/Tests/JWEFlattenedTest.php index 2bb1d3a2..38f59f2d 100644 --- a/src/Component/Encryption/Tests/JWEFlattenedTest.php +++ b/src/Component/Encryption/Tests/JWEFlattenedTest.php @@ -5,7 +5,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/Component/Encryption/Tests/JWELoaderTest.php b/src/Component/Encryption/Tests/JWELoaderTest.php index 8b54f69c..48cd112a 100644 --- a/src/Component/Encryption/Tests/JWELoaderTest.php +++ b/src/Component/Encryption/Tests/JWELoaderTest.php @@ -5,7 +5,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/Component/Encryption/Tests/PBES2_HS_AESKWKeyEncryptionTest.php b/src/Component/Encryption/Tests/PBES2_HS_AESKWKeyEncryptionTest.php index e47ba6fa..1672a85b 100644 --- a/src/Component/Encryption/Tests/PBES2_HS_AESKWKeyEncryptionTest.php +++ b/src/Component/Encryption/Tests/PBES2_HS_AESKWKeyEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php index dd6edc0a..c68d021d 100644 --- a/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php +++ b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionProtectedContentOnlyTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionTest.php index d9a8df58..b88ae32d 100644 --- a/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php index 76a9aaf9..59f3f435 100644 --- a/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php +++ b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithAdditionalAuthenticatedDataTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php index 2745065a..267d83e5 100644 --- a/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithCompressionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php index 58028472..27a1afa2 100644 --- a/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php +++ b/src/Component/Encryption/Tests/RFC7520/A128KWAndA128GCMEncryptionWithSpecificProtectedHeaderValuesTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php index 059342b9..4d491ece 100644 --- a/src/Component/Encryption/Tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/A256GCMKWAndA128CBC_HS256EncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/DirAndA128GCMEncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/DirAndA128GCMEncryptionTest.php index c50825fc..4fac087d 100644 --- a/src/Component/Encryption/Tests/RFC7520/DirAndA128GCMEncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/DirAndA128GCMEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php index 52eefaed..735f1633 100644 --- a/src/Component/Encryption/Tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/ECDH_ES_A128KWAndA128GCMEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php index 41563808..20d2a0b8 100644 --- a/src/Component/Encryption/Tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/ECDH_ES_AndA128CBC_HS256EncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/MultipleRecipientEncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/MultipleRecipientEncryptionTest.php index b17659a8..56f90f45 100644 --- a/src/Component/Encryption/Tests/RFC7520/MultipleRecipientEncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/MultipleRecipientEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/NestingTest.php b/src/Component/Encryption/Tests/RFC7520/NestingTest.php index 15c6c33e..85b003cc 100644 --- a/src/Component/Encryption/Tests/RFC7520/NestingTest.php +++ b/src/Component/Encryption/Tests/RFC7520/NestingTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php index abdd52a3..c9ab25d0 100644 --- a/src/Component/Encryption/Tests/RFC7520/PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/PBES2_HS512_A256KWAndA128CBC_HS256EncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php index 680784f0..51898bd2 100644 --- a/src/Component/Encryption/Tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/RSA1_5AndA128CBC_HS256EncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php b/src/Component/Encryption/Tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php index d3af2246..735911f5 100644 --- a/src/Component/Encryption/Tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php +++ b/src/Component/Encryption/Tests/RFC7520/RSA_OAEPAndA256GCMEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RSAEncryptionTest.php b/src/Component/Encryption/Tests/RSAEncryptionTest.php index 7f88484d..11ad5a87 100644 --- a/src/Component/Encryption/Tests/RSAEncryptionTest.php +++ b/src/Component/Encryption/Tests/RSAEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RSAKeyEncryptionTest.php b/src/Component/Encryption/Tests/RSAKeyEncryptionTest.php index 4314aa98..9d2304b0 100644 --- a/src/Component/Encryption/Tests/RSAKeyEncryptionTest.php +++ b/src/Component/Encryption/Tests/RSAKeyEncryptionTest.php @@ -5,7 +5,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/Component/Encryption/Tests/RSAKeyWithoutAllPrimesTest.php b/src/Component/Encryption/Tests/RSAKeyWithoutAllPrimesTest.php index 42a41b4f..2a98701c 100644 --- a/src/Component/Encryption/Tests/RSAKeyWithoutAllPrimesTest.php +++ b/src/Component/Encryption/Tests/RSAKeyWithoutAllPrimesTest.php @@ -5,7 +5,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/Component/Encryption/Util/ConcatKDF.php b/src/Component/Encryption/Util/ConcatKDF.php index 382881f3..1c797ffb 100644 --- a/src/Component/Encryption/Util/ConcatKDF.php +++ b/src/Component/Encryption/Util/ConcatKDF.php @@ -5,7 +5,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/Component/Encryption/Util/Ecc/EcDH.php b/src/Component/Encryption/Util/Ecc/EcDH.php index c7f23dff..ea20989d 100644 --- a/src/Component/Encryption/Util/Ecc/EcDH.php +++ b/src/Component/Encryption/Util/Ecc/EcDH.php @@ -5,7 +5,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/Component/Encryption/Util/RSACrypt.php b/src/Component/Encryption/Util/RSACrypt.php index 0796d183..2df06229 100644 --- a/src/Component/Encryption/Util/RSACrypt.php +++ b/src/Component/Encryption/Util/RSACrypt.php @@ -5,7 +5,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/Component/KeyManagement/JKUFactory.php b/src/Component/KeyManagement/JKUFactory.php index 6b159247..f80ca65f 100644 --- a/src/Component/KeyManagement/JKUFactory.php +++ b/src/Component/KeyManagement/JKUFactory.php @@ -5,7 +5,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/Component/KeyManagement/JWKFactory.php b/src/Component/KeyManagement/JWKFactory.php index 0a3b866c..b5f6f086 100644 --- a/src/Component/KeyManagement/JWKFactory.php +++ b/src/Component/KeyManagement/JWKFactory.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/AlgorithmAnalyzer.php b/src/Component/KeyManagement/KeyAnalyzer/AlgorithmAnalyzer.php index 85cafac6..e722c4a7 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/AlgorithmAnalyzer.php +++ b/src/Component/KeyManagement/KeyAnalyzer/AlgorithmAnalyzer.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/KeyAnalyzer.php b/src/Component/KeyManagement/KeyAnalyzer/KeyAnalyzer.php index f7a021d8..192bdb51 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/KeyAnalyzer.php +++ b/src/Component/KeyManagement/KeyAnalyzer/KeyAnalyzer.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/KeyAnalyzerManager.php b/src/Component/KeyManagement/KeyAnalyzer/KeyAnalyzerManager.php index 24d9a5cb..4cd78513 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/KeyAnalyzerManager.php +++ b/src/Component/KeyManagement/KeyAnalyzer/KeyAnalyzerManager.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/KeyIdentifierAnalyzer.php b/src/Component/KeyManagement/KeyAnalyzer/KeyIdentifierAnalyzer.php index 282d0b99..0742c924 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/KeyIdentifierAnalyzer.php +++ b/src/Component/KeyManagement/KeyAnalyzer/KeyIdentifierAnalyzer.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/Message.php b/src/Component/KeyManagement/KeyAnalyzer/Message.php index a3087ab9..17b2f386 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/Message.php +++ b/src/Component/KeyManagement/KeyAnalyzer/Message.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/MessageBag.php b/src/Component/KeyManagement/KeyAnalyzer/MessageBag.php index 9c18e4e4..7f1a4086 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/MessageBag.php +++ b/src/Component/KeyManagement/KeyAnalyzer/MessageBag.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/NoneAnalyzer.php b/src/Component/KeyManagement/KeyAnalyzer/NoneAnalyzer.php index 6adb6259..b3aef4e5 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/NoneAnalyzer.php +++ b/src/Component/KeyManagement/KeyAnalyzer/NoneAnalyzer.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/OctAnalyzer.php b/src/Component/KeyManagement/KeyAnalyzer/OctAnalyzer.php index 68d057cc..50108771 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/OctAnalyzer.php +++ b/src/Component/KeyManagement/KeyAnalyzer/OctAnalyzer.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/RsaAnalyzer.php b/src/Component/KeyManagement/KeyAnalyzer/RsaAnalyzer.php index 00cbd7fe..d2530e20 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/RsaAnalyzer.php +++ b/src/Component/KeyManagement/KeyAnalyzer/RsaAnalyzer.php @@ -5,7 +5,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/Component/KeyManagement/KeyAnalyzer/UsageAnalyzer.php b/src/Component/KeyManagement/KeyAnalyzer/UsageAnalyzer.php index 061c3b07..a4703910 100644 --- a/src/Component/KeyManagement/KeyAnalyzer/UsageAnalyzer.php +++ b/src/Component/KeyManagement/KeyAnalyzer/UsageAnalyzer.php @@ -5,7 +5,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/Component/KeyManagement/KeyConverter/ECKey.php b/src/Component/KeyManagement/KeyConverter/ECKey.php index e7eb80f8..fab8faf2 100644 --- a/src/Component/KeyManagement/KeyConverter/ECKey.php +++ b/src/Component/KeyManagement/KeyConverter/ECKey.php @@ -5,7 +5,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/Component/KeyManagement/KeyConverter/KeyConverter.php b/src/Component/KeyManagement/KeyConverter/KeyConverter.php index 2a95a5cd..4a5d385c 100644 --- a/src/Component/KeyManagement/KeyConverter/KeyConverter.php +++ b/src/Component/KeyManagement/KeyConverter/KeyConverter.php @@ -5,7 +5,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/Component/KeyManagement/KeyConverter/RSAKey.php b/src/Component/KeyManagement/KeyConverter/RSAKey.php index e3dd94df..8cd96177 100644 --- a/src/Component/KeyManagement/KeyConverter/RSAKey.php +++ b/src/Component/KeyManagement/KeyConverter/RSAKey.php @@ -5,7 +5,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/Component/KeyManagement/Tests/CertificateTest.php b/src/Component/KeyManagement/Tests/CertificateTest.php index 9b5f6c56..491d6030 100644 --- a/src/Component/KeyManagement/Tests/CertificateTest.php +++ b/src/Component/KeyManagement/Tests/CertificateTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/FooAlgorithm.php b/src/Component/KeyManagement/Tests/FooAlgorithm.php index 674e2f56..7c0583c5 100644 --- a/src/Component/KeyManagement/Tests/FooAlgorithm.php +++ b/src/Component/KeyManagement/Tests/FooAlgorithm.php @@ -5,7 +5,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/Component/KeyManagement/Tests/HttpMessageFactory.php b/src/Component/KeyManagement/Tests/HttpMessageFactory.php index c637a702..1fb0e078 100644 --- a/src/Component/KeyManagement/Tests/HttpMessageFactory.php +++ b/src/Component/KeyManagement/Tests/HttpMessageFactory.php @@ -5,7 +5,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/Component/KeyManagement/Tests/JWKAnalyzerTest.php b/src/Component/KeyManagement/Tests/JWKAnalyzerTest.php index 2685ee5b..d3cadb71 100644 --- a/src/Component/KeyManagement/Tests/JWKAnalyzerTest.php +++ b/src/Component/KeyManagement/Tests/JWKAnalyzerTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/JWKFactoryTest.php b/src/Component/KeyManagement/Tests/JWKFactoryTest.php index 38ec8b79..4b8a6605 100644 --- a/src/Component/KeyManagement/Tests/JWKFactoryTest.php +++ b/src/Component/KeyManagement/Tests/JWKFactoryTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/JWKSetTest.php b/src/Component/KeyManagement/Tests/JWKSetTest.php index ff06a434..2d1fce36 100644 --- a/src/Component/KeyManagement/Tests/JWKSetTest.php +++ b/src/Component/KeyManagement/Tests/JWKSetTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/JWKTest.php b/src/Component/KeyManagement/Tests/JWKTest.php index 59801caf..aacce1c2 100644 --- a/src/Component/KeyManagement/Tests/JWKTest.php +++ b/src/Component/KeyManagement/Tests/JWKTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/Keys/ECKeysTest.php b/src/Component/KeyManagement/Tests/Keys/ECKeysTest.php index 21cb5903..0587ab9c 100644 --- a/src/Component/KeyManagement/Tests/Keys/ECKeysTest.php +++ b/src/Component/KeyManagement/Tests/Keys/ECKeysTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/Keys/NoneKeysTest.php b/src/Component/KeyManagement/Tests/Keys/NoneKeysTest.php index de0e753a..152287e7 100644 --- a/src/Component/KeyManagement/Tests/Keys/NoneKeysTest.php +++ b/src/Component/KeyManagement/Tests/Keys/NoneKeysTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/Keys/OKPKeysTest.php b/src/Component/KeyManagement/Tests/Keys/OKPKeysTest.php index c25b6eea..642acacb 100644 --- a/src/Component/KeyManagement/Tests/Keys/OKPKeysTest.php +++ b/src/Component/KeyManagement/Tests/Keys/OKPKeysTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/Keys/OctKeysTest.php b/src/Component/KeyManagement/Tests/Keys/OctKeysTest.php index 18e745ed..661b49ae 100644 --- a/src/Component/KeyManagement/Tests/Keys/OctKeysTest.php +++ b/src/Component/KeyManagement/Tests/Keys/OctKeysTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/Keys/RSAKeysTest.php b/src/Component/KeyManagement/Tests/Keys/RSAKeysTest.php index 86be0d6d..283a0a55 100644 --- a/src/Component/KeyManagement/Tests/Keys/RSAKeysTest.php +++ b/src/Component/KeyManagement/Tests/Keys/RSAKeysTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/MessageBagTest.php b/src/Component/KeyManagement/Tests/MessageBagTest.php index 09259f2d..166de9b3 100644 --- a/src/Component/KeyManagement/Tests/MessageBagTest.php +++ b/src/Component/KeyManagement/Tests/MessageBagTest.php @@ -5,7 +5,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/Component/KeyManagement/Tests/MessageFactory.php b/src/Component/KeyManagement/Tests/MessageFactory.php index 6bb044d6..85618e51 100644 --- a/src/Component/KeyManagement/Tests/MessageFactory.php +++ b/src/Component/KeyManagement/Tests/MessageFactory.php @@ -5,7 +5,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/Component/KeyManagement/Tests/UrlKeySetFactoryTest.php b/src/Component/KeyManagement/Tests/UrlKeySetFactoryTest.php index 2ad6d8c9..7767c469 100644 --- a/src/Component/KeyManagement/Tests/UrlKeySetFactoryTest.php +++ b/src/Component/KeyManagement/Tests/UrlKeySetFactoryTest.php @@ -5,7 +5,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/Component/KeyManagement/UrlKeySetFactory.php b/src/Component/KeyManagement/UrlKeySetFactory.php index b28ae9c1..ff0c8be8 100644 --- a/src/Component/KeyManagement/UrlKeySetFactory.php +++ b/src/Component/KeyManagement/UrlKeySetFactory.php @@ -5,7 +5,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/Component/KeyManagement/X5UFactory.php b/src/Component/KeyManagement/X5UFactory.php index 1aa49482..8c517139 100644 --- a/src/Component/KeyManagement/X5UFactory.php +++ b/src/Component/KeyManagement/X5UFactory.php @@ -5,7 +5,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/Component/Signature/Algorithm/ECDSA.php b/src/Component/Signature/Algorithm/ECDSA.php index 22a82985..3d535374 100644 --- a/src/Component/Signature/Algorithm/ECDSA.php +++ b/src/Component/Signature/Algorithm/ECDSA.php @@ -5,7 +5,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/Component/Signature/Algorithm/ES256.php b/src/Component/Signature/Algorithm/ES256.php index 13babbdc..0774e485 100644 --- a/src/Component/Signature/Algorithm/ES256.php +++ b/src/Component/Signature/Algorithm/ES256.php @@ -5,7 +5,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/Component/Signature/Algorithm/ES384.php b/src/Component/Signature/Algorithm/ES384.php index 1c2e2ae2..5c60d049 100644 --- a/src/Component/Signature/Algorithm/ES384.php +++ b/src/Component/Signature/Algorithm/ES384.php @@ -5,7 +5,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/Component/Signature/Algorithm/ES512.php b/src/Component/Signature/Algorithm/ES512.php index e8708741..e4c0adee 100644 --- a/src/Component/Signature/Algorithm/ES512.php +++ b/src/Component/Signature/Algorithm/ES512.php @@ -5,7 +5,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/Component/Signature/Algorithm/EdDSA.php b/src/Component/Signature/Algorithm/EdDSA.php index 35d1838d..583bc11b 100644 --- a/src/Component/Signature/Algorithm/EdDSA.php +++ b/src/Component/Signature/Algorithm/EdDSA.php @@ -5,7 +5,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/Component/Signature/Algorithm/HMAC.php b/src/Component/Signature/Algorithm/HMAC.php index 9b710f3f..49f01381 100644 --- a/src/Component/Signature/Algorithm/HMAC.php +++ b/src/Component/Signature/Algorithm/HMAC.php @@ -5,7 +5,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/Component/Signature/Algorithm/HS256.php b/src/Component/Signature/Algorithm/HS256.php index afe92e78..7be4affd 100644 --- a/src/Component/Signature/Algorithm/HS256.php +++ b/src/Component/Signature/Algorithm/HS256.php @@ -5,7 +5,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/Component/Signature/Algorithm/HS384.php b/src/Component/Signature/Algorithm/HS384.php index c2c10877..c3f75a84 100644 --- a/src/Component/Signature/Algorithm/HS384.php +++ b/src/Component/Signature/Algorithm/HS384.php @@ -5,7 +5,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/Component/Signature/Algorithm/HS512.php b/src/Component/Signature/Algorithm/HS512.php index 46845ab5..eae74237 100644 --- a/src/Component/Signature/Algorithm/HS512.php +++ b/src/Component/Signature/Algorithm/HS512.php @@ -5,7 +5,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/Component/Signature/Algorithm/None.php b/src/Component/Signature/Algorithm/None.php index bbe8f763..9d4ff0d2 100644 --- a/src/Component/Signature/Algorithm/None.php +++ b/src/Component/Signature/Algorithm/None.php @@ -5,7 +5,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/Component/Signature/Algorithm/PS256.php b/src/Component/Signature/Algorithm/PS256.php index 509e5668..ca7499d9 100644 --- a/src/Component/Signature/Algorithm/PS256.php +++ b/src/Component/Signature/Algorithm/PS256.php @@ -5,7 +5,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/Component/Signature/Algorithm/PS384.php b/src/Component/Signature/Algorithm/PS384.php index 2177f7a7..96099fdf 100644 --- a/src/Component/Signature/Algorithm/PS384.php +++ b/src/Component/Signature/Algorithm/PS384.php @@ -5,7 +5,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/Component/Signature/Algorithm/PS512.php b/src/Component/Signature/Algorithm/PS512.php index caf5204d..122b79ff 100644 --- a/src/Component/Signature/Algorithm/PS512.php +++ b/src/Component/Signature/Algorithm/PS512.php @@ -5,7 +5,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/Component/Signature/Algorithm/RS256.php b/src/Component/Signature/Algorithm/RS256.php index 2ed41c99..d80ec422 100644 --- a/src/Component/Signature/Algorithm/RS256.php +++ b/src/Component/Signature/Algorithm/RS256.php @@ -5,7 +5,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/Component/Signature/Algorithm/RS384.php b/src/Component/Signature/Algorithm/RS384.php index ef6587c8..37df9280 100644 --- a/src/Component/Signature/Algorithm/RS384.php +++ b/src/Component/Signature/Algorithm/RS384.php @@ -5,7 +5,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/Component/Signature/Algorithm/RS512.php b/src/Component/Signature/Algorithm/RS512.php index 83b55d21..c1f77e27 100644 --- a/src/Component/Signature/Algorithm/RS512.php +++ b/src/Component/Signature/Algorithm/RS512.php @@ -5,7 +5,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/Component/Signature/Algorithm/RSA.php b/src/Component/Signature/Algorithm/RSA.php index a4ad8a21..3c4d3107 100644 --- a/src/Component/Signature/Algorithm/RSA.php +++ b/src/Component/Signature/Algorithm/RSA.php @@ -5,7 +5,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/Component/Signature/Algorithm/SignatureAlgorithm.php b/src/Component/Signature/Algorithm/SignatureAlgorithm.php index 0283bfba..a1061cc5 100644 --- a/src/Component/Signature/Algorithm/SignatureAlgorithm.php +++ b/src/Component/Signature/Algorithm/SignatureAlgorithm.php @@ -5,7 +5,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/Component/Signature/JWS.php b/src/Component/Signature/JWS.php index 0ab3328c..b64d51c8 100644 --- a/src/Component/Signature/JWS.php +++ b/src/Component/Signature/JWS.php @@ -5,7 +5,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/Component/Signature/JWSBuilder.php b/src/Component/Signature/JWSBuilder.php index 55d73f56..6e93289a 100644 --- a/src/Component/Signature/JWSBuilder.php +++ b/src/Component/Signature/JWSBuilder.php @@ -5,7 +5,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/Component/Signature/JWSBuilderFactory.php b/src/Component/Signature/JWSBuilderFactory.php index 966abbaa..e29c0201 100644 --- a/src/Component/Signature/JWSBuilderFactory.php +++ b/src/Component/Signature/JWSBuilderFactory.php @@ -5,7 +5,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/Component/Signature/JWSLoader.php b/src/Component/Signature/JWSLoader.php index 768f43a9..894325a8 100644 --- a/src/Component/Signature/JWSLoader.php +++ b/src/Component/Signature/JWSLoader.php @@ -5,7 +5,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/Component/Signature/JWSTokenSupport.php b/src/Component/Signature/JWSTokenSupport.php index 237123d6..32d8d446 100644 --- a/src/Component/Signature/JWSTokenSupport.php +++ b/src/Component/Signature/JWSTokenSupport.php @@ -5,7 +5,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/Component/Signature/JWSVerifier.php b/src/Component/Signature/JWSVerifier.php index 3cf27ece..a1d4fe5d 100644 --- a/src/Component/Signature/JWSVerifier.php +++ b/src/Component/Signature/JWSVerifier.php @@ -5,7 +5,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/Component/Signature/JWSVerifierFactory.php b/src/Component/Signature/JWSVerifierFactory.php index 8f7376d9..17eae7c9 100644 --- a/src/Component/Signature/JWSVerifierFactory.php +++ b/src/Component/Signature/JWSVerifierFactory.php @@ -5,7 +5,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/Component/Signature/Serializer/CompactSerializer.php b/src/Component/Signature/Serializer/CompactSerializer.php index d28df528..5b027ef4 100644 --- a/src/Component/Signature/Serializer/CompactSerializer.php +++ b/src/Component/Signature/Serializer/CompactSerializer.php @@ -5,7 +5,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/Component/Signature/Serializer/JSONFlattenedSerializer.php b/src/Component/Signature/Serializer/JSONFlattenedSerializer.php index 608c680b..91103e99 100644 --- a/src/Component/Signature/Serializer/JSONFlattenedSerializer.php +++ b/src/Component/Signature/Serializer/JSONFlattenedSerializer.php @@ -5,7 +5,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/Component/Signature/Serializer/JSONGeneralSerializer.php b/src/Component/Signature/Serializer/JSONGeneralSerializer.php index f2252035..50c0f08e 100644 --- a/src/Component/Signature/Serializer/JSONGeneralSerializer.php +++ b/src/Component/Signature/Serializer/JSONGeneralSerializer.php @@ -5,7 +5,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/Component/Signature/Serializer/JWSSerializer.php b/src/Component/Signature/Serializer/JWSSerializer.php index 018570bc..2dede668 100644 --- a/src/Component/Signature/Serializer/JWSSerializer.php +++ b/src/Component/Signature/Serializer/JWSSerializer.php @@ -5,7 +5,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/Component/Signature/Serializer/JWSSerializerManager.php b/src/Component/Signature/Serializer/JWSSerializerManager.php index c42032ed..6ae7b02d 100644 --- a/src/Component/Signature/Serializer/JWSSerializerManager.php +++ b/src/Component/Signature/Serializer/JWSSerializerManager.php @@ -5,7 +5,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/Component/Signature/Serializer/JWSSerializerManagerFactory.php b/src/Component/Signature/Serializer/JWSSerializerManagerFactory.php index a28c634c..b39b435f 100644 --- a/src/Component/Signature/Serializer/JWSSerializerManagerFactory.php +++ b/src/Component/Signature/Serializer/JWSSerializerManagerFactory.php @@ -5,7 +5,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/Component/Signature/Serializer/Serializer.php b/src/Component/Signature/Serializer/Serializer.php index 95d4fcab..08325c27 100644 --- a/src/Component/Signature/Serializer/Serializer.php +++ b/src/Component/Signature/Serializer/Serializer.php @@ -5,7 +5,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/Component/Signature/Signature.php b/src/Component/Signature/Signature.php index 85daffc0..785f5d6a 100644 --- a/src/Component/Signature/Signature.php +++ b/src/Component/Signature/Signature.php @@ -5,7 +5,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/Component/Signature/Tests/ECDSASignatureTest.php b/src/Component/Signature/Tests/ECDSASignatureTest.php index 953855c9..b6d8ecdf 100644 --- a/src/Component/Signature/Tests/ECDSASignatureTest.php +++ b/src/Component/Signature/Tests/ECDSASignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/EdDSASignatureTest.php b/src/Component/Signature/Tests/EdDSASignatureTest.php index f34c5d26..6e5424d4 100644 --- a/src/Component/Signature/Tests/EdDSASignatureTest.php +++ b/src/Component/Signature/Tests/EdDSASignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/ForeignJWTTest.php b/src/Component/Signature/Tests/ForeignJWTTest.php index 1144ea32..1c08e1f2 100644 --- a/src/Component/Signature/Tests/ForeignJWTTest.php +++ b/src/Component/Signature/Tests/ForeignJWTTest.php @@ -5,7 +5,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/Component/Signature/Tests/HMACSignatureTest.php b/src/Component/Signature/Tests/HMACSignatureTest.php index 1c85a5ff..9941daf7 100644 --- a/src/Component/Signature/Tests/HMACSignatureTest.php +++ b/src/Component/Signature/Tests/HMACSignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/JWSFlattenedTest.php b/src/Component/Signature/Tests/JWSFlattenedTest.php index 142363f6..d863c62c 100644 --- a/src/Component/Signature/Tests/JWSFlattenedTest.php +++ b/src/Component/Signature/Tests/JWSFlattenedTest.php @@ -5,7 +5,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/Component/Signature/Tests/JWSTest.php b/src/Component/Signature/Tests/JWSTest.php index 9423a291..dd82d5a1 100644 --- a/src/Component/Signature/Tests/JWSTest.php +++ b/src/Component/Signature/Tests/JWSTest.php @@ -5,7 +5,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/Component/Signature/Tests/NoneSignatureTest.php b/src/Component/Signature/Tests/NoneSignatureTest.php index a4c3a0b9..f558ba8c 100644 --- a/src/Component/Signature/Tests/NoneSignatureTest.php +++ b/src/Component/Signature/Tests/NoneSignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/RFC6979/ECDSASignatureTest.php b/src/Component/Signature/Tests/RFC6979/ECDSASignatureTest.php index ab335c80..3c53f58f 100644 --- a/src/Component/Signature/Tests/RFC6979/ECDSASignatureTest.php +++ b/src/Component/Signature/Tests/RFC6979/ECDSASignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/RFC7520/ECDSASignatureTest.php b/src/Component/Signature/Tests/RFC7520/ECDSASignatureTest.php index e065e4a7..63a7ba53 100644 --- a/src/Component/Signature/Tests/RFC7520/ECDSASignatureTest.php +++ b/src/Component/Signature/Tests/RFC7520/ECDSASignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/RFC7520/HMACSignatureTest.php b/src/Component/Signature/Tests/RFC7520/HMACSignatureTest.php index 0167a85b..c5411cd0 100644 --- a/src/Component/Signature/Tests/RFC7520/HMACSignatureTest.php +++ b/src/Component/Signature/Tests/RFC7520/HMACSignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/RFC7520/MultipleSignaturesTest.php b/src/Component/Signature/Tests/RFC7520/MultipleSignaturesTest.php index d8439aa6..1c643c12 100644 --- a/src/Component/Signature/Tests/RFC7520/MultipleSignaturesTest.php +++ b/src/Component/Signature/Tests/RFC7520/MultipleSignaturesTest.php @@ -5,7 +5,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/Component/Signature/Tests/RFC7520/NestingTest.php b/src/Component/Signature/Tests/RFC7520/NestingTest.php index d8915128..80d8c327 100644 --- a/src/Component/Signature/Tests/RFC7520/NestingTest.php +++ b/src/Component/Signature/Tests/RFC7520/NestingTest.php @@ -5,7 +5,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/Component/Signature/Tests/RFC7520/RSA15SignatureTest.php b/src/Component/Signature/Tests/RFC7520/RSA15SignatureTest.php index 712b3db1..9c29c341 100644 --- a/src/Component/Signature/Tests/RFC7520/RSA15SignatureTest.php +++ b/src/Component/Signature/Tests/RFC7520/RSA15SignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/RFC7520/RSAPSSSignatureTest.php b/src/Component/Signature/Tests/RFC7520/RSAPSSSignatureTest.php index 0f1e668a..bbc01984 100644 --- a/src/Component/Signature/Tests/RFC7520/RSAPSSSignatureTest.php +++ b/src/Component/Signature/Tests/RFC7520/RSAPSSSignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/RSAKeyWithoutAllPrimesTest.php b/src/Component/Signature/Tests/RSAKeyWithoutAllPrimesTest.php index 9fbc08cf..8d13ee4c 100644 --- a/src/Component/Signature/Tests/RSAKeyWithoutAllPrimesTest.php +++ b/src/Component/Signature/Tests/RSAKeyWithoutAllPrimesTest.php @@ -5,7 +5,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/Component/Signature/Tests/RSASignatureTest.php b/src/Component/Signature/Tests/RSASignatureTest.php index 113fb45d..d803f5d5 100644 --- a/src/Component/Signature/Tests/RSASignatureTest.php +++ b/src/Component/Signature/Tests/RSASignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/SignatureTest.php b/src/Component/Signature/Tests/SignatureTest.php index 1f046b9c..1ccd41ca 100644 --- a/src/Component/Signature/Tests/SignatureTest.php +++ b/src/Component/Signature/Tests/SignatureTest.php @@ -5,7 +5,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/Component/Signature/Tests/SignerTest.php b/src/Component/Signature/Tests/SignerTest.php index e10a1e3e..5b4e4a2a 100644 --- a/src/Component/Signature/Tests/SignerTest.php +++ b/src/Component/Signature/Tests/SignerTest.php @@ -5,7 +5,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/Component/Signature/Util/RSA.php b/src/Component/Signature/Util/RSA.php index 2eb67c02..7c4af756 100644 --- a/src/Component/Signature/Util/RSA.php +++ b/src/Component/Signature/Util/RSA.php @@ -5,7 +5,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.