From 3a24f3f7805ad1fe956650f017696ce6648dadd0 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Wed, 24 Oct 2001 11:33:54 +0000
Subject: [PATCH] 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
---
 ChangeLog | 3 +++
 color.c   | 2 +-
 cut.c     | 2 +-
 files.c   | 2 +-
 global.c  | 2 +-
 move.c    | 2 +-
 nano.c    | 2 +-
 nano.h    | 2 +-
 proto.h   | 2 +-
 rcfile.c  | 2 +-
 search.c  | 2 +-
 utils.c   | 2 +-
 winio.c   | 2 +-
 13 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c90369d8..1e0fec16 100644
--- 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
index 99bf149a..855d44f4 100644
--- 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
index 5bc80f12..282bfc6b 100644
--- 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
index d6313258..07c79166 100644
--- 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
index d072a157..cac1b63d 100644
--- 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
index 75c40995..9de82643 100644
--- 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
index f0006fb2..39ac73e0 100644
--- 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
index 06fd9f57..cfc30777 100644
--- 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
index 6c4e4a43..711de036 100644
--- 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
index ce81e509..98f6867f 100644
--- 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
index a10ebbea..d0437c02 100644
--- 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
index 2c59711b..a413d67d 100644
--- 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
index 2275ad15..b13b633d 100644
--- 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,      *
-- 
GitLab