nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 3a24f3f7805ad1fe956650f017696ce6648dadd0
parent 347c184b6fcfe1885e39e1948995483d6a6a1560
Author: Chris Allegretta <chrisa@asty.org>
Date:   Wed, 24 Oct 2001 11:33:54 +0000

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

Diffstat:
MChangeLog | 3+++
Mcolor.c | 2+-
Mcut.c | 2+-
Mfiles.c | 2+-
Mglobal.c | 2+-
Mmove.c | 2+-
Mnano.c | 2+-
Mnano.h | 2+-
Mproto.h | 2+-
Mrcfile.c | 2+-
Msearch.c | 2+-
Mutils.c | 2+-
Mwinio.c | 2+-
13 files changed, 15 insertions(+), 12 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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, *