Skip to content

Commit 50a772a

Browse files
committed
Updated copyright for 2025
1 parent 9feda15 commit 50a772a

585 files changed

Lines changed: 595 additions & 588 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: 10 additions & 3 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 Andy Miles (andy.miles@amilesend.com)
5+
Copyright © 2024-2025 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</inceptionYear>
32+
<inceptionYear>2024-2025</inceptionYear>
3333
<url></url>
3434
<organization>
3535
<name>Andy Miles</name>
@@ -119,7 +119,7 @@
119119
<jacoco.plugin.version>0.8.12</jacoco.plugin.version>
120120
<lombok.version>1.18.36</lombok.version>
121121
<maven.javadoc.plugin.version>3.11.2</maven.javadoc.plugin.version>
122-
<mockito.version>5.14.2</mockito.version>
122+
<mockito.version>5.15.2</mockito.version>
123123
<slf4j.version>2.0.16</slf4j.version>
124124
<okhttp.version>4.12.0</okhttp.version>
125125
</properties>
@@ -328,6 +328,9 @@
328328
<additionalJOption>-Xdoclint:-missing,-reference</additionalJOption>
329329
<show>public</show>
330330
<sourcepath>target/generated-sources/delombok</sourcepath>
331+
<bottom>
332+
<![CDATA[Copyright &#169; 2024-2025 <a href="https://www.amilesend.com">Andy Miles</a>. All rights reserved.]]>
333+
</bottom>
331334
</configuration>
332335
<executions>
333336
<execution>
@@ -521,6 +524,10 @@
521524
<configuration>
522525
<additionalJOption>-Xdoclint:-missing,-reference</additionalJOption>
523526
<show>public</show>
527+
<sourcepath>target/generated-sources/delombok</sourcepath>
528+
<bottom>
529+
<![CDATA[Copyright &#169; 2024-2025 <a href="https://www.amilesend.com">Andy Miles</a>. All rights reserved.]]>
530+
</bottom>
524531
</configuration>
525532
<reportSets>
526533
<reportSet>

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 Andy Miles (andy.miles@amilesend.com)
5+
Copyright © 2024-2025 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 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2025 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 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2025 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 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2025 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 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2025 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 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2025 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 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2025 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 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2025 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 Andy Miles (andy.miles@amilesend.com)
3+
* Copyright © 2024-2025 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)