From 35d31a10b4835e7f4beee989bd4a915f2954ccba Mon Sep 17 00:00:00 2001 From: Thomas Zoechling Date: Sun, 31 Dec 2023 10:10:03 +0100 Subject: [PATCH] Bump copyright year --- LICENSE | 2 +- Sources/ZIPFoundation/Archive+BackingConfiguration.swift | 2 +- Sources/ZIPFoundation/Archive+Helpers.swift | 2 +- Sources/ZIPFoundation/Archive+MemoryFile.swift | 2 +- Sources/ZIPFoundation/Archive+Progress.swift | 2 +- Sources/ZIPFoundation/Archive+Reading.swift | 2 +- Sources/ZIPFoundation/Archive+ReadingDeprecated.swift | 2 +- Sources/ZIPFoundation/Archive+Writing.swift | 2 +- Sources/ZIPFoundation/Archive+WritingDeprecated.swift | 2 +- Sources/ZIPFoundation/Archive+ZIP64.swift | 2 +- Sources/ZIPFoundation/Archive.swift | 2 +- Sources/ZIPFoundation/Data+Compression.swift | 2 +- Sources/ZIPFoundation/Data+CompressionDeprecated.swift | 2 +- Sources/ZIPFoundation/Data+Serialization.swift | 2 +- Sources/ZIPFoundation/Entry+Serialization.swift | 2 +- Sources/ZIPFoundation/Entry+ZIP64.swift | 2 +- Sources/ZIPFoundation/Entry.swift | 2 +- Sources/ZIPFoundation/FileManager+ZIP.swift | 2 +- Sources/ZIPFoundation/URL+ZIP.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationArchiveTests+ZIP64.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationArchiveTests.swift | 2 +- .../ZIPFoundationDataSerializationTests.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationEntryTests+ZIP64.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationEntryTests.swift | 2 +- .../ZIPFoundationErrorConditionTests+ZIP64.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationFileAttributeTests.swift | 2 +- .../ZIPFoundationFileManagerTests+ZIP64.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationMemoryTests.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationPerformanceTests.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationProgressTests.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationReadingTests+ZIP64.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationReadingTests.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationTests.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationWritingTests+ZIP64.swift | 2 +- Tests/ZIPFoundationTests/ZIPFoundationWritingTests.swift | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/LICENSE b/LICENSE index 32ae3e57..c75242b0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2023 Thomas Zoechling (https://www.peakstep.com) +Copyright (c) 2017-2024 Thomas Zoechling (https://www.peakstep.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/ZIPFoundation/Archive+BackingConfiguration.swift b/Sources/ZIPFoundation/Archive+BackingConfiguration.swift index f33aef63..167cbd7c 100644 --- a/Sources/ZIPFoundation/Archive+BackingConfiguration.swift +++ b/Sources/ZIPFoundation/Archive+BackingConfiguration.swift @@ -2,7 +2,7 @@ // Archive+BackingConfiguration.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive+Helpers.swift b/Sources/ZIPFoundation/Archive+Helpers.swift index 7a291e47..3b89e0e5 100644 --- a/Sources/ZIPFoundation/Archive+Helpers.swift +++ b/Sources/ZIPFoundation/Archive+Helpers.swift @@ -2,7 +2,7 @@ // Archive+Helpers.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive+MemoryFile.swift b/Sources/ZIPFoundation/Archive+MemoryFile.swift index b49542c6..8d01536f 100644 --- a/Sources/ZIPFoundation/Archive+MemoryFile.swift +++ b/Sources/ZIPFoundation/Archive+MemoryFile.swift @@ -2,7 +2,7 @@ // Archive+MemoryFile.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive+Progress.swift b/Sources/ZIPFoundation/Archive+Progress.swift index 416757ad..ec17e9aa 100644 --- a/Sources/ZIPFoundation/Archive+Progress.swift +++ b/Sources/ZIPFoundation/Archive+Progress.swift @@ -2,7 +2,7 @@ // Archive+Progress.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive+Reading.swift b/Sources/ZIPFoundation/Archive+Reading.swift index d44af724..216ad5c7 100644 --- a/Sources/ZIPFoundation/Archive+Reading.swift +++ b/Sources/ZIPFoundation/Archive+Reading.swift @@ -2,7 +2,7 @@ // Archive+Reading.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift b/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift index 627adf91..85fab9ee 100644 --- a/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift +++ b/Sources/ZIPFoundation/Archive+ReadingDeprecated.swift @@ -2,7 +2,7 @@ // Archive+ReadingDeprecated.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive+Writing.swift b/Sources/ZIPFoundation/Archive+Writing.swift index 083b8151..4274face 100644 --- a/Sources/ZIPFoundation/Archive+Writing.swift +++ b/Sources/ZIPFoundation/Archive+Writing.swift @@ -2,7 +2,7 @@ // Archive+Writing.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive+WritingDeprecated.swift b/Sources/ZIPFoundation/Archive+WritingDeprecated.swift index 673a5d4c..9dbd2294 100644 --- a/Sources/ZIPFoundation/Archive+WritingDeprecated.swift +++ b/Sources/ZIPFoundation/Archive+WritingDeprecated.swift @@ -2,7 +2,7 @@ // Archive+WritingDeprecated.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive+ZIP64.swift b/Sources/ZIPFoundation/Archive+ZIP64.swift index e97cddf1..f48e8042 100644 --- a/Sources/ZIPFoundation/Archive+ZIP64.swift +++ b/Sources/ZIPFoundation/Archive+ZIP64.swift @@ -2,7 +2,7 @@ // Archive+ZIP64.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Archive.swift b/Sources/ZIPFoundation/Archive.swift index 8b947587..8e79794c 100644 --- a/Sources/ZIPFoundation/Archive.swift +++ b/Sources/ZIPFoundation/Archive.swift @@ -2,7 +2,7 @@ // Archive.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Data+Compression.swift b/Sources/ZIPFoundation/Data+Compression.swift index 3bee1501..a3d9ae66 100644 --- a/Sources/ZIPFoundation/Data+Compression.swift +++ b/Sources/ZIPFoundation/Data+Compression.swift @@ -2,7 +2,7 @@ // Data+Compression.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Data+CompressionDeprecated.swift b/Sources/ZIPFoundation/Data+CompressionDeprecated.swift index 90bad790..d1ac71c0 100644 --- a/Sources/ZIPFoundation/Data+CompressionDeprecated.swift +++ b/Sources/ZIPFoundation/Data+CompressionDeprecated.swift @@ -2,7 +2,7 @@ // Data+CompressionDeprecated.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Data+Serialization.swift b/Sources/ZIPFoundation/Data+Serialization.swift index 16705f16..f008a9ae 100644 --- a/Sources/ZIPFoundation/Data+Serialization.swift +++ b/Sources/ZIPFoundation/Data+Serialization.swift @@ -2,7 +2,7 @@ // Data+Serialization.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Entry+Serialization.swift b/Sources/ZIPFoundation/Entry+Serialization.swift index a8e360b9..884d747d 100644 --- a/Sources/ZIPFoundation/Entry+Serialization.swift +++ b/Sources/ZIPFoundation/Entry+Serialization.swift @@ -2,7 +2,7 @@ // Entry+Serialization.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Entry+ZIP64.swift b/Sources/ZIPFoundation/Entry+ZIP64.swift index 47b00678..dec18688 100644 --- a/Sources/ZIPFoundation/Entry+ZIP64.swift +++ b/Sources/ZIPFoundation/Entry+ZIP64.swift @@ -2,7 +2,7 @@ // Entry+ZIP64.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/Entry.swift b/Sources/ZIPFoundation/Entry.swift index 58a9ec27..300ab802 100644 --- a/Sources/ZIPFoundation/Entry.swift +++ b/Sources/ZIPFoundation/Entry.swift @@ -2,7 +2,7 @@ // Entry.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/FileManager+ZIP.swift b/Sources/ZIPFoundation/FileManager+ZIP.swift index abc848ad..b0bbf9bd 100644 --- a/Sources/ZIPFoundation/FileManager+ZIP.swift +++ b/Sources/ZIPFoundation/FileManager+ZIP.swift @@ -2,7 +2,7 @@ // FileManager+ZIP.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Sources/ZIPFoundation/URL+ZIP.swift b/Sources/ZIPFoundation/URL+ZIP.swift index bc2febbb..40aa4c62 100644 --- a/Sources/ZIPFoundation/URL+ZIP.swift +++ b/Sources/ZIPFoundation/URL+ZIP.swift @@ -2,7 +2,7 @@ // URL+ZIP.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationArchiveTests+ZIP64.swift b/Tests/ZIPFoundationTests/ZIPFoundationArchiveTests+ZIP64.swift index 74863e1a..32f29d37 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationArchiveTests+ZIP64.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationArchiveTests+ZIP64.swift @@ -2,7 +2,7 @@ // ZIPFoundationArchiveTests+ZIP64.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationArchiveTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationArchiveTests.swift index 41cae616..40873b1b 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationArchiveTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationArchiveTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationErrorConditionTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationDataSerializationTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationDataSerializationTests.swift index b9fac178..f8df5c77 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationDataSerializationTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationDataSerializationTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationDataSerializationTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationEntryTests+ZIP64.swift b/Tests/ZIPFoundationTests/ZIPFoundationEntryTests+ZIP64.swift index 96f92f99..ea0e7a52 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationEntryTests+ZIP64.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationEntryTests+ZIP64.swift @@ -2,7 +2,7 @@ // ZIPFoundationEntryTests+ZIP64.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationEntryTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationEntryTests.swift index 0c0ef3c9..c19fa182 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationEntryTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationEntryTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationEntryTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests+ZIP64.swift b/Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests+ZIP64.swift index 2c1ef156..e77eedbd 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests+ZIP64.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests+ZIP64.swift @@ -2,7 +2,7 @@ // ZIPFoundationErrorConditionTests+ZIP64.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests.swift index 1ab713fc..b0f90355 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationErrorConditionTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationErrorConditionTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationFileAttributeTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationFileAttributeTests.swift index 6e496c04..c0927825 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationFileAttributeTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationFileAttributeTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationFileAttributeTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests+ZIP64.swift b/Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests+ZIP64.swift index b24b1ff9..36d77e69 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests+ZIP64.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests+ZIP64.swift @@ -2,7 +2,7 @@ // ZIPFoundationFileManagerTests+ZIP64.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests.swift index 237c460f..a2c13514 100755 --- a/Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationFileManagerTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationFileManagerTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationMemoryTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationMemoryTests.swift index 3fbecec6..7f8c1314 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationMemoryTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationMemoryTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationMemoryTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationPerformanceTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationPerformanceTests.swift index ad83e070..7160d580 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationPerformanceTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationPerformanceTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationPerformanceTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationProgressTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationProgressTests.swift index de182994..a582538c 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationProgressTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationProgressTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationProgressTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationReadingTests+ZIP64.swift b/Tests/ZIPFoundationTests/ZIPFoundationReadingTests+ZIP64.swift index be34d366..89c01fa6 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationReadingTests+ZIP64.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationReadingTests+ZIP64.swift @@ -2,7 +2,7 @@ // ZIPFoundationReadingTests+ZIP64.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationReadingTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationReadingTests.swift index a7d25d39..c7eed563 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationReadingTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationReadingTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationReadingTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationTests.swift index 3a1f62bc..6c244617 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationWritingTests+ZIP64.swift b/Tests/ZIPFoundationTests/ZIPFoundationWritingTests+ZIP64.swift index d2acff1a..e75f3e3c 100644 --- a/Tests/ZIPFoundationTests/ZIPFoundationWritingTests+ZIP64.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationWritingTests+ZIP64.swift @@ -2,7 +2,7 @@ // ZIPFoundationWritingTests+ZIP64.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information. diff --git a/Tests/ZIPFoundationTests/ZIPFoundationWritingTests.swift b/Tests/ZIPFoundationTests/ZIPFoundationWritingTests.swift index cdf81641..66b72d0d 100755 --- a/Tests/ZIPFoundationTests/ZIPFoundationWritingTests.swift +++ b/Tests/ZIPFoundationTests/ZIPFoundationWritingTests.swift @@ -2,7 +2,7 @@ // ZIPFoundationWritingTests.swift // ZIPFoundation // -// Copyright © 2017-2023 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. +// Copyright © 2017-2024 Thomas Zoechling, https://www.peakstep.com and the ZIP Foundation project authors. // Released under the MIT License. // // See https://github.com/weichsel/ZIPFoundation/blob/master/LICENSE for license information.