From c118397a14763c538403ca8bd77649eab6ee7f9e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg <bensberg@justemail.net> Date: Tue, 21 Feb 2017 20:27:49 +0100 Subject: [PATCH] tweaks: update some copyright years Reflect the significant changes in painting and regex searching in the copyright notices. --- src/color.c | 2 +- src/nano.c | 2 +- src/search.c | 2 +- src/winio.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/color.c b/src/color.c index 5b688991..256354e6 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 6d3d4dfb..73cb0877 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 c21c13e9..68ed79da 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 662e349c..a0bf879c 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 * -- GitLab