diff --git a/.env b/.env index 7d675b607..49e18c45d 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ ## ## This source file is part of the DiscogsService open source project ## -## Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +## Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors ## Licensed under Apache license v2.0 ## ## See LICENSE for license information diff --git a/.gitignore b/.gitignore index fac8b4a6f..03e509356 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ ## ## This source file is part of the DiscogsService open source project ## -## Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +## Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors ## Licensed under Apache license v2.0 ## ## See LICENSE for license information diff --git a/Makefile b/Makefile index f8bd6d08f..b66bac31a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ## ## This source file is part of the DiscogsService open source project ## -## Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +## Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors ## Licensed under Apache license v2.0 ## ## See LICENSE for license information diff --git a/NOTICE b/NOTICE index f5bfcc42e..1db6587a1 100644 --- a/NOTICE +++ b/NOTICE @@ -5,7 +5,7 @@ Please visit the Discogs Service web site for more information: * https://github.com/rock-n-code/discogs-service -Copyright 2025 Röck+Cöde VoF +Copyright 2026 Röck+Cöde VoF The Discogs Service Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance diff --git a/Package.swift b/Package.swift index c6377e025..28bc9e29e 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Extensions/String+Constants.swift b/Sources/DiscogsService/Internal/Extensions/String+Constants.swift index b9682eea5..b88780dc1 100644 --- a/Sources/DiscogsService/Internal/Extensions/String+Constants.swift +++ b/Sources/DiscogsService/Internal/Extensions/String+Constants.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Extensions/String+Functions.swift b/Sources/DiscogsService/Internal/Extensions/String+Functions.swift index abf2a7756..d0f96d18d 100644 --- a/Sources/DiscogsService/Internal/Extensions/String+Functions.swift +++ b/Sources/DiscogsService/Internal/Extensions/String+Functions.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Protocols/InputValidationRule.swift b/Sources/DiscogsService/Internal/Protocols/InputValidationRule.swift index e82ad8953..b4c85fe73 100644 --- a/Sources/DiscogsService/Internal/Protocols/InputValidationRule.swift +++ b/Sources/DiscogsService/Internal/Protocols/InputValidationRule.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Use Cases/ValidateInputUseCase.swift b/Sources/DiscogsService/Internal/Use Cases/ValidateInputUseCase.swift index 85186c92d..2421942ca 100644 --- a/Sources/DiscogsService/Internal/Use Cases/ValidateInputUseCase.swift +++ b/Sources/DiscogsService/Internal/Use Cases/ValidateInputUseCase.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Validation Rules/CamelCaseValidationRule.swift b/Sources/DiscogsService/Internal/Validation Rules/CamelCaseValidationRule.swift index e6e1326f8..a3803f645 100644 --- a/Sources/DiscogsService/Internal/Validation Rules/CamelCaseValidationRule.swift +++ b/Sources/DiscogsService/Internal/Validation Rules/CamelCaseValidationRule.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Validation Rules/NotEmptyValidationRule.swift b/Sources/DiscogsService/Internal/Validation Rules/NotEmptyValidationRule.swift index 7b464f291..0cea11167 100644 --- a/Sources/DiscogsService/Internal/Validation Rules/NotEmptyValidationRule.swift +++ b/Sources/DiscogsService/Internal/Validation Rules/NotEmptyValidationRule.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Validation Rules/NotNilValidationRule.swift b/Sources/DiscogsService/Internal/Validation Rules/NotNilValidationRule.swift index 1bac4efe7..ce59354a6 100644 --- a/Sources/DiscogsService/Internal/Validation Rules/NotNilValidationRule.swift +++ b/Sources/DiscogsService/Internal/Validation Rules/NotNilValidationRule.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Validation Rules/SecureValidationRule.swift b/Sources/DiscogsService/Internal/Validation Rules/SecureValidationRule.swift index 0dd3e2d21..5f073555f 100644 --- a/Sources/DiscogsService/Internal/Validation Rules/SecureValidationRule.swift +++ b/Sources/DiscogsService/Internal/Validation Rules/SecureValidationRule.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Validation Rules/SemanticVersionValidationRule.swift b/Sources/DiscogsService/Internal/Validation Rules/SemanticVersionValidationRule.swift index 37dfde7fb..61921391e 100644 --- a/Sources/DiscogsService/Internal/Validation Rules/SemanticVersionValidationRule.swift +++ b/Sources/DiscogsService/Internal/Validation Rules/SemanticVersionValidationRule.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Internal/Validation Rules/URLValidationRule.swift b/Sources/DiscogsService/Internal/Validation Rules/URLValidationRule.swift index 6726fecd5..3c5d443e5 100644 --- a/Sources/DiscogsService/Internal/Validation Rules/URLValidationRule.swift +++ b/Sources/DiscogsService/Internal/Validation Rules/URLValidationRule.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Public/Definitions/References.swift b/Sources/DiscogsService/Public/Definitions/References.swift index 2e0623d18..d85cbf308 100644 --- a/Sources/DiscogsService/Public/Definitions/References.swift +++ b/Sources/DiscogsService/Public/Definitions/References.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Public/Enumerations/AuthMethod.swift b/Sources/DiscogsService/Public/Enumerations/AuthMethod.swift index e33ca41d9..0ff071ebc 100644 --- a/Sources/DiscogsService/Public/Enumerations/AuthMethod.swift +++ b/Sources/DiscogsService/Public/Enumerations/AuthMethod.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Public/Enumerations/AuthTransport.swift b/Sources/DiscogsService/Public/Enumerations/AuthTransport.swift index 05f4e7328..e8ecb2101 100644 --- a/Sources/DiscogsService/Public/Enumerations/AuthTransport.swift +++ b/Sources/DiscogsService/Public/Enumerations/AuthTransport.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Public/Errors/InputValidationError.swift b/Sources/DiscogsService/Public/Errors/InputValidationError.swift index 90c8a8d53..7fcb236e5 100644 --- a/Sources/DiscogsService/Public/Errors/InputValidationError.swift +++ b/Sources/DiscogsService/Public/Errors/InputValidationError.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Public/Middlewares/AuthMiddleware.swift b/Sources/DiscogsService/Public/Middlewares/AuthMiddleware.swift index 4afa66676..2ac39dc7e 100644 --- a/Sources/DiscogsService/Public/Middlewares/AuthMiddleware.swift +++ b/Sources/DiscogsService/Public/Middlewares/AuthMiddleware.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Public/Middlewares/UserAgentMiddleware.swift b/Sources/DiscogsService/Public/Middlewares/UserAgentMiddleware.swift index 3737ae69c..8d3fa2336 100644 --- a/Sources/DiscogsService/Public/Middlewares/UserAgentMiddleware.swift +++ b/Sources/DiscogsService/Public/Middlewares/UserAgentMiddleware.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/Public/Models/Product.swift b/Sources/DiscogsService/Public/Models/Product.swift index 440eeeb5b..ba23432ff 100644 --- a/Sources/DiscogsService/Public/Models/Product.swift +++ b/Sources/DiscogsService/Public/Models/Product.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Sources/DiscogsService/openapi-generator-config.yaml b/Sources/DiscogsService/openapi-generator-config.yaml index 94af1da49..447450b7e 100644 --- a/Sources/DiscogsService/openapi-generator-config.yaml +++ b/Sources/DiscogsService/openapi-generator-config.yaml @@ -2,7 +2,7 @@ ## ## This source file is part of the Discogs Service open source project ## -## Copyright (c) 2025 Röck+Cöde VoF. and the Discogs Service project authors +## Copyright (c) 2026 Röck+Cöde VoF. and the Discogs Service project authors ## Licensed under Apache license v2.0 ## ## See LICENSE for license information diff --git a/Sources/DiscogsService/openapi.yaml b/Sources/DiscogsService/openapi.yaml index 2b662eafb..6edff2315 100644 --- a/Sources/DiscogsService/openapi.yaml +++ b/Sources/DiscogsService/openapi.yaml @@ -2,7 +2,7 @@ ## ## This source file is part of the Discogs Service open source project ## -## Copyright (c) 2025 Röck+Cöde VoF. and the Discogs Service project authors +## Copyright (c) 2026 Röck+Cöde VoF. and the Discogs Service project authors ## Licensed under Apache license v2.0 ## ## See LICENSE for license information diff --git a/Tests/DiscogsService/Cases/Internal/Extensions/String+FunctionsTests.swift b/Tests/DiscogsService/Cases/Internal/Extensions/String+FunctionsTests.swift index 423b54aa8..707eb0612 100644 --- a/Tests/DiscogsService/Cases/Internal/Extensions/String+FunctionsTests.swift +++ b/Tests/DiscogsService/Cases/Internal/Extensions/String+FunctionsTests.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Cases/Internal/Use Cases/ValidateInputUseCaseTests.swift b/Tests/DiscogsService/Cases/Internal/Use Cases/ValidateInputUseCaseTests.swift index 1f85f856b..bb7893909 100644 --- a/Tests/DiscogsService/Cases/Internal/Use Cases/ValidateInputUseCaseTests.swift +++ b/Tests/DiscogsService/Cases/Internal/Use Cases/ValidateInputUseCaseTests.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Cases/Public/Middlewares/AuthMiddlewareTests.swift b/Tests/DiscogsService/Cases/Public/Middlewares/AuthMiddlewareTests.swift index 46bc4a9ba..aa399dc80 100644 --- a/Tests/DiscogsService/Cases/Public/Middlewares/AuthMiddlewareTests.swift +++ b/Tests/DiscogsService/Cases/Public/Middlewares/AuthMiddlewareTests.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Cases/Public/Middlewares/UserAgentMiddlewareTests.swift b/Tests/DiscogsService/Cases/Public/Middlewares/UserAgentMiddlewareTests.swift index 20b6d8ff7..5c75f8b54 100644 --- a/Tests/DiscogsService/Cases/Public/Middlewares/UserAgentMiddlewareTests.swift +++ b/Tests/DiscogsService/Cases/Public/Middlewares/UserAgentMiddlewareTests.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Types/Extensions/HTTPRequests+Inits.swift b/Tests/DiscogsService/Types/Extensions/HTTPRequests+Inits.swift index c4d426db8..d84f02680 100644 --- a/Tests/DiscogsService/Types/Extensions/HTTPRequests+Inits.swift +++ b/Tests/DiscogsService/Types/Extensions/HTTPRequests+Inits.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Types/Extensions/Tag+Customs.swift b/Tests/DiscogsService/Types/Extensions/Tag+Customs.swift index 6e41a6809..eef0b7667 100644 --- a/Tests/DiscogsService/Types/Extensions/Tag+Customs.swift +++ b/Tests/DiscogsService/Types/Extensions/Tag+Customs.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Types/Samples/Input.swift b/Tests/DiscogsService/Types/Samples/Input.swift index b530636bc..25eb3a292 100644 --- a/Tests/DiscogsService/Types/Samples/Input.swift +++ b/Tests/DiscogsService/Types/Samples/Input.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Types/Samples/Output.swift b/Tests/DiscogsService/Types/Samples/Output.swift index d69c7a15d..640c00397 100644 --- a/Tests/DiscogsService/Types/Samples/Output.swift +++ b/Tests/DiscogsService/Types/Samples/Output.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Types/Samples/String+Samples.swift b/Tests/DiscogsService/Types/Samples/String+Samples.swift index e356dec43..dafcee922 100644 --- a/Tests/DiscogsService/Types/Samples/String+Samples.swift +++ b/Tests/DiscogsService/Types/Samples/String+Samples.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information diff --git a/Tests/DiscogsService/Types/Samples/URL+Samples.swift b/Tests/DiscogsService/Types/Samples/URL+Samples.swift index 96821f923..f2337ee4b 100644 --- a/Tests/DiscogsService/Types/Samples/URL+Samples.swift +++ b/Tests/DiscogsService/Types/Samples/URL+Samples.swift @@ -2,7 +2,7 @@ // // This source file is part of the DiscogsService open source project // -// Copyright (c) 2025 Röck+Cöde VoF. and the DiscogsService project authors +// Copyright (c) 2026 Röck+Cöde VoF. and the DiscogsService project authors // Licensed under Apache license v2.0 // // See LICENSE for license information