From 882a4909dc8278be7d42770fb8648d266c72878d Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Wed, 24 Oct 2001 11:42:22 +0000 Subject: [PATCH] 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/branches/nano_1_0_branch/nano@874 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 3 +++ cut.c | 2 +- files.c | 2 +- global.c | 2 +- move.c | 2 +- nano.c | 2 +- nano.h | 2 +- proto.h | 2 +- search.c | 2 +- utils.c | 2 +- winio.c | 2 +- 11 files changed, 13 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65d6e5d5..57ab1bcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ CVS code - - Fixed null_at to ACTUALLY DO SOMETHING with its arg. Again, this was causing nasty errors if the call to nrealloc moved 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_marked_segment() - Fix off-by one in mem allocation. diff --git a/cut.c b/cut.c index 3de8f790..08a2fa85 100644 --- a/cut.c +++ b/cut.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/files.c b/files.c index f0f6dfd0..7c3b437d 100644 --- a/files.c +++ b/files.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/global.c b/global.c index 464a295d..2d2193ac 100644 --- a/global.c +++ b/global.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/move.c b/move.c index a5ba5f0e..610a500b 100644 --- a/move.c +++ b/move.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/nano.c b/nano.c index 3132f509..ebdaf24c 100644 --- a/nano.c +++ b/nano.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/nano.h b/nano.h index c314943b..73856c1d 100644 --- a/nano.h +++ b/nano.h @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/proto.h b/proto.h index 9827115d..5420deef 100644 --- a/proto.h +++ b/proto.h @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/search.c b/search.c index c6258713..3e6a18c6 100644 --- a/search.c +++ b/search.c @@ -5,7 +5,7 @@ * Copyright (C) 2000 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/utils.c b/utils.c index 7dbec7ae..0c0e9648 100644 --- a/utils.c +++ b/utils.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * diff --git a/winio.c b/winio.c index cbeb4faf..c70b6e6f 100644 --- a/winio.c +++ b/winio.c @@ -5,7 +5,7 @@ * Copyright (C) 1999 Chris Allegretta * * 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 1, or (at your option) * + * the Free Software Foundation; either version 2, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, * -- 2.39.5