From 68e5d06af3308bb24bbb24c8b629e96468e90a52 Mon Sep 17 00:00:00 2001 From: Marcin Krzyzanowski Date: Mon, 23 Dec 2024 13:20:39 +0100 Subject: [PATCH] Update copyright years to 2025 The copyright years in source files and tests have been updated from 2022 to 2025 across the project. --- CryptoSwift-TestHostApp/AppDelegate.swift | 2 +- README.md | 4 ++-- Sources/CryptoSwift/AEAD/AEAD.swift | 2 +- Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift | 2 +- Sources/CryptoSwift/AES.Cryptors.swift | 2 +- Sources/CryptoSwift/AES.swift | 2 +- Sources/CryptoSwift/Array+Extension.swift | 2 +- Sources/CryptoSwift/Authenticator.swift | 2 +- Sources/CryptoSwift/BatchedCollection.swift | 2 +- Sources/CryptoSwift/Bit.swift | 2 +- Sources/CryptoSwift/BlockCipher.swift | 2 +- Sources/CryptoSwift/BlockDecryptor.swift | 2 +- Sources/CryptoSwift/BlockEncryptor.swift | 2 +- Sources/CryptoSwift/BlockMode/BlockMode.swift | 2 +- Sources/CryptoSwift/BlockMode/BlockModeOptions.swift | 2 +- Sources/CryptoSwift/BlockMode/CBC.swift | 2 +- Sources/CryptoSwift/BlockMode/CCM.swift | 2 +- Sources/CryptoSwift/BlockMode/CFB.swift | 2 +- Sources/CryptoSwift/BlockMode/CTR.swift | 2 +- Sources/CryptoSwift/BlockMode/CipherModeWorker.swift | 2 +- Sources/CryptoSwift/BlockMode/ECB.swift | 2 +- Sources/CryptoSwift/BlockMode/GCM.swift | 2 +- Sources/CryptoSwift/BlockMode/OFB.swift | 2 +- Sources/CryptoSwift/BlockMode/PCBC.swift | 2 +- Sources/CryptoSwift/Blowfish.swift | 2 +- Sources/CryptoSwift/CBCMAC.swift | 2 +- Sources/CryptoSwift/CMAC.swift | 2 +- Sources/CryptoSwift/CS_BigInt/CS.swift | 2 +- Sources/CryptoSwift/ChaCha20.swift | 2 +- Sources/CryptoSwift/Checksum.swift | 2 +- Sources/CryptoSwift/Cipher.swift | 2 +- Sources/CryptoSwift/Collection+Extension.swift | 2 +- Sources/CryptoSwift/CompactMap.swift | 2 +- Sources/CryptoSwift/Cryptor.swift | 2 +- Sources/CryptoSwift/Cryptors.swift | 2 +- Sources/CryptoSwift/Digest.swift | 2 +- Sources/CryptoSwift/DigestType.swift | 2 +- Sources/CryptoSwift/Foundation/AES+Foundation.swift | 2 +- Sources/CryptoSwift/Foundation/Array+Foundation.swift | 2 +- Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift | 2 +- Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift | 2 +- Sources/CryptoSwift/Foundation/Data+Extension.swift | 2 +- Sources/CryptoSwift/Foundation/HMAC+Foundation.swift | 2 +- Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift | 2 +- .../CryptoSwift/Foundation/String+FoundationExtension.swift | 2 +- Sources/CryptoSwift/Foundation/Utils+Foundation.swift | 2 +- Sources/CryptoSwift/Generics.swift | 2 +- Sources/CryptoSwift/HKDF.swift | 2 +- Sources/CryptoSwift/HMAC.swift | 2 +- Sources/CryptoSwift/Int+Extension.swift | 2 +- Sources/CryptoSwift/MD5.swift | 2 +- Sources/CryptoSwift/NoPadding.swift | 2 +- Sources/CryptoSwift/Operators.swift | 2 +- Sources/CryptoSwift/PKCS/PBKDF1.swift | 2 +- Sources/CryptoSwift/PKCS/PBKDF2.swift | 2 +- Sources/CryptoSwift/PKCS/PKCS1v15.swift | 2 +- Sources/CryptoSwift/PKCS/PKCS5.swift | 2 +- Sources/CryptoSwift/PKCS/PKCS7.swift | 2 +- Sources/CryptoSwift/PKCS/PKCS7Padding.swift | 2 +- Sources/CryptoSwift/Padding.swift | 2 +- Sources/CryptoSwift/Poly1305.swift | 2 +- Sources/CryptoSwift/RSA/RSA+Cipher.swift | 2 +- Sources/CryptoSwift/RSA/RSA+Signature.swift | 2 +- Sources/CryptoSwift/RSA/RSA.swift | 2 +- Sources/CryptoSwift/Rabbit.swift | 2 +- Sources/CryptoSwift/SHA1.swift | 2 +- Sources/CryptoSwift/SHA2.swift | 2 +- Sources/CryptoSwift/SHA3.swift | 2 +- Sources/CryptoSwift/Scrypt.swift | 2 +- Sources/CryptoSwift/SecureBytes.swift | 2 +- Sources/CryptoSwift/Signature.swift | 2 +- Sources/CryptoSwift/StreamDecryptor.swift | 2 +- Sources/CryptoSwift/StreamEncryptor.swift | 2 +- Sources/CryptoSwift/String+Extension.swift | 2 +- Sources/CryptoSwift/UInt128.swift | 2 +- Sources/CryptoSwift/UInt16+Extension.swift | 2 +- Sources/CryptoSwift/UInt32+Extension.swift | 2 +- Sources/CryptoSwift/UInt64+Extension.swift | 2 +- Sources/CryptoSwift/UInt8+Extension.swift | 2 +- Sources/CryptoSwift/Updatable.swift | 2 +- Sources/CryptoSwift/Utils.swift | 2 +- Sources/CryptoSwift/ZeroPadding.swift | 2 +- Tests/CryptoSwiftTests/AESCCMTests.swift | 2 +- Tests/CryptoSwiftTests/AESTests.swift | 2 +- Tests/CryptoSwiftTests/AESTestsPerf.swift | 2 +- Tests/CryptoSwiftTests/Access.swift | 2 +- Tests/CryptoSwiftTests/BlowfishTests.swift | 2 +- Tests/CryptoSwiftTests/Bridging.h | 2 +- Tests/CryptoSwiftTests/CMACTests.swift | 2 +- Tests/CryptoSwiftTests/ChaCha20Poly1305Tests.swift | 2 +- Tests/CryptoSwiftTests/ChaCha20Tests.swift | 2 +- Tests/CryptoSwiftTests/ChaCha20TestsPerf.swift | 2 +- Tests/CryptoSwiftTests/DigestTests.swift | 2 +- Tests/CryptoSwiftTests/DigestTestsPerf.swift | 2 +- Tests/CryptoSwiftTests/Error+Extension.swift | 2 +- Tests/CryptoSwiftTests/ExtensionsTest.swift | 2 +- Tests/CryptoSwiftTests/ExtensionsTestPerf.swift | 2 +- Tests/CryptoSwiftTests/HKDFTests.swift | 2 +- Tests/CryptoSwiftTests/HMACTests.swift | 2 +- Tests/CryptoSwiftTests/PBKDF.swift | 2 +- Tests/CryptoSwiftTests/PBKDFPerf.swift | 2 +- Tests/CryptoSwiftTests/PaddingTests.swift | 2 +- Tests/CryptoSwiftTests/Poly1305Tests.swift | 2 +- Tests/CryptoSwiftTests/RSATests.swift | 2 +- Tests/CryptoSwiftTests/RabbitTests.swift | 2 +- Tests/CryptoSwiftTests/RabbitTestsPerf.swift | 2 +- Tests/CryptoSwiftTests/ScryptTests.swift | 2 +- Tests/CryptoSwiftTests/ScryptTestsPerf.swift | 2 +- 108 files changed, 109 insertions(+), 109 deletions(-) diff --git a/CryptoSwift-TestHostApp/AppDelegate.swift b/CryptoSwift-TestHostApp/AppDelegate.swift index a9b3ede3..1006fb5c 100644 --- a/CryptoSwift-TestHostApp/AppDelegate.swift +++ b/CryptoSwift-TestHostApp/AppDelegate.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/README.md b/README.md index 03ff6a56..e287ddf2 100644 --- a/README.md +++ b/README.md @@ -656,7 +656,7 @@ let rsaKey = try RSA(rawRepresentation: cfdata as Data) CryptoSwift is owned and maintained by [Marcin Krzyżanowski](https://www.krzyzanowskim.com) -You can follow me on Twitter at [@krzyzanowskim](https://twitter.com/krzyzanowskim) for project updates and releases. +You can follow me on Twitter at [@krzyzanowskim](https://x.com/krzyzanowskim) for project updates and releases. # Cryptography Notice @@ -664,7 +664,7 @@ This distribution includes cryptographic software. The country in which you curr ## License -Copyright (C) 2014-2022 Marcin Krzyżanowski +Copyright (C) 2014-2025 Marcin Krzyżanowski This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/AEAD/AEAD.swift b/Sources/CryptoSwift/AEAD/AEAD.swift index 9211bdaa..f6d77368 100644 --- a/Sources/CryptoSwift/AEAD/AEAD.swift +++ b/Sources/CryptoSwift/AEAD/AEAD.swift @@ -2,7 +2,7 @@ // AEAD.swift // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift b/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift index f7ffe9b4..7e331eaf 100644 --- a/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift +++ b/Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift @@ -2,7 +2,7 @@ // AEADChaCha20Poly1305.swift // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/AES.Cryptors.swift b/Sources/CryptoSwift/AES.Cryptors.swift index e5ad2a5b..23cd476b 100644 --- a/Sources/CryptoSwift/AES.Cryptors.swift +++ b/Sources/CryptoSwift/AES.Cryptors.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/AES.swift b/Sources/CryptoSwift/AES.swift index e9ddb177..2b7fe7fe 100644 --- a/Sources/CryptoSwift/AES.swift +++ b/Sources/CryptoSwift/AES.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Array+Extension.swift b/Sources/CryptoSwift/Array+Extension.swift index 348e76c5..5650fde9 100644 --- a/Sources/CryptoSwift/Array+Extension.swift +++ b/Sources/CryptoSwift/Array+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Authenticator.swift b/Sources/CryptoSwift/Authenticator.swift index 18f7f9ec..c7cac18d 100644 --- a/Sources/CryptoSwift/Authenticator.swift +++ b/Sources/CryptoSwift/Authenticator.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BatchedCollection.swift b/Sources/CryptoSwift/BatchedCollection.swift index fe758073..25660eef 100644 --- a/Sources/CryptoSwift/BatchedCollection.swift +++ b/Sources/CryptoSwift/BatchedCollection.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Bit.swift b/Sources/CryptoSwift/Bit.swift index 3520b0dd..4975253b 100644 --- a/Sources/CryptoSwift/Bit.swift +++ b/Sources/CryptoSwift/Bit.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockCipher.swift b/Sources/CryptoSwift/BlockCipher.swift index 740b046f..2d1076b9 100644 --- a/Sources/CryptoSwift/BlockCipher.swift +++ b/Sources/CryptoSwift/BlockCipher.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockDecryptor.swift b/Sources/CryptoSwift/BlockDecryptor.swift index 505ac362..73d72ab5 100644 --- a/Sources/CryptoSwift/BlockDecryptor.swift +++ b/Sources/CryptoSwift/BlockDecryptor.swift @@ -1,6 +1,6 @@ // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockEncryptor.swift b/Sources/CryptoSwift/BlockEncryptor.swift index 7352d50e..14809efc 100644 --- a/Sources/CryptoSwift/BlockEncryptor.swift +++ b/Sources/CryptoSwift/BlockEncryptor.swift @@ -1,6 +1,6 @@ // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/BlockMode.swift b/Sources/CryptoSwift/BlockMode/BlockMode.swift index e06366dd..d777f08d 100644 --- a/Sources/CryptoSwift/BlockMode/BlockMode.swift +++ b/Sources/CryptoSwift/BlockMode/BlockMode.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift b/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift index f713b54f..671f705c 100644 --- a/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift +++ b/Sources/CryptoSwift/BlockMode/BlockModeOptions.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/CBC.swift b/Sources/CryptoSwift/BlockMode/CBC.swift index 3bba46cf..e5f6f89a 100644 --- a/Sources/CryptoSwift/BlockMode/CBC.swift +++ b/Sources/CryptoSwift/BlockMode/CBC.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/CCM.swift b/Sources/CryptoSwift/BlockMode/CCM.swift index fde56eea..31eefdb2 100644 --- a/Sources/CryptoSwift/BlockMode/CCM.swift +++ b/Sources/CryptoSwift/BlockMode/CCM.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/CFB.swift b/Sources/CryptoSwift/BlockMode/CFB.swift index 48ba5786..666d6f25 100644 --- a/Sources/CryptoSwift/BlockMode/CFB.swift +++ b/Sources/CryptoSwift/BlockMode/CFB.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/CTR.swift b/Sources/CryptoSwift/BlockMode/CTR.swift index d163db21..520ab9e4 100644 --- a/Sources/CryptoSwift/BlockMode/CTR.swift +++ b/Sources/CryptoSwift/BlockMode/CTR.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/CipherModeWorker.swift b/Sources/CryptoSwift/BlockMode/CipherModeWorker.swift index 96953ee3..12dff707 100644 --- a/Sources/CryptoSwift/BlockMode/CipherModeWorker.swift +++ b/Sources/CryptoSwift/BlockMode/CipherModeWorker.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/ECB.swift b/Sources/CryptoSwift/BlockMode/ECB.swift index 13e2cfd1..43463acc 100644 --- a/Sources/CryptoSwift/BlockMode/ECB.swift +++ b/Sources/CryptoSwift/BlockMode/ECB.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/GCM.swift b/Sources/CryptoSwift/BlockMode/GCM.swift index 5072cd45..f85f5d84 100644 --- a/Sources/CryptoSwift/BlockMode/GCM.swift +++ b/Sources/CryptoSwift/BlockMode/GCM.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/OFB.swift b/Sources/CryptoSwift/BlockMode/OFB.swift index a0b48e61..dd935dbf 100644 --- a/Sources/CryptoSwift/BlockMode/OFB.swift +++ b/Sources/CryptoSwift/BlockMode/OFB.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/BlockMode/PCBC.swift b/Sources/CryptoSwift/BlockMode/PCBC.swift index 83f767da..671dea8f 100644 --- a/Sources/CryptoSwift/BlockMode/PCBC.swift +++ b/Sources/CryptoSwift/BlockMode/PCBC.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Blowfish.swift b/Sources/CryptoSwift/Blowfish.swift index b9c7d108..d07ea5d3 100644 --- a/Sources/CryptoSwift/Blowfish.swift +++ b/Sources/CryptoSwift/Blowfish.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/CBCMAC.swift b/Sources/CryptoSwift/CBCMAC.swift index 40b38485..f5153d53 100644 --- a/Sources/CryptoSwift/CBCMAC.swift +++ b/Sources/CryptoSwift/CBCMAC.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/CMAC.swift b/Sources/CryptoSwift/CMAC.swift index c0fc2273..6000aa7d 100644 --- a/Sources/CryptoSwift/CMAC.swift +++ b/Sources/CryptoSwift/CMAC.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/CS_BigInt/CS.swift b/Sources/CryptoSwift/CS_BigInt/CS.swift index cec128e3..e0029ae7 100644 --- a/Sources/CryptoSwift/CS_BigInt/CS.swift +++ b/Sources/CryptoSwift/CS_BigInt/CS.swift @@ -1,6 +1,6 @@ // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/ChaCha20.swift b/Sources/CryptoSwift/ChaCha20.swift index e0a1e023..3e856fc1 100644 --- a/Sources/CryptoSwift/ChaCha20.swift +++ b/Sources/CryptoSwift/ChaCha20.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Checksum.swift b/Sources/CryptoSwift/Checksum.swift index e066b75d..fdaf9d22 100644 --- a/Sources/CryptoSwift/Checksum.swift +++ b/Sources/CryptoSwift/Checksum.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Cipher.swift b/Sources/CryptoSwift/Cipher.swift index bacf71b7..29beaeea 100644 --- a/Sources/CryptoSwift/Cipher.swift +++ b/Sources/CryptoSwift/Cipher.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Collection+Extension.swift b/Sources/CryptoSwift/Collection+Extension.swift index 3eb39fc9..370fa4e7 100644 --- a/Sources/CryptoSwift/Collection+Extension.swift +++ b/Sources/CryptoSwift/Collection+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/CompactMap.swift b/Sources/CryptoSwift/CompactMap.swift index c8bac9a9..7768d2a7 100644 --- a/Sources/CryptoSwift/CompactMap.swift +++ b/Sources/CryptoSwift/CompactMap.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Cryptor.swift b/Sources/CryptoSwift/Cryptor.swift index 157d0a92..dfa7464d 100644 --- a/Sources/CryptoSwift/Cryptor.swift +++ b/Sources/CryptoSwift/Cryptor.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Cryptors.swift b/Sources/CryptoSwift/Cryptors.swift index 3deb9523..35713760 100644 --- a/Sources/CryptoSwift/Cryptors.swift +++ b/Sources/CryptoSwift/Cryptors.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Digest.swift b/Sources/CryptoSwift/Digest.swift index 3bf378d2..0dc5c4c8 100644 --- a/Sources/CryptoSwift/Digest.swift +++ b/Sources/CryptoSwift/Digest.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/DigestType.swift b/Sources/CryptoSwift/DigestType.swift index 9a46a01c..07ffb2bf 100644 --- a/Sources/CryptoSwift/DigestType.swift +++ b/Sources/CryptoSwift/DigestType.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/AES+Foundation.swift b/Sources/CryptoSwift/Foundation/AES+Foundation.swift index 5741a8d8..6654fdee 100644 --- a/Sources/CryptoSwift/Foundation/AES+Foundation.swift +++ b/Sources/CryptoSwift/Foundation/AES+Foundation.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/Array+Foundation.swift b/Sources/CryptoSwift/Foundation/Array+Foundation.swift index fffa9c01..cbe864b8 100644 --- a/Sources/CryptoSwift/Foundation/Array+Foundation.swift +++ b/Sources/CryptoSwift/Foundation/Array+Foundation.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift b/Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift index 1d40af20..c15f414c 100644 --- a/Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift +++ b/Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift b/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift index 92601b63..973477d6 100644 --- a/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift +++ b/Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/Data+Extension.swift b/Sources/CryptoSwift/Foundation/Data+Extension.swift index 6d46875e..cbf91da1 100644 --- a/Sources/CryptoSwift/Foundation/Data+Extension.swift +++ b/Sources/CryptoSwift/Foundation/Data+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/HMAC+Foundation.swift b/Sources/CryptoSwift/Foundation/HMAC+Foundation.swift index 3f37dbd9..a41ba1bb 100644 --- a/Sources/CryptoSwift/Foundation/HMAC+Foundation.swift +++ b/Sources/CryptoSwift/Foundation/HMAC+Foundation.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift b/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift index 2baec70f..ce066fda 100644 --- a/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift +++ b/Sources/CryptoSwift/Foundation/Rabbit+Foundation.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift b/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift index deb4ec8b..ab2deafc 100644 --- a/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift +++ b/Sources/CryptoSwift/Foundation/String+FoundationExtension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Foundation/Utils+Foundation.swift b/Sources/CryptoSwift/Foundation/Utils+Foundation.swift index b0ba0b48..8ed7b841 100644 --- a/Sources/CryptoSwift/Foundation/Utils+Foundation.swift +++ b/Sources/CryptoSwift/Foundation/Utils+Foundation.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Generics.swift b/Sources/CryptoSwift/Generics.swift index 90e1722b..04291f63 100644 --- a/Sources/CryptoSwift/Generics.swift +++ b/Sources/CryptoSwift/Generics.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/HKDF.swift b/Sources/CryptoSwift/HKDF.swift index 0a3e8f55..5df795ee 100644 --- a/Sources/CryptoSwift/HKDF.swift +++ b/Sources/CryptoSwift/HKDF.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/HMAC.swift b/Sources/CryptoSwift/HMAC.swift index 59e7f4fe..dd74bb7e 100644 --- a/Sources/CryptoSwift/HMAC.swift +++ b/Sources/CryptoSwift/HMAC.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Int+Extension.swift b/Sources/CryptoSwift/Int+Extension.swift index 7d06af31..2f603188 100644 --- a/Sources/CryptoSwift/Int+Extension.swift +++ b/Sources/CryptoSwift/Int+Extension.swift @@ -2,7 +2,7 @@ // CryptoSwift // // Created by Marcin Krzyzanowski on 12/08/14. -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/MD5.swift b/Sources/CryptoSwift/MD5.swift index 7fadeb45..1ec6e67e 100644 --- a/Sources/CryptoSwift/MD5.swift +++ b/Sources/CryptoSwift/MD5.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/NoPadding.swift b/Sources/CryptoSwift/NoPadding.swift index d231e5f9..228d5f82 100644 --- a/Sources/CryptoSwift/NoPadding.swift +++ b/Sources/CryptoSwift/NoPadding.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Operators.swift b/Sources/CryptoSwift/Operators.swift index 4128b564..80ab13ac 100644 --- a/Sources/CryptoSwift/Operators.swift +++ b/Sources/CryptoSwift/Operators.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/PKCS/PBKDF1.swift b/Sources/CryptoSwift/PKCS/PBKDF1.swift index 67d595d0..fc35e562 100644 --- a/Sources/CryptoSwift/PKCS/PBKDF1.swift +++ b/Sources/CryptoSwift/PKCS/PBKDF1.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/PKCS/PBKDF2.swift b/Sources/CryptoSwift/PKCS/PBKDF2.swift index 634861c4..94a3cb5b 100644 --- a/Sources/CryptoSwift/PKCS/PBKDF2.swift +++ b/Sources/CryptoSwift/PKCS/PBKDF2.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/PKCS/PKCS1v15.swift b/Sources/CryptoSwift/PKCS/PKCS1v15.swift index c3ca1124..6916ab77 100644 --- a/Sources/CryptoSwift/PKCS/PKCS1v15.swift +++ b/Sources/CryptoSwift/PKCS/PKCS1v15.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/PKCS/PKCS5.swift b/Sources/CryptoSwift/PKCS/PKCS5.swift index 80865952..7efbbd5d 100644 --- a/Sources/CryptoSwift/PKCS/PKCS5.swift +++ b/Sources/CryptoSwift/PKCS/PKCS5.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/PKCS/PKCS7.swift b/Sources/CryptoSwift/PKCS/PKCS7.swift index b5fd83f6..413f433c 100644 --- a/Sources/CryptoSwift/PKCS/PKCS7.swift +++ b/Sources/CryptoSwift/PKCS/PKCS7.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/PKCS/PKCS7Padding.swift b/Sources/CryptoSwift/PKCS/PKCS7Padding.swift index 2b43ab6c..8b5cae84 100644 --- a/Sources/CryptoSwift/PKCS/PKCS7Padding.swift +++ b/Sources/CryptoSwift/PKCS/PKCS7Padding.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Padding.swift b/Sources/CryptoSwift/Padding.swift index 2264d60c..93f09716 100644 --- a/Sources/CryptoSwift/Padding.swift +++ b/Sources/CryptoSwift/Padding.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Poly1305.swift b/Sources/CryptoSwift/Poly1305.swift index a1f35291..3ac21ae9 100644 --- a/Sources/CryptoSwift/Poly1305.swift +++ b/Sources/CryptoSwift/Poly1305.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/RSA/RSA+Cipher.swift b/Sources/CryptoSwift/RSA/RSA+Cipher.swift index e4c65b14..0713fb90 100644 --- a/Sources/CryptoSwift/RSA/RSA+Cipher.swift +++ b/Sources/CryptoSwift/RSA/RSA+Cipher.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/RSA/RSA+Signature.swift b/Sources/CryptoSwift/RSA/RSA+Signature.swift index 7b1909c4..282a9123 100644 --- a/Sources/CryptoSwift/RSA/RSA+Signature.swift +++ b/Sources/CryptoSwift/RSA/RSA+Signature.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/RSA/RSA.swift b/Sources/CryptoSwift/RSA/RSA.swift index 7e298e81..186a12c0 100644 --- a/Sources/CryptoSwift/RSA/RSA.swift +++ b/Sources/CryptoSwift/RSA/RSA.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Rabbit.swift b/Sources/CryptoSwift/Rabbit.swift index 49afec5c..014a4f56 100644 --- a/Sources/CryptoSwift/Rabbit.swift +++ b/Sources/CryptoSwift/Rabbit.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/SHA1.swift b/Sources/CryptoSwift/SHA1.swift index c979138c..1a229478 100644 --- a/Sources/CryptoSwift/SHA1.swift +++ b/Sources/CryptoSwift/SHA1.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/SHA2.swift b/Sources/CryptoSwift/SHA2.swift index 31fb6eb4..b504ee80 100644 --- a/Sources/CryptoSwift/SHA2.swift +++ b/Sources/CryptoSwift/SHA2.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/SHA3.swift b/Sources/CryptoSwift/SHA3.swift index ab9af47b..3952d921 100644 --- a/Sources/CryptoSwift/SHA3.swift +++ b/Sources/CryptoSwift/SHA3.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Scrypt.swift b/Sources/CryptoSwift/Scrypt.swift index 21b1a60b..570507ff 100644 --- a/Sources/CryptoSwift/Scrypt.swift +++ b/Sources/CryptoSwift/Scrypt.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/SecureBytes.swift b/Sources/CryptoSwift/SecureBytes.swift index 7cff35a9..7e12466c 100644 --- a/Sources/CryptoSwift/SecureBytes.swift +++ b/Sources/CryptoSwift/SecureBytes.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Signature.swift b/Sources/CryptoSwift/Signature.swift index 0df65900..11e99dec 100644 --- a/Sources/CryptoSwift/Signature.swift +++ b/Sources/CryptoSwift/Signature.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/StreamDecryptor.swift b/Sources/CryptoSwift/StreamDecryptor.swift index 125710a8..271f47c8 100644 --- a/Sources/CryptoSwift/StreamDecryptor.swift +++ b/Sources/CryptoSwift/StreamDecryptor.swift @@ -1,6 +1,6 @@ // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/StreamEncryptor.swift b/Sources/CryptoSwift/StreamEncryptor.swift index 15e68385..fb587fd2 100644 --- a/Sources/CryptoSwift/StreamEncryptor.swift +++ b/Sources/CryptoSwift/StreamEncryptor.swift @@ -1,6 +1,6 @@ // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/String+Extension.swift b/Sources/CryptoSwift/String+Extension.swift index 6444b688..06a326cf 100644 --- a/Sources/CryptoSwift/String+Extension.swift +++ b/Sources/CryptoSwift/String+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/UInt128.swift b/Sources/CryptoSwift/UInt128.swift index 76b3b3f2..0f8a57fa 100644 --- a/Sources/CryptoSwift/UInt128.swift +++ b/Sources/CryptoSwift/UInt128.swift @@ -1,7 +1,7 @@ // // UInt128.swift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/UInt16+Extension.swift b/Sources/CryptoSwift/UInt16+Extension.swift index a9b795a1..911064b1 100644 --- a/Sources/CryptoSwift/UInt16+Extension.swift +++ b/Sources/CryptoSwift/UInt16+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/UInt32+Extension.swift b/Sources/CryptoSwift/UInt32+Extension.swift index ab93a125..7cd047d9 100644 --- a/Sources/CryptoSwift/UInt32+Extension.swift +++ b/Sources/CryptoSwift/UInt32+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/UInt64+Extension.swift b/Sources/CryptoSwift/UInt64+Extension.swift index 8e59e0cf..ce9c905a 100644 --- a/Sources/CryptoSwift/UInt64+Extension.swift +++ b/Sources/CryptoSwift/UInt64+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/UInt8+Extension.swift b/Sources/CryptoSwift/UInt8+Extension.swift index 8ee415e3..80596f16 100644 --- a/Sources/CryptoSwift/UInt8+Extension.swift +++ b/Sources/CryptoSwift/UInt8+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Updatable.swift b/Sources/CryptoSwift/Updatable.swift index e1f2d33c..244fde92 100644 --- a/Sources/CryptoSwift/Updatable.swift +++ b/Sources/CryptoSwift/Updatable.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/Utils.swift b/Sources/CryptoSwift/Utils.swift index e26496a5..03709154 100644 --- a/Sources/CryptoSwift/Utils.swift +++ b/Sources/CryptoSwift/Utils.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Sources/CryptoSwift/ZeroPadding.swift b/Sources/CryptoSwift/ZeroPadding.swift index afe157dc..77b69b09 100644 --- a/Sources/CryptoSwift/ZeroPadding.swift +++ b/Sources/CryptoSwift/ZeroPadding.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/AESCCMTests.swift b/Tests/CryptoSwiftTests/AESCCMTests.swift index 69f4f52d..1ee706a4 100644 --- a/Tests/CryptoSwiftTests/AESCCMTests.swift +++ b/Tests/CryptoSwiftTests/AESCCMTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/AESTests.swift b/Tests/CryptoSwiftTests/AESTests.swift index 86fdf421..9f112015 100644 --- a/Tests/CryptoSwiftTests/AESTests.swift +++ b/Tests/CryptoSwiftTests/AESTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/AESTestsPerf.swift b/Tests/CryptoSwiftTests/AESTestsPerf.swift index 174bcc80..0b782486 100644 --- a/Tests/CryptoSwiftTests/AESTestsPerf.swift +++ b/Tests/CryptoSwiftTests/AESTestsPerf.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/Access.swift b/Tests/CryptoSwiftTests/Access.swift index a5745dc7..3621f79e 100644 --- a/Tests/CryptoSwiftTests/Access.swift +++ b/Tests/CryptoSwiftTests/Access.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/BlowfishTests.swift b/Tests/CryptoSwiftTests/BlowfishTests.swift index 9cd8532d..a7db9fe4 100644 --- a/Tests/CryptoSwiftTests/BlowfishTests.swift +++ b/Tests/CryptoSwiftTests/BlowfishTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/Bridging.h b/Tests/CryptoSwiftTests/Bridging.h index 1b7e731e..327fbb0e 100644 --- a/Tests/CryptoSwiftTests/Bridging.h +++ b/Tests/CryptoSwiftTests/Bridging.h @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/CMACTests.swift b/Tests/CryptoSwiftTests/CMACTests.swift index 062d32ec..57e6d08d 100644 --- a/Tests/CryptoSwiftTests/CMACTests.swift +++ b/Tests/CryptoSwiftTests/CMACTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/ChaCha20Poly1305Tests.swift b/Tests/CryptoSwiftTests/ChaCha20Poly1305Tests.swift index 6ca4135a..def036a2 100644 --- a/Tests/CryptoSwiftTests/ChaCha20Poly1305Tests.swift +++ b/Tests/CryptoSwiftTests/ChaCha20Poly1305Tests.swift @@ -2,7 +2,7 @@ // ChaCha20Poly1305Tests.swift // CryptoSwiftTests // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/ChaCha20Tests.swift b/Tests/CryptoSwiftTests/ChaCha20Tests.swift index cdad6e60..d3989f72 100644 --- a/Tests/CryptoSwiftTests/ChaCha20Tests.swift +++ b/Tests/CryptoSwiftTests/ChaCha20Tests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/ChaCha20TestsPerf.swift b/Tests/CryptoSwiftTests/ChaCha20TestsPerf.swift index 99d9e05d..d25e8c52 100644 --- a/Tests/CryptoSwiftTests/ChaCha20TestsPerf.swift +++ b/Tests/CryptoSwiftTests/ChaCha20TestsPerf.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/DigestTests.swift b/Tests/CryptoSwiftTests/DigestTests.swift index 3399db1c..25283bf4 100644 --- a/Tests/CryptoSwiftTests/DigestTests.swift +++ b/Tests/CryptoSwiftTests/DigestTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/DigestTestsPerf.swift b/Tests/CryptoSwiftTests/DigestTestsPerf.swift index 4d039b6d..3d858a26 100644 --- a/Tests/CryptoSwiftTests/DigestTestsPerf.swift +++ b/Tests/CryptoSwiftTests/DigestTestsPerf.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/Error+Extension.swift b/Tests/CryptoSwiftTests/Error+Extension.swift index dbe14216..ac129e8f 100644 --- a/Tests/CryptoSwiftTests/Error+Extension.swift +++ b/Tests/CryptoSwiftTests/Error+Extension.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/ExtensionsTest.swift b/Tests/CryptoSwiftTests/ExtensionsTest.swift index 7605756b..df712a67 100644 --- a/Tests/CryptoSwiftTests/ExtensionsTest.swift +++ b/Tests/CryptoSwiftTests/ExtensionsTest.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/ExtensionsTestPerf.swift b/Tests/CryptoSwiftTests/ExtensionsTestPerf.swift index 0e90d3af..10d24079 100644 --- a/Tests/CryptoSwiftTests/ExtensionsTestPerf.swift +++ b/Tests/CryptoSwiftTests/ExtensionsTestPerf.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/HKDFTests.swift b/Tests/CryptoSwiftTests/HKDFTests.swift index 6b067a52..5b6bd775 100644 --- a/Tests/CryptoSwiftTests/HKDFTests.swift +++ b/Tests/CryptoSwiftTests/HKDFTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/HMACTests.swift b/Tests/CryptoSwiftTests/HMACTests.swift index 59aab5f6..8865fc95 100644 --- a/Tests/CryptoSwiftTests/HMACTests.swift +++ b/Tests/CryptoSwiftTests/HMACTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/PBKDF.swift b/Tests/CryptoSwiftTests/PBKDF.swift index 43af56a6..21cbb398 100644 --- a/Tests/CryptoSwiftTests/PBKDF.swift +++ b/Tests/CryptoSwiftTests/PBKDF.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/PBKDFPerf.swift b/Tests/CryptoSwiftTests/PBKDFPerf.swift index 6ffa2ba4..44b3383f 100644 --- a/Tests/CryptoSwiftTests/PBKDFPerf.swift +++ b/Tests/CryptoSwiftTests/PBKDFPerf.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/PaddingTests.swift b/Tests/CryptoSwiftTests/PaddingTests.swift index c3bedefe..eb29f847 100644 --- a/Tests/CryptoSwiftTests/PaddingTests.swift +++ b/Tests/CryptoSwiftTests/PaddingTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/Poly1305Tests.swift b/Tests/CryptoSwiftTests/Poly1305Tests.swift index a96312c1..2777b15e 100644 --- a/Tests/CryptoSwiftTests/Poly1305Tests.swift +++ b/Tests/CryptoSwiftTests/Poly1305Tests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/RSATests.swift b/Tests/CryptoSwiftTests/RSATests.swift index ed582b37..ba7ac314 100644 --- a/Tests/CryptoSwiftTests/RSATests.swift +++ b/Tests/CryptoSwiftTests/RSATests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/RabbitTests.swift b/Tests/CryptoSwiftTests/RabbitTests.swift index 02c79046..86a2d1f6 100644 --- a/Tests/CryptoSwiftTests/RabbitTests.swift +++ b/Tests/CryptoSwiftTests/RabbitTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/RabbitTestsPerf.swift b/Tests/CryptoSwiftTests/RabbitTestsPerf.swift index 6395eccc..7248c5c2 100644 --- a/Tests/CryptoSwiftTests/RabbitTestsPerf.swift +++ b/Tests/CryptoSwiftTests/RabbitTestsPerf.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/ScryptTests.swift b/Tests/CryptoSwiftTests/ScryptTests.swift index f956e8e5..885e67db 100644 --- a/Tests/CryptoSwiftTests/ScryptTests.swift +++ b/Tests/CryptoSwiftTests/ScryptTests.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Tests/CryptoSwiftTests/ScryptTestsPerf.swift b/Tests/CryptoSwiftTests/ScryptTestsPerf.swift index 3d1a463e..315e4797 100644 --- a/Tests/CryptoSwiftTests/ScryptTestsPerf.swift +++ b/Tests/CryptoSwiftTests/ScryptTestsPerf.swift @@ -1,7 +1,7 @@ // // CryptoSwift // -// Copyright (C) 2014-2022 Marcin Krzyżanowski +// Copyright (C) 2014-2025 Marcin Krzyżanowski // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from the use of this software.