diff --git a/bin/cmdtest.rb b/bin/cmdtest.rb
index e24f79f..a363d8e 100755
--- a/bin/cmdtest.rb
+++ b/bin/cmdtest.rb
@@ -2,7 +2,7 @@
 #----------------------------------------------------------------------
 # cmdtest.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/argumentparser.rb b/lib/cmdtest/argumentparser.rb
index 9edfe7e..dc49103 100644
--- a/lib/cmdtest/argumentparser.rb
+++ b/lib/cmdtest/argumentparser.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # argumentparser.rb
 #----------------------------------------------------------------------
-# Copyright 2015 Johan Holmberg.
+# Copyright 2015-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/baselogger.rb b/lib/cmdtest/baselogger.rb
index 55571f1..82c5367 100644
--- a/lib/cmdtest/baselogger.rb
+++ b/lib/cmdtest/baselogger.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # baselogger.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/cmdeffects.rb b/lib/cmdtest/cmdeffects.rb
index 5d49934..fdf0f7a 100644
--- a/lib/cmdtest/cmdeffects.rb
+++ b/lib/cmdtest/cmdeffects.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # cmdeffects.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/consolelogger.rb b/lib/cmdtest/consolelogger.rb
index 4d20664..f4e25aa 100644
--- a/lib/cmdtest/consolelogger.rb
+++ b/lib/cmdtest/consolelogger.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # consolelogger.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/fileinfo.rb b/lib/cmdtest/fileinfo.rb
index 9ab0647..197d8cf 100644
--- a/lib/cmdtest/fileinfo.rb
+++ b/lib/cmdtest/fileinfo.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # fileinfo.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/fssnapshot.rb b/lib/cmdtest/fssnapshot.rb
index e220327..8720771 100644
--- a/lib/cmdtest/fssnapshot.rb
+++ b/lib/cmdtest/fssnapshot.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # fssnapshot.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/junitfile.rb b/lib/cmdtest/junitfile.rb
index 7d03ba0..5013cab 100644
--- a/lib/cmdtest/junitfile.rb
+++ b/lib/cmdtest/junitfile.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # junitfile.rb
 #----------------------------------------------------------------------
-# Copyright 2009-2014 Johan Holmberg.
+# Copyright 2009-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/junitlogger.rb b/lib/cmdtest/junitlogger.rb
index 894fc5b..c398bf4 100644
--- a/lib/cmdtest/junitlogger.rb
+++ b/lib/cmdtest/junitlogger.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # junitlogger.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/methodfilter.rb b/lib/cmdtest/methodfilter.rb
index 2be85dc..9a39fdf 100644
--- a/lib/cmdtest/methodfilter.rb
+++ b/lib/cmdtest/methodfilter.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # methodfilter.rb
 #----------------------------------------------------------------------
-# Copyright 2009-2014 Johan Holmberg.
+# Copyright 2009-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/notify.rb b/lib/cmdtest/notify.rb
index b265ddf..a551342 100644
--- a/lib/cmdtest/notify.rb
+++ b/lib/cmdtest/notify.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # notify.rb
 #----------------------------------------------------------------------
-# Copyright 2012-2014 Johan Holmberg.
+# Copyright 2012-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/output.rb b/lib/cmdtest/output.rb
index 9481cb7..3916d75 100644
--- a/lib/cmdtest/output.rb
+++ b/lib/cmdtest/output.rb
@@ -2,7 +2,7 @@
 #----------------------------------------------------------------------
 # output.rb
 #----------------------------------------------------------------------
-# Copyright 2010-2014 Johan Holmberg.
+# Copyright 2010-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/testcase.rb b/lib/cmdtest/testcase.rb
index de4cb59..3b51ba9 100644
--- a/lib/cmdtest/testcase.rb
+++ b/lib/cmdtest/testcase.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # testcase.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/util.rb b/lib/cmdtest/util.rb
index 92d8350..3dff105 100644
--- a/lib/cmdtest/util.rb
+++ b/lib/cmdtest/util.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # util.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #
diff --git a/lib/cmdtest/workdir.rb b/lib/cmdtest/workdir.rb
index 6a5a71e..0fb7566 100644
--- a/lib/cmdtest/workdir.rb
+++ b/lib/cmdtest/workdir.rb
@@ -1,7 +1,7 @@
 #----------------------------------------------------------------------
 # workdir.rb
 #----------------------------------------------------------------------
-# Copyright 2002-2014 Johan Holmberg.
+# Copyright 2002-2016 Johan Holmberg.
 #----------------------------------------------------------------------
 # This file is part of "cmdtest".
 #