Update copyright notices, courtesy of mr DLR
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1362 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
9b0d18d284
commit
d757e25817
|
@ -56,6 +56,9 @@ Changes
|
||||||
do_replace_loop() to do the checks. It really should not be
|
do_replace_loop() to do the checks. It really should not be
|
||||||
done here, as some function in winio.c should handle this,
|
done here, as some function in winio.c should handle this,
|
||||||
but I can't seem to find a good place to put this check.
|
but I can't seem to find a good place to put this check.
|
||||||
|
- Updated all copyright notices to say 2003 rather than 2002, as
|
||||||
|
nearly all the source files have been worked on this year
|
||||||
|
(DLR).
|
||||||
- configure.ac:
|
- configure.ac:
|
||||||
- Added tr and eu to ALL_LINGUAS (Jordi).
|
- Added tr and eu to ALL_LINGUAS (Jordi).
|
||||||
- Fix now inaccurate description of --enable-tiny's effects; it
|
- Fix now inaccurate description of --enable-tiny's effects; it
|
||||||
|
|
2
color.c
2
color.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* color.c *
|
* color.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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
cut.c
2
cut.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* cut.c *
|
* cut.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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
files.c
2
files.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* files.c *
|
* files.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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
global.c
2
global.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* global.c *
|
* global.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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) *
|
||||||
|
|
4
move.c
4
move.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* move.c *
|
* move.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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) *
|
||||||
|
@ -171,7 +171,7 @@ int do_down(void)
|
||||||
current = current->next;
|
current = current->next;
|
||||||
current_x = actual_x(current, placewewant);
|
current_x = actual_x(current, placewewant);
|
||||||
|
|
||||||
/* Note current_y is zero-based. This test checks for the cursor
|
/* Note current_y is zero-based. This test checks for the cursor's
|
||||||
* being on the last row of the edit window. */
|
* being on the last row of the edit window. */
|
||||||
if (current_y == editwinrows - 1) {
|
if (current_y == editwinrows - 1) {
|
||||||
#ifndef NANO_SMALL
|
#ifndef NANO_SMALL
|
||||||
|
|
4
nano.c
4
nano.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* nano.c *
|
* nano.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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) *
|
||||||
|
@ -3710,9 +3710,9 @@ int main(int argc, char *argv[])
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
case -1: /* Stuff that we don't want to do squat */
|
||||||
case 0: /* Erg */
|
case 0: /* Erg */
|
||||||
case 29: /* Ctrl-] */
|
case 29: /* Ctrl-] */
|
||||||
case -1: /* Stuff that we don't want to do squat */
|
|
||||||
case 410: /* Must ignore this, it's sent when we resize */
|
case 410: /* Must ignore this, it's sent when we resize */
|
||||||
#ifdef PDCURSES
|
#ifdef PDCURSES
|
||||||
case 541: /* ???? */
|
case 541: /* ???? */
|
||||||
|
|
2
nano.h
2
nano.h
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* nano.h *
|
* nano.h *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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
proto.h
2
proto.h
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* proto.h *
|
* proto.h *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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
rcfile.c
2
rcfile.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* rcfile.c *
|
* rcfile.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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
search.c
2
search.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* search.c *
|
* search.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 2000-2002 Chris Allegretta *
|
* Copyright (C) 2000-2003 Chris Allegretta *
|
||||||
* 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
utils.c
2
utils.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* utils.c *
|
* utils.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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
winio.c
2
winio.c
|
@ -2,7 +2,7 @@
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* winio.c *
|
* winio.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 1999-2002 Chris Allegretta *
|
* Copyright (C) 1999-2003 Chris Allegretta *
|
||||||
* 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) *
|
||||||
|
|
Loading…
Reference in New Issue