Commit 7a9f4a45 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Update the years in the copyright notices.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4826 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 63716125
Showing with 30 additions and 27 deletions
+30 -27
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> 2014-04-27 Benno Schulenberg <bensberg@justemail.net>
* src/nano.c (usage, main): Don't blurt out the full help text * 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 but just a hint when the command line contains some mistake, to
......
# 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, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
# 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 it # 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 # under the terms of the GNU General Public License as published by the
......
.\" Hey, EMACS: -*- nroff -*- .\" Hey, EMACS: -*- nroff -*-
.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, .\" 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 .\" 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:
......
.\" Hey, EMACS: -*- nroff -*- .\" Hey, EMACS: -*- nroff -*-
.\" Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 .\" Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
.\" Free Software Foundation, Inc. .\" 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:
......
...@@ -34,7 +34,7 @@ editor. ...@@ -34,7 +34,7 @@ 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, 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 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:
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
/************************************************************************** /**************************************************************************
* browser.c * * browser.c *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* Free Software Foundation, Inc. * * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
/************************************************************************** /**************************************************************************
* chars.c * * chars.c *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* Free Software Foundation, Inc. * * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
/************************************************************************** /**************************************************************************
* color.c * * color.c *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* Free Software Foundation, Inc. * * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* cut.c * * cut.c *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* files.c * * files.c *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* global.c * * global.c *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* help.c * * help.c *
* * * *
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* move.c * * move.c *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* nano.c * * nano.c *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
...@@ -956,8 +956,7 @@ void version(void) ...@@ -956,8 +956,7 @@ void version(void)
{ {
printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION, printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION,
__TIME__, __DATE__); __TIME__, __DATE__);
printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,\n"); printf(" (C) 1999..2014 Free Software Foundation, Inc.\n");
printf(" 2008, 2009 Free Software Foundation, Inc.\n");
printf( printf(
_(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/"));
printf(_("\n Compiled options:")); printf(_("\n Compiled options:"));
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* nano.h * * nano.h *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* prompt.c * * prompt.c *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* proto.h * * proto.h *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
/************************************************************************** /**************************************************************************
* rcfile.c * * rcfile.c *
* * * *
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 * * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, *
* Free Software Foundation, Inc. * * 2010, 2011, 2013, 2014 Free Software Foundation, Inc. *
* This program is free software; you can redistribute it and/or modify * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* search.c * * search.c *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* text.c * * text.c *
* * * *
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, * * 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 * * 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 * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3, or (at your option) * * the Free Software Foundation; either version 3, or (at your option) *
......
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