nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 754c62c5cce6fb933a943f618118ccc25adf4968
parent 9f2c80db24d96b46283387c49030edbf744f7828
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sun,  9 Apr 2017 12:09:23 +0200

copyright: update the years, use ranges, and explain this usage

The interval 2013-2017 for the Free Software Foundation is valid
because in those years there were releases with changes by either
Chris or David, and the GNU maintainers guide advises to mention
a new year in all files of a package, not just in the ones that
actually changed, and be done with it for the rest of the year.

Diffstat:
MREADME | 11+++++++++--
Mconfigure.ac | 4++--
Mdoc/nano.1 | 3+--
Mdoc/nano.texi | 3+--
Mdoc/nanorc.5 | 3+--
Msrc/browser.c | 3+--
Msrc/chars.c | 3+--
Msrc/color.c | 3+--
Msrc/cut.c | 3+--
Msrc/files.c | 3+--
Msrc/global.c | 3+--
Msrc/help.c | 3+--
Msrc/move.c | 3+--
Msrc/nano.c | 3+--
Msrc/nano.h | 3+--
Msrc/prompt.c | 3+--
Msrc/proto.h | 3+--
Msrc/rcfile.c | 3+--
Msrc/search.c | 3+--
Msrc/text.c | 3+--
Msrc/utils.c | 3+--
Msrc/winio.c | 3+--
22 files changed, 31 insertions(+), 44 deletions(-)

diff --git a/README b/README @@ -65,5 +65,12 @@ Bug Reports Current Status - GNU nano has reached its seventh milestone, 2.6.x. Since 2.5.0, it - is a "rolling" release: bug fixing and development go hand in hand. + Since version 2.5.0, GNU nano has abandoned the distinction between + a stable and a development branch: it is now on a "rolling" release + -- fixing bugs and adding new features go hand in hand. + +Copyright Years + + When in any file of this package a copyright notice mentions a + year range (such as 1999-2011), it is a shorthand for a list of + all the years in that interval. diff --git 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, -# 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. +# Copyright (C) 2014, 2017 Mike Frysinger # # 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/doc/nano.1 b/doc/nano.1 @@ -1,5 +1,4 @@ -.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -.\" 2009, 2010, 2013, 2014 Free Software Foundation, Inc. +.\" Copyright (C) 1999-2011, 2013-2017 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/nano.texi b/doc/nano.texi @@ -30,8 +30,7 @@ This manual documents GNU @code{nano}, a small and friendly text editor. This manual is part of the GNU @code{nano} distribution.@* @sp 4 -Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -2009, 2014, 2015 Free Software Foundation, Inc. +Copyright (C) 1999-2009, 2014-2017 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/nanorc.5 b/doc/nanorc.5 @@ -1,5 +1,4 @@ -.\" Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -.\" 2013, 2014, 2015 Free Software Foundation, Inc. +.\" Copyright (C) 2003-2011, 2013-2017 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 @@ -1,8 +1,7 @@ /************************************************************************** * browser.c -- This file is part of GNU nano. * * * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * - * 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. * + * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2015, 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/chars.c b/src/chars.c @@ -1,8 +1,7 @@ /************************************************************************** * chars.c -- This file is part of GNU nano. * * * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * - * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/color.c b/src/color.c @@ -1,8 +1,7 @@ /************************************************************************** * color.c -- This file is part of GNU nano. * * * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * - * 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. * + * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014, 2015, 2016, 2017 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/cut.c b/src/cut.c @@ -1,8 +1,7 @@ /************************************************************************** * cut.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014 Mark Majeres * * Copyright (C) 2016 Benno Schulenberg * * * diff --git a/src/files.c b/src/files.c @@ -1,8 +1,7 @@ /************************************************************************** * files.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2015, 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/global.c b/src/global.c @@ -1,8 +1,7 @@ /************************************************************************** * global.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/help.c b/src/help.c @@ -1,8 +1,7 @@ /************************************************************************** * help.c -- This file is part of GNU nano. * * * - * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, * - * 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2000-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/move.c b/src/move.c @@ -1,8 +1,7 @@ /************************************************************************** * move.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/nano.c b/src/nano.c @@ -1,8 +1,7 @@ /************************************************************************** * nano.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/nano.h b/src/nano.h @@ -1,8 +1,7 @@ /************************************************************************** * nano.h -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/prompt.c b/src/prompt.c @@ -1,8 +1,7 @@ /************************************************************************** * prompt.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/proto.h b/src/proto.h @@ -1,8 +1,7 @@ /************************************************************************** * proto.h -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 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 * diff --git a/src/rcfile.c b/src/rcfile.c @@ -1,8 +1,7 @@ /************************************************************************** * rcfile.c -- This file is part of GNU nano. * * * - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * - * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014 Mike Frysinger * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * * diff --git a/src/search.c b/src/search.c @@ -1,8 +1,7 @@ /************************************************************************** * search.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2015, 2016, 2017 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/text.c b/src/text.c @@ -1,8 +1,7 @@ /************************************************************************** * text.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014, 2015 Mark Majeres * * Copyright (C) 2016 Mike Scalora * * Copyright (C) 2015, 2016 Benno Schulenberg * diff --git a/src/utils.c b/src/utils.c @@ -1,8 +1,7 @@ /************************************************************************** * utils.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2016 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify * diff --git a/src/winio.c b/src/winio.c @@ -1,8 +1,7 @@ /************************************************************************** * winio.c -- This file is part of GNU nano. * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * - * 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. * + * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. * * Copyright (C) 2014, 2015, 2016, 2017 Benno Schulenberg * * * * GNU nano is free software: you can redistribute it and/or modify *