From: Chris Allegretta Date: Wed, 24 Oct 2001 11:33:54 +0000 (+0000) Subject: Changed header comments to say "version 2" instead of "version 1" as the COPYING... X-Git-Tag: v1.1.3~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3a24f3f7805ad1fe956650f017696ce6648dadd0;p=nano.git 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-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index c90369d8..1e0fec16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,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: do_cut_text() - Check to see whether marked text is contained within edit diff --git a/color.c b/color.c index 99bf149a..855d44f4 100644 --- a/color.c +++ b/color.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/cut.c b/cut.c index 5bc80f12..282bfc6b 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 d6313258..07c79166 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 d072a157..cac1b63d 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 75c40995..9de82643 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 f0006fb2..39ac73e0 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 06fd9f57..cfc30777 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 6c4e4a43..711de036 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/rcfile.c b/rcfile.c index ce81e509..98f6867f 100644 --- a/rcfile.c +++ b/rcfile.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/search.c b/search.c index a10ebbea..d0437c02 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 2c59711b..a413d67d 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 2275ad15..b13b633d 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, *