diff --git a/ChangeLog b/ChangeLog index 5fac44f5f9cab5cbcc789310f3555ff92377adf0..98a4035c1a01d467bf6f3b94b2ca3b80e134f3e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-04-30 Benno Schulenberg <bensberg@justemail.net> + * src/*, doc/*: Update the years in the copyright notices -- there + were releases in 2010, 2011, and 2013, and there will be in 2014. + 2014-04-27 Benno Schulenberg <bensberg@justemail.net> * src/nano.c (usage, main): Don't blurt out the full help text but just a hint when the command line contains some mistake, to diff --git a/configure.ac b/configure.ac index f0bdf7eb0442d7aaa1d282e0cc3aff7f1f9260f8..3af5cb0ab18a1672ef85a0d032604ca59252e56c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Configuration for GNU nano - a small and user-friendly text editor # -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +# 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. # # GNU nano is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/doc/man/nano.1 b/doc/man/nano.1 index 863a4ff65999fae21a7afba80d33e467434d57af..8da08254635ab2dd82ca1b4e0e5895d7ea1fd3c8 100644 --- a/doc/man/nano.1 +++ b/doc/man/nano.1 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- .\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -.\" 2008, 2009 Free Software Foundation, Inc. +.\" 2009, 2010, 2013, 2014 Free Software Foundation, Inc. .\" .\" This document is dual-licensed. You may distribute and/or modify it .\" under the terms of either of the following licenses: diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index d739e4a8982d71b782032f8a2dd6962f78e689d5..9775e81e7ab5a600cc1c319f2a17b489f44a28a5 100644 --- a/doc/man/nanorc.5 +++ b/doc/man/nanorc.5 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- -.\" Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 -.\" Free Software Foundation, Inc. +.\" Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +.\" 2013, 2014 Free Software Foundation, Inc. .\" .\" This document is dual-licensed. You may distribute and/or modify it .\" under the terms of either of the following licenses: diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi index a4db9cb7c125e2eca2598da2d70756f6b01f2866..a0b7171c0db455bbabdf9a52a7e03c5d1bd21d5d 100644 --- a/doc/texinfo/nano.texi +++ b/doc/texinfo/nano.texi @@ -34,7 +34,7 @@ editor. This manual is part of the GNU @code{nano} distribution.@* @sp 4 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2008, 2009 Free Software Foundation, Inc. +2009, 2014 Free Software Foundation, Inc. This document is dual-licensed. You may distribute and/or modify it under the terms of either of the following licenses: diff --git a/src/browser.c b/src/browser.c index 1025d31018c3f43a4ae769d0bac7152b083dd288..1601a8e62e98e9bd392cfb91fd12c334708fa4e0 100644 --- a/src/browser.c +++ b/src/browser.c @@ -2,8 +2,8 @@ /************************************************************************** * browser.c * * * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * - * Free Software Foundation, Inc. * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * + * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/chars.c b/src/chars.c index 7e502bbf2eaaa55d7e64b3b69beca854a1e3797f..b09a6d33c499c7629e4906b0fc927530b17f3ead 100644 --- a/src/chars.c +++ b/src/chars.c @@ -2,8 +2,8 @@ /************************************************************************** * chars.c * * * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * - * Free Software Foundation, Inc. * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * + * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/color.c b/src/color.c index 61633aa1813bfc7af207e91a2ad93073e392ffcd..3235f972fdd62457146b3bd5f16901128d396c7f 100644 --- a/src/color.c +++ b/src/color.c @@ -2,8 +2,8 @@ /************************************************************************** * color.c * * * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * - * Free Software Foundation, Inc. * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * + * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/cut.c b/src/cut.c index 03c4843ab3ff3d14ab973d30740ea35f455571e1..4ec428bf2eef9aaada01a155fac1ff69ce48db90 100644 --- a/src/cut.c +++ b/src/cut.c @@ -3,7 +3,7 @@ * cut.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/files.c b/src/files.c index 219641c479ac8bfe3275b740bd28082ccf06842e..8747c6b69b519bd171483c1f0a9bd907a11d791d 100644 --- a/src/files.c +++ b/src/files.c @@ -3,7 +3,7 @@ * files.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/global.c b/src/global.c index 41aa159cb5f25d2b60043395bc5f251271f8f895..122af39c07e154baacb597c9a67d98e0f4876bc7 100644 --- a/src/global.c +++ b/src/global.c @@ -3,7 +3,7 @@ * global.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/help.c b/src/help.c index 1ecf0ddb0b7e9dc858274d0863e6b94784a382d6..1856eef694ea53551ec2d9d493d5316f83b60c02 100644 --- a/src/help.c +++ b/src/help.c @@ -3,7 +3,7 @@ * help.c * * * * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, * - * 2009 Free Software Foundation, Inc. * + * 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/move.c b/src/move.c index 77695b920f98e4e54f52222ffd462d5f9f8ecfdc..d8d912a086160daaec4efbc65e184593a1ca306e 100644 --- a/src/move.c +++ b/src/move.c @@ -3,7 +3,7 @@ * move.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/nano.c b/src/nano.c index 024dc2859f5535119080cfcecca63d94ec364488..596cc32278cb3682f4040da8a1663ecb59d1b13a 100644 --- a/src/nano.c +++ b/src/nano.c @@ -3,7 +3,7 @@ * nano.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * @@ -956,8 +956,7 @@ void version(void) { printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION, __TIME__, __DATE__); - printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,\n"); - printf(" 2008, 2009 Free Software Foundation, Inc.\n"); + printf(" (C) 1999..2014 Free Software Foundation, Inc.\n"); printf( _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); printf(_("\n Compiled options:")); diff --git a/src/nano.h b/src/nano.h index b20f1332891b1d877e3917f228211d0545384088..83a200bbc08434c8ff511c42011ca4a566d44a1b 100644 --- a/src/nano.h +++ b/src/nano.h @@ -3,7 +3,7 @@ * nano.h * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/prompt.c b/src/prompt.c index 006780e3652cccc3c1f3f4b5b17b46c4e5d2b8a5..6bd066065d02e2563a1b4900a90bf9b4cf0621d4 100644 --- a/src/prompt.c +++ b/src/prompt.c @@ -3,7 +3,7 @@ * prompt.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/proto.h b/src/proto.h index a4254dddc663e45d567d39c643f5288cb070370d..52554857d781f71277a6cd616e49ee98e92d0770 100644 --- a/src/proto.h +++ b/src/proto.h @@ -3,7 +3,7 @@ * proto.h * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/rcfile.c b/src/rcfile.c index 7ee4d48c82eeced201a610b60b64e6ef55771f3f..31a563488e77bc8b4654dc3e87989b8878072d38 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -2,8 +2,8 @@ /************************************************************************** * rcfile.c * * * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * - * Free Software Foundation, Inc. * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * + * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/search.c b/src/search.c index b7db5bbf4bcd574f2ad32b5e1c0cfc32403b2971..d841b463736d852e986b435c100cb64ad72faabd 100644 --- a/src/search.c +++ b/src/search.c @@ -3,7 +3,7 @@ * search.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/text.c b/src/text.c index 5d6dd2318c5b288fcc1fbdbf6c974c795c49fdd3..4cdb0cdda0deed183b7a38a52c1f901e655d5183 100644 --- a/src/text.c +++ b/src/text.c @@ -3,7 +3,7 @@ * text.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/utils.c b/src/utils.c index 5d59eb99e7a0714ed22c3194b317462675f7109e..22dcaa4f3ece555376eeff66f6ae946ff956f380 100644 --- a/src/utils.c +++ b/src/utils.c @@ -3,7 +3,7 @@ * utils.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) * diff --git a/src/winio.c b/src/winio.c index 9cf507d3922e4f499b54d3e249564e4067d656ad..1c5dc3afc6e7ec7309d488f5aa2544ddfcd0c6c1 100644 --- a/src/winio.c +++ b/src/winio.c @@ -3,7 +3,7 @@ * winio.c * * * * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009 Free Software Foundation, Inc. * + * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3, or (at your option) *