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.
master
Benno Schulenberg 2017-04-09 12:09:23 +02:00
parent 9f2c80db24
commit 754c62c5cc
22 changed files with 31 additions and 44 deletions

11
README
View File

@ -65,5 +65,12 @@ Bug Reports
Current Status Current Status
GNU nano has reached its seventh milestone, 2.6.x. Since 2.5.0, it Since version 2.5.0, GNU nano has abandoned the distinction between
is a "rolling" release: bug fixing and development go hand in hand. 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.

View File

@ -1,7 +1,7 @@
# Configuration for GNU nano - a small and user-friendly text editor # Configuration for GNU nano - a small and user-friendly text editor
# #
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, # Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.
# 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. # Copyright (C) 2014, 2017 Mike Frysinger
# #
# 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

View File

@ -1,5 +1,4 @@
.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, .\" Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.
.\" 2009, 2010, 2013, 2014 Free Software Foundation, Inc.
.\" .\"
.\" This document is dual-licensed. You may distribute and/or modify it .\" This document is dual-licensed. You may distribute and/or modify it
.\" under the terms of either of the following licenses: .\" under the terms of either of the following licenses:

View File

@ -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.@* This manual is part of the GNU @code{nano} distribution.@*
@sp 4 @sp 4
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, Copyright (C) 1999-2009, 2014-2017 Free Software Foundation, Inc.
2009, 2014, 2015 Free Software Foundation, Inc.
This document is dual-licensed. You may distribute and/or modify it This document is dual-licensed. You may distribute and/or modify it
under the terms of either of the following licenses: under the terms of either of the following licenses:

View File

@ -1,5 +1,4 @@
.\" Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, .\" Copyright (C) 2003-2011, 2013-2017 Free Software Foundation, Inc.
.\" 2013, 2014, 2015 Free Software Foundation, Inc.
.\" .\"
.\" This document is dual-licensed. You may distribute and/or modify it .\" This document is dual-licensed. You may distribute and/or modify it
.\" under the terms of either of the following licenses: .\" under the terms of either of the following licenses:

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* browser.c -- This file is part of GNU nano. * * browser.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. *
* 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. *
* Copyright (C) 2015, 2016 Benno Schulenberg * * Copyright (C) 2015, 2016 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* chars.c -- This file is part of GNU nano. * * chars.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. *
* 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* color.c -- This file is part of GNU nano. * * color.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. *
* 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016, 2017 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* cut.c -- This file is part of GNU nano. * * cut.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014 Mark Majeres * * Copyright (C) 2014 Mark Majeres *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 Benno Schulenberg *
* * * *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* files.c -- This file is part of GNU nano. * * files.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2015, 2016 Benno Schulenberg * * Copyright (C) 2015, 2016 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* global.c -- This file is part of GNU nano. * * global.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 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 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* help.c -- This file is part of GNU nano. * * help.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, * * Copyright (C) 2000-2011, 2013-2017 Free Software Foundation, Inc. *
* 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* move.c -- This file is part of GNU nano. * * move.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 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 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* nano.c -- This file is part of GNU nano. * * nano.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 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 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* nano.h -- This file is part of GNU nano. * * nano.h -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 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 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* prompt.c -- This file is part of GNU nano. * * prompt.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* proto.h -- This file is part of GNU nano. * * proto.h -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* * * *
* 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* rcfile.c -- This file is part of GNU nano. * * rcfile.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, * * Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc. *
* 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014 Mike Frysinger * * Copyright (C) 2014 Mike Frysinger *
* Copyright (C) 2014, 2015, 2016 Benno Schulenberg * * Copyright (C) 2014, 2015, 2016 Benno Schulenberg *
* * * *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* search.c -- This file is part of GNU nano. * * search.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2015, 2016, 2017 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* text.c -- This file is part of GNU nano. * * text.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015 Mark Majeres * * Copyright (C) 2014, 2015 Mark Majeres *
* Copyright (C) 2016 Mike Scalora * * Copyright (C) 2016 Mike Scalora *
* Copyright (C) 2015, 2016 Benno Schulenberg * * Copyright (C) 2015, 2016 Benno Schulenberg *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* utils.c -- This file is part of GNU nano. * * utils.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2016 Benno Schulenberg * * Copyright (C) 2016 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 *

View File

@ -1,8 +1,7 @@
/************************************************************************** /**************************************************************************
* winio.c -- This file is part of GNU nano. * * winio.c -- This file is part of GNU nano. *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc. *
* 2008, 2009, 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* Copyright (C) 2014, 2015, 2016, 2017 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 *