From 04061e76ad7d4301a91aba15f3aab93d03e49036 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 30 Mar 2006 07:07:48 +0000
Subject: [PATCH] update the copyright years of the manual and info pages to
 include 2006

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3335 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog             |  2 ++
 doc/man/nano.1        | 11 ++++++-----
 doc/man/nanorc.5      | 11 ++++++-----
 doc/man/rnano.1       | 13 +++++++------
 doc/texinfo/nano.texi |  5 +++--
 5 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7ebd7299..eb4b5415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ CVS code -
 	  do_last_file(), do_help_void(), and do_browser_help(); changes
 	  to do_browser(), parse_browser_input(), shortcut_init(),
 	  do_help(), and help_init(). (DLR)
+- doc/nano.1, doc/nanorc.5, doc/rnano.1, doc/nano.texi:
+	- Update the copyright years to include 2006. (DLR)
 
 GNU nano 1.3.11 - 2006.03.30
 - General:
diff --git a/doc/man/nano.1 b/doc/man/nano.1
index 67f458cd..2ae7f7c1 100644
--- a/doc/man/nano.1
+++ b/doc/man/nano.1
@@ -1,12 +1,13 @@
 .\" Hey, EMACS: -*- nroff -*-
-.\" nano.1 is copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by
-.\" Chris Allegretta <chrisa@asty.org>
+.\" nano.1 is Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+.\" 2006 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.
+.\" 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 "version 1.3.11" "March 12, 2006"
+.TH NANO 1 "version 1.3.11" "March 30, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
index 0a944df5..97d7fbc1 100644
--- a/doc/man/nanorc.5
+++ b/doc/man/nanorc.5
@@ -1,12 +1,13 @@
 .\" Hey, EMACS: -*- nroff -*-
-.\" nanorc.5 is Copyright (C) 2003, 2004, 2005 Free Software
-.\" Foundation, Inc.
+.\" nanorc.5 is Copyright (C) 2003, 2004, 2005, 2006 by the Free
+.\" Software Foundation, Inc.
 .\"
-.\" This is free documentation, see the latest version of the GNU General
-.\" Public License for copying conditions.  There is NO warranty.
+.\" This is free documentation, see the latest version of the GNU
+.\" General Public License for copying conditions.  There is NO
+.\" warranty.
 .\"
 .\" $Id$
-.TH NANORC 5 "version 1.3.11" "March 12, 2006"
+.TH NANORC 5 "version 1.3.11" "March 30, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
diff --git a/doc/man/rnano.1 b/doc/man/rnano.1
index 7da708e6..84c7e4e8 100644
--- a/doc/man/rnano.1
+++ b/doc/man/rnano.1
@@ -1,13 +1,14 @@
 .\" Hey, EMACS: -*- nroff -*-
-.\" rnano.1 is copyright 2005 by
-.\" Thijs Kinkhorst <thijs@kinkhorst.com>;
-.\" skeleton based on nano-tiny.1 by Jordi Mallach <jordi@debian.org>.
+.\" rnano.1 is Copyright 2005, 2006 by Thijs Kinkhorst
+.\" <thijs@kinkhorst.com>; skeleton based on nano-tiny.1 by Jordi
+.\" Mallach <jordi@debian.org>.
 .\"
-.\" This is free documentation, see the latest version of the GNU General
-.\" Public License for copying conditions. There is NO warranty.
+.\" This is free documentation, see the latest version of the GNU
+.\" General Public License for copying conditions.  There is NO
+.\" warranty.
 .\"
 .\" $Id$
-.TH RNANO 1 "version 1.3.11" "March 12, 2005"
+.TH RNANO 1 "version 1.3.11" "March 30, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi
index cfd7b4a2..216a30ef 100644
--- a/doc/texinfo/nano.texi
+++ b/doc/texinfo/nano.texi
@@ -9,7 +9,7 @@
 @smallbook
 @set EDITION 0.1
 @set VERSION 1.3.10
-@set UPDATED 28 Nov 2005
+@set UPDATED 30 Mar 2006
 
 @dircategory Editors
 @direntry
@@ -33,7 +33,8 @@ editor.
 
 This manual is part of the GNU @code{nano} distribution.@*
 @sp4
-Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 Chris Allegretta.
+Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Chris
+Allegretta.
 
 Permission is granted to make and distribute verbatim copies of this
 manual provided the copyright notice and this permission notice are
-- 
GitLab