commit 315eb3280a4d6a7ac71016af67fba9211f1422d8
parent b4e5c02474f6d771087062ca03198f04258d0c80
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 28 Nov 2005 19:35:29 +0000
adjust copyright notices in all source files to account for Chris'
reassigning the 2005-2006 copyright on nano to me
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3215 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
18 files changed, 40 insertions(+), 19 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -116,6 +116,9 @@ CVS code -
- Beep whenever we can't read a file or directory and have to
indicate it on the statusbar, as Pico does. Changes to
do_browser(), open_file(), and write_file(). (DLR)
+ - Adjust copyright notices in all source files to account for
+ Chris' reassigning the 2005-2006 copyright on nano to me.
+ Changes to do_credits(). (DLR)
- browser.c:
do_browser()
- When setting the width of each file, use the "?" operator
diff --git a/src/browser.c b/src/browser.c
@@ -2,7 +2,8 @@
/**************************************************************************
* browser.c *
* *
- * Copyright (C) 2001-2005 Chris Allegretta *
+ * Copyright (C) 2001-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* chars.c *
* *
- * Copyright (C) 2001-2005 Chris Allegretta *
+ * Copyright (C) 2001-2004 Chris Allegretta *
+ * Copyright (C) 2005 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/color.c b/src/color.c
@@ -2,7 +2,8 @@
/**************************************************************************
* color.c *
* *
- * Copyright (C) 2001-2005 Chris Allegretta *
+ * Copyright (C) 2001-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* cut.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* files.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* global.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* help.c *
* *
- * Copyright (C) 2000-2005 Chris Allegretta *
+ * Copyright (C) 2000-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* move.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* nano.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* nano.h *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* prompt.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* proto.h *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* rcfile.c *
* *
- * Copyright (C) 2001-2005 Chris Allegretta *
+ * Copyright (C) 2001-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* search.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* text.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* utils.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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,7 +2,8 @@
/**************************************************************************
* winio.c *
* *
- * Copyright (C) 1999-2005 Chris Allegretta *
+ * Copyright (C) 1999-2004 Chris Allegretta *
+ * Copyright (C) 2005 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) *
@@ -2968,7 +2969,7 @@ void do_replace_highlight(bool highlight, const char *word)
}
#ifdef NANO_EXTRA
-#define CREDIT_LEN 54
+#define CREDIT_LEN 55
#define XLCREDIT_LEN 8
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
@@ -3027,7 +3028,8 @@ void do_credits(void)
"",
"",
"",
- "(c) 1999-2005 Chris Allegretta",
+ "(c) 1999-2004 Chris Allegretta",
+ "(c) 2005 David Lawrence Ramsey",
"",
"",
"",