Skip to content

Commit eb5a8db

Browse files
committed
Updated copyright
1 parent 50562c1 commit eb5a8db

576 files changed

Lines changed: 581 additions & 581 deletions

File tree

Some content is hidden

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

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
tmdb-java-client - A client to access the TMDB API
5-
Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
5+
Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
66
77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
2929

3030
<name>tmdb-java-client</name>
3131
<description>A client to access the TMDB API</description>
32-
<inceptionYear>2024-2025</inceptionYear>
32+
<inceptionYear>2024-2026</inceptionYear>
3333
<url>https://www.amilesend.com/tmdb-java-client/</url>
3434
<organization>
3535
<name>Andy Miles</name>
@@ -287,7 +287,7 @@
287287
<show>public</show>
288288
<sourcepath>target/generated-sources/delombok</sourcepath>
289289
<bottom>
290-
<![CDATA[Copyright &#169; 2024-2025 <a href="https://www.amilesend.com">Andy Miles</a>. All rights reserved.]]>
290+
<![CDATA[Copyright &#169; 2024-2026 <a href="https://www.amilesend.com">Andy Miles</a>. All rights reserved.]]>
291291
</bottom>
292292
</configuration>
293293
<executions>
@@ -358,7 +358,7 @@
358358
<exclude>src/test/resources/**</exclude>
359359
<exclude>src/main/resources/**</exclude>
360360
<exclude>**/lombok.config</exclude>
361-
<exclude>src/main/java/javadoc-format-fix.conf</exclude>
361+
<exclude>src/main/javadoc-format-fix.conf</exclude>
362362
</excludes>
363363
</licenseSet>
364364
</licenseSets>
@@ -484,7 +484,7 @@
484484
<show>public</show>
485485
<sourcepath>target/generated-sources/delombok</sourcepath>
486486
<bottom>
487-
<![CDATA[Copyright &#169; 2024-2025 <a href="https://www.amilesend.com">Andy Miles</a>. All rights reserved.]]>
487+
<![CDATA[Copyright &#169; 2024-2026 <a href="https://www.amilesend.com">Andy Miles</a>. All rights reserved.]]>
488488
</bottom>
489489
</configuration>
490490
<reportSets>

src/main/docs-assemble.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
tmdb-java-client - A client to access the TMDB API
5-
Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
5+
Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
66
77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by

src/main/java/com/amilesend/tmdb/client/Tmdb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* tmdb-java-client - A client to access the TMDB API
3-
* Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/com/amilesend/tmdb/client/api/AccountApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* tmdb-java-client - A client to access the TMDB API
3-
* Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/com/amilesend/tmdb/client/api/ApiBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* tmdb-java-client - A client to access the TMDB API
3-
* Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/com/amilesend/tmdb/client/api/AuthenticationApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* tmdb-java-client - A client to access the TMDB API
3-
* Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/com/amilesend/tmdb/client/api/CertificationsApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* tmdb-java-client - A client to access the TMDB API
3-
* Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/com/amilesend/tmdb/client/api/ChangesApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* tmdb-java-client - A client to access the TMDB API
3-
* Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/com/amilesend/tmdb/client/api/CollectionsApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* tmdb-java-client - A client to access the TMDB API
3-
* Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

src/main/java/com/amilesend/tmdb/client/api/CompaniesApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* tmdb-java-client - A client to access the TMDB API
3-
* Copyright © 2024-2025 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2026 Andy Miles (andy.miles@amilesend.com)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)