nano

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

commit d8a1d37161d3ed14a8522dd1660bd0f0f8fae9b2
parent c9694b76364f0978ef21708f89592b7bcbe8554c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 11 Oct 2007 05:01:32 +0000

update copyright notices, as Chris Allegretta's copyrights have now been
assigned to the Free Software Foundation; also, make copyright notices
consistent in style


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

Diffstat:
MChangeLog | 9+++++++++
Mdoc/man/fr/nano.1 | 4++--
Mdoc/man/fr/nanorc.5 | 4++--
Mdoc/man/nano.1 | 4++--
Mdoc/man/nanorc.5 | 4++--
Mdoc/texinfo/nano.texi | 4++--
Msrc/browser.c | 4++--
Msrc/chars.c | 4++--
Msrc/color.c | 4++--
Msrc/cut.c | 4++--
Msrc/files.c | 4++--
Msrc/global.c | 4++--
Msrc/help.c | 4++--
Msrc/move.c | 4++--
Msrc/nano.c | 8++++----
Msrc/nano.h | 4++--
Msrc/prompt.c | 4++--
Msrc/proto.h | 4++--
Msrc/rcfile.c | 4++--
Msrc/search.c | 4++--
Msrc/text.c | 4++--
Msrc/utils.c | 8++++----
Msrc/winio.c | 8++++----
23 files changed, 59 insertions(+), 50 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,12 @@ +2007-10-11 David Lawrence Ramsey <pooka109@gmail.com> + + * doc/man/nano.1, doc/man/fr/nano.1, doc/texinfo/nano.texi, + src/*.c, src/*.h: Update copyright notices, as Chris + Allegretta's copyrights have now been assigned to the Free + Software Foundation. + * doc/man/nanorc.5, doc/man/fr/nanorc.5: Make copyright notices + for these files consistent in style. + 2007-10-05 David Lawrence Ramsey <pooka109@gmail.com> * src/*.c, src/*.h: Update copyright notices, as my copyrights diff --git a/doc/man/fr/nano.1 b/doc/man/fr/nano.1 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- -.\" nano.1 is Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, -.\" 2006 by Chris Allegretta <chrisa@asty.org>. +.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +.\" Free Software Foundation, Inc. .\" .\" Adaptation française (C) 2003, 2004, 2005, 2006, 2007 par .\" Jean-Philippe Guérard <jean-philippe.guerard@tigreraye.org>. diff --git a/doc/man/fr/nanorc.5 b/doc/man/fr/nanorc.5 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- -.\" nanorc.5 is Copyright (C) 2003, 2004, 2005, 2006 by the Free -.\" Software Foundation, Inc. +.\" Copyright (C) 2003, 2004, 2005, 2006, 2007 +.\" Free Software Foundation, Inc. .\" .\" Adaptation française (C) 2003, 2004, 2005, 2006, 2007 par .\" Jean-Philippe Guérard <jean-philippe.guerard@tigreraye.org>. diff --git a/doc/man/nano.1 b/doc/man/nano.1 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- -.\" nano.1 is Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, -.\" 2006, 2007 by Chris Allegretta <chrisa@asty.org>. +.\" Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +.\" Free Software Foundation, Inc. .\" .\" This document is dual-licensed. You may distribute and/or modify it .\" under the terms of either of the following licenses: diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 @@ -1,6 +1,6 @@ .\" Hey, EMACS: -*- nroff -*- -.\" nanorc.5 is Copyright (C) 2003, 2004, 2005, 2006, 2007 by the Free -.\" Software Foundation, Inc. +.\" Copyright (C) 2003, 2004, 2005, 2006, 2007 +.\" Free Software Foundation, Inc. .\" .\" This document is dual-licensed. You may distribute and/or modify it .\" under the terms of either of the following licenses: diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -33,8 +33,8 @@ editor. This manual is part of the GNU @code{nano} distribution.@* @sp4 -Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by -Chris Allegretta +Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +Free Software Foundation, Inc. This document is dual-licensed. You may distribute and/or modify it under the terms of either of the following licenses: diff --git a/src/browser.c b/src/browser.c @@ -2,8 +2,8 @@ /************************************************************************** * browser.c * * * - * Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/chars.c b/src/chars.c @@ -2,8 +2,8 @@ /************************************************************************** * chars.c * * * - * Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/color.c b/src/color.c @@ -2,8 +2,8 @@ /************************************************************************** * color.c * * * - * Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/cut.c b/src/cut.c @@ -2,8 +2,8 @@ /************************************************************************** * cut.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/files.c b/src/files.c @@ -2,8 +2,8 @@ /************************************************************************** * files.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/global.c b/src/global.c @@ -2,8 +2,8 @@ /************************************************************************** * global.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/help.c b/src/help.c @@ -2,8 +2,8 @@ /************************************************************************** * help.c * * * - * Copyright (C) 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/move.c b/src/move.c @@ -2,8 +2,8 @@ /************************************************************************** * move.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/nano.c b/src/nano.c @@ -2,8 +2,8 @@ /************************************************************************** * nano.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * @@ -883,8 +883,8 @@ void version(void) { printf(_(" GNU nano version %s (compiled %s, %s)\n"), VERSION, __TIME__, __DATE__); - printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta\n"); - printf(" (C) 2005, 2006, 2007 Free Software Foundation, Inc.\n"); + printf(" (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007\n"); + printf(" Free Software Foundation, Inc.\n"); printf( _(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/")); printf(_("\n Compiled options:")); diff --git a/src/nano.h b/src/nano.h @@ -2,8 +2,8 @@ /************************************************************************** * nano.h * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/prompt.c b/src/prompt.c @@ -2,8 +2,8 @@ /************************************************************************** * prompt.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/proto.h b/src/proto.h @@ -2,8 +2,8 @@ /************************************************************************** * proto.h * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/rcfile.c b/src/rcfile.c @@ -2,8 +2,8 @@ /************************************************************************** * rcfile.c * * * - * Copyright (C) 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/search.c b/src/search.c @@ -2,8 +2,8 @@ /************************************************************************** * search.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/text.c b/src/text.c @@ -2,8 +2,8 @@ /************************************************************************** * text.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * diff --git a/src/utils.c b/src/utils.c @@ -2,8 +2,8 @@ /************************************************************************** * utils.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * @@ -165,8 +165,8 @@ void sunder(char *str) * Foundation's address and the copyright years updated: * * GNU Mailutils -- a suite of utilities for electronic mail - * Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 Free - * Software Foundation, Inc. + * Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 + * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/winio.c b/src/winio.c @@ -2,8 +2,8 @@ /************************************************************************** * winio.c * * * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta * - * Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * + * Free Software Foundation, Inc. * * 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 3, or (at your option) * @@ -3338,8 +3338,8 @@ void do_credits(void) "", "", "", - "(C) 1999, 2000, 2001, 2002, 2003, 2004 Chris Allegretta", - "(C) 2005, 2006, 2007 Free Software Foundation, Inc.", + "(C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007", + "Free Software Foundation, Inc.", "", "", "",