Skip to content

Commit

Permalink
Update file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Nov 28, 2023
1 parent 974615b commit c5c143e
Show file tree
Hide file tree
Showing 254 changed files with 254 additions and 254 deletions.
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Sources/TMDb/Certifications/CertificationService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Company/CompanyService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Configuration/ConfigurationService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Discover/DiscoverService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Extensions/DateFormatter+TMDb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Extensions/JSONDecoder+TMDb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Extensions/Sequence+Uniqued.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Extensions/URL+QueryItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Extensions/URL+TMDb.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Genres/GenreService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/APIConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/CastMember.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Certification.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Certifications.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Company.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Country.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/CrewMember.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Department.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Gender.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Genre.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/GenreList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/ImageCollection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/ImageMetadata.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/ImagesConfiguration+URLs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/ImagesConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Language.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Media.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/MediaPageableList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Movie.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/MoviePageableList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/MovieSort.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Network.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/PageableListResult.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/Person.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/PersonCombinedCredits.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/PersonImageCollection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/PersonMovieCredits.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Sources/TMDb/Models/PersonPageableList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
Loading

0 comments on commit c5c143e

Please sign in to comment.