diff --git a/src/main/java/com/omertron/themoviedbapi/AppendToResponseBuilder.java b/src/main/java/com/omertron/themoviedbapi/AppendToResponseBuilder.java
index 91b4df04b..c9bcb9520 100644
--- a/src/main/java/com/omertron/themoviedbapi/AppendToResponseBuilder.java
+++ b/src/main/java/com/omertron/themoviedbapi/AppendToResponseBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/Compare.java b/src/main/java/com/omertron/themoviedbapi/Compare.java
index 38debfa28..a9f2902a5 100644
--- a/src/main/java/com/omertron/themoviedbapi/Compare.java
+++ b/src/main/java/com/omertron/themoviedbapi/Compare.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/MovieDbException.java b/src/main/java/com/omertron/themoviedbapi/MovieDbException.java
index 6b24708aa..764de03b0 100644
--- a/src/main/java/com/omertron/themoviedbapi/MovieDbException.java
+++ b/src/main/java/com/omertron/themoviedbapi/MovieDbException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java b/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java
index 6d1632bb3..cfd20e78e 100644
--- a/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java
+++ b/src/main/java/com/omertron/themoviedbapi/TheMovieDbApi.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/ArtworkType.java b/src/main/java/com/omertron/themoviedbapi/enumeration/ArtworkType.java
index 3ade5fcb8..aaceafe24 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/ArtworkType.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/ArtworkType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/CreditType.java b/src/main/java/com/omertron/themoviedbapi/enumeration/CreditType.java
index 72ffd3b31..f50062180 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/CreditType.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/CreditType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/ExternalSource.java b/src/main/java/com/omertron/themoviedbapi/enumeration/ExternalSource.java
index 772e7255b..6e65d84c9 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/ExternalSource.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/ExternalSource.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/MediaType.java b/src/main/java/com/omertron/themoviedbapi/enumeration/MediaType.java
index 839a41ed6..29f6c01e0 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/MediaType.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/MediaType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/MovieMethod.java b/src/main/java/com/omertron/themoviedbapi/enumeration/MovieMethod.java
index e91d72bbf..8dfc69378 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/MovieMethod.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/MovieMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/PeopleMethod.java b/src/main/java/com/omertron/themoviedbapi/enumeration/PeopleMethod.java
index d6362481c..72214fbd4 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/PeopleMethod.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/PeopleMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/SearchType.java b/src/main/java/com/omertron/themoviedbapi/enumeration/SearchType.java
index c367bed08..63a269ec0 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/SearchType.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/SearchType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/SortBy.java b/src/main/java/com/omertron/themoviedbapi/enumeration/SortBy.java
index b80de72d9..447d97dc4 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/SortBy.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/SortBy.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.java b/src/main/java/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.java
index 5f3de57c5..d8cd454c2 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/TVMethod.java b/src/main/java/com/omertron/themoviedbapi/enumeration/TVMethod.java
index c37ba7486..e30db9ddf 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/TVMethod.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/TVMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.java b/src/main/java/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.java
index 130851448..702c226cd 100644
--- a/src/main/java/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.java
+++ b/src/main/java/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/interfaces/AppendToResponse.java b/src/main/java/com/omertron/themoviedbapi/interfaces/AppendToResponse.java
index be647f84f..3c412f6dd 100644
--- a/src/main/java/com/omertron/themoviedbapi/interfaces/AppendToResponse.java
+++ b/src/main/java/com/omertron/themoviedbapi/interfaces/AppendToResponse.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.java b/src/main/java/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.java
index 0976f1538..c17250a3b 100644
--- a/src/main/java/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.java
+++ b/src/main/java/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/interfaces/Identification.java b/src/main/java/com/omertron/themoviedbapi/interfaces/Identification.java
index 8dd1485db..81a285212 100644
--- a/src/main/java/com/omertron/themoviedbapi/interfaces/Identification.java
+++ b/src/main/java/com/omertron/themoviedbapi/interfaces/Identification.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/interfaces/WrapperDates.java b/src/main/java/com/omertron/themoviedbapi/interfaces/WrapperDates.java
index 8ab46d290..72e390201 100644
--- a/src/main/java/com/omertron/themoviedbapi/interfaces/WrapperDates.java
+++ b/src/main/java/com/omertron/themoviedbapi/interfaces/WrapperDates.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/interfaces/WrapperPages.java b/src/main/java/com/omertron/themoviedbapi/interfaces/WrapperPages.java
index 15dccef0c..919072fc3 100644
--- a/src/main/java/com/omertron/themoviedbapi/interfaces/WrapperPages.java
+++ b/src/main/java/com/omertron/themoviedbapi/interfaces/WrapperPages.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/AbstractMethod.java b/src/main/java/com/omertron/themoviedbapi/methods/AbstractMethod.java
index 7e4f4dcd3..71625f086 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/AbstractMethod.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/AbstractMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbAccount.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbAccount.java
index 56fd00dff..ce53a5068 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbAccount.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbAccount.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbAuthentication.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbAuthentication.java
index 247cc7dec..47647891d 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbAuthentication.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbAuthentication.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbCertifications.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbCertifications.java
index 7a8d62597..e41494bec 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbCertifications.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbCertifications.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbChanges.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbChanges.java
index de488feed..f461416c0 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbChanges.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbChanges.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbCollections.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbCollections.java
index d36e478a1..4e3937eef 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbCollections.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbCollections.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbCompanies.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbCompanies.java
index 848d96e9b..f7ae71e16 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbCompanies.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbCompanies.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbConfiguration.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbConfiguration.java
index 04f65029d..3f68880df 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbConfiguration.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbCredits.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbCredits.java
index e0c6ac6c3..8debe5f33 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbCredits.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbCredits.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbDiscover.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbDiscover.java
index 102785400..fa56fb6c8 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbDiscover.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbDiscover.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbEpisodes.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbEpisodes.java
index f987c2c1f..4bf5891ec 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbEpisodes.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbEpisodes.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbFind.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbFind.java
index 0e9198875..7d6a93a65 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbFind.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbFind.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbGenres.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbGenres.java
index 445b3aaaf..5ee5a3ec7 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbGenres.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbGenres.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbKeywords.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbKeywords.java
index aef9a7ab8..c1c322725 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbKeywords.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbKeywords.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbLists.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbLists.java
index ea3a07af2..488481446 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbLists.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbLists.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbMovies.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbMovies.java
index c9613a52a..a3f6129ff 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbMovies.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbMovies.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbNetworks.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbNetworks.java
index 061380459..444b0cada 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbNetworks.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbNetworks.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbPeople.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbPeople.java
index 2689c36cb..bf58176b0 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbPeople.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbPeople.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbReviews.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbReviews.java
index 2d2455cae..c84158507 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbReviews.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbReviews.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbSearch.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbSearch.java
index ae578d797..a85aebcfb 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbSearch.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbSearch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbSeasons.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbSeasons.java
index 5beaa398b..ea47c209d 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbSeasons.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbSeasons.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbTV.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbTV.java
index 512fb2f30..55736ef52 100644
--- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbTV.java
+++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbTV.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/AbstractIdName.java b/src/main/java/com/omertron/themoviedbapi/model/AbstractIdName.java
index c887214d6..71d5cd614 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/AbstractIdName.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/AbstractIdName.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/AbstractJsonMapping.java b/src/main/java/com/omertron/themoviedbapi/model/AbstractJsonMapping.java
index df9207667..e8d1ea1a9 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/AbstractJsonMapping.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/AbstractJsonMapping.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/Certification.java b/src/main/java/com/omertron/themoviedbapi/model/Certification.java
index 7f3ce8a27..ab47ad300 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/Certification.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/Certification.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/FindResults.java b/src/main/java/com/omertron/themoviedbapi/model/FindResults.java
index 032dab38c..6684084e7 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/FindResults.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/FindResults.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/Genre.java b/src/main/java/com/omertron/themoviedbapi/model/Genre.java
index 46d4d2b71..3f24a0b61 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/Genre.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/Genre.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/Language.java b/src/main/java/com/omertron/themoviedbapi/model/Language.java
index 6244de8ab..7301ba028 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/Language.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/Language.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/StatusCode.java b/src/main/java/com/omertron/themoviedbapi/model/StatusCode.java
index 1b3b6817b..1c80235c9 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/StatusCode.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/StatusCode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/account/Account.java b/src/main/java/com/omertron/themoviedbapi/model/account/Account.java
index e6df2038f..1fdd4149b 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/account/Account.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/account/Account.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/account/Avatar.java b/src/main/java/com/omertron/themoviedbapi/model/account/Avatar.java
index a4a0ac3cd..c9efd09a4 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/account/Avatar.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/account/Avatar.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/account/AvatarHash.java b/src/main/java/com/omertron/themoviedbapi/model/account/AvatarHash.java
index 769d476b8..2842c178b 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/account/AvatarHash.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/account/AvatarHash.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/artwork/Artwork.java b/src/main/java/com/omertron/themoviedbapi/model/artwork/Artwork.java
index fef1a3d62..6619e184a 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/artwork/Artwork.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/artwork/Artwork.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.java b/src/main/java/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.java
index 0b0b45a86..5963da45b 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.java b/src/main/java/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.java
index 704a654be..b0d7316c6 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/authentication/TokenSession.java b/src/main/java/com/omertron/themoviedbapi/model/authentication/TokenSession.java
index a64cd1d30..89a1ee166 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/authentication/TokenSession.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/authentication/TokenSession.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/change/ChangeKeyItem.java b/src/main/java/com/omertron/themoviedbapi/model/change/ChangeKeyItem.java
index c7e42d714..944068c9a 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/change/ChangeKeyItem.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/change/ChangeKeyItem.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/change/ChangeListItem.java b/src/main/java/com/omertron/themoviedbapi/model/change/ChangeListItem.java
index 267363c1d..6ddc31fcf 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/change/ChangeListItem.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/change/ChangeListItem.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/change/ChangedItem.java b/src/main/java/com/omertron/themoviedbapi/model/change/ChangedItem.java
index 59afcbc96..206900c4b 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/change/ChangedItem.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/change/ChangedItem.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/collection/Collection.java b/src/main/java/com/omertron/themoviedbapi/model/collection/Collection.java
index 8fedc56ff..66ed7622e 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/collection/Collection.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/collection/Collection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/collection/CollectionInfo.java b/src/main/java/com/omertron/themoviedbapi/model/collection/CollectionInfo.java
index d1c77bbe2..3dfdb4266 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/collection/CollectionInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/collection/CollectionInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/company/Company.java b/src/main/java/com/omertron/themoviedbapi/model/company/Company.java
index 24b8e3c15..c129c1e83 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/company/Company.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/company/Company.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/config/Configuration.java b/src/main/java/com/omertron/themoviedbapi/model/config/Configuration.java
index e6f565bff..49b416d3a 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/config/Configuration.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/config/Configuration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/config/JobDepartment.java b/src/main/java/com/omertron/themoviedbapi/model/config/JobDepartment.java
index ec526d60a..1e8e6c73b 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/config/JobDepartment.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/config/JobDepartment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/credits/CreditBasic.java b/src/main/java/com/omertron/themoviedbapi/model/credits/CreditBasic.java
index d3df75ee5..6eb9a9422 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/credits/CreditBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/credits/CreditBasic.java
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.java b/src/main/java/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.java
index 5d60fc7d3..44b1e3094 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/credits/CreditTVBasic.java b/src/main/java/com/omertron/themoviedbapi/model/credits/CreditTVBasic.java
index 4359938b1..5db27fc00 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/credits/CreditTVBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/credits/CreditTVBasic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCredit.java b/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCredit.java
index dd7e58ce4..e64d93a52 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCredit.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCredit.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCreditCast.java b/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCreditCast.java
index 526b8f581..1330ba844 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCreditCast.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCreditCast.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.java b/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.java
index 29f249787..63f1ad1ce 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/discover/Discover.java b/src/main/java/com/omertron/themoviedbapi/model/discover/Discover.java
index 90c41071f..61df8168f 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/discover/Discover.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/discover/Discover.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/discover/WithBuilder.java b/src/main/java/com/omertron/themoviedbapi/model/discover/WithBuilder.java
index e9aa9063a..42808dc22 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/discover/WithBuilder.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/discover/WithBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/keyword/Keyword.java b/src/main/java/com/omertron/themoviedbapi/model/keyword/Keyword.java
index dc26fe73e..c6b57a85a 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/keyword/Keyword.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/keyword/Keyword.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/list/ListItem.java b/src/main/java/com/omertron/themoviedbapi/model/list/ListItem.java
index 9542c4f71..9773065ee 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/list/ListItem.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/list/ListItem.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/list/ListItemStatus.java b/src/main/java/com/omertron/themoviedbapi/model/list/ListItemStatus.java
index e29c7c731..e610a409c 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/list/ListItemStatus.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/list/ListItemStatus.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/list/ListStatusCode.java b/src/main/java/com/omertron/themoviedbapi/model/list/ListStatusCode.java
index b889d953f..72055f43d 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/list/ListStatusCode.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/list/ListStatusCode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/list/UserList.java b/src/main/java/com/omertron/themoviedbapi/model/list/UserList.java
index 26b87261c..ea53c74a8 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/list/UserList.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/list/UserList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/media/AlternativeTitle.java b/src/main/java/com/omertron/themoviedbapi/model/media/AlternativeTitle.java
index 49cce9a81..7cd8a2ee8 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/media/AlternativeTitle.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/media/AlternativeTitle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/media/MediaBasic.java b/src/main/java/com/omertron/themoviedbapi/model/media/MediaBasic.java
index 674915c21..685029018 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/media/MediaBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/media/MediaBasic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/media/MediaCreditList.java b/src/main/java/com/omertron/themoviedbapi/model/media/MediaCreditList.java
index 1c1211e01..893b5b2c7 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/media/MediaCreditList.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/media/MediaCreditList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/media/MediaState.java b/src/main/java/com/omertron/themoviedbapi/model/media/MediaState.java
index 8079b6593..bdb690d35 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/media/MediaState.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/media/MediaState.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/media/RatedValue.java b/src/main/java/com/omertron/themoviedbapi/model/media/RatedValue.java
index 513d86c55..eb2d1cbe2 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/media/RatedValue.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/media/RatedValue.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/media/Trailer.java b/src/main/java/com/omertron/themoviedbapi/model/media/Trailer.java
index 3af654795..d78f843dc 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/media/Trailer.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/media/Trailer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/media/Translation.java b/src/main/java/com/omertron/themoviedbapi/model/media/Translation.java
index 820743fe8..b52130b31 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/media/Translation.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/media/Translation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/media/Video.java b/src/main/java/com/omertron/themoviedbapi/model/media/Video.java
index 6a584e096..54163b7f0 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/media/Video.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/media/Video.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/movie/MovieBasic.java b/src/main/java/com/omertron/themoviedbapi/model/movie/MovieBasic.java
index d538c9fee..261d63160 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/movie/MovieBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/movie/MovieBasic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/movie/MovieInfo.java b/src/main/java/com/omertron/themoviedbapi/model/movie/MovieInfo.java
index d60a7bd2d..273954898 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/movie/MovieInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/movie/MovieInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/movie/ProductionCompany.java b/src/main/java/com/omertron/themoviedbapi/model/movie/ProductionCompany.java
index 8f4822681..939924ceb 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/movie/ProductionCompany.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/movie/ProductionCompany.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/movie/ProductionCountry.java b/src/main/java/com/omertron/themoviedbapi/model/movie/ProductionCountry.java
index 247773604..99470af5a 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/movie/ProductionCountry.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/movie/ProductionCountry.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/movie/ReleaseInfo.java b/src/main/java/com/omertron/themoviedbapi/model/movie/ReleaseInfo.java
index 535c750a5..d850b37e1 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/movie/ReleaseInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/movie/ReleaseInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/network/Network.java b/src/main/java/com/omertron/themoviedbapi/model/network/Network.java
index 280450ff5..820454959 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/network/Network.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/network/Network.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/person/ContentRating.java b/src/main/java/com/omertron/themoviedbapi/model/person/ContentRating.java
index 8f1995204..311ee4c89 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/person/ContentRating.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/person/ContentRating.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/person/CreditInfo.java b/src/main/java/com/omertron/themoviedbapi/model/person/CreditInfo.java
index af6f9a638..627b856dd 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/person/CreditInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/person/CreditInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/person/ExternalID.java b/src/main/java/com/omertron/themoviedbapi/model/person/ExternalID.java
index a9ff58636..bbec47684 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/person/ExternalID.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/person/ExternalID.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/person/PersonBasic.java b/src/main/java/com/omertron/themoviedbapi/model/person/PersonBasic.java
index 9ad853f6e..50af11486 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/person/PersonBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/person/PersonBasic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/person/PersonCreditList.java b/src/main/java/com/omertron/themoviedbapi/model/person/PersonCreditList.java
index 091a3f169..c3974e13f 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/person/PersonCreditList.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/person/PersonCreditList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.java b/src/main/java/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.java
index f422e65be..462b16b37 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/person/PersonFind.java b/src/main/java/com/omertron/themoviedbapi/model/person/PersonFind.java
index 41e7775be..f7cc27485 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/person/PersonFind.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/person/PersonFind.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/person/PersonInfo.java b/src/main/java/com/omertron/themoviedbapi/model/person/PersonInfo.java
index 36ca57837..8d3335c83 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/person/PersonInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/person/PersonInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/review/Review.java b/src/main/java/com/omertron/themoviedbapi/model/review/Review.java
index 5b203a081..c7732ac5a 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/review/Review.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/review/Review.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/tv/TVBasic.java b/src/main/java/com/omertron/themoviedbapi/model/tv/TVBasic.java
index 82acc807d..375452527 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/tv/TVBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/tv/TVBasic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/tv/TVCredit.java b/src/main/java/com/omertron/themoviedbapi/model/tv/TVCredit.java
index b333691da..01a6b3ec6 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/tv/TVCredit.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/tv/TVCredit.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.java b/src/main/java/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.java
index 05b1629a1..c4e54a484 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.java b/src/main/java/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.java
index 14b0ad282..98f1a07e6 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/tv/TVInfo.java b/src/main/java/com/omertron/themoviedbapi/model/tv/TVInfo.java
index a4459d8e7..fb1fc281a 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/tv/TVInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/tv/TVInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.java b/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.java
index 6117f2b1c..9660c339c 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.java b/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.java
index f726601b1..a6371282d 100644
--- a/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperAll.java b/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperAll.java
index 7dcff7611..20a32577b 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperAll.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperAll.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperBase.java b/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperBase.java
index 8606b4a11..d96b80fc7 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperBase.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperId.java b/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperId.java
index 96aec1d6c..89cf99872 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperId.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperId.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.java b/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.java
index 7ebfd6647..3cbbbf48a 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/ResultDates.java b/src/main/java/com/omertron/themoviedbapi/results/ResultDates.java
index 998a78b51..9d80e1433 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/ResultDates.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/ResultDates.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/ResultList.java b/src/main/java/com/omertron/themoviedbapi/results/ResultList.java
index 34318be1e..8012e1d6e 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/ResultList.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/ResultList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/ResultsMap.java b/src/main/java/com/omertron/themoviedbapi/results/ResultsMap.java
index 32b895c53..cec7c18bb 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/ResultsMap.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/ResultsMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.java
index d5714e096..30f08e3f2 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperChanges.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperChanges.java
index a919ccb1d..67766cdb3 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperChanges.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperChanges.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperConfig.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperConfig.java
index 18a0ac555..e62b43b64 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperConfig.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperConfig.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperGenericList.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperGenericList.java
index 257dca1b1..2ad771e19 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperGenericList.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperGenericList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperGenres.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperGenres.java
index 5b3b9c2dd..b9bebaa46 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperGenres.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperGenres.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperImages.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperImages.java
index 36ed315d7..ddf43bf93 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperImages.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperImages.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperJobList.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperJobList.java
index e639f2f0c..97b6adf63 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperJobList.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperJobList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperMovieKeywords.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperMovieKeywords.java
index fe0c6e959..4266c0562 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperMovieKeywords.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperMovieKeywords.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperMultiSearch.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperMultiSearch.java
index a71ee38ef..7aadc8f4d 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperMultiSearch.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperMultiSearch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperReleaseInfo.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperReleaseInfo.java
index 663aae065..60d3d1a1f 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperReleaseInfo.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperReleaseInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperTranslations.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperTranslations.java
index 93e0f8742..dd7d313cf 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperTranslations.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperTranslations.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperVideos.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperVideos.java
index 1e920f233..8c9c62c9a 100644
--- a/src/main/java/com/omertron/themoviedbapi/results/WrapperVideos.java
+++ b/src/main/java/com/omertron/themoviedbapi/results/WrapperVideos.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/tools/ApiUrl.java b/src/main/java/com/omertron/themoviedbapi/tools/ApiUrl.java
index e3c0a71e9..75ef5eb4d 100644
--- a/src/main/java/com/omertron/themoviedbapi/tools/ApiUrl.java
+++ b/src/main/java/com/omertron/themoviedbapi/tools/ApiUrl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/tools/HttpTools.java b/src/main/java/com/omertron/themoviedbapi/tools/HttpTools.java
index b4155cf81..bbc73e92c 100644
--- a/src/main/java/com/omertron/themoviedbapi/tools/HttpTools.java
+++ b/src/main/java/com/omertron/themoviedbapi/tools/HttpTools.java
@@ -1,3 +1,22 @@
+/*
+ * Copyright (c) 2004-2016 Stuart Boston
+ *
+ * This file is part of TheMovieDB API.
+ *
+ * TheMovieDB API is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * any later version.
+ *
+ * TheMovieDB API is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with TheMovieDB API. If not, see .
+ *
+ */
package com.omertron.themoviedbapi.tools;
import com.omertron.themoviedbapi.MovieDbException;
diff --git a/src/main/java/com/omertron/themoviedbapi/tools/MethodBase.java b/src/main/java/com/omertron/themoviedbapi/tools/MethodBase.java
index 15f97ac5e..4d4c35ed7 100644
--- a/src/main/java/com/omertron/themoviedbapi/tools/MethodBase.java
+++ b/src/main/java/com/omertron/themoviedbapi/tools/MethodBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/tools/MethodSub.java b/src/main/java/com/omertron/themoviedbapi/tools/MethodSub.java
index 3733f8b95..5180c7634 100644
--- a/src/main/java/com/omertron/themoviedbapi/tools/MethodSub.java
+++ b/src/main/java/com/omertron/themoviedbapi/tools/MethodSub.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/tools/Param.java b/src/main/java/com/omertron/themoviedbapi/tools/Param.java
index f145c69ea..d2e64195d 100644
--- a/src/main/java/com/omertron/themoviedbapi/tools/Param.java
+++ b/src/main/java/com/omertron/themoviedbapi/tools/Param.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/tools/PostBody.java b/src/main/java/com/omertron/themoviedbapi/tools/PostBody.java
index e567de720..0727d1064 100644
--- a/src/main/java/com/omertron/themoviedbapi/tools/PostBody.java
+++ b/src/main/java/com/omertron/themoviedbapi/tools/PostBody.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/tools/PostTools.java b/src/main/java/com/omertron/themoviedbapi/tools/PostTools.java
index 50a3c5bc8..dfee4f1f6 100644
--- a/src/main/java/com/omertron/themoviedbapi/tools/PostTools.java
+++ b/src/main/java/com/omertron/themoviedbapi/tools/PostTools.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/main/java/com/omertron/themoviedbapi/tools/TmdbParameters.java b/src/main/java/com/omertron/themoviedbapi/tools/TmdbParameters.java
index 040bd836f..30166563d 100644
--- a/src/main/java/com/omertron/themoviedbapi/tools/TmdbParameters.java
+++ b/src/main/java/com/omertron/themoviedbapi/tools/TmdbParameters.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/AbstractTests.java b/src/test/java/com/omertron/themoviedbapi/AbstractTests.java
index 577c300f9..6e2b8bf47 100644
--- a/src/test/java/com/omertron/themoviedbapi/AbstractTests.java
+++ b/src/test/java/com/omertron/themoviedbapi/AbstractTests.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/ArtworkResults.java b/src/test/java/com/omertron/themoviedbapi/ArtworkResults.java
index e858cb8b2..879ce05c4 100644
--- a/src/test/java/com/omertron/themoviedbapi/ArtworkResults.java
+++ b/src/test/java/com/omertron/themoviedbapi/ArtworkResults.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/CompareTest.java b/src/test/java/com/omertron/themoviedbapi/CompareTest.java
index b169c1adc..63ebd8287 100644
--- a/src/test/java/com/omertron/themoviedbapi/CompareTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/CompareTest.java
@@ -1,7 +1,21 @@
/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
+ * Copyright (c) 2004-2016 Stuart Boston
+ *
+ * This file is part of TheMovieDB API.
+ *
+ * TheMovieDB API is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * any later version.
+ *
+ * TheMovieDB API is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with TheMovieDB API. If not, see .
+ *
*/
package com.omertron.themoviedbapi;
diff --git a/src/test/java/com/omertron/themoviedbapi/TestID.java b/src/test/java/com/omertron/themoviedbapi/TestID.java
index ea24ec8c6..f75132ee3 100644
--- a/src/test/java/com/omertron/themoviedbapi/TestID.java
+++ b/src/test/java/com/omertron/themoviedbapi/TestID.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/TestLogger.java b/src/test/java/com/omertron/themoviedbapi/TestLogger.java
index ad7c89bc5..35d18e279 100644
--- a/src/test/java/com/omertron/themoviedbapi/TestLogger.java
+++ b/src/test/java/com/omertron/themoviedbapi/TestLogger.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/TestSuite.java b/src/test/java/com/omertron/themoviedbapi/TestSuite.java
index 48475065e..7f1ff94fc 100644
--- a/src/test/java/com/omertron/themoviedbapi/TestSuite.java
+++ b/src/test/java/com/omertron/themoviedbapi/TestSuite.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbAccountTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbAccountTest.java
index 6bcf27fdf..c04960177 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbAccountTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbAccountTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbAuthenticationTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbAuthenticationTest.java
index 982a5ad1b..17f0fbec4 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbAuthenticationTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbAuthenticationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbCertificationsTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbCertificationsTest.java
index 9a7f2fc61..57443100b 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbCertificationsTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbCertificationsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbChangesTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbChangesTest.java
index 1026802a4..017413355 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbChangesTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbChangesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbCollectionsTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbCollectionsTest.java
index 04b888b98..d719203dd 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbCollectionsTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbCollectionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbCompaniesTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbCompaniesTest.java
index 483ab4e7b..2a029cc2e 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbCompaniesTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbCompaniesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbConfigurationTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbConfigurationTest.java
index a1c2e46cc..19644bba1 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbConfigurationTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbConfigurationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbCreditsTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbCreditsTest.java
index d199e7fff..32b4c9694 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbCreditsTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbCreditsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbDiscoverTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbDiscoverTest.java
index 47f9b565e..aa101d7ab 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbDiscoverTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbDiscoverTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbEpisodesTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbEpisodesTest.java
index 6b48379ac..7dd93df63 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbEpisodesTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbEpisodesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbFindTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbFindTest.java
index f3e23768f..58f38fb52 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbFindTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbFindTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbGenresTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbGenresTest.java
index a1b5df61c..99d23a89d 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbGenresTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbGenresTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbKeywordsTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbKeywordsTest.java
index b398d7112..4c88bd28c 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbKeywordsTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbKeywordsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbListsTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbListsTest.java
index 39fd071fd..ca5c84cce 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbListsTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbListsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbMoviesTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbMoviesTest.java
index b746c40f4..194792946 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbMoviesTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbMoviesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbNetworksTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbNetworksTest.java
index d2de53da5..a7b541b52 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbNetworksTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbNetworksTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbPeopleTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbPeopleTest.java
index b033e21f5..36d992800 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbPeopleTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbPeopleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbReviewsTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbReviewsTest.java
index 30eb98cd3..6d8aefda3 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbReviewsTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbReviewsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbSearchTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbSearchTest.java
index 9d8ccfdc2..6fa405638 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbSearchTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbSearchTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbSeasonsTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbSeasonsTest.java
index 9039968fc..b55462324 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbSeasonsTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbSeasonsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/methods/TmdbTVTest.java b/src/test/java/com/omertron/themoviedbapi/methods/TmdbTVTest.java
index e1a9b47ee..5ca31779a 100644
--- a/src/test/java/com/omertron/themoviedbapi/methods/TmdbTVTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/methods/TmdbTVTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*
diff --git a/src/test/java/com/omertron/themoviedbapi/tools/ApiUrlTest.java b/src/test/java/com/omertron/themoviedbapi/tools/ApiUrlTest.java
index 04b4016ef..9e5d49b4d 100644
--- a/src/test/java/com/omertron/themoviedbapi/tools/ApiUrlTest.java
+++ b/src/test/java/com/omertron/themoviedbapi/tools/ApiUrlTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2015 Stuart Boston
+ * Copyright (c) 2004-2016 Stuart Boston
*
* This file is part of TheMovieDB API.
*