commit cb801d63a3825d77dc97a3cae72c87639cc79f84
parent 6c6d2bc4db01e44fea041ef2afb326bfe8f6f096
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 10 Nov 2006 02:47:11 +0000
cosmetic copyright notice fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3950 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
19 files changed, 41 insertions(+), 36 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,6 +1,8 @@
CVS code -
- General:
- Miscellaneous comment fixes. (DLR)
+ - Fix copyright notices to not abbreviate the year list using a
+ range. Changes to do_credits() and all source files. (DLR)
- files.c:
get_full_path()
- Remove unneeded assert. (DLR)
@@ -11,6 +13,9 @@ CVS code -
overwriting an existing file when in restricted mode. (DLR)
- Fix problem where a file could sometimes be overwritten
without a warning prompt. (DLR)
+- doc/rnano.1, doc/fr/rnano.1:
+ - Add missing "(C)" to the copyright notice in the comments.
+ (DLR)
- NEWS:
- Add missing entries for nano 1.0.2 and 1.0.3, since 1.1.0
includes their changes. (DLR)
diff --git a/doc/man/fr/rnano.1 b/doc/man/fr/rnano.1
@@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
-.\" rnano.1 is Copyright 2005, 2006 by Thijs Kinkhorst
+.\" rnano.1 is Copyright (C) 2005, 2006 by Thijs Kinkhorst
.\" <thijs@kinkhorst.com>; skeleton based on nano-tiny.1 by Jordi
.\" Mallach <jordi@gnu.org>.
.\"
diff --git a/doc/man/rnano.1 b/doc/man/rnano.1
@@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
-.\" rnano.1 is Copyright 2005, 2006 by Thijs Kinkhorst
+.\" rnano.1 is Copyright (C) 2005, 2006 by Thijs Kinkhorst
.\" <thijs@kinkhorst.com>; skeleton based on nano-tiny.1 by Jordi
.\" Mallach <jordi@gnu.org>.
.\"
diff --git a/src/browser.c b/src/browser.c
@@ -2,8 +2,8 @@
/**************************************************************************
* browser.c *
* *
- * Copyright (C) 2001-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/chars.c b/src/chars.c
@@ -2,8 +2,8 @@
/**************************************************************************
* chars.c *
* *
- * Copyright (C) 2001-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/cut.c b/src/cut.c
@@ -2,8 +2,8 @@
/**************************************************************************
* cut.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/files.c b/src/files.c
@@ -2,8 +2,8 @@
/**************************************************************************
* files.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/global.c b/src/global.c
@@ -2,8 +2,8 @@
/**************************************************************************
* global.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/help.c b/src/help.c
@@ -2,8 +2,8 @@
/**************************************************************************
* help.c *
* *
- * Copyright (C) 2000-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/move.c b/src/move.c
@@ -2,8 +2,8 @@
/**************************************************************************
* move.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/nano.c b/src/nano.c
@@ -2,8 +2,8 @@
/**************************************************************************
* nano.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/nano.h b/src/nano.h
@@ -2,8 +2,8 @@
/**************************************************************************
* nano.h *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/prompt.c b/src/prompt.c
@@ -2,8 +2,8 @@
/**************************************************************************
* prompt.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/proto.h b/src/proto.h
@@ -2,8 +2,8 @@
/**************************************************************************
* proto.h *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/rcfile.c b/src/rcfile.c
@@ -2,8 +2,8 @@
/**************************************************************************
* rcfile.c *
* *
- * Copyright (C) 2001-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/search.c b/src/search.c
@@ -2,8 +2,8 @@
/**************************************************************************
* search.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/text.c b/src/text.c
@@ -2,8 +2,8 @@
/**************************************************************************
* text.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/utils.c b/src/utils.c
@@ -2,8 +2,8 @@
/**************************************************************************
* utils.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
diff --git a/src/winio.c b/src/winio.c
@@ -2,8 +2,8 @@
/**************************************************************************
* winio.c *
* *
- * Copyright (C) 1999-2004 Chris Allegretta *
- * Copyright (C) 2005-2006 David Lawrence Ramsey *
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta *
+ * Copyright (C) 2005, 2006 David Lawrence Ramsey *
* 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 2, or (at your option) *
@@ -3199,8 +3199,8 @@ void do_credits(void)
"",
"",
"",
- "(c) 1999-2004 Chris Allegretta",
- "(c) 2005-2006 David Lawrence Ramsey",
+ "(c) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta",
+ "(c) 2005, 2006 David Lawrence Ramsey",
"",
"",
"",