From 8e813c5931a426bee4890e89034dc2b1783334ec Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sun, 22 Mar 2026 23:23:58 +0100 Subject: [PATCH] Updated the year in the header files of the package. --- Package.swift | 2 +- .../Internal/Extensions/DateFormatter+Properties.swift | 2 +- Sources/AmiiboService/Internal/Protocols/KeyNameFilter.swift | 2 +- Sources/AmiiboService/Internal/Protocols/KeyNameModel.swift | 2 +- .../Internal/Transcoders/ISOTimestampTranscoder.swift | 2 +- Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift | 2 +- Sources/AmiiboService/Public/Errors/AmiiboServiceError.swift | 2 +- Sources/AmiiboService/Public/Filters/AmiiboFilter.swift | 2 +- Sources/AmiiboService/Public/Filters/AmiiboSeriesFilter.swift | 2 +- Sources/AmiiboService/Public/Filters/AmiiboTypeFilter.swift | 2 +- Sources/AmiiboService/Public/Filters/GameCharacterFilter.swift | 2 +- Sources/AmiiboService/Public/Filters/GameSeriesFilter.swift | 2 +- Sources/AmiiboService/Public/Models/Amiibo.swift | 2 +- Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Game.swift | 2 +- .../AmiiboService/Public/Models/Amiibo/Amiibo+Platform.swift | 2 +- Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Release.swift | 2 +- Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Usage.swift | 2 +- Sources/AmiiboService/Public/Models/AmiiboSeries.swift | 2 +- Sources/AmiiboService/Public/Models/AmiiboType.swift | 2 +- Sources/AmiiboService/Public/Models/GameCharacter.swift | 2 +- Sources/AmiiboService/Public/Models/GameSeries.swift | 2 +- Sources/AmiiboService/Public/Protocols/AmiiboClient.swift | 2 +- Sources/AmiiboService/Public/Services/AmiiboService.swift | 2 +- .../Tests/Public/Services/AmiiboServiceLiveTests.swift | 2 +- Tests/AmiiboService/Types/Clients/AmiiboMockClient.swift | 2 +- Tests/AmiiboService/Types/Extensions/Tag+Customs.swift | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Package.swift b/Package.swift index 95db45b..6f96a8f 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Internal/Extensions/DateFormatter+Properties.swift b/Sources/AmiiboService/Internal/Extensions/DateFormatter+Properties.swift index 61f33d7..8fabadf 100644 --- a/Sources/AmiiboService/Internal/Extensions/DateFormatter+Properties.swift +++ b/Sources/AmiiboService/Internal/Extensions/DateFormatter+Properties.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Internal/Protocols/KeyNameFilter.swift b/Sources/AmiiboService/Internal/Protocols/KeyNameFilter.swift index 9fe5531..804f9cf 100644 --- a/Sources/AmiiboService/Internal/Protocols/KeyNameFilter.swift +++ b/Sources/AmiiboService/Internal/Protocols/KeyNameFilter.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Internal/Protocols/KeyNameModel.swift b/Sources/AmiiboService/Internal/Protocols/KeyNameModel.swift index 1e704a4..9017532 100644 --- a/Sources/AmiiboService/Internal/Protocols/KeyNameModel.swift +++ b/Sources/AmiiboService/Internal/Protocols/KeyNameModel.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Internal/Transcoders/ISOTimestampTranscoder.swift b/Sources/AmiiboService/Internal/Transcoders/ISOTimestampTranscoder.swift index 7e23002..1d4028c 100644 --- a/Sources/AmiiboService/Internal/Transcoders/ISOTimestampTranscoder.swift +++ b/Sources/AmiiboService/Internal/Transcoders/ISOTimestampTranscoder.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift b/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift index bf9a374..265aeea 100644 --- a/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift +++ b/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Errors/AmiiboServiceError.swift b/Sources/AmiiboService/Public/Errors/AmiiboServiceError.swift index bd3af36..ece8579 100644 --- a/Sources/AmiiboService/Public/Errors/AmiiboServiceError.swift +++ b/Sources/AmiiboService/Public/Errors/AmiiboServiceError.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Filters/AmiiboFilter.swift b/Sources/AmiiboService/Public/Filters/AmiiboFilter.swift index bad4a01..c89c0d0 100644 --- a/Sources/AmiiboService/Public/Filters/AmiiboFilter.swift +++ b/Sources/AmiiboService/Public/Filters/AmiiboFilter.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Filters/AmiiboSeriesFilter.swift b/Sources/AmiiboService/Public/Filters/AmiiboSeriesFilter.swift index a444ea1..e018423 100644 --- a/Sources/AmiiboService/Public/Filters/AmiiboSeriesFilter.swift +++ b/Sources/AmiiboService/Public/Filters/AmiiboSeriesFilter.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Filters/AmiiboTypeFilter.swift b/Sources/AmiiboService/Public/Filters/AmiiboTypeFilter.swift index cebe6a7..5e5769b 100644 --- a/Sources/AmiiboService/Public/Filters/AmiiboTypeFilter.swift +++ b/Sources/AmiiboService/Public/Filters/AmiiboTypeFilter.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Filters/GameCharacterFilter.swift b/Sources/AmiiboService/Public/Filters/GameCharacterFilter.swift index cca05e5..0d8353e 100644 --- a/Sources/AmiiboService/Public/Filters/GameCharacterFilter.swift +++ b/Sources/AmiiboService/Public/Filters/GameCharacterFilter.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Filters/GameSeriesFilter.swift b/Sources/AmiiboService/Public/Filters/GameSeriesFilter.swift index 584c15f..386baac 100644 --- a/Sources/AmiiboService/Public/Filters/GameSeriesFilter.swift +++ b/Sources/AmiiboService/Public/Filters/GameSeriesFilter.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/Amiibo.swift b/Sources/AmiiboService/Public/Models/Amiibo.swift index c50de40..67a2abb 100644 --- a/Sources/AmiiboService/Public/Models/Amiibo.swift +++ b/Sources/AmiiboService/Public/Models/Amiibo.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Game.swift b/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Game.swift index 8d12f53..1f11c14 100644 --- a/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Game.swift +++ b/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Game.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Platform.swift b/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Platform.swift index e5959e8..4b00ab3 100644 --- a/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Platform.swift +++ b/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Platform.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Release.swift b/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Release.swift index 87bd2ee..b0ea051 100644 --- a/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Release.swift +++ b/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Release.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Usage.swift b/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Usage.swift index 5b8f27e..019a85b 100644 --- a/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Usage.swift +++ b/Sources/AmiiboService/Public/Models/Amiibo/Amiibo+Usage.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/AmiiboSeries.swift b/Sources/AmiiboService/Public/Models/AmiiboSeries.swift index a7287b2..2fd7a17 100644 --- a/Sources/AmiiboService/Public/Models/AmiiboSeries.swift +++ b/Sources/AmiiboService/Public/Models/AmiiboSeries.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/AmiiboType.swift b/Sources/AmiiboService/Public/Models/AmiiboType.swift index 5918a6f..681ebb8 100644 --- a/Sources/AmiiboService/Public/Models/AmiiboType.swift +++ b/Sources/AmiiboService/Public/Models/AmiiboType.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/GameCharacter.swift b/Sources/AmiiboService/Public/Models/GameCharacter.swift index db01e50..e43e391 100644 --- a/Sources/AmiiboService/Public/Models/GameCharacter.swift +++ b/Sources/AmiiboService/Public/Models/GameCharacter.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Models/GameSeries.swift b/Sources/AmiiboService/Public/Models/GameSeries.swift index 472d05b..5e1e0da 100644 --- a/Sources/AmiiboService/Public/Models/GameSeries.swift +++ b/Sources/AmiiboService/Public/Models/GameSeries.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Protocols/AmiiboClient.swift b/Sources/AmiiboService/Public/Protocols/AmiiboClient.swift index 53ede89..ff9f80a 100644 --- a/Sources/AmiiboService/Public/Protocols/AmiiboClient.swift +++ b/Sources/AmiiboService/Public/Protocols/AmiiboClient.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/AmiiboService/Public/Services/AmiiboService.swift b/Sources/AmiiboService/Public/Services/AmiiboService.swift index 3594b83..9cdac1b 100644 --- a/Sources/AmiiboService/Public/Services/AmiiboService.swift +++ b/Sources/AmiiboService/Public/Services/AmiiboService.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/AmiiboService/Tests/Public/Services/AmiiboServiceLiveTests.swift b/Tests/AmiiboService/Tests/Public/Services/AmiiboServiceLiveTests.swift index fbf6bec..2ff1d4e 100644 --- a/Tests/AmiiboService/Tests/Public/Services/AmiiboServiceLiveTests.swift +++ b/Tests/AmiiboService/Tests/Public/Services/AmiiboServiceLiveTests.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/AmiiboService/Types/Clients/AmiiboMockClient.swift b/Tests/AmiiboService/Types/Clients/AmiiboMockClient.swift index 3e5bcc9..67eb267 100644 --- a/Tests/AmiiboService/Types/Clients/AmiiboMockClient.swift +++ b/Tests/AmiiboService/Types/Clients/AmiiboMockClient.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/AmiiboService/Types/Extensions/Tag+Customs.swift b/Tests/AmiiboService/Types/Extensions/Tag+Customs.swift index c4552d1..629a35f 100644 --- a/Tests/AmiiboService/Types/Extensions/Tag+Customs.swift +++ b/Tests/AmiiboService/Types/Extensions/Tag+Customs.swift @@ -2,7 +2,7 @@ // // This source file is part of the Amiibo Service open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the Amiibo Service project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the Amiibo Service project authors // Licensed under Apache license v2.0 // // See LICENSE for license information