diff --git a/configure.ac b/configure.ac
index a744d013a235bcb29d95bd36f58c9bef4b2c8331..5d5fb1b1cbec33c0d9fbb8c73ca537915dee30f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.65])
 AC_INIT([Ring],[2.3.0],[ring@lists.savoirfairelinux.net],[ring])
 
-AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux 2004-2015]])
+AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux 2004-2016]])
 AC_REVISION([$Revision$])
 
 dnl Where to find configure files
diff --git a/tools/update-copyright b/tools/update-copyright
index e519a7d0f3714ad7655531d66b55418deb1d5a63..7b209163782d3b6dea2152e7ea1fec316be3a55f 100755
--- a/tools/update-copyright
+++ b/tools/update-copyright
@@ -20,7 +20,8 @@
 #
 
 # List all files in current directory
-FILES=`find -name "*.h" -o -name "*.c" -o -name "*.cpp" -o -name "*.i" -o -name "README" -o -name "*.sh" -o -name "*.py" -o -name "*.mm" -o -name "update-copyright" -o -name "*.patch" -o -name "copyright"`
+FILES=`find -name "*.h" -o -name "*.c" -o -name "*.cpp" -o -name "*.i" -o -name "*.sh" -o -name "*.py" -o -name "*.mm" -o -name "*.patch" -o -name "README"`
+FILES+=" ./configure.ac ./tools/update-copyright"
 year=`date +%Y`
 
 # Loop and replace