Skip to content

Commit

Permalink
Update copyright years to 2025
Browse files Browse the repository at this point in the history
The copyright years in source files and tests have been updated from 2022 to 2025 across the project.
  • Loading branch information
krzyzanowskim committed Dec 23, 2024
1 parent 9fe4a1d commit 68e5d06
Show file tree
Hide file tree
Showing 108 changed files with 109 additions and 109 deletions.
2 changes: 1 addition & 1 deletion CryptoSwift-TestHostApp/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,15 +656,15 @@ 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

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See https://www.wassenaar.org/ for more information.

## License

Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/AEAD/AEAD.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AEAD.swift
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/AEAD/AEADChaCha20Poly1305.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AEADChaCha20Poly1305.swift
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/AES.Cryptors.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/AES.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Array+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Authenticator.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BatchedCollection.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Bit.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockCipher.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockDecryptor.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockEncryptor.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/BlockMode.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/BlockModeOptions.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/CBC.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/CCM.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/CFB.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/CTR.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/CipherModeWorker.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/ECB.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/GCM.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/OFB.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/BlockMode/PCBC.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Blowfish.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/CBCMAC.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/CMAC.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/CS_BigInt/CS.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/ChaCha20.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Checksum.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Cipher.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Collection+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/CompactMap.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Cryptor.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Cryptors.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Digest.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/DigestType.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Foundation/AES+Foundation.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Foundation/Array+Foundation.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Foundation/ChaCha20+Foundation.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Foundation/Data+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/CryptoSwift/Foundation/HMAC+Foundation.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// CryptoSwift
//
// Copyright (C) 2014-2022 Marcin Krzyżanowski <[email protected]>
// Copyright (C) 2014-2025 Marcin Krzyżanowski <[email protected]>
// 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.
Expand Down
Loading

0 comments on commit 68e5d06

Please sign in to comment.