nano

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

commit 8ae578944780f7d9908fa37feea012a776aa0ae6
parent 65f3e42de302fa89cddb1437b8f6960b9fdf676f
Author: Jordi Mallach <jordi@gnu.org>
Date:   Fri,  4 Jan 2002 17:57:40 +0000

Updated copyright notices to 2002.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@967 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 1+
Mcolor.c | 2+-
Mcut.c | 2+-
Mfiles.c | 2+-
Mglobal.c | 2+-
Mmove.c | 2+-
Mnano.1 | 4++--
Mnano.c | 2+-
Mnano.h | 2+-
Mnano.texi | 4++--
Mproto.h | 2+-
Mrcfile.c | 2+-
Msearch.c | 2+-
Mutils.c | 2+-
Mwinio.c | 4++--
15 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -7,6 +7,7 @@ CVS code - the keypad() function by default. New flag -K, --keypad allows the old behavior for those using the keypad arrow keys and rxvt-based terminals. + - Updated copyright notices to 2002 (Jordi). - nano.c: die() - Only save files that were modified (David Lawrence Ramsey). diff --git a/color.c b/color.c @@ -2,7 +2,7 @@ /************************************************************************** * color.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/cut.c b/cut.c @@ -2,7 +2,7 @@ /************************************************************************** * cut.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/files.c b/files.c @@ -2,7 +2,7 @@ /************************************************************************** * files.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/global.c b/global.c @@ -2,7 +2,7 @@ /************************************************************************** * global.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/move.c b/move.c @@ -2,7 +2,7 @@ /************************************************************************** * move.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/nano.1 b/nano.1 @@ -1,12 +1,12 @@ .\" Hey, EMACS: -*- nroff -*- -.\" nano.1 is copyright 1999-2000 by +.\" nano.1 is copyright 1999-2002 by .\" Chris Allegretta <chrisa@asty.org> .\" .\" This is free documentation, see the latest version of the GNU General .\" Public License for copying conditions. There is NO warranty. .\" .\" $Id$ -.TH NANO 1 "October 3, 2001" +.TH NANO 1 "January 3, 2002" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME diff --git a/nano.c b/nano.c @@ -2,7 +2,7 @@ /************************************************************************** * nano.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/nano.h b/nano.h @@ -2,7 +2,7 @@ /************************************************************************** * nano.h * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/nano.texi b/nano.texi @@ -9,7 +9,7 @@ @smallbook @set EDITION 0.1 @set VERSION 1.1.4 -@set UPDATED 3 Oct 2001 +@set UPDATED 3 Jan 2002 @dircategory Editors @direntry @@ -33,7 +33,7 @@ editor. This manual is part of the GNU @code{nano} distribution.@* @sp4 -Copyright (C) 1999, 2000, 2001 Chris Allegretta. +Copyright (C) 1999, 2000, 2001, 2002 Chris Allegretta. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice diff --git a/proto.h b/proto.h @@ -2,7 +2,7 @@ /************************************************************************** * proto.h * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/rcfile.c b/rcfile.c @@ -2,7 +2,7 @@ /************************************************************************** * rcfile.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/search.c b/search.c @@ -2,7 +2,7 @@ /************************************************************************** * search.c * * * - * Copyright (C) 2000 Chris Allegretta * + * Copyright (C) 2000-2002 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 2, or (at your option) * diff --git a/utils.c b/utils.c @@ -2,7 +2,7 @@ /************************************************************************** * utils.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * diff --git a/winio.c b/winio.c @@ -2,7 +2,7 @@ /************************************************************************** * winio.c * * * - * Copyright (C) 1999 Chris Allegretta * + * Copyright (C) 1999-2002 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 2, or (at your option) * @@ -1808,7 +1808,7 @@ void do_credits(void) anyonelse, thankyou, "", "", "", "", - "(c) 2000 Chris Allegretta", + "(c) 1999-2002 Chris Allegretta", "", "", "", "", "www.nano-editor.org" };