Commit c118397a authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: update some copyright years

Reflect the significant changes in painting and regex searching
in the copyright notices.
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. * * 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 * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published * * it under the terms of the GNU General Public License as published *
......
...@@ -920,7 +920,7 @@ void version(void) ...@@ -920,7 +920,7 @@ void version(void)
printf(_(" GNU nano, version %s\n"), VERSION); printf(_(" GNU nano, version %s\n"), VERSION);
#endif #endif
printf(" (C) 1999..2016 Free Software Foundation, Inc.\n"); 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( printf(
_(" Email: nano@nano-editor.org Web: https://nano-editor.org/")); _(" Email: nano@nano-editor.org Web: https://nano-editor.org/"));
printf(_("\n Compiled options:")); printf(_("\n Compiled options:"));
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 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 * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published * * it under the terms of the GNU General Public License as published *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * 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 * * GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published * * it under the terms of the GNU General Public License as published *
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment