Changed header comments to say "version 2" instead of "version 1" as the COPYING file is actually version 2 of the GPL (bug noticed by Jordi Mallach)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@873 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
347c184b6f
commit
3a24f3f780
|
@ -8,6 +8,9 @@ CVS code -
|
||||||
- Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again,
|
- Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again,
|
||||||
this was causing nasty errors if the call to nrealloc moved
|
this was causing nasty errors if the call to nrealloc moved
|
||||||
where the data was located.
|
where the data was located.
|
||||||
|
- Changed header comments to say "version 2" instead of "version
|
||||||
|
1" as the COPYING file is actually version 2 of the GPL (bug
|
||||||
|
noticed by Jordi Mallach).
|
||||||
- cut.c:
|
- cut.c:
|
||||||
do_cut_text()
|
do_cut_text()
|
||||||
- Check to see whether marked text is contained within edit
|
- Check to see whether marked text is contained within edit
|
||||||
|
|
2
color.c
2
color.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
cut.c
2
cut.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
files.c
2
files.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
global.c
2
global.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
move.c
2
move.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
nano.c
2
nano.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
nano.h
2
nano.h
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
proto.h
2
proto.h
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
rcfile.c
2
rcfile.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
search.c
2
search.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 2000 Chris Allegretta *
|
* Copyright (C) 2000 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
utils.c
2
utils.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
2
winio.c
2
winio.c
|
@ -5,7 +5,7 @@
|
||||||
* Copyright (C) 1999 Chris Allegretta *
|
* Copyright (C) 1999 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 1, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
* any later version. *
|
* any later version. *
|
||||||
* *
|
* *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* This program is distributed in the hope that it will be useful, *
|
||||||
|
|
Loading…
Reference in New Issue