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
This commit is contained in:
@@ -116,6 +116,9 @@ CVS code -
|
|||||||
- Beep whenever we can't read a file or directory and have to
|
- Beep whenever we can't read a file or directory and have to
|
||||||
indicate it on the statusbar, as Pico does. Changes to
|
indicate it on the statusbar, as Pico does. Changes to
|
||||||
do_browser(), open_file(), and write_file(). (DLR)
|
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:
|
- browser.c:
|
||||||
do_browser()
|
do_browser()
|
||||||
- When setting the width of each file, use the "?" operator
|
- When setting the width of each file, use the "?" operator
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* browser.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* chars.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* color.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* cut.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* files.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* global.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* help.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* move.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* nano.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* nano.h *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* prompt.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* proto.h *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* rcfile.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* search.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* text.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* utils.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* winio.c *
|
* 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 *
|
* 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 2, or (at your option) *
|
* 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
|
#ifdef NANO_EXTRA
|
||||||
#define CREDIT_LEN 54
|
#define CREDIT_LEN 55
|
||||||
#define XLCREDIT_LEN 8
|
#define XLCREDIT_LEN 8
|
||||||
|
|
||||||
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
|
/* 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",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
|||||||
Reference in New Issue
Block a user