Skip to content

Commit fff1b2d

Browse files
authored
DOCS: Update file headers (#142)
1 parent 2c7cc1b commit fff1b2d

File tree

281 files changed

+281
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+281
-281
lines changed

.swiftformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
--disable wrapMultilineStatementBraces
99
--disable redundantLetError
1010

11-
--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
11+
--header \n {file}\n TMDb\n\n Copyright © 2024 Adam Young.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n

Sources/TMDb/Certifications/CertificationService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CertificationService.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Certifications/Endpoints/CertificationsEndpoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CertificationsEndpoint.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Company/CompanyService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CompanyService.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Company/Endpoints/CompanyEndpoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CompanyEndpoint.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Configuration/ConfigurationService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ConfigurationService.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Configuration/Endpoint/ConfigurationEndpoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ConfigurationEndpoint.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Discover/DiscoverService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// DiscoverService.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Discover/Endpoints/DiscoverEndpoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// DiscoverEndpoint.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Extensions/DateFormatter+TMDb.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// DateFormatter+TMDb.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Extensions/JSONDecoder+TMDb.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// JSONDecoder+TMDb.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Extensions/Sequence+Uniqued.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Sequence+Uniqued.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Extensions/URL+QueryItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// URL+QueryItem.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Extensions/URL+TMDb.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// URL+TMDb.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Genres/Endpoints/GenresEndpoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GenresEndpoint.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Genres/GenreService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GenreService.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Helpers/LocaleProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LocaleProvider.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/LocaleProviding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// LocaleProviding.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/APIConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// APIConfiguration.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/CastMember.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CastMember.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Certification.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Certification.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Certifications.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Certifications.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Company.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Company.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Country.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Country.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/CrewMember.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CrewMember.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Department.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Department.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/ExternalLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ExternalLink.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/FacebookLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// FacebookLink.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Gender.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Gender.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Genre.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Genre.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/GenreList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GenreList.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/IMDbLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// IMDbLink.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/ImageCollection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ImageCollection.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/ImageMetadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ImageMetadata.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/ImagesConfiguration+URLs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ImagesConfiguration+URLs.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/ImagesConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ImagesConfiguration.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/InstagramLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// InstagramLink.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Language.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Language.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Media.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Media.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/MediaPageableList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// MediaPageableList.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/Movie.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Movie.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/MovieExternalLinksCollection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// MovieExternalLinksCollection.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/MoviePageableList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// MoviePageableList.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

Sources/TMDb/Models/MovieSort.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// MovieSort.swift
33
// TMDb
44
//
5-
// Copyright © 2023 Adam Young.
5+
// Copyright © 2024 Adam Young.
66
//
77
// Licensed under the Apache License, Version 2.0 (the "License");
88
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)