diff --git a/ChangeLog b/ChangeLog index 38017769ec9c6ef70eb9daf6139a3582193f5146..2af84bcd29f2af9c2bb99a09c798af2cea61ff4c 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 b96676101ff31a5c613b804af0ad55c013670890..c6812f23cf540bdf5bc31595516a9ba49fd3977b 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 2000b78f5caa794f2404c36e38a6e0770f4e9052..977fb09ce55eeb3d666fc9282155a909f1e50ef1 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 54c4a66e546923687c1d5b83da0a0178b63f0183..816560e9e608aad9fb804b1898d2e7a76eb910c7 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 d730f81090437418d85c2eadd9b1382b1171c4a8..47c91d0e722e293c0732c9692061eb2712c36c2b 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 6a44508ce0f578b697aa33ac17f5e82bfa1ae6ae..c693a98d62ca8e46045e4c5bd6481a1472b45f8b 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 dfc7c82e242f1f72022c4d9a023b61a097928d1b..155a2b435dbde03bc59df03bbdea0099cf89a66e 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 827cc3208f5099e64b098854b1900fd8bc77a97f..574bbc9fa53f8dde697cd1fcfa5d2384c90f6ea6 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 aa86175a133ea3cc02c2c985f96d0b5bd04221d3..f4615196d9b249cbd002cb026542930199c5c97c 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 a388ea96449e0c5e0eacb3325f61ebce34b1b709..e8d68c7af7eb70108403caa4036b76815c55c737 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 14ba9fe28eef84cbddc3b5c7cc3c6ef26b211a01..094f7c4d813b4dde7bad96b64ba4971df3b9d931 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 25c4f4b0e5af270e817c260a0f3021f8aef1028b..3d017ad97183e13fe79b6dd690cb46a40854e5c6 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 7cc44e154fc14045783761c69c0a03a651f5f12a..e442d144088aa4f029af0b170b1415ed451dae4b 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 5532a42518196df564a57be88ecc349ced32e042..656036dd33f2f101549187d2ac95b64fe5c59d6a 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 0d6be99ed38a46a88a8603c7fdcab58db1dd5578..be2b2dc398e00dba86247ca3a2157f1b312479b2 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 cf0c0fdbee10b73f27f4a7c9b460269ec6d127e9..67db002a4b818d07037abef69fe91fb6eabca244 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 36e447e2bcdfcd487b5f995a9091db5e31becd74..685bdb6d19497162b6edd66b82da39cf81b2f48b 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 6cee66f5475deb79c4cf0c0538c99d713a3eb662..2b228cfbebdc5d2f6577f8811d48ac1775da7a01 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", "", "", "",