From c5c143edf276000c53d199184ffd2f68c9e1a389 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 28 Nov 2023 11:13:44 +0000 Subject: [PATCH] Update file headers --- .swiftformat | 2 +- Sources/TMDb/Certifications/CertificationService.swift | 2 +- .../TMDb/Certifications/Endpoints/CertificationsEndpoint.swift | 2 +- Sources/TMDb/Company/CompanyService.swift | 2 +- Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift | 2 +- Sources/TMDb/Configuration/ConfigurationService.swift | 2 +- Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift | 2 +- Sources/TMDb/Discover/DiscoverService.swift | 2 +- Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift | 2 +- Sources/TMDb/Extensions/DateFormatter+TMDb.swift | 2 +- Sources/TMDb/Extensions/JSONDecoder+TMDb.swift | 2 +- Sources/TMDb/Extensions/Sequence+Uniqued.swift | 2 +- Sources/TMDb/Extensions/URL+QueryItem.swift | 2 +- Sources/TMDb/Extensions/URL+TMDb.swift | 2 +- Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift | 2 +- Sources/TMDb/Genres/GenreService.swift | 2 +- Sources/TMDb/Models/APIConfiguration.swift | 2 +- Sources/TMDb/Models/CastMember.swift | 2 +- Sources/TMDb/Models/Certification.swift | 2 +- Sources/TMDb/Models/Certifications.swift | 2 +- Sources/TMDb/Models/Company.swift | 2 +- Sources/TMDb/Models/Country.swift | 2 +- Sources/TMDb/Models/CrewMember.swift | 2 +- Sources/TMDb/Models/Department.swift | 2 +- Sources/TMDb/Models/Gender.swift | 2 +- Sources/TMDb/Models/Genre.swift | 2 +- Sources/TMDb/Models/GenreList.swift | 2 +- Sources/TMDb/Models/ImageCollection.swift | 2 +- Sources/TMDb/Models/ImageMetadata.swift | 2 +- Sources/TMDb/Models/ImagesConfiguration+URLs.swift | 2 +- Sources/TMDb/Models/ImagesConfiguration.swift | 2 +- Sources/TMDb/Models/Language.swift | 2 +- Sources/TMDb/Models/Media.swift | 2 +- Sources/TMDb/Models/MediaPageableList.swift | 2 +- Sources/TMDb/Models/Movie.swift | 2 +- Sources/TMDb/Models/MoviePageableList.swift | 2 +- Sources/TMDb/Models/MovieSort.swift | 2 +- Sources/TMDb/Models/Network.swift | 2 +- Sources/TMDb/Models/PageableListResult.swift | 2 +- Sources/TMDb/Models/Person.swift | 2 +- Sources/TMDb/Models/PersonCombinedCredits.swift | 2 +- Sources/TMDb/Models/PersonImageCollection.swift | 2 +- Sources/TMDb/Models/PersonMovieCredits.swift | 2 +- Sources/TMDb/Models/PersonPageableList.swift | 2 +- Sources/TMDb/Models/PersonTVSeriesCredits.swift | 2 +- Sources/TMDb/Models/ProductionCompany.swift | 2 +- Sources/TMDb/Models/ProductionCountry.swift | 2 +- Sources/TMDb/Models/Review.swift | 2 +- Sources/TMDb/Models/ReviewPageableList.swift | 2 +- Sources/TMDb/Models/Show.swift | 2 +- Sources/TMDb/Models/ShowCredits.swift | 2 +- Sources/TMDb/Models/ShowWatchProviderResult.swift | 2 +- Sources/TMDb/Models/SpokenLanguage.swift | 2 +- Sources/TMDb/Models/Status.swift | 2 +- Sources/TMDb/Models/TMDbError+TMDbAPIError.swift | 2 +- Sources/TMDb/Models/TMDbError.swift | 2 +- Sources/TMDb/Models/TVEpisode.swift | 2 +- Sources/TMDb/Models/TVEpisodeImageCollection.swift | 2 +- Sources/TMDb/Models/TVSeason.swift | 2 +- Sources/TMDb/Models/TVSeasonImageCollection.swift | 2 +- Sources/TMDb/Models/TVSeries.swift | 2 +- Sources/TMDb/Models/TVSeriesPageableList.swift | 2 +- Sources/TMDb/Models/TVSeriesSort.swift | 2 +- Sources/TMDb/Models/VideoCollection.swift | 2 +- Sources/TMDb/Models/VideoMetadata.swift | 2 +- Sources/TMDb/Models/VideoSize.swift | 2 +- Sources/TMDb/Models/VideoType.swift | 2 +- Sources/TMDb/Models/WatchProvider.swift | 2 +- Sources/TMDb/Models/WatchProviderRegions.swift | 2 +- Sources/TMDb/Models/WatchProviderResult.swift | 2 +- Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift | 2 +- Sources/TMDb/Movies/MovieService.swift | 2 +- Sources/TMDb/Networking/APIClient/APIClient.swift | 2 +- Sources/TMDb/Networking/APIClient/Endpoint.swift | 2 +- Sources/TMDb/Networking/APIClient/HTTPResponse.swift | 2 +- Sources/TMDb/Networking/APIClient/Serialiser.swift | 2 +- Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift | 2 +- .../TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift | 2 +- Sources/TMDb/Networking/APIClient/TMDbAPIError.swift | 2 +- Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift | 2 +- Sources/TMDb/Networking/HTTPClient/HTTPClient.swift | 2 +- .../Networking/HTTPClient/URLSessionHTTPClientAdapter.swift | 2 +- Sources/TMDb/People/Endpoints/PeopleEndpoint.swift | 2 +- Sources/TMDb/People/PersonService.swift | 2 +- Sources/TMDb/Search/Endpoints/SearchEndpoint.swift | 2 +- Sources/TMDb/Search/SearchService.swift | 2 +- Sources/TMDb/TMDb.swift | 2 +- Sources/TMDb/TMDbConfiguration.swift | 2 +- Sources/TMDb/TMDbFactory.swift | 2 +- Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift | 2 +- Sources/TMDb/TVEpisodes/TVEpisodeService.swift | 2 +- Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift | 2 +- Sources/TMDb/TVSeasons/TVSeasonService.swift | 2 +- Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift | 2 +- Sources/TMDb/TVSeries/TVSeriesService.swift | 2 +- Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift | 2 +- Sources/TMDb/Trending/TrendingService.swift | 2 +- Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift | 2 +- .../TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift | 2 +- Sources/TMDb/WatchProviders/WatchProviderService.swift | 2 +- Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift | 2 +- Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift | 2 +- Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift | 2 +- Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift | 2 +- Tests/TMDbIntegrationTests/GenreIntegrationTests.swift | 2 +- Tests/TMDbIntegrationTests/MovieIntegrationTests.swift | 2 +- Tests/TMDbIntegrationTests/PersonIntegrationTests.swift | 2 +- Tests/TMDbIntegrationTests/SearchIntegrationTests.swift | 2 +- Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift | 2 +- Tests/TMDbIntegrationTests/TVSeasonService.swift | 2 +- Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift | 2 +- Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift | 2 +- .../TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift | 2 +- Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift | 2 +- Tests/TMDbTests/Certifications/CertificationServiceTests.swift | 2 +- .../Certifications/Endpoints/CertificationsEndpointTests.swift | 2 +- Tests/TMDbTests/Company/CompanyServiceTests.swift | 2 +- Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift | 2 +- Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift | 2 +- .../Configuration/Endpoints/ConfigurationEndpointTests.swift | 2 +- Tests/TMDbTests/Discover/DiscoverServiceTests.swift | 2 +- Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift | 2 +- Tests/TMDbTests/Discover/MovieSortTests.swift | 2 +- Tests/TMDbTests/Discover/TVSeriesSortTests.swift | 2 +- Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift | 2 +- Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift | 2 +- Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift | 2 +- Tests/TMDbTests/Extensions/URL+QueryItemTests.swift | 2 +- Tests/TMDbTests/Extensions/URL+TMDbTests.swift | 2 +- Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift | 2 +- Tests/TMDbTests/Genres/GenreServiceTests.swift | 2 +- Tests/TMDbTests/Helpers/Data+LoadFromFile.swift | 2 +- Tests/TMDbTests/Helpers/Date+RandomDate.swift | 2 +- Tests/TMDbTests/Helpers/Int+RandomID.swift | 2 +- Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift | 2 +- Tests/TMDbTests/Helpers/String+RandomID.swift | 2 +- Tests/TMDbTests/Mocks/Client/MockAPIClient.swift | 2 +- Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Company+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Country+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Department+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Language+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Media+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Person+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/Review+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift | 2 +- .../TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift | 2 +- .../TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift | 2 +- .../TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift | 2 +- Tests/TMDbTests/Mocks/URL+Mocks.swift | 2 +- Tests/TMDbTests/Models/APIConfigurationTests.swift | 2 +- Tests/TMDbTests/Models/CastMemberTests.swift | 2 +- Tests/TMDbTests/Models/CertificationTests.swift | 2 +- Tests/TMDbTests/Models/CertificationsTests.swift | 2 +- Tests/TMDbTests/Models/CompanyTests.swift | 2 +- Tests/TMDbTests/Models/CountryTests.swift | 2 +- Tests/TMDbTests/Models/CrewMemberTests.swift | 2 +- Tests/TMDbTests/Models/DepartmentTests.swift | 2 +- Tests/TMDbTests/Models/GenderTests.swift | 2 +- Tests/TMDbTests/Models/GenreListTests.swift | 2 +- Tests/TMDbTests/Models/GenreTests.swift | 2 +- Tests/TMDbTests/Models/ImageCollectionTests.swift | 2 +- Tests/TMDbTests/Models/ImageMetadataTests.swift | 2 +- Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift | 2 +- Tests/TMDbTests/Models/ImagesConfigurationTests.swift | 2 +- Tests/TMDbTests/Models/LanguageTests.swift | 2 +- Tests/TMDbTests/Models/MediaPageableListTests.swift | 2 +- Tests/TMDbTests/Models/MediaTests.swift | 2 +- Tests/TMDbTests/Models/MoviePageableListTests.swift | 2 +- Tests/TMDbTests/Models/MovieTests.swift | 2 +- Tests/TMDbTests/Models/NetworkTests.swift | 2 +- Tests/TMDbTests/Models/PageableListResultTests.swift | 2 +- Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift | 2 +- Tests/TMDbTests/Models/PersonImageCollectionTests.swift | 2 +- Tests/TMDbTests/Models/PersonMovieCreditsTests.swift | 2 +- Tests/TMDbTests/Models/PersonPageableListTests.swift | 2 +- Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift | 2 +- Tests/TMDbTests/Models/PersonTests.swift | 2 +- Tests/TMDbTests/Models/ProductionCompanyTests.swift | 2 +- Tests/TMDbTests/Models/ProductionCountryTests.swift | 2 +- Tests/TMDbTests/Models/ReviewPageableListTests.swift | 2 +- Tests/TMDbTests/Models/ReviewTests.swift | 2 +- Tests/TMDbTests/Models/ShowCreditsTests.swift | 2 +- Tests/TMDbTests/Models/ShowTests.swift | 2 +- Tests/TMDbTests/Models/SpokenLanguageTests.swift | 2 +- Tests/TMDbTests/Models/StatusTests.swift | 2 +- Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift | 2 +- Tests/TMDbTests/Models/TVEpisodeTests.swift | 2 +- Tests/TMDbTests/Models/TVSeasonTests.swift | 2 +- Tests/TMDbTests/Models/TVSeriesPageableListTests.swift | 2 +- Tests/TMDbTests/Models/TVSeriesTests.swift | 2 +- Tests/TMDbTests/Models/VideoCollectionTests.swift | 2 +- Tests/TMDbTests/Models/VideoMetadataTests.swift | 2 +- Tests/TMDbTests/Models/VideoSizeTests.swift | 2 +- Tests/TMDbTests/Models/VideoTypeTests.swift | 2 +- Tests/TMDbTests/Models/WatchProviderRegionsTests.swift | 2 +- Tests/TMDbTests/Models/WatchProviderResultTests.swift | 2 +- Tests/TMDbTests/Models/WatchProviderTests.swift | 2 +- Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift | 2 +- Tests/TMDbTests/Movies/MovieServiceTests.swift | 2 +- Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift | 2 +- Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift | 2 +- .../Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift | 2 +- .../Networking/APIClient/TMDbStatusResponseTests.swift | 2 +- .../HTTPClient/URLSessionHTTPClientAdapterTests.swift | 2 +- Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift | 2 +- Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift | 2 +- Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift | 2 +- Tests/TMDbTests/People/PersonServiceTests.swift | 2 +- Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift | 2 +- Tests/TMDbTests/Search/SearchServiceTests.swift | 2 +- Tests/TMDbTests/TMDbTests.swift | 2 +- .../TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift | 2 +- Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift | 2 +- .../TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift | 2 +- Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift | 2 +- Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift | 2 +- Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift | 2 +- Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift | 2 +- Tests/TMDbTests/Trending/TrendingServiceTests.swift | 2 +- .../TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift | 2 +- .../WatchProviders/Endpoints/WatchProviderEndpointTests.swift | 2 +- Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift | 2 +- 254 files changed, 254 insertions(+), 254 deletions(-) diff --git a/.swiftformat b/.swiftformat index 3bc86ff1..b8ae05aa 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 © 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 diff --git a/Sources/TMDb/Certifications/CertificationService.swift b/Sources/TMDb/Certifications/CertificationService.swift index 604a7434..fbd87368 100644 --- a/Sources/TMDb/Certifications/CertificationService.swift +++ b/Sources/TMDb/Certifications/CertificationService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift b/Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift index f296356b..08638b2b 100644 --- a/Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift +++ b/Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Company/CompanyService.swift b/Sources/TMDb/Company/CompanyService.swift index 5b909785..cae3ef4a 100644 --- a/Sources/TMDb/Company/CompanyService.swift +++ b/Sources/TMDb/Company/CompanyService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift b/Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift index d9c76cfe..cd0ec9a3 100644 --- a/Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift +++ b/Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Configuration/ConfigurationService.swift b/Sources/TMDb/Configuration/ConfigurationService.swift index fa201e4a..eb8c487d 100644 --- a/Sources/TMDb/Configuration/ConfigurationService.swift +++ b/Sources/TMDb/Configuration/ConfigurationService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift b/Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift index 30a91333..e9a3e75e 100644 --- a/Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift +++ b/Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Discover/DiscoverService.swift b/Sources/TMDb/Discover/DiscoverService.swift index e22733a0..e937e5b8 100644 --- a/Sources/TMDb/Discover/DiscoverService.swift +++ b/Sources/TMDb/Discover/DiscoverService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift b/Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift index 39e11972..71da5ea8 100644 --- a/Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift +++ b/Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Extensions/DateFormatter+TMDb.swift b/Sources/TMDb/Extensions/DateFormatter+TMDb.swift index 321ac041..6c3fce5b 100644 --- a/Sources/TMDb/Extensions/DateFormatter+TMDb.swift +++ b/Sources/TMDb/Extensions/DateFormatter+TMDb.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Extensions/JSONDecoder+TMDb.swift b/Sources/TMDb/Extensions/JSONDecoder+TMDb.swift index 8b526bf3..04f3df9c 100644 --- a/Sources/TMDb/Extensions/JSONDecoder+TMDb.swift +++ b/Sources/TMDb/Extensions/JSONDecoder+TMDb.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Extensions/Sequence+Uniqued.swift b/Sources/TMDb/Extensions/Sequence+Uniqued.swift index 6506d292..742aa4ae 100644 --- a/Sources/TMDb/Extensions/Sequence+Uniqued.swift +++ b/Sources/TMDb/Extensions/Sequence+Uniqued.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Extensions/URL+QueryItem.swift b/Sources/TMDb/Extensions/URL+QueryItem.swift index d0446a85..b1702dbd 100644 --- a/Sources/TMDb/Extensions/URL+QueryItem.swift +++ b/Sources/TMDb/Extensions/URL+QueryItem.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Extensions/URL+TMDb.swift b/Sources/TMDb/Extensions/URL+TMDb.swift index 161b6397..b2aa3e41 100644 --- a/Sources/TMDb/Extensions/URL+TMDb.swift +++ b/Sources/TMDb/Extensions/URL+TMDb.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift b/Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift index 5010ace2..65498b01 100644 --- a/Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift +++ b/Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Genres/GenreService.swift b/Sources/TMDb/Genres/GenreService.swift index ba351ca6..5fb4b167 100644 --- a/Sources/TMDb/Genres/GenreService.swift +++ b/Sources/TMDb/Genres/GenreService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/APIConfiguration.swift b/Sources/TMDb/Models/APIConfiguration.swift index 8df46f24..c189877a 100644 --- a/Sources/TMDb/Models/APIConfiguration.swift +++ b/Sources/TMDb/Models/APIConfiguration.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/CastMember.swift b/Sources/TMDb/Models/CastMember.swift index 0890127e..80b8dce2 100644 --- a/Sources/TMDb/Models/CastMember.swift +++ b/Sources/TMDb/Models/CastMember.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Certification.swift b/Sources/TMDb/Models/Certification.swift index 3e4e9d8b..b63fd914 100644 --- a/Sources/TMDb/Models/Certification.swift +++ b/Sources/TMDb/Models/Certification.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Certifications.swift b/Sources/TMDb/Models/Certifications.swift index 007c6493..94b4b171 100644 --- a/Sources/TMDb/Models/Certifications.swift +++ b/Sources/TMDb/Models/Certifications.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Company.swift b/Sources/TMDb/Models/Company.swift index 2ea7475a..73957a62 100644 --- a/Sources/TMDb/Models/Company.swift +++ b/Sources/TMDb/Models/Company.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Country.swift b/Sources/TMDb/Models/Country.swift index 2396571d..a1f6e4bb 100644 --- a/Sources/TMDb/Models/Country.swift +++ b/Sources/TMDb/Models/Country.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/CrewMember.swift b/Sources/TMDb/Models/CrewMember.swift index ca49cd69..e8cb4dfe 100644 --- a/Sources/TMDb/Models/CrewMember.swift +++ b/Sources/TMDb/Models/CrewMember.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Department.swift b/Sources/TMDb/Models/Department.swift index 8db49173..347c2e3d 100644 --- a/Sources/TMDb/Models/Department.swift +++ b/Sources/TMDb/Models/Department.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Gender.swift b/Sources/TMDb/Models/Gender.swift index 693cd86b..c8007807 100644 --- a/Sources/TMDb/Models/Gender.swift +++ b/Sources/TMDb/Models/Gender.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Genre.swift b/Sources/TMDb/Models/Genre.swift index ff79238f..fc798cc4 100644 --- a/Sources/TMDb/Models/Genre.swift +++ b/Sources/TMDb/Models/Genre.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/GenreList.swift b/Sources/TMDb/Models/GenreList.swift index c5b0188e..b9dc44d3 100644 --- a/Sources/TMDb/Models/GenreList.swift +++ b/Sources/TMDb/Models/GenreList.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ImageCollection.swift b/Sources/TMDb/Models/ImageCollection.swift index b0a10130..16f7ebfe 100644 --- a/Sources/TMDb/Models/ImageCollection.swift +++ b/Sources/TMDb/Models/ImageCollection.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ImageMetadata.swift b/Sources/TMDb/Models/ImageMetadata.swift index ddfab333..e36a0aad 100644 --- a/Sources/TMDb/Models/ImageMetadata.swift +++ b/Sources/TMDb/Models/ImageMetadata.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ImagesConfiguration+URLs.swift b/Sources/TMDb/Models/ImagesConfiguration+URLs.swift index 8cbe2b4e..67ae1f0b 100644 --- a/Sources/TMDb/Models/ImagesConfiguration+URLs.swift +++ b/Sources/TMDb/Models/ImagesConfiguration+URLs.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ImagesConfiguration.swift b/Sources/TMDb/Models/ImagesConfiguration.swift index 7954ede8..f4561ab2 100644 --- a/Sources/TMDb/Models/ImagesConfiguration.swift +++ b/Sources/TMDb/Models/ImagesConfiguration.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Language.swift b/Sources/TMDb/Models/Language.swift index 17869cde..01ea3b5f 100644 --- a/Sources/TMDb/Models/Language.swift +++ b/Sources/TMDb/Models/Language.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Media.swift b/Sources/TMDb/Models/Media.swift index eb1eff00..e5d47942 100644 --- a/Sources/TMDb/Models/Media.swift +++ b/Sources/TMDb/Models/Media.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/MediaPageableList.swift b/Sources/TMDb/Models/MediaPageableList.swift index 39851ec1..2852b139 100644 --- a/Sources/TMDb/Models/MediaPageableList.swift +++ b/Sources/TMDb/Models/MediaPageableList.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Movie.swift b/Sources/TMDb/Models/Movie.swift index eaf82bf6..a8d346d5 100644 --- a/Sources/TMDb/Models/Movie.swift +++ b/Sources/TMDb/Models/Movie.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/MoviePageableList.swift b/Sources/TMDb/Models/MoviePageableList.swift index 01db12d4..e2ff3161 100644 --- a/Sources/TMDb/Models/MoviePageableList.swift +++ b/Sources/TMDb/Models/MoviePageableList.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/MovieSort.swift b/Sources/TMDb/Models/MovieSort.swift index d61fdb18..5673d9ae 100644 --- a/Sources/TMDb/Models/MovieSort.swift +++ b/Sources/TMDb/Models/MovieSort.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Network.swift b/Sources/TMDb/Models/Network.swift index 15d8048a..b4bcfc85 100644 --- a/Sources/TMDb/Models/Network.swift +++ b/Sources/TMDb/Models/Network.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/PageableListResult.swift b/Sources/TMDb/Models/PageableListResult.swift index a7075424..ec099823 100644 --- a/Sources/TMDb/Models/PageableListResult.swift +++ b/Sources/TMDb/Models/PageableListResult.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Person.swift b/Sources/TMDb/Models/Person.swift index cdec80ff..e78422ea 100644 --- a/Sources/TMDb/Models/Person.swift +++ b/Sources/TMDb/Models/Person.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/PersonCombinedCredits.swift b/Sources/TMDb/Models/PersonCombinedCredits.swift index 42f73cdb..6d75610c 100644 --- a/Sources/TMDb/Models/PersonCombinedCredits.swift +++ b/Sources/TMDb/Models/PersonCombinedCredits.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/PersonImageCollection.swift b/Sources/TMDb/Models/PersonImageCollection.swift index 32b41112..4d67aec9 100644 --- a/Sources/TMDb/Models/PersonImageCollection.swift +++ b/Sources/TMDb/Models/PersonImageCollection.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/PersonMovieCredits.swift b/Sources/TMDb/Models/PersonMovieCredits.swift index 9d073b3a..831e1c00 100644 --- a/Sources/TMDb/Models/PersonMovieCredits.swift +++ b/Sources/TMDb/Models/PersonMovieCredits.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/PersonPageableList.swift b/Sources/TMDb/Models/PersonPageableList.swift index b38568e2..8c31076d 100644 --- a/Sources/TMDb/Models/PersonPageableList.swift +++ b/Sources/TMDb/Models/PersonPageableList.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/PersonTVSeriesCredits.swift b/Sources/TMDb/Models/PersonTVSeriesCredits.swift index f25ab1d0..4f811a0c 100644 --- a/Sources/TMDb/Models/PersonTVSeriesCredits.swift +++ b/Sources/TMDb/Models/PersonTVSeriesCredits.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ProductionCompany.swift b/Sources/TMDb/Models/ProductionCompany.swift index 62171ada..7ad08b18 100644 --- a/Sources/TMDb/Models/ProductionCompany.swift +++ b/Sources/TMDb/Models/ProductionCompany.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ProductionCountry.swift b/Sources/TMDb/Models/ProductionCountry.swift index 9986464b..91c4489c 100644 --- a/Sources/TMDb/Models/ProductionCountry.swift +++ b/Sources/TMDb/Models/ProductionCountry.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Review.swift b/Sources/TMDb/Models/Review.swift index 6ad5a885..3129ad38 100644 --- a/Sources/TMDb/Models/Review.swift +++ b/Sources/TMDb/Models/Review.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ReviewPageableList.swift b/Sources/TMDb/Models/ReviewPageableList.swift index dff9be92..d9f6053f 100644 --- a/Sources/TMDb/Models/ReviewPageableList.swift +++ b/Sources/TMDb/Models/ReviewPageableList.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Show.swift b/Sources/TMDb/Models/Show.swift index 0d16f04a..72e2e09b 100644 --- a/Sources/TMDb/Models/Show.swift +++ b/Sources/TMDb/Models/Show.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ShowCredits.swift b/Sources/TMDb/Models/ShowCredits.swift index f5243c48..719b4d66 100644 --- a/Sources/TMDb/Models/ShowCredits.swift +++ b/Sources/TMDb/Models/ShowCredits.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/ShowWatchProviderResult.swift b/Sources/TMDb/Models/ShowWatchProviderResult.swift index 01173ee0..cd948c10 100644 --- a/Sources/TMDb/Models/ShowWatchProviderResult.swift +++ b/Sources/TMDb/Models/ShowWatchProviderResult.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/SpokenLanguage.swift b/Sources/TMDb/Models/SpokenLanguage.swift index 54c6bc6f..539ee4d8 100644 --- a/Sources/TMDb/Models/SpokenLanguage.swift +++ b/Sources/TMDb/Models/SpokenLanguage.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/Status.swift b/Sources/TMDb/Models/Status.swift index b55f72dc..ef824dd2 100644 --- a/Sources/TMDb/Models/Status.swift +++ b/Sources/TMDb/Models/Status.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TMDbError+TMDbAPIError.swift b/Sources/TMDb/Models/TMDbError+TMDbAPIError.swift index 4a8438ef..e85d7cc2 100644 --- a/Sources/TMDb/Models/TMDbError+TMDbAPIError.swift +++ b/Sources/TMDb/Models/TMDbError+TMDbAPIError.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TMDbError.swift b/Sources/TMDb/Models/TMDbError.swift index 0f28be89..1fbd7fd4 100644 --- a/Sources/TMDb/Models/TMDbError.swift +++ b/Sources/TMDb/Models/TMDbError.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TVEpisode.swift b/Sources/TMDb/Models/TVEpisode.swift index 6e6325d0..082a8c29 100644 --- a/Sources/TMDb/Models/TVEpisode.swift +++ b/Sources/TMDb/Models/TVEpisode.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TVEpisodeImageCollection.swift b/Sources/TMDb/Models/TVEpisodeImageCollection.swift index 74626f80..2addd4f0 100644 --- a/Sources/TMDb/Models/TVEpisodeImageCollection.swift +++ b/Sources/TMDb/Models/TVEpisodeImageCollection.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TVSeason.swift b/Sources/TMDb/Models/TVSeason.swift index b6d47ff9..e180d261 100644 --- a/Sources/TMDb/Models/TVSeason.swift +++ b/Sources/TMDb/Models/TVSeason.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TVSeasonImageCollection.swift b/Sources/TMDb/Models/TVSeasonImageCollection.swift index f0def2cd..5b976947 100644 --- a/Sources/TMDb/Models/TVSeasonImageCollection.swift +++ b/Sources/TMDb/Models/TVSeasonImageCollection.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TVSeries.swift b/Sources/TMDb/Models/TVSeries.swift index cf9fe2e0..05b9c034 100644 --- a/Sources/TMDb/Models/TVSeries.swift +++ b/Sources/TMDb/Models/TVSeries.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TVSeriesPageableList.swift b/Sources/TMDb/Models/TVSeriesPageableList.swift index 8ce39f65..68604d41 100644 --- a/Sources/TMDb/Models/TVSeriesPageableList.swift +++ b/Sources/TMDb/Models/TVSeriesPageableList.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/TVSeriesSort.swift b/Sources/TMDb/Models/TVSeriesSort.swift index e8fe3474..3d373f96 100644 --- a/Sources/TMDb/Models/TVSeriesSort.swift +++ b/Sources/TMDb/Models/TVSeriesSort.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/VideoCollection.swift b/Sources/TMDb/Models/VideoCollection.swift index bc830e0e..ae091951 100644 --- a/Sources/TMDb/Models/VideoCollection.swift +++ b/Sources/TMDb/Models/VideoCollection.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/VideoMetadata.swift b/Sources/TMDb/Models/VideoMetadata.swift index 167339a8..f20df297 100644 --- a/Sources/TMDb/Models/VideoMetadata.swift +++ b/Sources/TMDb/Models/VideoMetadata.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/VideoSize.swift b/Sources/TMDb/Models/VideoSize.swift index f319608f..878ffd07 100644 --- a/Sources/TMDb/Models/VideoSize.swift +++ b/Sources/TMDb/Models/VideoSize.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/VideoType.swift b/Sources/TMDb/Models/VideoType.swift index 860f4cfe..9f77cbc1 100644 --- a/Sources/TMDb/Models/VideoType.swift +++ b/Sources/TMDb/Models/VideoType.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/WatchProvider.swift b/Sources/TMDb/Models/WatchProvider.swift index 44da2407..268b1e23 100644 --- a/Sources/TMDb/Models/WatchProvider.swift +++ b/Sources/TMDb/Models/WatchProvider.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/WatchProviderRegions.swift b/Sources/TMDb/Models/WatchProviderRegions.swift index a90f3459..5744f337 100644 --- a/Sources/TMDb/Models/WatchProviderRegions.swift +++ b/Sources/TMDb/Models/WatchProviderRegions.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Models/WatchProviderResult.swift b/Sources/TMDb/Models/WatchProviderResult.swift index e1967804..441ccbdc 100644 --- a/Sources/TMDb/Models/WatchProviderResult.swift +++ b/Sources/TMDb/Models/WatchProviderResult.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift b/Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift index 85bad5a6..f14bb7d7 100644 --- a/Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift +++ b/Sources/TMDb/Movies/Endpoints/MoviesEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Movies/MovieService.swift b/Sources/TMDb/Movies/MovieService.swift index 61b9d71a..96203645 100644 --- a/Sources/TMDb/Movies/MovieService.swift +++ b/Sources/TMDb/Movies/MovieService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/APIClient/APIClient.swift b/Sources/TMDb/Networking/APIClient/APIClient.swift index f1888cd1..eb9826a4 100644 --- a/Sources/TMDb/Networking/APIClient/APIClient.swift +++ b/Sources/TMDb/Networking/APIClient/APIClient.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/APIClient/Endpoint.swift b/Sources/TMDb/Networking/APIClient/Endpoint.swift index 49c7392e..81daf192 100644 --- a/Sources/TMDb/Networking/APIClient/Endpoint.swift +++ b/Sources/TMDb/Networking/APIClient/Endpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/APIClient/HTTPResponse.swift b/Sources/TMDb/Networking/APIClient/HTTPResponse.swift index 42222bb6..b3876ab4 100644 --- a/Sources/TMDb/Networking/APIClient/HTTPResponse.swift +++ b/Sources/TMDb/Networking/APIClient/HTTPResponse.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/APIClient/Serialiser.swift b/Sources/TMDb/Networking/APIClient/Serialiser.swift index 4b762476..42be5b12 100644 --- a/Sources/TMDb/Networking/APIClient/Serialiser.swift +++ b/Sources/TMDb/Networking/APIClient/Serialiser.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift b/Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift index 279c8ad0..4cce39e4 100644 --- a/Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift +++ b/Sources/TMDb/Networking/APIClient/TMDbAPIClient.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift b/Sources/TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift index 92284252..ef73d2fd 100644 --- a/Sources/TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift +++ b/Sources/TMDb/Networking/APIClient/TMDbAPIError+HTTPStatusCode.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/APIClient/TMDbAPIError.swift b/Sources/TMDb/Networking/APIClient/TMDbAPIError.swift index 35ac35cb..f7c70ed0 100644 --- a/Sources/TMDb/Networking/APIClient/TMDbAPIError.swift +++ b/Sources/TMDb/Networking/APIClient/TMDbAPIError.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift b/Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift index c658949f..90832767 100644 --- a/Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift +++ b/Sources/TMDb/Networking/APIClient/TMDbStatusResponse.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/HTTPClient/HTTPClient.swift b/Sources/TMDb/Networking/HTTPClient/HTTPClient.swift index c17b5788..38fa56ed 100644 --- a/Sources/TMDb/Networking/HTTPClient/HTTPClient.swift +++ b/Sources/TMDb/Networking/HTTPClient/HTTPClient.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Networking/HTTPClient/URLSessionHTTPClientAdapter.swift b/Sources/TMDb/Networking/HTTPClient/URLSessionHTTPClientAdapter.swift index 870c7d58..cb6ae68a 100644 --- a/Sources/TMDb/Networking/HTTPClient/URLSessionHTTPClientAdapter.swift +++ b/Sources/TMDb/Networking/HTTPClient/URLSessionHTTPClientAdapter.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/People/Endpoints/PeopleEndpoint.swift b/Sources/TMDb/People/Endpoints/PeopleEndpoint.swift index 04c8ec94..0e97c440 100644 --- a/Sources/TMDb/People/Endpoints/PeopleEndpoint.swift +++ b/Sources/TMDb/People/Endpoints/PeopleEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/People/PersonService.swift b/Sources/TMDb/People/PersonService.swift index ff78598f..02dce4f6 100644 --- a/Sources/TMDb/People/PersonService.swift +++ b/Sources/TMDb/People/PersonService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Search/Endpoints/SearchEndpoint.swift b/Sources/TMDb/Search/Endpoints/SearchEndpoint.swift index 8e9db77c..61425e4a 100644 --- a/Sources/TMDb/Search/Endpoints/SearchEndpoint.swift +++ b/Sources/TMDb/Search/Endpoints/SearchEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Search/SearchService.swift b/Sources/TMDb/Search/SearchService.swift index cefe4144..1798b43e 100644 --- a/Sources/TMDb/Search/SearchService.swift +++ b/Sources/TMDb/Search/SearchService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TMDb.swift b/Sources/TMDb/TMDb.swift index f88c2c1a..14c972dd 100644 --- a/Sources/TMDb/TMDb.swift +++ b/Sources/TMDb/TMDb.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TMDbConfiguration.swift b/Sources/TMDb/TMDbConfiguration.swift index ae4720f2..f205bfc2 100644 --- a/Sources/TMDb/TMDbConfiguration.swift +++ b/Sources/TMDb/TMDbConfiguration.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TMDbFactory.swift b/Sources/TMDb/TMDbFactory.swift index bffa74fc..adc18efa 100644 --- a/Sources/TMDb/TMDbFactory.swift +++ b/Sources/TMDb/TMDbFactory.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift b/Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift index a7422d95..3725811f 100644 --- a/Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift +++ b/Sources/TMDb/TVEpisodes/Endpoints/TVEpisodesEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TVEpisodes/TVEpisodeService.swift b/Sources/TMDb/TVEpisodes/TVEpisodeService.swift index 43540b2c..7788c5ef 100644 --- a/Sources/TMDb/TVEpisodes/TVEpisodeService.swift +++ b/Sources/TMDb/TVEpisodes/TVEpisodeService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift b/Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift index 1ee5a7d0..e1269c5f 100644 --- a/Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift +++ b/Sources/TMDb/TVSeasons/Endpoints/TVSeasonsEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TVSeasons/TVSeasonService.swift b/Sources/TMDb/TVSeasons/TVSeasonService.swift index d050e883..487fb569 100644 --- a/Sources/TMDb/TVSeasons/TVSeasonService.swift +++ b/Sources/TMDb/TVSeasons/TVSeasonService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift b/Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift index 967dd650..c97a9845 100644 --- a/Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift +++ b/Sources/TMDb/TVSeries/Endpoints/TVSeriesEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/TVSeries/TVSeriesService.swift b/Sources/TMDb/TVSeries/TVSeriesService.swift index 77bc05ad..6da0af7b 100644 --- a/Sources/TMDb/TVSeries/TVSeriesService.swift +++ b/Sources/TMDb/TVSeries/TVSeriesService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift b/Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift index fd697943..f75f2a27 100644 --- a/Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift +++ b/Sources/TMDb/Trending/Endpoints/TrendingEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Trending/TrendingService.swift b/Sources/TMDb/Trending/TrendingService.swift index bfadce17..875697d4 100644 --- a/Sources/TMDb/Trending/TrendingService.swift +++ b/Sources/TMDb/Trending/TrendingService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift b/Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift index 429772bc..ec1b3da2 100644 --- a/Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift +++ b/Sources/TMDb/Trending/TrendingTimeWindowFilterType.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift b/Sources/TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift index 83787287..3f8df941 100644 --- a/Sources/TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift +++ b/Sources/TMDb/WatchProviders/Endpoints/WatchProviderEndpoint.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Sources/TMDb/WatchProviders/WatchProviderService.swift b/Sources/TMDb/WatchProviders/WatchProviderService.swift index e980dd93..4f3a4d86 100644 --- a/Sources/TMDb/WatchProviders/WatchProviderService.swift +++ b/Sources/TMDb/WatchProviders/WatchProviderService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift b/Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift index d5f7a10a..55994830 100644 --- a/Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/CertificationIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift b/Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift index f6195c8a..edfe1131 100644 --- a/Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/CompanyIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift b/Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift index 36dd7fbc..ea889467 100644 --- a/Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/ConfigurationIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift b/Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift index 388f3afc..2592f9d7 100644 --- a/Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/DiscoverIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/GenreIntegrationTests.swift b/Tests/TMDbIntegrationTests/GenreIntegrationTests.swift index bbb6c51c..de20fa5d 100644 --- a/Tests/TMDbIntegrationTests/GenreIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/GenreIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/MovieIntegrationTests.swift b/Tests/TMDbIntegrationTests/MovieIntegrationTests.swift index d32df850..b0084aba 100644 --- a/Tests/TMDbIntegrationTests/MovieIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/MovieIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/PersonIntegrationTests.swift b/Tests/TMDbIntegrationTests/PersonIntegrationTests.swift index 29ff23be..67523d02 100644 --- a/Tests/TMDbIntegrationTests/PersonIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/PersonIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/SearchIntegrationTests.swift b/Tests/TMDbIntegrationTests/SearchIntegrationTests.swift index eea7dd27..f2661e74 100644 --- a/Tests/TMDbIntegrationTests/SearchIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/SearchIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift b/Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift index bc052bae..c72e9ee8 100644 --- a/Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift +++ b/Tests/TMDbIntegrationTests/TVEpisodeServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/TVSeasonService.swift b/Tests/TMDbIntegrationTests/TVSeasonService.swift index 0abaa2b2..551b529c 100644 --- a/Tests/TMDbIntegrationTests/TVSeasonService.swift +++ b/Tests/TMDbIntegrationTests/TVSeasonService.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift b/Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift index 814f5965..5fce8398 100644 --- a/Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift +++ b/Tests/TMDbIntegrationTests/TVSeriesServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift b/Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift index bd3e035f..d15e02a8 100644 --- a/Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/TrendingIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift b/Tests/TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift index 01bcea69..d1ccb751 100644 --- a/Tests/TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift +++ b/Tests/TMDbIntegrationTests/Utility/XCTestCase+ConfigureTMDb.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift b/Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift index 9ee65f91..5b570010 100644 --- a/Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift +++ b/Tests/TMDbIntegrationTests/WatchProviderIntegrationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Certifications/CertificationServiceTests.swift b/Tests/TMDbTests/Certifications/CertificationServiceTests.swift index 3916fd94..47156031 100644 --- a/Tests/TMDbTests/Certifications/CertificationServiceTests.swift +++ b/Tests/TMDbTests/Certifications/CertificationServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Certifications/Endpoints/CertificationsEndpointTests.swift b/Tests/TMDbTests/Certifications/Endpoints/CertificationsEndpointTests.swift index bf3f3e3d..40302789 100644 --- a/Tests/TMDbTests/Certifications/Endpoints/CertificationsEndpointTests.swift +++ b/Tests/TMDbTests/Certifications/Endpoints/CertificationsEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Company/CompanyServiceTests.swift b/Tests/TMDbTests/Company/CompanyServiceTests.swift index efb6c396..c61bf092 100644 --- a/Tests/TMDbTests/Company/CompanyServiceTests.swift +++ b/Tests/TMDbTests/Company/CompanyServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift b/Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift index 2e0e5749..aa44b1f0 100644 --- a/Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift +++ b/Tests/TMDbTests/Company/Endpoints/CompanyEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift b/Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift index 2490902c..5d595364 100644 --- a/Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift +++ b/Tests/TMDbTests/Configuration/ConfigurationServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Configuration/Endpoints/ConfigurationEndpointTests.swift b/Tests/TMDbTests/Configuration/Endpoints/ConfigurationEndpointTests.swift index 59aaa620..a1920b89 100644 --- a/Tests/TMDbTests/Configuration/Endpoints/ConfigurationEndpointTests.swift +++ b/Tests/TMDbTests/Configuration/Endpoints/ConfigurationEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Discover/DiscoverServiceTests.swift b/Tests/TMDbTests/Discover/DiscoverServiceTests.swift index 016e6878..373131dc 100644 --- a/Tests/TMDbTests/Discover/DiscoverServiceTests.swift +++ b/Tests/TMDbTests/Discover/DiscoverServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift b/Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift index 370ccdeb..18b53e73 100644 --- a/Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift +++ b/Tests/TMDbTests/Discover/Endpoints/DiscoverEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Discover/MovieSortTests.swift b/Tests/TMDbTests/Discover/MovieSortTests.swift index f5f2e06a..f6ed8a05 100644 --- a/Tests/TMDbTests/Discover/MovieSortTests.swift +++ b/Tests/TMDbTests/Discover/MovieSortTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Discover/TVSeriesSortTests.swift b/Tests/TMDbTests/Discover/TVSeriesSortTests.swift index e93538bd..3ecc9f40 100644 --- a/Tests/TMDbTests/Discover/TVSeriesSortTests.swift +++ b/Tests/TMDbTests/Discover/TVSeriesSortTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift b/Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift index c21544d3..ee5716c1 100644 --- a/Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift +++ b/Tests/TMDbTests/Extensions/DateFormatter+TMDbTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift b/Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift index acab9e4a..d185f121 100644 --- a/Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift +++ b/Tests/TMDbTests/Extensions/JSONDecoder+TMDbTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift b/Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift index deea0690..cb1f674d 100644 --- a/Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift +++ b/Tests/TMDbTests/Extensions/Sequence+UniquedTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Extensions/URL+QueryItemTests.swift b/Tests/TMDbTests/Extensions/URL+QueryItemTests.swift index 61615b2f..fb0f4314 100644 --- a/Tests/TMDbTests/Extensions/URL+QueryItemTests.swift +++ b/Tests/TMDbTests/Extensions/URL+QueryItemTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Extensions/URL+TMDbTests.swift b/Tests/TMDbTests/Extensions/URL+TMDbTests.swift index 69b6965e..35be2baa 100644 --- a/Tests/TMDbTests/Extensions/URL+TMDbTests.swift +++ b/Tests/TMDbTests/Extensions/URL+TMDbTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift b/Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift index ac7e0948..2f77c462 100644 --- a/Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift +++ b/Tests/TMDbTests/Genres/Endpoints/GenresEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Genres/GenreServiceTests.swift b/Tests/TMDbTests/Genres/GenreServiceTests.swift index 85a07f7c..caec82d9 100644 --- a/Tests/TMDbTests/Genres/GenreServiceTests.swift +++ b/Tests/TMDbTests/Genres/GenreServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Helpers/Data+LoadFromFile.swift b/Tests/TMDbTests/Helpers/Data+LoadFromFile.swift index 856883a1..d390c3b0 100644 --- a/Tests/TMDbTests/Helpers/Data+LoadFromFile.swift +++ b/Tests/TMDbTests/Helpers/Data+LoadFromFile.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Helpers/Date+RandomDate.swift b/Tests/TMDbTests/Helpers/Date+RandomDate.swift index a192d103..5ad7c4da 100644 --- a/Tests/TMDbTests/Helpers/Date+RandomDate.swift +++ b/Tests/TMDbTests/Helpers/Date+RandomDate.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Helpers/Int+RandomID.swift b/Tests/TMDbTests/Helpers/Int+RandomID.swift index 797c9c57..98ea9082 100644 --- a/Tests/TMDbTests/Helpers/Int+RandomID.swift +++ b/Tests/TMDbTests/Helpers/Int+RandomID.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift b/Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift index d8da593c..0b62d84d 100644 --- a/Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift +++ b/Tests/TMDbTests/Helpers/JSONDecoder+DecodeFromFile.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Helpers/String+RandomID.swift b/Tests/TMDbTests/Helpers/String+RandomID.swift index 9f64ed91..b2a01e95 100644 --- a/Tests/TMDbTests/Helpers/String+RandomID.swift +++ b/Tests/TMDbTests/Helpers/String+RandomID.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Client/MockAPIClient.swift b/Tests/TMDbTests/Mocks/Client/MockAPIClient.swift index 8995d497..c11fb9a1 100644 --- a/Tests/TMDbTests/Mocks/Client/MockAPIClient.swift +++ b/Tests/TMDbTests/Mocks/Client/MockAPIClient.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift b/Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift index 44ab3a6b..05a1a431 100644 --- a/Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/APIConfiguration+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift b/Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift index cf20ab8a..1a10c9cb 100644 --- a/Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/CastMember+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift index 2869dfe1..9fc66ed2 100644 --- a/Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Certification+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift index 93a0f8bb..1dc7b84c 100644 --- a/Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Certifications+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Company+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Company+Mocks.swift index d9d1197f..eb4c5060 100644 --- a/Tests/TMDbTests/Mocks/Models/Company+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Company+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Country+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Country+Mocks.swift index 99a3fe60..6165d0e2 100644 --- a/Tests/TMDbTests/Mocks/Models/Country+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Country+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift b/Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift index cca2f22d..96b92304 100644 --- a/Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/CrewMember+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Department+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Department+Mocks.swift index ab50489a..ae88aba0 100644 --- a/Tests/TMDbTests/Mocks/Models/Department+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Department+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift index 992ab12f..7efa606f 100644 --- a/Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Genre+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift index ad20651c..681ad7d0 100644 --- a/Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/GenreList+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift index 110b1fbd..f5166745 100644 --- a/Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ImageCollection+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift index 3ed7eeb3..86bf8114 100644 --- a/Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ImageMetadata+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift index 2672bfac..f90b0718 100644 --- a/Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ImagesConfiguration+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Language+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Language+Mocks.swift index f389967f..37c52288 100644 --- a/Tests/TMDbTests/Mocks/Models/Language+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Language+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Media+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Media+Mocks.swift index 478b01d3..2ef74178 100644 --- a/Tests/TMDbTests/Mocks/Models/Media+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Media+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift index 0328a683..009eafe8 100644 --- a/Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/MediaPageableList+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift index 69eede08..3febc3c5 100644 --- a/Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Movie+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift index a587606f..6cba2d7b 100644 --- a/Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/MoviePageableList+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Person+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Person+Mocks.swift index 542c588c..45126f32 100644 --- a/Tests/TMDbTests/Mocks/Models/Person+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Person+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift index ba803bd0..366ce47d 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonCombinedCredits+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift index 0ddc8c97..29e1049f 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonImageCollection+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift index 0339ba03..8bfae2ec 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonMovieCredits+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift index 242f2197..213152c3 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonPageableList+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift b/Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift index 8b3e9b5b..64351b68 100644 --- a/Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/PersonTVSeriesCredits+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift index 8d1d45ff..de365fda 100644 --- a/Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ProductionCompany+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift index 79b2e8f5..1f3d7aca 100644 --- a/Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ProductionCountry+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/Review+Mocks.swift b/Tests/TMDbTests/Mocks/Models/Review+Mocks.swift index 47728881..5a22f9b9 100644 --- a/Tests/TMDbTests/Mocks/Models/Review+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/Review+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift index e3d074f2..22c3ca14 100644 --- a/Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ReviewPageableList+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift index 61e0931e..73a21317 100644 --- a/Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ShowCredits+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift index 519d0b9f..6ef4eba4 100644 --- a/Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ShowWatchProvider+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift b/Tests/TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift index 99eaab00..11bc0180 100644 --- a/Tests/TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/ShowWatchProviderResult+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift b/Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift index f091934b..3bd3769d 100644 --- a/Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/SpokenLanguage+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift index 59648302..1759b3d0 100644 --- a/Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVEpisode+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift index 5aa3ad49..65a3cb38 100644 --- a/Tests/TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVEpisodeImageCollection+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift b/Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift index 285d974a..80bfc5cc 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeason+Mock.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift index 3a392d13..8c8fe94c 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeasonImageCollection+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift index 80abff64..d2e84f7b 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeries+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift b/Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift index f16ead1f..6b9077a7 100644 --- a/Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/TVSeriesPageableList+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift b/Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift index e3038bf7..8b5b13df 100644 --- a/Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/VideoCollection+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift b/Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift index 83e391a8..6d3b28eb 100644 --- a/Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/VideoMetadata+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift b/Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift index 45516f41..a3b05289 100644 --- a/Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/WatchProvider+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift b/Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift index d0c88655..9a34b8bf 100644 --- a/Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/WatchProviderRegions+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift b/Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift index 83f26e5c..dde803de 100644 --- a/Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift +++ b/Tests/TMDbTests/Mocks/Models/WatchProviderResult+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Mocks/URL+Mocks.swift b/Tests/TMDbTests/Mocks/URL+Mocks.swift index cb2197a8..20287522 100644 --- a/Tests/TMDbTests/Mocks/URL+Mocks.swift +++ b/Tests/TMDbTests/Mocks/URL+Mocks.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/APIConfigurationTests.swift b/Tests/TMDbTests/Models/APIConfigurationTests.swift index d2974287..ff23b98c 100644 --- a/Tests/TMDbTests/Models/APIConfigurationTests.swift +++ b/Tests/TMDbTests/Models/APIConfigurationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/CastMemberTests.swift b/Tests/TMDbTests/Models/CastMemberTests.swift index afee128f..74e7ba48 100644 --- a/Tests/TMDbTests/Models/CastMemberTests.swift +++ b/Tests/TMDbTests/Models/CastMemberTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/CertificationTests.swift b/Tests/TMDbTests/Models/CertificationTests.swift index 5edfabde..242be58e 100644 --- a/Tests/TMDbTests/Models/CertificationTests.swift +++ b/Tests/TMDbTests/Models/CertificationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/CertificationsTests.swift b/Tests/TMDbTests/Models/CertificationsTests.swift index 401d286a..e226b1e9 100644 --- a/Tests/TMDbTests/Models/CertificationsTests.swift +++ b/Tests/TMDbTests/Models/CertificationsTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/CompanyTests.swift b/Tests/TMDbTests/Models/CompanyTests.swift index 7a90745b..76d1c877 100644 --- a/Tests/TMDbTests/Models/CompanyTests.swift +++ b/Tests/TMDbTests/Models/CompanyTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/CountryTests.swift b/Tests/TMDbTests/Models/CountryTests.swift index b1c68438..1f22bff2 100644 --- a/Tests/TMDbTests/Models/CountryTests.swift +++ b/Tests/TMDbTests/Models/CountryTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/CrewMemberTests.swift b/Tests/TMDbTests/Models/CrewMemberTests.swift index 8907568e..e40aa96c 100644 --- a/Tests/TMDbTests/Models/CrewMemberTests.swift +++ b/Tests/TMDbTests/Models/CrewMemberTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/DepartmentTests.swift b/Tests/TMDbTests/Models/DepartmentTests.swift index 7317cb28..0f53c169 100644 --- a/Tests/TMDbTests/Models/DepartmentTests.swift +++ b/Tests/TMDbTests/Models/DepartmentTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/GenderTests.swift b/Tests/TMDbTests/Models/GenderTests.swift index afa81c7d..6d8c20d9 100644 --- a/Tests/TMDbTests/Models/GenderTests.swift +++ b/Tests/TMDbTests/Models/GenderTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/GenreListTests.swift b/Tests/TMDbTests/Models/GenreListTests.swift index 775cd1e1..eb18014d 100644 --- a/Tests/TMDbTests/Models/GenreListTests.swift +++ b/Tests/TMDbTests/Models/GenreListTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/GenreTests.swift b/Tests/TMDbTests/Models/GenreTests.swift index 337cfc97..47a1c4eb 100644 --- a/Tests/TMDbTests/Models/GenreTests.swift +++ b/Tests/TMDbTests/Models/GenreTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ImageCollectionTests.swift b/Tests/TMDbTests/Models/ImageCollectionTests.swift index 122eba72..7467087e 100644 --- a/Tests/TMDbTests/Models/ImageCollectionTests.swift +++ b/Tests/TMDbTests/Models/ImageCollectionTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ImageMetadataTests.swift b/Tests/TMDbTests/Models/ImageMetadataTests.swift index deae7008..f920dd50 100644 --- a/Tests/TMDbTests/Models/ImageMetadataTests.swift +++ b/Tests/TMDbTests/Models/ImageMetadataTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift b/Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift index 58fd7b5d..de31c47c 100644 --- a/Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift +++ b/Tests/TMDbTests/Models/ImagesConfiguration+URLsTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ImagesConfigurationTests.swift b/Tests/TMDbTests/Models/ImagesConfigurationTests.swift index c8dcc65d..0c7c960f 100644 --- a/Tests/TMDbTests/Models/ImagesConfigurationTests.swift +++ b/Tests/TMDbTests/Models/ImagesConfigurationTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/LanguageTests.swift b/Tests/TMDbTests/Models/LanguageTests.swift index 2c8da302..54b3a929 100644 --- a/Tests/TMDbTests/Models/LanguageTests.swift +++ b/Tests/TMDbTests/Models/LanguageTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/MediaPageableListTests.swift b/Tests/TMDbTests/Models/MediaPageableListTests.swift index 8f8633fc..1f724e98 100644 --- a/Tests/TMDbTests/Models/MediaPageableListTests.swift +++ b/Tests/TMDbTests/Models/MediaPageableListTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/MediaTests.swift b/Tests/TMDbTests/Models/MediaTests.swift index bd52ce53..5dc3133a 100644 --- a/Tests/TMDbTests/Models/MediaTests.swift +++ b/Tests/TMDbTests/Models/MediaTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/MoviePageableListTests.swift b/Tests/TMDbTests/Models/MoviePageableListTests.swift index a0edcab7..5faa6fd9 100644 --- a/Tests/TMDbTests/Models/MoviePageableListTests.swift +++ b/Tests/TMDbTests/Models/MoviePageableListTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/MovieTests.swift b/Tests/TMDbTests/Models/MovieTests.swift index 83b5663e..09898b77 100644 --- a/Tests/TMDbTests/Models/MovieTests.swift +++ b/Tests/TMDbTests/Models/MovieTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/NetworkTests.swift b/Tests/TMDbTests/Models/NetworkTests.swift index 9fcb875f..b3091057 100644 --- a/Tests/TMDbTests/Models/NetworkTests.swift +++ b/Tests/TMDbTests/Models/NetworkTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/PageableListResultTests.swift b/Tests/TMDbTests/Models/PageableListResultTests.swift index 2979367d..731d113a 100644 --- a/Tests/TMDbTests/Models/PageableListResultTests.swift +++ b/Tests/TMDbTests/Models/PageableListResultTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift b/Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift index dfd5aaab..05819118 100644 --- a/Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift +++ b/Tests/TMDbTests/Models/PersonCombinedCreditsTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/PersonImageCollectionTests.swift b/Tests/TMDbTests/Models/PersonImageCollectionTests.swift index 17734887..e75429a3 100644 --- a/Tests/TMDbTests/Models/PersonImageCollectionTests.swift +++ b/Tests/TMDbTests/Models/PersonImageCollectionTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/PersonMovieCreditsTests.swift b/Tests/TMDbTests/Models/PersonMovieCreditsTests.swift index 61946c72..1ba9bead 100644 --- a/Tests/TMDbTests/Models/PersonMovieCreditsTests.swift +++ b/Tests/TMDbTests/Models/PersonMovieCreditsTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/PersonPageableListTests.swift b/Tests/TMDbTests/Models/PersonPageableListTests.swift index 356393e8..921bc5f8 100644 --- a/Tests/TMDbTests/Models/PersonPageableListTests.swift +++ b/Tests/TMDbTests/Models/PersonPageableListTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift b/Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift index fc08be34..03c335fa 100644 --- a/Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift +++ b/Tests/TMDbTests/Models/PersonTVSeriesCreditsTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/PersonTests.swift b/Tests/TMDbTests/Models/PersonTests.swift index 4a60bcc0..78abcef5 100644 --- a/Tests/TMDbTests/Models/PersonTests.swift +++ b/Tests/TMDbTests/Models/PersonTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ProductionCompanyTests.swift b/Tests/TMDbTests/Models/ProductionCompanyTests.swift index 87f615ba..11f23744 100644 --- a/Tests/TMDbTests/Models/ProductionCompanyTests.swift +++ b/Tests/TMDbTests/Models/ProductionCompanyTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ProductionCountryTests.swift b/Tests/TMDbTests/Models/ProductionCountryTests.swift index 9296c76d..02d1c5cc 100644 --- a/Tests/TMDbTests/Models/ProductionCountryTests.swift +++ b/Tests/TMDbTests/Models/ProductionCountryTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ReviewPageableListTests.swift b/Tests/TMDbTests/Models/ReviewPageableListTests.swift index 687dfef4..329ced69 100644 --- a/Tests/TMDbTests/Models/ReviewPageableListTests.swift +++ b/Tests/TMDbTests/Models/ReviewPageableListTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ReviewTests.swift b/Tests/TMDbTests/Models/ReviewTests.swift index 30dc6f0a..ace6c1df 100644 --- a/Tests/TMDbTests/Models/ReviewTests.swift +++ b/Tests/TMDbTests/Models/ReviewTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ShowCreditsTests.swift b/Tests/TMDbTests/Models/ShowCreditsTests.swift index 78e54f93..fe35d9ce 100644 --- a/Tests/TMDbTests/Models/ShowCreditsTests.swift +++ b/Tests/TMDbTests/Models/ShowCreditsTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/ShowTests.swift b/Tests/TMDbTests/Models/ShowTests.swift index f20e8778..335e2dff 100644 --- a/Tests/TMDbTests/Models/ShowTests.swift +++ b/Tests/TMDbTests/Models/ShowTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/SpokenLanguageTests.swift b/Tests/TMDbTests/Models/SpokenLanguageTests.swift index 01b9a24e..d364837f 100644 --- a/Tests/TMDbTests/Models/SpokenLanguageTests.swift +++ b/Tests/TMDbTests/Models/SpokenLanguageTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/StatusTests.swift b/Tests/TMDbTests/Models/StatusTests.swift index a9063fb2..8afd1424 100644 --- a/Tests/TMDbTests/Models/StatusTests.swift +++ b/Tests/TMDbTests/Models/StatusTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift b/Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift index d8dcbd81..8a683e88 100644 --- a/Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift +++ b/Tests/TMDbTests/Models/TVEpisodeImageCollectionTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/TVEpisodeTests.swift b/Tests/TMDbTests/Models/TVEpisodeTests.swift index 05e17379..93221257 100644 --- a/Tests/TMDbTests/Models/TVEpisodeTests.swift +++ b/Tests/TMDbTests/Models/TVEpisodeTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/TVSeasonTests.swift b/Tests/TMDbTests/Models/TVSeasonTests.swift index 6d3fde74..82194c76 100644 --- a/Tests/TMDbTests/Models/TVSeasonTests.swift +++ b/Tests/TMDbTests/Models/TVSeasonTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/TVSeriesPageableListTests.swift b/Tests/TMDbTests/Models/TVSeriesPageableListTests.swift index 7c63d6a4..6e5cc325 100644 --- a/Tests/TMDbTests/Models/TVSeriesPageableListTests.swift +++ b/Tests/TMDbTests/Models/TVSeriesPageableListTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/TVSeriesTests.swift b/Tests/TMDbTests/Models/TVSeriesTests.swift index 3411e821..190e9164 100644 --- a/Tests/TMDbTests/Models/TVSeriesTests.swift +++ b/Tests/TMDbTests/Models/TVSeriesTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/VideoCollectionTests.swift b/Tests/TMDbTests/Models/VideoCollectionTests.swift index b869f347..6326eea7 100644 --- a/Tests/TMDbTests/Models/VideoCollectionTests.swift +++ b/Tests/TMDbTests/Models/VideoCollectionTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/VideoMetadataTests.swift b/Tests/TMDbTests/Models/VideoMetadataTests.swift index 100dfe82..b96ca887 100644 --- a/Tests/TMDbTests/Models/VideoMetadataTests.swift +++ b/Tests/TMDbTests/Models/VideoMetadataTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/VideoSizeTests.swift b/Tests/TMDbTests/Models/VideoSizeTests.swift index de755350..99f110e6 100644 --- a/Tests/TMDbTests/Models/VideoSizeTests.swift +++ b/Tests/TMDbTests/Models/VideoSizeTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/VideoTypeTests.swift b/Tests/TMDbTests/Models/VideoTypeTests.swift index 81847c28..cad76ab6 100644 --- a/Tests/TMDbTests/Models/VideoTypeTests.swift +++ b/Tests/TMDbTests/Models/VideoTypeTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/WatchProviderRegionsTests.swift b/Tests/TMDbTests/Models/WatchProviderRegionsTests.swift index 82484340..f64bc447 100644 --- a/Tests/TMDbTests/Models/WatchProviderRegionsTests.swift +++ b/Tests/TMDbTests/Models/WatchProviderRegionsTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/WatchProviderResultTests.swift b/Tests/TMDbTests/Models/WatchProviderResultTests.swift index fab8a3c0..c1973175 100644 --- a/Tests/TMDbTests/Models/WatchProviderResultTests.swift +++ b/Tests/TMDbTests/Models/WatchProviderResultTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Models/WatchProviderTests.swift b/Tests/TMDbTests/Models/WatchProviderTests.swift index 85f059bb..fa885034 100644 --- a/Tests/TMDbTests/Models/WatchProviderTests.swift +++ b/Tests/TMDbTests/Models/WatchProviderTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift b/Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift index a869f83a..ea2cf614 100644 --- a/Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift +++ b/Tests/TMDbTests/Movies/Endpoints/MoviesEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Movies/MovieServiceTests.swift b/Tests/TMDbTests/Movies/MovieServiceTests.swift index f729d765..5a89e9e2 100644 --- a/Tests/TMDbTests/Movies/MovieServiceTests.swift +++ b/Tests/TMDbTests/Movies/MovieServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift b/Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift index e0b5f5ce..867a4c4d 100644 --- a/Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift +++ b/Tests/TMDbTests/Networking/APIClient/SerialiserTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift b/Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift index 6a859099..0bfd30d9 100644 --- a/Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift +++ b/Tests/TMDbTests/Networking/APIClient/TMDbAPIClientTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift b/Tests/TMDbTests/Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift index 0e35f3c0..db6da6e9 100644 --- a/Tests/TMDbTests/Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift +++ b/Tests/TMDbTests/Networking/APIClient/TMDbAPIErrorHTTPStatusCodeTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Networking/APIClient/TMDbStatusResponseTests.swift b/Tests/TMDbTests/Networking/APIClient/TMDbStatusResponseTests.swift index bc8286c2..6f2ceb88 100644 --- a/Tests/TMDbTests/Networking/APIClient/TMDbStatusResponseTests.swift +++ b/Tests/TMDbTests/Networking/APIClient/TMDbStatusResponseTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Networking/HTTPClient/URLSessionHTTPClientAdapterTests.swift b/Tests/TMDbTests/Networking/HTTPClient/URLSessionHTTPClientAdapterTests.swift index 5a9c8193..c7aae023 100644 --- a/Tests/TMDbTests/Networking/HTTPClient/URLSessionHTTPClientAdapterTests.swift +++ b/Tests/TMDbTests/Networking/HTTPClient/URLSessionHTTPClientAdapterTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift b/Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift index 61a7138f..daa16a0a 100644 --- a/Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift +++ b/Tests/TMDbTests/Networking/Mocks/HTTPMockClient.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift b/Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift index 2cea51f2..17bf9807 100644 --- a/Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift +++ b/Tests/TMDbTests/Networking/Mocks/MockURLProtocol.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift b/Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift index 98f58933..d12e3bcf 100644 --- a/Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift +++ b/Tests/TMDbTests/People/Endpoints/PeopleEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/People/PersonServiceTests.swift b/Tests/TMDbTests/People/PersonServiceTests.swift index f59a600a..45ace86d 100644 --- a/Tests/TMDbTests/People/PersonServiceTests.swift +++ b/Tests/TMDbTests/People/PersonServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift b/Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift index 57f97d84..b220747a 100644 --- a/Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift +++ b/Tests/TMDbTests/Search/Endpoints/SearchEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Search/SearchServiceTests.swift b/Tests/TMDbTests/Search/SearchServiceTests.swift index 09d1ec18..2f4ea598 100644 --- a/Tests/TMDbTests/Search/SearchServiceTests.swift +++ b/Tests/TMDbTests/Search/SearchServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/TMDbTests.swift b/Tests/TMDbTests/TMDbTests.swift index 176046c5..b3273738 100644 --- a/Tests/TMDbTests/TMDbTests.swift +++ b/Tests/TMDbTests/TMDbTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift b/Tests/TMDbTests/TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift index d048c59c..ffde659a 100644 --- a/Tests/TMDbTests/TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift +++ b/Tests/TMDbTests/TVEpisodes/ENdpoints/TVEpisodesEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift b/Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift index 3dfcae0c..dd8e5742 100644 --- a/Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift +++ b/Tests/TMDbTests/TVEpisodes/TVEpisodeServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift b/Tests/TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift index daad2567..6bcf697f 100644 --- a/Tests/TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift +++ b/Tests/TMDbTests/TVSeasons/Endpoints/TVSeasonsEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift b/Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift index 9a5ddb0b..6ad32dfa 100644 --- a/Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift +++ b/Tests/TMDbTests/TVSeasons/TVSeasonServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift b/Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift index 91cae0b7..6ed3bd90 100644 --- a/Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift +++ b/Tests/TMDbTests/TVSeries/Endpoints/TVSeriesEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift b/Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift index 31f96353..732a51eb 100644 --- a/Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift +++ b/Tests/TMDbTests/TVSeries/TVSeriesServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift b/Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift index 53f072e4..d01eeffb 100644 --- a/Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift +++ b/Tests/TMDbTests/Trending/Endpoints/TrendingEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Trending/TrendingServiceTests.swift b/Tests/TMDbTests/Trending/TrendingServiceTests.swift index b1c8f78d..195660cf 100644 --- a/Tests/TMDbTests/Trending/TrendingServiceTests.swift +++ b/Tests/TMDbTests/Trending/TrendingServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift b/Tests/TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift index 2dd9a690..456bafe4 100644 --- a/Tests/TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift +++ b/Tests/TMDbTests/Trending/TrendingTimeWindowFilterTypeTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/WatchProviders/Endpoints/WatchProviderEndpointTests.swift b/Tests/TMDbTests/WatchProviders/Endpoints/WatchProviderEndpointTests.swift index fbd38506..bb6eeab4 100644 --- a/Tests/TMDbTests/WatchProviders/Endpoints/WatchProviderEndpointTests.swift +++ b/Tests/TMDbTests/WatchProviders/Endpoints/WatchProviderEndpointTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // diff --git a/Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift b/Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift index e6a7c295..cd5d7c32 100644 --- a/Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift +++ b/Tests/TMDbTests/WatchProviders/WatchProviderServiceTests.swift @@ -4,7 +4,7 @@ // // Copyright © 2023 Adam Young. // -// Licensed under the Apache License, Version 2.0 (the License ); +// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at //