diff --git a/src/color.c b/src/color.c
index 5b688991d8680a57a802d17e222b4c1adc9f9b59..256354e60f5bcac74822fcada48aa6d2bfbeb0af 100644
--- a/src/color.c
+++ b/src/color.c
@@ -3,7 +3,7 @@
  *                                                                        *
  *   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,  *
  *   2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc.          *
- *   Copyright (C) 2014, 2015, 2016 Benno Schulenberg                     *
+ *   Copyright (C) 2014, 2015, 2016, 2017 Benno Schulenberg               *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/nano.c b/src/nano.c
index 6d3d4dfbe625df2e6f5febe3513676d8187b346c..73cb0877cb1433a76c84c9a2f26c40b670fa33c3 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -920,7 +920,7 @@ void version(void)
     printf(_(" GNU nano, version %s\n"), VERSION);
 #endif
     printf(" (C) 1999..2016 Free Software Foundation, Inc.\n");
-    printf(_(" (C) 2014..%s the contributors to nano\n"), "2016");
+    printf(_(" (C) 2014..%s the contributors to nano\n"), "2017");
     printf(
 	_(" Email: nano@nano-editor.org	Web: https://nano-editor.org/"));
     printf(_("\n Compiled options:"));
diff --git a/src/search.c b/src/search.c
index c21c13e92c4bc079f1fe7f9f6a914c8fa4a3e9ba..68ed79da141dedc49a48e9e383b2ef2b7bb6c052 100644
--- a/src/search.c
+++ b/src/search.c
@@ -3,7 +3,7 @@
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,  *
  *   2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc.    *
- *   Copyright (C) 2015, 2016 Benno Schulenberg                           *
+ *   Copyright (C) 2015, 2016, 2017 Benno Schulenberg                     *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/winio.c b/src/winio.c
index 662e349c4a1a14a525ef6d49bd059f1281a68664..a0bf879ce2c77eeff684f975a696d6b9938e5585 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -3,7 +3,7 @@
  *                                                                        *
  *   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,  *
  *   2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc.    *
- *   Copyright (C) 2014, 2015, 2016 Benno Schulenberg                     *
+ *   Copyright (C) 2014, 2015, 2016, 2017 Benno Schulenberg               *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *