diff --git a/.swiftformat b/.swiftformat index b8ae05aa..89143539 100644 --- a/.swiftformat +++ b/.swiftformat @@ -8,4 +8,4 @@ --disable wrapMultilineStatementBraces --disable redundantLetError ---header \n {file}\n TMDb\n\n Copyright © 2023 Adam Young.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n +--header \n {file}\n TMDb\n\n Copyright © 2024 Adam Young.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n diff --git a/Sources/TMDb/Certifications/CertificationService.swift b/Sources/TMDb/Certifications/CertificationService.swift index 98a9da67..bb36f445 100644 --- a/Sources/TMDb/Certifications/CertificationService.swift +++ b/Sources/TMDb/Certifications/CertificationService.swift @@ -2,7 +2,7 @@ // CertificationService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift b/Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift index 9626c500..9e544701 100644 --- a/Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift +++ b/Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift @@ -2,7 +2,7 @@ // CertificationsEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Company/CompanyService.swift b/Sources/TMDb/Company/CompanyService.swift index 35b64688..db3179e4 100644 --- a/Sources/TMDb/Company/CompanyService.swift +++ b/Sources/TMDb/Company/CompanyService.swift @@ -2,7 +2,7 @@ // CompanyService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift b/Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift index 8a8b4b40..d5b678f5 100644 --- a/Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift +++ b/Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift @@ -2,7 +2,7 @@ // CompanyEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Configuration/ConfigurationService.swift b/Sources/TMDb/Configuration/ConfigurationService.swift index 076e244e..498589fc 100644 --- a/Sources/TMDb/Configuration/ConfigurationService.swift +++ b/Sources/TMDb/Configuration/ConfigurationService.swift @@ -2,7 +2,7 @@ // ConfigurationService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift b/Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift index 385f2095..2f060a11 100644 --- a/Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift +++ b/Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift @@ -2,7 +2,7 @@ // ConfigurationEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Discover/DiscoverService.swift b/Sources/TMDb/Discover/DiscoverService.swift index d184c131..741bab08 100644 --- a/Sources/TMDb/Discover/DiscoverService.swift +++ b/Sources/TMDb/Discover/DiscoverService.swift @@ -2,7 +2,7 @@ // DiscoverService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift b/Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift index 5a28ac37..ee1a96dc 100644 --- a/Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift +++ b/Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift @@ -2,7 +2,7 @@ // DiscoverEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Extensions/DateFormatter+TMDb.swift b/Sources/TMDb/Extensions/DateFormatter+TMDb.swift index 6c3fce5b..1fcdcea0 100644 --- a/Sources/TMDb/Extensions/DateFormatter+TMDb.swift +++ b/Sources/TMDb/Extensions/DateFormatter+TMDb.swift @@ -2,7 +2,7 @@ // DateFormatter+TMDb.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Extensions/JSONDecoder+TMDb.swift b/Sources/TMDb/Extensions/JSONDecoder+TMDb.swift index 04f3df9c..da3a172f 100644 --- a/Sources/TMDb/Extensions/JSONDecoder+TMDb.swift +++ b/Sources/TMDb/Extensions/JSONDecoder+TMDb.swift @@ -2,7 +2,7 @@ // JSONDecoder+TMDb.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Extensions/Sequence+Uniqued.swift b/Sources/TMDb/Extensions/Sequence+Uniqued.swift index 742aa4ae..b887a368 100644 --- a/Sources/TMDb/Extensions/Sequence+Uniqued.swift +++ b/Sources/TMDb/Extensions/Sequence+Uniqued.swift @@ -2,7 +2,7 @@ // Sequence+Uniqued.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Extensions/URL+QueryItem.swift b/Sources/TMDb/Extensions/URL+QueryItem.swift index b1702dbd..299cb4e8 100644 --- a/Sources/TMDb/Extensions/URL+QueryItem.swift +++ b/Sources/TMDb/Extensions/URL+QueryItem.swift @@ -2,7 +2,7 @@ // URL+QueryItem.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Extensions/URL+TMDb.swift b/Sources/TMDb/Extensions/URL+TMDb.swift index b2aa3e41..ad2e94eb 100644 --- a/Sources/TMDb/Extensions/URL+TMDb.swift +++ b/Sources/TMDb/Extensions/URL+TMDb.swift @@ -2,7 +2,7 @@ // URL+TMDb.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift b/Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift index 58358903..2719a514 100644 --- a/Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift +++ b/Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift @@ -2,7 +2,7 @@ // GenresEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Genres/GenreService.swift b/Sources/TMDb/Genres/GenreService.swift index ea9a2c17..bd60ddfb 100644 --- a/Sources/TMDb/Genres/GenreService.swift +++ b/Sources/TMDb/Genres/GenreService.swift @@ -2,7 +2,7 @@ // GenreService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Helpers/LocaleProvider.swift b/Sources/TMDb/Helpers/LocaleProvider.swift index 7848bdca..e8983809 100644 --- a/Sources/TMDb/Helpers/LocaleProvider.swift +++ b/Sources/TMDb/Helpers/LocaleProvider.swift @@ -2,7 +2,7 @@ // LocaleProvider.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/LocaleProviding.swift b/Sources/TMDb/LocaleProviding.swift index f9d12d0a..d27cb063 100644 --- a/Sources/TMDb/LocaleProviding.swift +++ b/Sources/TMDb/LocaleProviding.swift @@ -2,7 +2,7 @@ // LocaleProviding.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/APIConfiguration.swift b/Sources/TMDb/Models/APIConfiguration.swift index c189877a..17c8234f 100644 --- a/Sources/TMDb/Models/APIConfiguration.swift +++ b/Sources/TMDb/Models/APIConfiguration.swift @@ -2,7 +2,7 @@ // APIConfiguration.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/CastMember.swift b/Sources/TMDb/Models/CastMember.swift index 80b8dce2..36d926ab 100644 --- a/Sources/TMDb/Models/CastMember.swift +++ b/Sources/TMDb/Models/CastMember.swift @@ -2,7 +2,7 @@ // CastMember.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Certification.swift b/Sources/TMDb/Models/Certification.swift index b63fd914..df8fa50f 100644 --- a/Sources/TMDb/Models/Certification.swift +++ b/Sources/TMDb/Models/Certification.swift @@ -2,7 +2,7 @@ // Certification.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Certifications.swift b/Sources/TMDb/Models/Certifications.swift index 94b4b171..b8f5d145 100644 --- a/Sources/TMDb/Models/Certifications.swift +++ b/Sources/TMDb/Models/Certifications.swift @@ -2,7 +2,7 @@ // Certifications.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Company.swift b/Sources/TMDb/Models/Company.swift index 73957a62..041c5783 100644 --- a/Sources/TMDb/Models/Company.swift +++ b/Sources/TMDb/Models/Company.swift @@ -2,7 +2,7 @@ // Company.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Country.swift b/Sources/TMDb/Models/Country.swift index 2a4e2b3d..8444ba5f 100644 --- a/Sources/TMDb/Models/Country.swift +++ b/Sources/TMDb/Models/Country.swift @@ -2,7 +2,7 @@ // Country.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/CrewMember.swift b/Sources/TMDb/Models/CrewMember.swift index e8cb4dfe..37d28264 100644 --- a/Sources/TMDb/Models/CrewMember.swift +++ b/Sources/TMDb/Models/CrewMember.swift @@ -2,7 +2,7 @@ // CrewMember.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Department.swift b/Sources/TMDb/Models/Department.swift index 4f4614fb..8f48ea8a 100644 --- a/Sources/TMDb/Models/Department.swift +++ b/Sources/TMDb/Models/Department.swift @@ -2,7 +2,7 @@ // Department.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ExternalLink.swift b/Sources/TMDb/Models/ExternalLink.swift index e43bdc8b..8cfe219a 100644 --- a/Sources/TMDb/Models/ExternalLink.swift +++ b/Sources/TMDb/Models/ExternalLink.swift @@ -2,7 +2,7 @@ // ExternalLink.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/FacebookLink.swift b/Sources/TMDb/Models/FacebookLink.swift index 3f6c946c..be586582 100644 --- a/Sources/TMDb/Models/FacebookLink.swift +++ b/Sources/TMDb/Models/FacebookLink.swift @@ -2,7 +2,7 @@ // FacebookLink.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Gender.swift b/Sources/TMDb/Models/Gender.swift index c8007807..a891e5d8 100644 --- a/Sources/TMDb/Models/Gender.swift +++ b/Sources/TMDb/Models/Gender.swift @@ -2,7 +2,7 @@ // Gender.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Genre.swift b/Sources/TMDb/Models/Genre.swift index fc798cc4..2b2c6758 100644 --- a/Sources/TMDb/Models/Genre.swift +++ b/Sources/TMDb/Models/Genre.swift @@ -2,7 +2,7 @@ // Genre.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/GenreList.swift b/Sources/TMDb/Models/GenreList.swift index b9dc44d3..5c5616c8 100644 --- a/Sources/TMDb/Models/GenreList.swift +++ b/Sources/TMDb/Models/GenreList.swift @@ -2,7 +2,7 @@ // GenreList.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/IMDbLink.swift b/Sources/TMDb/Models/IMDbLink.swift index cf0e8110..6f776b1a 100644 --- a/Sources/TMDb/Models/IMDbLink.swift +++ b/Sources/TMDb/Models/IMDbLink.swift @@ -2,7 +2,7 @@ // IMDbLink.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ImageCollection.swift b/Sources/TMDb/Models/ImageCollection.swift index 16f7ebfe..667beeab 100644 --- a/Sources/TMDb/Models/ImageCollection.swift +++ b/Sources/TMDb/Models/ImageCollection.swift @@ -2,7 +2,7 @@ // ImageCollection.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ImageMetadata.swift b/Sources/TMDb/Models/ImageMetadata.swift index e36a0aad..4937a079 100644 --- a/Sources/TMDb/Models/ImageMetadata.swift +++ b/Sources/TMDb/Models/ImageMetadata.swift @@ -2,7 +2,7 @@ // ImageMetadata.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ImagesConfiguration+URLs.swift b/Sources/TMDb/Models/ImagesConfiguration+URLs.swift index 67ae1f0b..3b88ed5a 100644 --- a/Sources/TMDb/Models/ImagesConfiguration+URLs.swift +++ b/Sources/TMDb/Models/ImagesConfiguration+URLs.swift @@ -2,7 +2,7 @@ // ImagesConfiguration+URLs.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ImagesConfiguration.swift b/Sources/TMDb/Models/ImagesConfiguration.swift index f4561ab2..69978bee 100644 --- a/Sources/TMDb/Models/ImagesConfiguration.swift +++ b/Sources/TMDb/Models/ImagesConfiguration.swift @@ -2,7 +2,7 @@ // ImagesConfiguration.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/InstagramLink.swift b/Sources/TMDb/Models/InstagramLink.swift index 990d12ae..ae209ff2 100644 --- a/Sources/TMDb/Models/InstagramLink.swift +++ b/Sources/TMDb/Models/InstagramLink.swift @@ -2,7 +2,7 @@ // InstagramLink.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Language.swift b/Sources/TMDb/Models/Language.swift index cc84927b..f81804fd 100644 --- a/Sources/TMDb/Models/Language.swift +++ b/Sources/TMDb/Models/Language.swift @@ -2,7 +2,7 @@ // Language.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Media.swift b/Sources/TMDb/Models/Media.swift index ba1b5ea0..5db95033 100644 --- a/Sources/TMDb/Models/Media.swift +++ b/Sources/TMDb/Models/Media.swift @@ -2,7 +2,7 @@ // Media.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/MediaPageableList.swift b/Sources/TMDb/Models/MediaPageableList.swift index 2852b139..e6c3c545 100644 --- a/Sources/TMDb/Models/MediaPageableList.swift +++ b/Sources/TMDb/Models/MediaPageableList.swift @@ -2,7 +2,7 @@ // MediaPageableList.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Movie.swift b/Sources/TMDb/Models/Movie.swift index a8d346d5..e3ad94f8 100644 --- a/Sources/TMDb/Models/Movie.swift +++ b/Sources/TMDb/Models/Movie.swift @@ -2,7 +2,7 @@ // Movie.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/MovieExternalLinksCollection.swift b/Sources/TMDb/Models/MovieExternalLinksCollection.swift index 9f583291..d5d04462 100644 --- a/Sources/TMDb/Models/MovieExternalLinksCollection.swift +++ b/Sources/TMDb/Models/MovieExternalLinksCollection.swift @@ -2,7 +2,7 @@ // MovieExternalLinksCollection.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/MoviePageableList.swift b/Sources/TMDb/Models/MoviePageableList.swift index e2ff3161..2260bc51 100644 --- a/Sources/TMDb/Models/MoviePageableList.swift +++ b/Sources/TMDb/Models/MoviePageableList.swift @@ -2,7 +2,7 @@ // MoviePageableList.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/MovieSort.swift b/Sources/TMDb/Models/MovieSort.swift index e1f10f80..2bfed16c 100644 --- a/Sources/TMDb/Models/MovieSort.swift +++ b/Sources/TMDb/Models/MovieSort.swift @@ -2,7 +2,7 @@ // MovieSort.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Network.swift b/Sources/TMDb/Models/Network.swift index b4bcfc85..7d696fce 100644 --- a/Sources/TMDb/Models/Network.swift +++ b/Sources/TMDb/Models/Network.swift @@ -2,7 +2,7 @@ // Network.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/PageableListResult.swift b/Sources/TMDb/Models/PageableListResult.swift index ec099823..1606e54a 100644 --- a/Sources/TMDb/Models/PageableListResult.swift +++ b/Sources/TMDb/Models/PageableListResult.swift @@ -2,7 +2,7 @@ // PageableListResult.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Person.swift b/Sources/TMDb/Models/Person.swift index e78422ea..271c1eca 100644 --- a/Sources/TMDb/Models/Person.swift +++ b/Sources/TMDb/Models/Person.swift @@ -2,7 +2,7 @@ // Person.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/PersonCombinedCredits.swift b/Sources/TMDb/Models/PersonCombinedCredits.swift index c3e2d304..b10ca547 100644 --- a/Sources/TMDb/Models/PersonCombinedCredits.swift +++ b/Sources/TMDb/Models/PersonCombinedCredits.swift @@ -2,7 +2,7 @@ // PersonCombinedCredits.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/PersonExternalLinksCollection.swift b/Sources/TMDb/Models/PersonExternalLinksCollection.swift index 8e2706fa..be1d91be 100644 --- a/Sources/TMDb/Models/PersonExternalLinksCollection.swift +++ b/Sources/TMDb/Models/PersonExternalLinksCollection.swift @@ -2,7 +2,7 @@ // PersonExternalLinksCollection.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/PersonImageCollection.swift b/Sources/TMDb/Models/PersonImageCollection.swift index 451cea34..2ccf99dd 100644 --- a/Sources/TMDb/Models/PersonImageCollection.swift +++ b/Sources/TMDb/Models/PersonImageCollection.swift @@ -2,7 +2,7 @@ // PersonImageCollection.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/PersonMovieCredits.swift b/Sources/TMDb/Models/PersonMovieCredits.swift index 886c55c3..eea19330 100644 --- a/Sources/TMDb/Models/PersonMovieCredits.swift +++ b/Sources/TMDb/Models/PersonMovieCredits.swift @@ -2,7 +2,7 @@ // PersonMovieCredits.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/PersonPageableList.swift b/Sources/TMDb/Models/PersonPageableList.swift index 8c31076d..7773b355 100644 --- a/Sources/TMDb/Models/PersonPageableList.swift +++ b/Sources/TMDb/Models/PersonPageableList.swift @@ -2,7 +2,7 @@ // PersonPageableList.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/PersonTVSeriesCredits.swift b/Sources/TMDb/Models/PersonTVSeriesCredits.swift index 512e5912..e25ec72e 100644 --- a/Sources/TMDb/Models/PersonTVSeriesCredits.swift +++ b/Sources/TMDb/Models/PersonTVSeriesCredits.swift @@ -2,7 +2,7 @@ // PersonTVSeriesCredits.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ProductionCompany.swift b/Sources/TMDb/Models/ProductionCompany.swift index 7ad08b18..8249ab7c 100644 --- a/Sources/TMDb/Models/ProductionCompany.swift +++ b/Sources/TMDb/Models/ProductionCompany.swift @@ -2,7 +2,7 @@ // ProductionCompany.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ProductionCountry.swift b/Sources/TMDb/Models/ProductionCountry.swift index 91c4489c..8107f37d 100644 --- a/Sources/TMDb/Models/ProductionCountry.swift +++ b/Sources/TMDb/Models/ProductionCountry.swift @@ -2,7 +2,7 @@ // ProductionCountry.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Review.swift b/Sources/TMDb/Models/Review.swift index 3129ad38..ff8ac1c2 100644 --- a/Sources/TMDb/Models/Review.swift +++ b/Sources/TMDb/Models/Review.swift @@ -2,7 +2,7 @@ // Review.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ReviewPageableList.swift b/Sources/TMDb/Models/ReviewPageableList.swift index d9f6053f..43a0ed19 100644 --- a/Sources/TMDb/Models/ReviewPageableList.swift +++ b/Sources/TMDb/Models/ReviewPageableList.swift @@ -2,7 +2,7 @@ // ReviewPageableList.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Show.swift b/Sources/TMDb/Models/Show.swift index ce159723..9b2fd593 100644 --- a/Sources/TMDb/Models/Show.swift +++ b/Sources/TMDb/Models/Show.swift @@ -2,7 +2,7 @@ // Show.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ShowCredits.swift b/Sources/TMDb/Models/ShowCredits.swift index 80e4767b..0f688621 100644 --- a/Sources/TMDb/Models/ShowCredits.swift +++ b/Sources/TMDb/Models/ShowCredits.swift @@ -2,7 +2,7 @@ // ShowCredits.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ShowWatchProvider.swift b/Sources/TMDb/Models/ShowWatchProvider.swift index 73b51dd1..1aed6889 100644 --- a/Sources/TMDb/Models/ShowWatchProvider.swift +++ b/Sources/TMDb/Models/ShowWatchProvider.swift @@ -2,7 +2,7 @@ // ShowWatchProvider.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/ShowWatchProviderResult.swift b/Sources/TMDb/Models/ShowWatchProviderResult.swift index 4c0bbdb4..5f7b4166 100644 --- a/Sources/TMDb/Models/ShowWatchProviderResult.swift +++ b/Sources/TMDb/Models/ShowWatchProviderResult.swift @@ -2,7 +2,7 @@ // ShowWatchProviderResult.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/SpokenLanguage.swift b/Sources/TMDb/Models/SpokenLanguage.swift index 539ee4d8..3038e382 100644 --- a/Sources/TMDb/Models/SpokenLanguage.swift +++ b/Sources/TMDb/Models/SpokenLanguage.swift @@ -2,7 +2,7 @@ // SpokenLanguage.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/Status.swift b/Sources/TMDb/Models/Status.swift index ef824dd2..560d04c2 100644 --- a/Sources/TMDb/Models/Status.swift +++ b/Sources/TMDb/Models/Status.swift @@ -2,7 +2,7 @@ // Status.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TMDbError+TMDbAPIError.swift b/Sources/TMDb/Models/TMDbError+TMDbAPIError.swift index e85d7cc2..fe6d45db 100644 --- a/Sources/TMDb/Models/TMDbError+TMDbAPIError.swift +++ b/Sources/TMDb/Models/TMDbError+TMDbAPIError.swift @@ -2,7 +2,7 @@ // TMDbError+TMDbAPIError.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TMDbError.swift b/Sources/TMDb/Models/TMDbError.swift index dd214759..f9768085 100644 --- a/Sources/TMDb/Models/TMDbError.swift +++ b/Sources/TMDb/Models/TMDbError.swift @@ -2,7 +2,7 @@ // TMDbError.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TVEpisode.swift b/Sources/TMDb/Models/TVEpisode.swift index 082a8c29..79a15c97 100644 --- a/Sources/TMDb/Models/TVEpisode.swift +++ b/Sources/TMDb/Models/TVEpisode.swift @@ -2,7 +2,7 @@ // TVEpisode.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TVEpisodeImageCollection.swift b/Sources/TMDb/Models/TVEpisodeImageCollection.swift index 71698791..157ee75a 100644 --- a/Sources/TMDb/Models/TVEpisodeImageCollection.swift +++ b/Sources/TMDb/Models/TVEpisodeImageCollection.swift @@ -2,7 +2,7 @@ // TVEpisodeImageCollection.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TVSeason.swift b/Sources/TMDb/Models/TVSeason.swift index e180d261..56f9bba1 100644 --- a/Sources/TMDb/Models/TVSeason.swift +++ b/Sources/TMDb/Models/TVSeason.swift @@ -2,7 +2,7 @@ // TVSeason.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TVSeasonImageCollection.swift b/Sources/TMDb/Models/TVSeasonImageCollection.swift index 2434a2af..68c0fcf4 100644 --- a/Sources/TMDb/Models/TVSeasonImageCollection.swift +++ b/Sources/TMDb/Models/TVSeasonImageCollection.swift @@ -2,7 +2,7 @@ // TVSeasonImageCollection.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TVSeries.swift b/Sources/TMDb/Models/TVSeries.swift index 05b9c034..7fd1d6c6 100644 --- a/Sources/TMDb/Models/TVSeries.swift +++ b/Sources/TMDb/Models/TVSeries.swift @@ -2,7 +2,7 @@ // TVSeries.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TVSeriesExternalLinksCollection.swift b/Sources/TMDb/Models/TVSeriesExternalLinksCollection.swift index 707110b1..d6bb0007 100644 --- a/Sources/TMDb/Models/TVSeriesExternalLinksCollection.swift +++ b/Sources/TMDb/Models/TVSeriesExternalLinksCollection.swift @@ -2,7 +2,7 @@ // TVSeriesExternalLinksCollection.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TVSeriesPageableList.swift b/Sources/TMDb/Models/TVSeriesPageableList.swift index 68604d41..7e262bea 100644 --- a/Sources/TMDb/Models/TVSeriesPageableList.swift +++ b/Sources/TMDb/Models/TVSeriesPageableList.swift @@ -2,7 +2,7 @@ // TVSeriesPageableList.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TVSeriesSort.swift b/Sources/TMDb/Models/TVSeriesSort.swift index 24bab6a1..0c82c7d1 100644 --- a/Sources/TMDb/Models/TVSeriesSort.swift +++ b/Sources/TMDb/Models/TVSeriesSort.swift @@ -2,7 +2,7 @@ // TVSeriesSort.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TikTokLink.swift b/Sources/TMDb/Models/TikTokLink.swift index 23ba3710..6a0b2565 100644 --- a/Sources/TMDb/Models/TikTokLink.swift +++ b/Sources/TMDb/Models/TikTokLink.swift @@ -2,7 +2,7 @@ // TikTokLink.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/TwitterLink.swift b/Sources/TMDb/Models/TwitterLink.swift index 66eab721..0a9003c0 100644 --- a/Sources/TMDb/Models/TwitterLink.swift +++ b/Sources/TMDb/Models/TwitterLink.swift @@ -2,7 +2,7 @@ // TwitterLink.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/VideoCollection.swift b/Sources/TMDb/Models/VideoCollection.swift index ae091951..b422add9 100644 --- a/Sources/TMDb/Models/VideoCollection.swift +++ b/Sources/TMDb/Models/VideoCollection.swift @@ -2,7 +2,7 @@ // VideoCollection.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/VideoMetadata.swift b/Sources/TMDb/Models/VideoMetadata.swift index f20df297..50afbc29 100644 --- a/Sources/TMDb/Models/VideoMetadata.swift +++ b/Sources/TMDb/Models/VideoMetadata.swift @@ -2,7 +2,7 @@ // VideoMetadata.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/VideoSize.swift b/Sources/TMDb/Models/VideoSize.swift index 878ffd07..3fbfa815 100644 --- a/Sources/TMDb/Models/VideoSize.swift +++ b/Sources/TMDb/Models/VideoSize.swift @@ -2,7 +2,7 @@ // VideoSize.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/VideoType.swift b/Sources/TMDb/Models/VideoType.swift index 9f77cbc1..09778eb4 100644 --- a/Sources/TMDb/Models/VideoType.swift +++ b/Sources/TMDb/Models/VideoType.swift @@ -2,7 +2,7 @@ // VideoType.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/WatchProvider.swift b/Sources/TMDb/Models/WatchProvider.swift index f1009e3d..602aab3d 100644 --- a/Sources/TMDb/Models/WatchProvider.swift +++ b/Sources/TMDb/Models/WatchProvider.swift @@ -2,7 +2,7 @@ // WatchProvider.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/WatchProviderRegions.swift b/Sources/TMDb/Models/WatchProviderRegions.swift index ee035450..869fe7d4 100644 --- a/Sources/TMDb/Models/WatchProviderRegions.swift +++ b/Sources/TMDb/Models/WatchProviderRegions.swift @@ -2,7 +2,7 @@ // WatchProviderRegions.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/WatchProviderResult.swift b/Sources/TMDb/Models/WatchProviderResult.swift index 69258036..2e6dfb65 100644 --- a/Sources/TMDb/Models/WatchProviderResult.swift +++ b/Sources/TMDb/Models/WatchProviderResult.swift @@ -2,7 +2,7 @@ // WatchProviderResult.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Models/WikiDataLink.swift b/Sources/TMDb/Models/WikiDataLink.swift index 65632bff..36bf4129 100644 --- a/Sources/TMDb/Models/WikiDataLink.swift +++ b/Sources/TMDb/Models/WikiDataLink.swift @@ -2,7 +2,7 @@ // WikiDataLink.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift b/Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift index 49491d2e..8930f5f1 100644 --- a/Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift +++ b/Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift @@ -2,7 +2,7 @@ // MoviesEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Movies/MovieService.swift b/Sources/TMDb/Movies/MovieService.swift index a51b9640..962a7fb9 100644 --- a/Sources/TMDb/Movies/MovieService.swift +++ b/Sources/TMDb/Movies/MovieService.swift @@ -2,7 +2,7 @@ // MovieService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/APIClient/APIClient.swift b/Sources/TMDb/Networking/APIClient/APIClient.swift index eb9826a4..8ca4a22a 100644 --- a/Sources/TMDb/Networking/APIClient/APIClient.swift +++ b/Sources/TMDb/Networking/APIClient/APIClient.swift @@ -2,7 +2,7 @@ // APIClient.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/APIClient/Endpoint.swift b/Sources/TMDb/Networking/APIClient/Endpoint.swift index 81daf192..7208d11e 100644 --- a/Sources/TMDb/Networking/APIClient/Endpoint.swift +++ b/Sources/TMDb/Networking/APIClient/Endpoint.swift @@ -2,7 +2,7 @@ // Endpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/APIClient/HTTPResponse.swift b/Sources/TMDb/Networking/APIClient/HTTPResponse.swift index b3876ab4..1e4488a6 100644 --- a/Sources/TMDb/Networking/APIClient/HTTPResponse.swift +++ b/Sources/TMDb/Networking/APIClient/HTTPResponse.swift @@ -2,7 +2,7 @@ // HTTPResponse.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/APIClient/Serialiser.swift b/Sources/TMDb/Networking/APIClient/Serialiser.swift index 42be5b12..f7acdf52 100644 --- a/Sources/TMDb/Networking/APIClient/Serialiser.swift +++ b/Sources/TMDb/Networking/APIClient/Serialiser.swift @@ -2,7 +2,7 @@ // Serialiser.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift b/Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift index 41611c22..8a38e7b3 100644 --- a/Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift +++ b/Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift @@ -2,7 +2,7 @@ // TMDbAPIClient.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift b/Sources/TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift index ef73d2fd..76744fec 100644 --- a/Sources/TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift +++ b/Sources/TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift @@ -2,7 +2,7 @@ // TMDbAPIError+HTTPStatusCode.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/APIClient/TMDbAPIError.swift b/Sources/TMDb/Networking/APIClient/TMDbAPIError.swift index f7c70ed0..c340e831 100644 --- a/Sources/TMDb/Networking/APIClient/TMDbAPIError.swift +++ b/Sources/TMDb/Networking/APIClient/TMDbAPIError.swift @@ -2,7 +2,7 @@ // TMDbAPIError.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift b/Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift index 90832767..0666b575 100644 --- a/Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift +++ b/Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift @@ -2,7 +2,7 @@ // TMDbStatusResponse.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/HTTPClient/HTTPClient.swift b/Sources/TMDb/Networking/HTTPClient/HTTPClient.swift index 38fa56ed..e1716f8e 100644 --- a/Sources/TMDb/Networking/HTTPClient/HTTPClient.swift +++ b/Sources/TMDb/Networking/HTTPClient/HTTPClient.swift @@ -2,7 +2,7 @@ // HTTPClient.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Networking/HTTPClient/URLSessionHTTPClientAdapter.swift b/Sources/TMDb/Networking/HTTPClient/URLSessionHTTPClientAdapter.swift index cb6ae68a..31e80607 100644 --- a/Sources/TMDb/Networking/HTTPClient/URLSessionHTTPClientAdapter.swift +++ b/Sources/TMDb/Networking/HTTPClient/URLSessionHTTPClientAdapter.swift @@ -2,7 +2,7 @@ // URLSessionHTTPClientAdapter.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/People/Endpoints/PeopleEndpoint.swift b/Sources/TMDb/People/Endpoints/PeopleEndpoint.swift index ad7872de..ca667da9 100644 --- a/Sources/TMDb/People/Endpoints/PeopleEndpoint.swift +++ b/Sources/TMDb/People/Endpoints/PeopleEndpoint.swift @@ -2,7 +2,7 @@ // PeopleEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/People/PersonService.swift b/Sources/TMDb/People/PersonService.swift index 4523b5ad..de1acf14 100644 --- a/Sources/TMDb/People/PersonService.swift +++ b/Sources/TMDb/People/PersonService.swift @@ -2,7 +2,7 @@ // PersonService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Search/Endpoints/SearchEndpoint.swift b/Sources/TMDb/Search/Endpoints/SearchEndpoint.swift index e7c1264c..283264ee 100644 --- a/Sources/TMDb/Search/Endpoints/SearchEndpoint.swift +++ b/Sources/TMDb/Search/Endpoints/SearchEndpoint.swift @@ -2,7 +2,7 @@ // SearchEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Search/SearchService.swift b/Sources/TMDb/Search/SearchService.swift index 57d9e2e2..682aa9ee 100644 --- a/Sources/TMDb/Search/SearchService.swift +++ b/Sources/TMDb/Search/SearchService.swift @@ -2,7 +2,7 @@ // SearchService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TMDb.swift b/Sources/TMDb/TMDb.swift index 6065ea80..b3c2e70a 100644 --- a/Sources/TMDb/TMDb.swift +++ b/Sources/TMDb/TMDb.swift @@ -2,7 +2,7 @@ // TMDb.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TMDbConfiguration.swift b/Sources/TMDb/TMDbConfiguration.swift index f205bfc2..19d524d4 100644 --- a/Sources/TMDb/TMDbConfiguration.swift +++ b/Sources/TMDb/TMDbConfiguration.swift @@ -2,7 +2,7 @@ // TMDbConfiguration.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TMDbFactory.swift b/Sources/TMDb/TMDbFactory.swift index e7431eef..141c3055 100644 --- a/Sources/TMDb/TMDbFactory.swift +++ b/Sources/TMDb/TMDbFactory.swift @@ -2,7 +2,7 @@ // TMDbFactory.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift b/Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift index 3de8e141..e4da6fad 100644 --- a/Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift +++ b/Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift @@ -2,7 +2,7 @@ // TVEpisodesEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TVEpisodes/TVEpisodeService.swift b/Sources/TMDb/TVEpisodes/TVEpisodeService.swift index cf8c1e9b..88b34447 100644 --- a/Sources/TMDb/TVEpisodes/TVEpisodeService.swift +++ b/Sources/TMDb/TVEpisodes/TVEpisodeService.swift @@ -2,7 +2,7 @@ // TVEpisodeService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift b/Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift index 0f28a6a0..cf0a55da 100644 --- a/Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift +++ b/Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift @@ -2,7 +2,7 @@ // TVSeasonsEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TVSeasons/TVSeasonService.swift b/Sources/TMDb/TVSeasons/TVSeasonService.swift index 41fe99ca..ca9e3b15 100644 --- a/Sources/TMDb/TVSeasons/TVSeasonService.swift +++ b/Sources/TMDb/TVSeasons/TVSeasonService.swift @@ -2,7 +2,7 @@ // TVSeasonService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift b/Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift index 8a5ee96d..ce24bf80 100644 --- a/Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift +++ b/Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift @@ -2,7 +2,7 @@ // TVSeriesEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/TVSeries/TVSeriesService.swift b/Sources/TMDb/TVSeries/TVSeriesService.swift index 0a7784c2..40cf2c66 100644 --- a/Sources/TMDb/TVSeries/TVSeriesService.swift +++ b/Sources/TMDb/TVSeries/TVSeriesService.swift @@ -2,7 +2,7 @@ // TVSeriesService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift b/Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift index b289c652..f32ec668 100644 --- a/Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift +++ b/Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift @@ -2,7 +2,7 @@ // TrendingEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Trending/TrendingService.swift b/Sources/TMDb/Trending/TrendingService.swift index db2a9b70..93a0211a 100644 --- a/Sources/TMDb/Trending/TrendingService.swift +++ b/Sources/TMDb/Trending/TrendingService.swift @@ -2,7 +2,7 @@ // TrendingService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift b/Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift index ec1b3da2..8fa18a19 100644 --- a/Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift +++ b/Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift @@ -2,7 +2,7 @@ // TrendingTimeWindowFilterType.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift b/Sources/TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift index ece04044..52dd75d3 100644 --- a/Sources/TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift +++ b/Sources/TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift @@ -2,7 +2,7 @@ // WatchProviderEndpoint.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/TMDb/WatchProviders/WatchProviderService.swift b/Sources/TMDb/WatchProviders/WatchProviderService.swift index 88eca5cc..6a1d8e53 100644 --- a/Sources/TMDb/WatchProviders/WatchProviderService.swift +++ b/Sources/TMDb/WatchProviders/WatchProviderService.swift @@ -2,7 +2,7 @@ // WatchProviderService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift b/Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift index 55994830..e434e2e7 100644 --- a/Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift @@ -2,7 +2,7 @@ // CertificationIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift b/Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift index edfe1131..e2296b3e 100644 --- a/Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift @@ -2,7 +2,7 @@ // CompanyIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift b/Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift index ea889467..04dd5124 100644 --- a/Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift @@ -2,7 +2,7 @@ // ConfigurationIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift b/Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift index 2592f9d7..2856cd52 100644 --- a/Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift @@ -2,7 +2,7 @@ // DiscoverIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/GenreIntegrationTests.swift b/Tests/TMDbIntegrationTests/GenreIntegrationTests.swift index de20fa5d..a8da58b4 100644 --- a/Tests/TMDbIntegrationTests/GenreIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/GenreIntegrationTests.swift @@ -2,7 +2,7 @@ // GenreIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/MovieIntegrationTests.swift b/Tests/TMDbIntegrationTests/MovieIntegrationTests.swift index b86cecdd..aee9e86c 100644 --- a/Tests/TMDbIntegrationTests/MovieIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/MovieIntegrationTests.swift @@ -2,7 +2,7 @@ // MovieIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/PersonIntegrationTests.swift b/Tests/TMDbIntegrationTests/PersonIntegrationTests.swift index 6d87da7b..14806dc7 100644 --- a/Tests/TMDbIntegrationTests/PersonIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/PersonIntegrationTests.swift @@ -2,7 +2,7 @@ // PersonIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/SearchIntegrationTests.swift b/Tests/TMDbIntegrationTests/SearchIntegrationTests.swift index f2661e74..0f4beebc 100644 --- a/Tests/TMDbIntegrationTests/SearchIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/SearchIntegrationTests.swift @@ -2,7 +2,7 @@ // SearchIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift b/Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift index c72e9ee8..982ad7f9 100644 --- a/Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift +++ b/Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift @@ -2,7 +2,7 @@ // TVEpisodeServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/TVSeasonService.swift b/Tests/TMDbIntegrationTests/TVSeasonService.swift index 551b529c..eb035830 100644 --- a/Tests/TMDbIntegrationTests/TVSeasonService.swift +++ b/Tests/TMDbIntegrationTests/TVSeasonService.swift @@ -2,7 +2,7 @@ // TVSeasonService.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift b/Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift index 7ec3caa8..518b51f9 100644 --- a/Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift +++ b/Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift @@ -2,7 +2,7 @@ // TVSeriesServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift b/Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift index d15e02a8..8bd929a0 100644 --- a/Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift @@ -2,7 +2,7 @@ // TrendingIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift b/Tests/TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift index d1ccb751..73112826 100644 --- a/Tests/TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift +++ b/Tests/TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift @@ -2,7 +2,7 @@ // XCTestCase+ConfigureTMDb.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift b/Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift index 5b570010..e2ba3701 100644 --- a/Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift @@ -2,7 +2,7 @@ // WatchProviderIntegrationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Certifications/CertificationServiceTests.swift b/Tests/TMDbTests/Certifications/CertificationServiceTests.swift index 47156031..c0d5ef77 100644 --- a/Tests/TMDbTests/Certifications/CertificationServiceTests.swift +++ b/Tests/TMDbTests/Certifications/CertificationServiceTests.swift @@ -2,7 +2,7 @@ // CertificationServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Certifications/Endpoints/CertificationsEndpointTests.swift b/Tests/TMDbTests/Certifications/Endpoints/CertificationsEndpointTests.swift index 40302789..4631b21f 100644 --- a/Tests/TMDbTests/Certifications/Endpoints/CertificationsEndpointTests.swift +++ b/Tests/TMDbTests/Certifications/Endpoints/CertificationsEndpointTests.swift @@ -2,7 +2,7 @@ // CertificationsEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Company/CompanyServiceTests.swift b/Tests/TMDbTests/Company/CompanyServiceTests.swift index c61bf092..8ba6e0d1 100644 --- a/Tests/TMDbTests/Company/CompanyServiceTests.swift +++ b/Tests/TMDbTests/Company/CompanyServiceTests.swift @@ -2,7 +2,7 @@ // CompanyServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift b/Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift index aa44b1f0..d57a8b4b 100644 --- a/Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift +++ b/Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift @@ -2,7 +2,7 @@ // CompanyEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift b/Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift index 5d595364..1d291347 100644 --- a/Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift +++ b/Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift @@ -2,7 +2,7 @@ // ConfigurationServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Configuration/Endpoints/ConfigurationEndpointTests.swift b/Tests/TMDbTests/Configuration/Endpoints/ConfigurationEndpointTests.swift index a1920b89..424f3000 100644 --- a/Tests/TMDbTests/Configuration/Endpoints/ConfigurationEndpointTests.swift +++ b/Tests/TMDbTests/Configuration/Endpoints/ConfigurationEndpointTests.swift @@ -2,7 +2,7 @@ // ConfigurationEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Discover/DiscoverServiceTests.swift b/Tests/TMDbTests/Discover/DiscoverServiceTests.swift index 373131dc..76a98bff 100644 --- a/Tests/TMDbTests/Discover/DiscoverServiceTests.swift +++ b/Tests/TMDbTests/Discover/DiscoverServiceTests.swift @@ -2,7 +2,7 @@ // DiscoverServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift b/Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift index 18b53e73..84ce7e11 100644 --- a/Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift +++ b/Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift @@ -2,7 +2,7 @@ // DiscoverEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Discover/MovieSortTests.swift b/Tests/TMDbTests/Discover/MovieSortTests.swift index f6ed8a05..058b7041 100644 --- a/Tests/TMDbTests/Discover/MovieSortTests.swift +++ b/Tests/TMDbTests/Discover/MovieSortTests.swift @@ -2,7 +2,7 @@ // MovieSortTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Discover/TVSeriesSortTests.swift b/Tests/TMDbTests/Discover/TVSeriesSortTests.swift index 3ecc9f40..a123223b 100644 --- a/Tests/TMDbTests/Discover/TVSeriesSortTests.swift +++ b/Tests/TMDbTests/Discover/TVSeriesSortTests.swift @@ -2,7 +2,7 @@ // TVSeriesSortTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift b/Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift index ee5716c1..c1a7d319 100644 --- a/Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift +++ b/Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift @@ -2,7 +2,7 @@ // DateFormatter+TMDbTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift b/Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift index 666957ee..8b2795ec 100644 --- a/Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift +++ b/Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift @@ -2,7 +2,7 @@ // JSONDecoder+TMDbTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift b/Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift index cb1f674d..7dc0c42e 100644 --- a/Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift +++ b/Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift @@ -2,7 +2,7 @@ // Sequence+UniquedTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Extensions/URL+QueryItemTests.swift b/Tests/TMDbTests/Extensions/URL+QueryItemTests.swift index fb0f4314..d4c59e55 100644 --- a/Tests/TMDbTests/Extensions/URL+QueryItemTests.swift +++ b/Tests/TMDbTests/Extensions/URL+QueryItemTests.swift @@ -2,7 +2,7 @@ // URL+QueryItemTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Extensions/URL+TMDbTests.swift b/Tests/TMDbTests/Extensions/URL+TMDbTests.swift index 35be2baa..b81bc888 100644 --- a/Tests/TMDbTests/Extensions/URL+TMDbTests.swift +++ b/Tests/TMDbTests/Extensions/URL+TMDbTests.swift @@ -2,7 +2,7 @@ // URL+TMDbTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift b/Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift index 2f77c462..763a0fe0 100644 --- a/Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift +++ b/Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift @@ -2,7 +2,7 @@ // GenresEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Genres/GenreServiceTests.swift b/Tests/TMDbTests/Genres/GenreServiceTests.swift index caec82d9..6d29d42f 100644 --- a/Tests/TMDbTests/Genres/GenreServiceTests.swift +++ b/Tests/TMDbTests/Genres/GenreServiceTests.swift @@ -2,7 +2,7 @@ // GenreServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Helpers/Data+LoadFromFile.swift b/Tests/TMDbTests/Helpers/Data+LoadFromFile.swift index d390c3b0..79c04fde 100644 --- a/Tests/TMDbTests/Helpers/Data+LoadFromFile.swift +++ b/Tests/TMDbTests/Helpers/Data+LoadFromFile.swift @@ -2,7 +2,7 @@ // Data+LoadFromFile.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Helpers/Date+RandomDate.swift b/Tests/TMDbTests/Helpers/Date+RandomDate.swift index 5ad7c4da..cfe19abf 100644 --- a/Tests/TMDbTests/Helpers/Date+RandomDate.swift +++ b/Tests/TMDbTests/Helpers/Date+RandomDate.swift @@ -2,7 +2,7 @@ // Date+RandomDate.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Helpers/Int+RandomID.swift b/Tests/TMDbTests/Helpers/Int+RandomID.swift index 98ea9082..ba6b7151 100644 --- a/Tests/TMDbTests/Helpers/Int+RandomID.swift +++ b/Tests/TMDbTests/Helpers/Int+RandomID.swift @@ -2,7 +2,7 @@ // Int+RandomID.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift b/Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift index 0b62d84d..a11a6a0e 100644 --- a/Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift +++ b/Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift @@ -2,7 +2,7 @@ // JSONDecoder+DecodeFromFile.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Helpers/JSONEncoder+TMDb.swift b/Tests/TMDbTests/Helpers/JSONEncoder+TMDb.swift index 12ff86f3..5cfbcb41 100644 --- a/Tests/TMDbTests/Helpers/JSONEncoder+TMDb.swift +++ b/Tests/TMDbTests/Helpers/JSONEncoder+TMDb.swift @@ -2,7 +2,7 @@ // JSONEncoder+TMDb.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Helpers/String+RandomID.swift b/Tests/TMDbTests/Helpers/String+RandomID.swift index b2a01e95..90fb2b81 100644 --- a/Tests/TMDbTests/Helpers/String+RandomID.swift +++ b/Tests/TMDbTests/Helpers/String+RandomID.swift @@ -2,7 +2,7 @@ // String+RandomID.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Client/MockAPIClient.swift b/Tests/TMDbTests/Mocks/Client/MockAPIClient.swift index c11fb9a1..6cac484a 100644 --- a/Tests/TMDbTests/Mocks/Client/MockAPIClient.swift +++ b/Tests/TMDbTests/Mocks/Client/MockAPIClient.swift @@ -2,7 +2,7 @@ // MockAPIClient.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/LocaleMockProvider.swift b/Tests/TMDbTests/Mocks/LocaleMockProvider.swift index 69cff4aa..a865a036 100644 --- a/Tests/TMDbTests/Mocks/LocaleMockProvider.swift +++ b/Tests/TMDbTests/Mocks/LocaleMockProvider.swift @@ -2,7 +2,7 @@ // LocaleMockProvider.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift b/Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift index 05a1a431..4f939286 100644 --- a/Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift @@ -2,7 +2,7 @@ // APIConfiguration+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift b/Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift index 1a10c9cb..f724bad7 100644 --- a/Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift @@ -2,7 +2,7 @@ // CastMember+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift index 9fc66ed2..b4dfa6db 100644 --- a/Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift @@ -2,7 +2,7 @@ // Certification+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift index 1dc7b84c..12d7492b 100644 --- a/Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift @@ -2,7 +2,7 @@ // Certifications+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Company+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Company+Mocks.swift index eb4c5060..38447e8d 100644 --- a/Tests/TMDbTests/Mocks/Models/Company+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Company+Mocks.swift @@ -2,7 +2,7 @@ // Company+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Country+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Country+Mocks.swift index 6165d0e2..b23eeb3d 100644 --- a/Tests/TMDbTests/Mocks/Models/Country+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Country+Mocks.swift @@ -2,7 +2,7 @@ // Country+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift b/Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift index 96b92304..3f41c636 100644 --- a/Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift @@ -2,7 +2,7 @@ // CrewMember+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Department+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Department+Mocks.swift index ae88aba0..6f9704e9 100644 --- a/Tests/TMDbTests/Mocks/Models/Department+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Department+Mocks.swift @@ -2,7 +2,7 @@ // Department+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift index 7efa606f..1f0bbfd3 100644 --- a/Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift @@ -2,7 +2,7 @@ // Genre+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift index 681ad7d0..f608b40a 100644 --- a/Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift @@ -2,7 +2,7 @@ // GenreList+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift index f5166745..44ae5546 100644 --- a/Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift @@ -2,7 +2,7 @@ // ImageCollection+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift index 86bf8114..4ecb0508 100644 --- a/Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift @@ -2,7 +2,7 @@ // ImageMetadata+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift index f90b0718..29c2e4e1 100644 --- a/Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift @@ -2,7 +2,7 @@ // ImagesConfiguration+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Language+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Language+Mocks.swift index 37c52288..be26b75d 100644 --- a/Tests/TMDbTests/Mocks/Models/Language+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Language+Mocks.swift @@ -2,7 +2,7 @@ // Language+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Media+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Media+Mocks.swift index 2ef74178..f7af98e9 100644 --- a/Tests/TMDbTests/Mocks/Models/Media+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Media+Mocks.swift @@ -2,7 +2,7 @@ // Media+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift index 009eafe8..574d28d4 100644 --- a/Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift @@ -2,7 +2,7 @@ // MediaPageableList+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift index 3febc3c5..6a5587a3 100644 --- a/Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift @@ -2,7 +2,7 @@ // Movie+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/MovieExternalLinksCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/MovieExternalLinksCollection+Mocks.swift index cfd7f6cb..2a62e375 100644 --- a/Tests/TMDbTests/Mocks/Models/MovieExternalLinksCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/MovieExternalLinksCollection+Mocks.swift @@ -2,7 +2,7 @@ // MovieExternalLinksCollection+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift index 6cba2d7b..839786a3 100644 --- a/Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift @@ -2,7 +2,7 @@ // MoviePageableList+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Person+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Person+Mocks.swift index 45126f32..ff2019da 100644 --- a/Tests/TMDbTests/Mocks/Models/Person+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Person+Mocks.swift @@ -2,7 +2,7 @@ // Person+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift index 366ce47d..90557a0a 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift @@ -2,7 +2,7 @@ // PersonCombinedCredits+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/PersonExternalLinksCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonExternalLinksCollection+Mocks.swift index 2f30ccc0..f53dfb5a 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonExternalLinksCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonExternalLinksCollection+Mocks.swift @@ -2,7 +2,7 @@ // PersonExternalLinksCollection+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift index 29e1049f..2164faed 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift @@ -2,7 +2,7 @@ // PersonImageCollection+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift index 8bfae2ec..4dc56c25 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift @@ -2,7 +2,7 @@ // PersonMovieCredits+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift index 213152c3..488da4fd 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift @@ -2,7 +2,7 @@ // PersonPageableList+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift index 64351b68..e6a94611 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift @@ -2,7 +2,7 @@ // PersonTVSeriesCredits+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift index de365fda..1ae8f578 100644 --- a/Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift @@ -2,7 +2,7 @@ // ProductionCompany+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift index 1f3d7aca..51f77a42 100644 --- a/Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift @@ -2,7 +2,7 @@ // ProductionCountry+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/Review+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Review+Mocks.swift index 5a22f9b9..9e46b381 100644 --- a/Tests/TMDbTests/Mocks/Models/Review+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Review+Mocks.swift @@ -2,7 +2,7 @@ // Review+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift index 22c3ca14..cd257479 100644 --- a/Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift @@ -2,7 +2,7 @@ // ReviewPageableList+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift index 73a21317..7b633a74 100644 --- a/Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift @@ -2,7 +2,7 @@ // ShowCredits+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift index 104a80ba..3248aaf5 100644 --- a/Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift @@ -2,7 +2,7 @@ // ShowWatchProvider+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift index 11bc0180..99278fdf 100644 --- a/Tests/TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift @@ -2,7 +2,7 @@ // ShowWatchProviderResult+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift b/Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift index 3bd3769d..0c06f08a 100644 --- a/Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift @@ -2,7 +2,7 @@ // SpokenLanguage+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift index 1759b3d0..e19c26be 100644 --- a/Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift @@ -2,7 +2,7 @@ // TVEpisode+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift index 65a3cb38..dead67bc 100644 --- a/Tests/TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift @@ -2,7 +2,7 @@ // TVEpisodeImageCollection+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift b/Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift index 80bfc5cc..9463189e 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift @@ -2,7 +2,7 @@ // TVSeason+Mock.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift index 8c8fe94c..a843bdc2 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift @@ -2,7 +2,7 @@ // TVSeasonImageCollection+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift index d2e84f7b..d974176a 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift @@ -2,7 +2,7 @@ // TVSeries+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/TVSeriesExternalLinksCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVSeriesExternalLinksCollection+Mocks.swift index b99513b8..0d9e86f5 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeriesExternalLinksCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeriesExternalLinksCollection+Mocks.swift @@ -2,7 +2,7 @@ // TVSeriesExternalLinksCollection+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift index 6b9077a7..d85debd1 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift @@ -2,7 +2,7 @@ // TVSeriesPageableList+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift index 8b5b13df..506d7c1b 100644 --- a/Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift @@ -2,7 +2,7 @@ // VideoCollection+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift b/Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift index 6d3b28eb..ea1c3f69 100644 --- a/Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift @@ -2,7 +2,7 @@ // VideoMetadata+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift b/Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift index a3b05289..256cb21f 100644 --- a/Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift @@ -2,7 +2,7 @@ // WatchProvider+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift b/Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift index 9a34b8bf..646d8acb 100644 --- a/Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift @@ -2,7 +2,7 @@ // WatchProviderRegions+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift b/Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift index dde803de..22547045 100644 --- a/Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift @@ -2,7 +2,7 @@ // WatchProviderResult+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Mocks/URL+Mocks.swift b/Tests/TMDbTests/Mocks/URL+Mocks.swift index 20287522..b0d6a13b 100644 --- a/Tests/TMDbTests/Mocks/URL+Mocks.swift +++ b/Tests/TMDbTests/Mocks/URL+Mocks.swift @@ -2,7 +2,7 @@ // URL+Mocks.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/APIConfigurationTests.swift b/Tests/TMDbTests/Models/APIConfigurationTests.swift index ff23b98c..dd1978a3 100644 --- a/Tests/TMDbTests/Models/APIConfigurationTests.swift +++ b/Tests/TMDbTests/Models/APIConfigurationTests.swift @@ -2,7 +2,7 @@ // APIConfigurationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/CastMemberTests.swift b/Tests/TMDbTests/Models/CastMemberTests.swift index 74e7ba48..59c6224c 100644 --- a/Tests/TMDbTests/Models/CastMemberTests.swift +++ b/Tests/TMDbTests/Models/CastMemberTests.swift @@ -2,7 +2,7 @@ // CastMemberTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/CertificationTests.swift b/Tests/TMDbTests/Models/CertificationTests.swift index 242be58e..35544866 100644 --- a/Tests/TMDbTests/Models/CertificationTests.swift +++ b/Tests/TMDbTests/Models/CertificationTests.swift @@ -2,7 +2,7 @@ // CertificationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/CertificationsTests.swift b/Tests/TMDbTests/Models/CertificationsTests.swift index e226b1e9..702433a4 100644 --- a/Tests/TMDbTests/Models/CertificationsTests.swift +++ b/Tests/TMDbTests/Models/CertificationsTests.swift @@ -2,7 +2,7 @@ // CertificationsTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/CompanyTests.swift b/Tests/TMDbTests/Models/CompanyTests.swift index 76d1c877..d20fbb3a 100644 --- a/Tests/TMDbTests/Models/CompanyTests.swift +++ b/Tests/TMDbTests/Models/CompanyTests.swift @@ -2,7 +2,7 @@ // CompanyTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/CountryTests.swift b/Tests/TMDbTests/Models/CountryTests.swift index 1f22bff2..8031bf01 100644 --- a/Tests/TMDbTests/Models/CountryTests.swift +++ b/Tests/TMDbTests/Models/CountryTests.swift @@ -2,7 +2,7 @@ // CountryTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/CrewMemberTests.swift b/Tests/TMDbTests/Models/CrewMemberTests.swift index e40aa96c..23a3d916 100644 --- a/Tests/TMDbTests/Models/CrewMemberTests.swift +++ b/Tests/TMDbTests/Models/CrewMemberTests.swift @@ -2,7 +2,7 @@ // CrewMemberTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/DepartmentTests.swift b/Tests/TMDbTests/Models/DepartmentTests.swift index 0f53c169..3428d2da 100644 --- a/Tests/TMDbTests/Models/DepartmentTests.swift +++ b/Tests/TMDbTests/Models/DepartmentTests.swift @@ -2,7 +2,7 @@ // DepartmentTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/FacebookLinkTests.swift b/Tests/TMDbTests/Models/FacebookLinkTests.swift index fbf9a6b3..405d34b0 100644 --- a/Tests/TMDbTests/Models/FacebookLinkTests.swift +++ b/Tests/TMDbTests/Models/FacebookLinkTests.swift @@ -2,7 +2,7 @@ // FacebookLinkTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/GenderTests.swift b/Tests/TMDbTests/Models/GenderTests.swift index 06b03dd1..b64f6614 100644 --- a/Tests/TMDbTests/Models/GenderTests.swift +++ b/Tests/TMDbTests/Models/GenderTests.swift @@ -2,7 +2,7 @@ // GenderTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/GenreListTests.swift b/Tests/TMDbTests/Models/GenreListTests.swift index eb18014d..7c383790 100644 --- a/Tests/TMDbTests/Models/GenreListTests.swift +++ b/Tests/TMDbTests/Models/GenreListTests.swift @@ -2,7 +2,7 @@ // GenreListTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/GenreTests.swift b/Tests/TMDbTests/Models/GenreTests.swift index 47a1c4eb..f2fc4641 100644 --- a/Tests/TMDbTests/Models/GenreTests.swift +++ b/Tests/TMDbTests/Models/GenreTests.swift @@ -2,7 +2,7 @@ // GenreTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/IMDbLinkTests.swift b/Tests/TMDbTests/Models/IMDbLinkTests.swift index 0b04a44d..1b601bfd 100644 --- a/Tests/TMDbTests/Models/IMDbLinkTests.swift +++ b/Tests/TMDbTests/Models/IMDbLinkTests.swift @@ -2,7 +2,7 @@ // IMDbLinkTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ImageCollectionTests.swift b/Tests/TMDbTests/Models/ImageCollectionTests.swift index 7467087e..d1fadf96 100644 --- a/Tests/TMDbTests/Models/ImageCollectionTests.swift +++ b/Tests/TMDbTests/Models/ImageCollectionTests.swift @@ -2,7 +2,7 @@ // ImageCollectionTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ImageMetadataTests.swift b/Tests/TMDbTests/Models/ImageMetadataTests.swift index f920dd50..5f145d6b 100644 --- a/Tests/TMDbTests/Models/ImageMetadataTests.swift +++ b/Tests/TMDbTests/Models/ImageMetadataTests.swift @@ -2,7 +2,7 @@ // ImageMetadataTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift b/Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift index de31c47c..7b766ec6 100644 --- a/Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift +++ b/Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift @@ -2,7 +2,7 @@ // ImagesConfiguration+URLsTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ImagesConfigurationTests.swift b/Tests/TMDbTests/Models/ImagesConfigurationTests.swift index 0c7c960f..539cb714 100644 --- a/Tests/TMDbTests/Models/ImagesConfigurationTests.swift +++ b/Tests/TMDbTests/Models/ImagesConfigurationTests.swift @@ -2,7 +2,7 @@ // ImagesConfigurationTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/InstagramLinkTests.swift b/Tests/TMDbTests/Models/InstagramLinkTests.swift index f1f2c317..2be967a6 100644 --- a/Tests/TMDbTests/Models/InstagramLinkTests.swift +++ b/Tests/TMDbTests/Models/InstagramLinkTests.swift @@ -2,7 +2,7 @@ // InstagramLinkTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/LanguageTests.swift b/Tests/TMDbTests/Models/LanguageTests.swift index 54b3a929..067faf46 100644 --- a/Tests/TMDbTests/Models/LanguageTests.swift +++ b/Tests/TMDbTests/Models/LanguageTests.swift @@ -2,7 +2,7 @@ // LanguageTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/MediaPageableListTests.swift b/Tests/TMDbTests/Models/MediaPageableListTests.swift index 1f724e98..9be511cf 100644 --- a/Tests/TMDbTests/Models/MediaPageableListTests.swift +++ b/Tests/TMDbTests/Models/MediaPageableListTests.swift @@ -2,7 +2,7 @@ // MediaPageableListTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/MediaTests.swift b/Tests/TMDbTests/Models/MediaTests.swift index 5dc3133a..f38af97a 100644 --- a/Tests/TMDbTests/Models/MediaTests.swift +++ b/Tests/TMDbTests/Models/MediaTests.swift @@ -2,7 +2,7 @@ // MediaTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/MovieExternalLinksCollectionTests.swift b/Tests/TMDbTests/Models/MovieExternalLinksCollectionTests.swift index 4900d061..72575201 100644 --- a/Tests/TMDbTests/Models/MovieExternalLinksCollectionTests.swift +++ b/Tests/TMDbTests/Models/MovieExternalLinksCollectionTests.swift @@ -2,7 +2,7 @@ // MovieExternalLinksCollectionTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/MoviePageableListTests.swift b/Tests/TMDbTests/Models/MoviePageableListTests.swift index 5faa6fd9..3e39cad3 100644 --- a/Tests/TMDbTests/Models/MoviePageableListTests.swift +++ b/Tests/TMDbTests/Models/MoviePageableListTests.swift @@ -2,7 +2,7 @@ // MoviePageableListTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/MovieTests.swift b/Tests/TMDbTests/Models/MovieTests.swift index 09898b77..bea05efb 100644 --- a/Tests/TMDbTests/Models/MovieTests.swift +++ b/Tests/TMDbTests/Models/MovieTests.swift @@ -2,7 +2,7 @@ // MovieTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/NetworkTests.swift b/Tests/TMDbTests/Models/NetworkTests.swift index b3091057..b8609905 100644 --- a/Tests/TMDbTests/Models/NetworkTests.swift +++ b/Tests/TMDbTests/Models/NetworkTests.swift @@ -2,7 +2,7 @@ // NetworkTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/PageableListResultTests.swift b/Tests/TMDbTests/Models/PageableListResultTests.swift index 731d113a..8ffc0bb5 100644 --- a/Tests/TMDbTests/Models/PageableListResultTests.swift +++ b/Tests/TMDbTests/Models/PageableListResultTests.swift @@ -2,7 +2,7 @@ // PageableListResultTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift b/Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift index 05819118..c82d04f5 100644 --- a/Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift +++ b/Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift @@ -2,7 +2,7 @@ // PersonCombinedCreditsTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/PersonExternalLinksCollectionTests.swift b/Tests/TMDbTests/Models/PersonExternalLinksCollectionTests.swift index bc5e6c7c..0b332fe1 100644 --- a/Tests/TMDbTests/Models/PersonExternalLinksCollectionTests.swift +++ b/Tests/TMDbTests/Models/PersonExternalLinksCollectionTests.swift @@ -2,7 +2,7 @@ // PersonExternalLinksCollectionTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/PersonImageCollectionTests.swift b/Tests/TMDbTests/Models/PersonImageCollectionTests.swift index e75429a3..935bb401 100644 --- a/Tests/TMDbTests/Models/PersonImageCollectionTests.swift +++ b/Tests/TMDbTests/Models/PersonImageCollectionTests.swift @@ -2,7 +2,7 @@ // PersonImageCollectionTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/PersonMovieCreditsTests.swift b/Tests/TMDbTests/Models/PersonMovieCreditsTests.swift index 1ba9bead..98f9d17b 100644 --- a/Tests/TMDbTests/Models/PersonMovieCreditsTests.swift +++ b/Tests/TMDbTests/Models/PersonMovieCreditsTests.swift @@ -2,7 +2,7 @@ // PersonMovieCreditsTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/PersonPageableListTests.swift b/Tests/TMDbTests/Models/PersonPageableListTests.swift index 921bc5f8..3c284ca7 100644 --- a/Tests/TMDbTests/Models/PersonPageableListTests.swift +++ b/Tests/TMDbTests/Models/PersonPageableListTests.swift @@ -2,7 +2,7 @@ // PersonPageableListTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift b/Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift index 03c335fa..ddb8b73e 100644 --- a/Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift +++ b/Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift @@ -2,7 +2,7 @@ // PersonTVSeriesCreditsTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/PersonTests.swift b/Tests/TMDbTests/Models/PersonTests.swift index 78abcef5..e686c764 100644 --- a/Tests/TMDbTests/Models/PersonTests.swift +++ b/Tests/TMDbTests/Models/PersonTests.swift @@ -2,7 +2,7 @@ // PersonTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ProductionCompanyTests.swift b/Tests/TMDbTests/Models/ProductionCompanyTests.swift index 11f23744..3b5ab970 100644 --- a/Tests/TMDbTests/Models/ProductionCompanyTests.swift +++ b/Tests/TMDbTests/Models/ProductionCompanyTests.swift @@ -2,7 +2,7 @@ // ProductionCompanyTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ProductionCountryTests.swift b/Tests/TMDbTests/Models/ProductionCountryTests.swift index 02d1c5cc..2ee783f0 100644 --- a/Tests/TMDbTests/Models/ProductionCountryTests.swift +++ b/Tests/TMDbTests/Models/ProductionCountryTests.swift @@ -2,7 +2,7 @@ // ProductionCountryTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ReviewPageableListTests.swift b/Tests/TMDbTests/Models/ReviewPageableListTests.swift index 329ced69..ee7b3c76 100644 --- a/Tests/TMDbTests/Models/ReviewPageableListTests.swift +++ b/Tests/TMDbTests/Models/ReviewPageableListTests.swift @@ -2,7 +2,7 @@ // ReviewPageableListTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ReviewTests.swift b/Tests/TMDbTests/Models/ReviewTests.swift index ace6c1df..6124b5ce 100644 --- a/Tests/TMDbTests/Models/ReviewTests.swift +++ b/Tests/TMDbTests/Models/ReviewTests.swift @@ -2,7 +2,7 @@ // ReviewTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ShowCreditsTests.swift b/Tests/TMDbTests/Models/ShowCreditsTests.swift index fe35d9ce..8b19b4c7 100644 --- a/Tests/TMDbTests/Models/ShowCreditsTests.swift +++ b/Tests/TMDbTests/Models/ShowCreditsTests.swift @@ -2,7 +2,7 @@ // ShowCreditsTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/ShowTests.swift b/Tests/TMDbTests/Models/ShowTests.swift index 335e2dff..deb9955e 100644 --- a/Tests/TMDbTests/Models/ShowTests.swift +++ b/Tests/TMDbTests/Models/ShowTests.swift @@ -2,7 +2,7 @@ // ShowTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/SpokenLanguageTests.swift b/Tests/TMDbTests/Models/SpokenLanguageTests.swift index d364837f..f7cb71eb 100644 --- a/Tests/TMDbTests/Models/SpokenLanguageTests.swift +++ b/Tests/TMDbTests/Models/SpokenLanguageTests.swift @@ -2,7 +2,7 @@ // SpokenLanguageTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/StatusTests.swift b/Tests/TMDbTests/Models/StatusTests.swift index 8afd1424..cc126cc7 100644 --- a/Tests/TMDbTests/Models/StatusTests.swift +++ b/Tests/TMDbTests/Models/StatusTests.swift @@ -2,7 +2,7 @@ // StatusTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift b/Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift index 8a683e88..c17d5ec2 100644 --- a/Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift +++ b/Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift @@ -2,7 +2,7 @@ // TVEpisodeImageCollectionTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/TVEpisodeTests.swift b/Tests/TMDbTests/Models/TVEpisodeTests.swift index 93221257..cbd541bb 100644 --- a/Tests/TMDbTests/Models/TVEpisodeTests.swift +++ b/Tests/TMDbTests/Models/TVEpisodeTests.swift @@ -2,7 +2,7 @@ // TVEpisodeTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/TVSeasonTests.swift b/Tests/TMDbTests/Models/TVSeasonTests.swift index 82194c76..997030dc 100644 --- a/Tests/TMDbTests/Models/TVSeasonTests.swift +++ b/Tests/TMDbTests/Models/TVSeasonTests.swift @@ -2,7 +2,7 @@ // TVSeasonTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/TVSeriesExternalLinksCollectionTests.swift b/Tests/TMDbTests/Models/TVSeriesExternalLinksCollectionTests.swift index 901e243e..7a859c76 100644 --- a/Tests/TMDbTests/Models/TVSeriesExternalLinksCollectionTests.swift +++ b/Tests/TMDbTests/Models/TVSeriesExternalLinksCollectionTests.swift @@ -2,7 +2,7 @@ // TVSeriesExternalLinksCollectionTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/TVSeriesPageableListTests.swift b/Tests/TMDbTests/Models/TVSeriesPageableListTests.swift index 6e5cc325..145f74da 100644 --- a/Tests/TMDbTests/Models/TVSeriesPageableListTests.swift +++ b/Tests/TMDbTests/Models/TVSeriesPageableListTests.swift @@ -2,7 +2,7 @@ // TVSeriesPageableListTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/TVSeriesTests.swift b/Tests/TMDbTests/Models/TVSeriesTests.swift index 190e9164..349baf80 100644 --- a/Tests/TMDbTests/Models/TVSeriesTests.swift +++ b/Tests/TMDbTests/Models/TVSeriesTests.swift @@ -2,7 +2,7 @@ // TVSeriesTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/TikTokLinkTests.swift b/Tests/TMDbTests/Models/TikTokLinkTests.swift index fd660b10..c17bd86f 100644 --- a/Tests/TMDbTests/Models/TikTokLinkTests.swift +++ b/Tests/TMDbTests/Models/TikTokLinkTests.swift @@ -2,7 +2,7 @@ // TikTokLinkTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/TwitterLinkTests.swift b/Tests/TMDbTests/Models/TwitterLinkTests.swift index 4794e7a9..081c391f 100644 --- a/Tests/TMDbTests/Models/TwitterLinkTests.swift +++ b/Tests/TMDbTests/Models/TwitterLinkTests.swift @@ -2,7 +2,7 @@ // TwitterLinkTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/VideoCollectionTests.swift b/Tests/TMDbTests/Models/VideoCollectionTests.swift index 6326eea7..7aa6fc74 100644 --- a/Tests/TMDbTests/Models/VideoCollectionTests.swift +++ b/Tests/TMDbTests/Models/VideoCollectionTests.swift @@ -2,7 +2,7 @@ // VideoCollectionTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/VideoMetadataTests.swift b/Tests/TMDbTests/Models/VideoMetadataTests.swift index b96ca887..97815fb0 100644 --- a/Tests/TMDbTests/Models/VideoMetadataTests.swift +++ b/Tests/TMDbTests/Models/VideoMetadataTests.swift @@ -2,7 +2,7 @@ // VideoMetadataTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/VideoSizeTests.swift b/Tests/TMDbTests/Models/VideoSizeTests.swift index 8c5e6c0b..4b3a8d1c 100644 --- a/Tests/TMDbTests/Models/VideoSizeTests.swift +++ b/Tests/TMDbTests/Models/VideoSizeTests.swift @@ -2,7 +2,7 @@ // VideoSizeTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/VideoTypeTests.swift b/Tests/TMDbTests/Models/VideoTypeTests.swift index b1470865..dbfaa132 100644 --- a/Tests/TMDbTests/Models/VideoTypeTests.swift +++ b/Tests/TMDbTests/Models/VideoTypeTests.swift @@ -2,7 +2,7 @@ // VideoTypeTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/WatchProviderRegionsTests.swift b/Tests/TMDbTests/Models/WatchProviderRegionsTests.swift index f64bc447..d7a89dae 100644 --- a/Tests/TMDbTests/Models/WatchProviderRegionsTests.swift +++ b/Tests/TMDbTests/Models/WatchProviderRegionsTests.swift @@ -2,7 +2,7 @@ // WatchProviderRegionsTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/WatchProviderResultTests.swift b/Tests/TMDbTests/Models/WatchProviderResultTests.swift index c1973175..a7e3ed13 100644 --- a/Tests/TMDbTests/Models/WatchProviderResultTests.swift +++ b/Tests/TMDbTests/Models/WatchProviderResultTests.swift @@ -2,7 +2,7 @@ // WatchProviderResultTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/WatchProviderTests.swift b/Tests/TMDbTests/Models/WatchProviderTests.swift index fa885034..4408ea8d 100644 --- a/Tests/TMDbTests/Models/WatchProviderTests.swift +++ b/Tests/TMDbTests/Models/WatchProviderTests.swift @@ -2,7 +2,7 @@ // WatchProviderTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Models/WikiDataLinkTests.swift b/Tests/TMDbTests/Models/WikiDataLinkTests.swift index 90240e03..56f4d9fe 100644 --- a/Tests/TMDbTests/Models/WikiDataLinkTests.swift +++ b/Tests/TMDbTests/Models/WikiDataLinkTests.swift @@ -2,7 +2,7 @@ // WikiDataLinkTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift b/Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift index a048ee52..883ee5cd 100644 --- a/Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift +++ b/Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift @@ -2,7 +2,7 @@ // MoviesEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Movies/MovieServiceTests.swift b/Tests/TMDbTests/Movies/MovieServiceTests.swift index 8f068a3a..9b595f11 100644 --- a/Tests/TMDbTests/Movies/MovieServiceTests.swift +++ b/Tests/TMDbTests/Movies/MovieServiceTests.swift @@ -2,7 +2,7 @@ // MovieServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift b/Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift index 9c2a0b5b..92431173 100644 --- a/Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift +++ b/Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift @@ -2,7 +2,7 @@ // SerialiserTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift b/Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift index dadcafb4..1c0c77e9 100644 --- a/Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift +++ b/Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift @@ -2,7 +2,7 @@ // TMDbAPIClientTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift b/Tests/TMDbTests/Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift index db6da6e9..bda47f03 100644 --- a/Tests/TMDbTests/Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift +++ b/Tests/TMDbTests/Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift @@ -2,7 +2,7 @@ // TMDbAPIErrorHTTPStatusCodeTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Networking/APIClient/TMDbStatusResponseTests.swift b/Tests/TMDbTests/Networking/APIClient/TMDbStatusResponseTests.swift index 6f2ceb88..cdafeb3a 100644 --- a/Tests/TMDbTests/Networking/APIClient/TMDbStatusResponseTests.swift +++ b/Tests/TMDbTests/Networking/APIClient/TMDbStatusResponseTests.swift @@ -2,7 +2,7 @@ // TMDbStatusResponseTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Networking/HTTPClient/URLSessionHTTPClientAdapterTests.swift b/Tests/TMDbTests/Networking/HTTPClient/URLSessionHTTPClientAdapterTests.swift index 0da4d36f..ba9366ad 100644 --- a/Tests/TMDbTests/Networking/HTTPClient/URLSessionHTTPClientAdapterTests.swift +++ b/Tests/TMDbTests/Networking/HTTPClient/URLSessionHTTPClientAdapterTests.swift @@ -2,7 +2,7 @@ // URLSessionHTTPClientAdapterTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift b/Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift index daa16a0a..561de5de 100644 --- a/Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift +++ b/Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift @@ -2,7 +2,7 @@ // HTTPMockClient.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift b/Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift index 17bf9807..1effeb3b 100644 --- a/Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift +++ b/Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift @@ -2,7 +2,7 @@ // MockURLProtocol.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift b/Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift index da100d05..c329c94e 100644 --- a/Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift +++ b/Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift @@ -2,7 +2,7 @@ // PeopleEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/People/PersonServiceTests.swift b/Tests/TMDbTests/People/PersonServiceTests.swift index b0b60456..f8f84177 100644 --- a/Tests/TMDbTests/People/PersonServiceTests.swift +++ b/Tests/TMDbTests/People/PersonServiceTests.swift @@ -2,7 +2,7 @@ // PersonServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift b/Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift index b220747a..da721a06 100644 --- a/Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift +++ b/Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift @@ -2,7 +2,7 @@ // SearchEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Search/SearchServiceTests.swift b/Tests/TMDbTests/Search/SearchServiceTests.swift index 2f4ea598..3a232db7 100644 --- a/Tests/TMDbTests/Search/SearchServiceTests.swift +++ b/Tests/TMDbTests/Search/SearchServiceTests.swift @@ -2,7 +2,7 @@ // SearchServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/TMDbTests.swift b/Tests/TMDbTests/TMDbTests.swift index b3273738..31b52253 100644 --- a/Tests/TMDbTests/TMDbTests.swift +++ b/Tests/TMDbTests/TMDbTests.swift @@ -2,7 +2,7 @@ // TMDbTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift b/Tests/TMDbTests/TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift index ffde659a..bf9c2d8f 100644 --- a/Tests/TMDbTests/TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift +++ b/Tests/TMDbTests/TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift @@ -2,7 +2,7 @@ // TVEpisodesEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift b/Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift index e3b1a238..325989b9 100644 --- a/Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift +++ b/Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift @@ -2,7 +2,7 @@ // TVEpisodeServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift b/Tests/TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift index 6bcf697f..d51dd7f2 100644 --- a/Tests/TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift +++ b/Tests/TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift @@ -2,7 +2,7 @@ // TVSeasonsEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift b/Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift index cbfe9a5e..b7dddbcd 100644 --- a/Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift +++ b/Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift @@ -2,7 +2,7 @@ // TVSeasonServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift b/Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift index 1f41f2c4..626575c3 100644 --- a/Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift +++ b/Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift @@ -2,7 +2,7 @@ // TVSeriesEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift b/Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift index 49db4a32..e6c21b60 100644 --- a/Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift +++ b/Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift @@ -2,7 +2,7 @@ // TVSeriesServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift b/Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift index d01eeffb..221e400b 100644 --- a/Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift +++ b/Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift @@ -2,7 +2,7 @@ // TrendingEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Trending/TrendingServiceTests.swift b/Tests/TMDbTests/Trending/TrendingServiceTests.swift index 195660cf..5d2171a3 100644 --- a/Tests/TMDbTests/Trending/TrendingServiceTests.swift +++ b/Tests/TMDbTests/Trending/TrendingServiceTests.swift @@ -2,7 +2,7 @@ // TrendingServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift b/Tests/TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift index 456bafe4..104b8e9a 100644 --- a/Tests/TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift +++ b/Tests/TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift @@ -2,7 +2,7 @@ // TrendingTimeWindowFilterTypeTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/WatchProviders/Endpoints/WatchProviderEndpointTests.swift b/Tests/TMDbTests/WatchProviders/Endpoints/WatchProviderEndpointTests.swift index bb6eeab4..6d326252 100644 --- a/Tests/TMDbTests/WatchProviders/Endpoints/WatchProviderEndpointTests.swift +++ b/Tests/TMDbTests/WatchProviders/Endpoints/WatchProviderEndpointTests.swift @@ -2,7 +2,7 @@ // WatchProviderEndpointTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift b/Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift index 9aef2e54..75db4452 100644 --- a/Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift +++ b/Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift @@ -2,7 +2,7 @@ // WatchProviderServiceTests.swift // TMDb // -// Copyright © 2023 Adam Young. +// Copyright © 2024 Adam Young. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.