From 315eb3280a4d6a7ac71016af67fba9211f1422d8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 28 Nov 2005 19:35:29 +0000 Subject: [PATCH] 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 --- ChangeLog | 3 +++ src/browser.c | 3 ++- src/chars.c | 3 ++- src/color.c | 3 ++- src/cut.c | 3 ++- src/files.c | 3 ++- src/global.c | 3 ++- src/help.c | 3 ++- src/move.c | 3 ++- src/nano.c | 3 ++- src/nano.h | 3 ++- src/prompt.c | 3 ++- src/proto.h | 3 ++- src/rcfile.c | 3 ++- src/search.c | 3 ++- src/text.c | 3 ++- src/utils.c | 3 ++- src/winio.c | 8 +++++--- 18 files changed, 40 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 38017769..2af84bcd 100644 --- 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 index b9667610..c6812f23 100644 --- 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 index 2000b78f..977fb09c 100644 --- 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 index 54c4a66e..816560e9 100644 --- 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 index d730f810..47c91d0e 100644 --- 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 index 6a44508c..c693a98d 100644 --- 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 index dfc7c82e..155a2b43 100644 --- 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 index 827cc320..574bbc9f 100644 --- 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 index aa86175a..f4615196 100644 --- 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 index a388ea96..e8d68c7a 100644 --- 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 index 14ba9fe2..094f7c4d 100644 --- 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 index 25c4f4b0..3d017ad9 100644 --- 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 index 7cc44e15..e442d144 100644 --- 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 index 5532a425..656036dd 100644 --- 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 index 0d6be99e..be2b2dc3 100644 --- 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 index cf0c0fdb..67db002a 100644 --- 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 index 36e447e2..685bdb6d 100644 --- 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 index 6cee66f5..2b228cfb 100644 --- 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", "", "", "", -- 2.39.5