From 8ae578944780f7d9908fa37feea012a776aa0ae6 Mon Sep 17 00:00:00 2001
From: Jordi Mallach <jordi@gnu.org>
Date: Fri, 4 Jan 2002 17:57:40 +0000
Subject: [PATCH] Updated copyright notices to 2002.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@967 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 1 +
 color.c   | 2 +-
 cut.c     | 2 +-
 files.c   | 2 +-
 global.c  | 2 +-
 move.c    | 2 +-
 nano.1    | 4 ++--
 nano.c    | 2 +-
 nano.h    | 2 +-
 nano.texi | 4 ++--
 proto.h   | 2 +-
 rcfile.c  | 2 +-
 search.c  | 2 +-
 utils.c   | 2 +-
 winio.c   | 4 ++--
 15 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 22ffcd16..69e5adef 100644
--- 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
index 30eb7de6..0724c9a2 100644
--- 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
index 282bfc6b..704b2c0d 100644
--- 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
index 1e2b0293..3a33d33c 100644
--- 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
index 8e7648b0..622a9332 100644
--- 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
index 9de82643..b16f3421 100644
--- 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
index e2b79666..c9422b34 100644
--- 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
index 2da10850..1bf5c284 100644
--- 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
index 709fa0f3..e7175fb6 100644
--- 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
index 14b82904..431c72ba 100644
--- 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
index bd4d2a20..3c85afcd 100644
--- 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
index 2655777f..48292206 100644
--- 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
index 784efb08..d0ac5108 100644
--- 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
index a413d67d..e45e1e13 100644
--- 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
index c4fe6b23..8d31c80b 100644
--- 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"
     };
-- 
GitLab