]> git.wh0rd.org Git - nano.git/commitdiff
Changed header comments to say "version 2" instead of "version 1" as the COPYING...
authorChris Allegretta <chrisa@asty.org>
Wed, 24 Oct 2001 11:42:22 +0000 (11:42 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 24 Oct 2001 11:42:22 +0000 (11:42 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@874 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
cut.c
files.c
global.c
move.c
nano.c
nano.h
proto.h
search.c
utils.c
winio.c

index 65d6e5d5c953fdfc0d582094a53b5d48d2e9c887..57ab1bccd968c0c6f83d1952e20a0f52a44ac98f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,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:
   cut_marked_segment()
        - Fix off-by one in mem allocation.
diff --git a/cut.c b/cut.c
index 3de8f7903bddbf8593aa34cef93fa4ea40df25d8..08a2fa85d950c30682201ba733267b2807150626 100644 (file)
--- 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 f0f6dfd0f2cb7b9cdce077ed9b30135a2a34cf6a..7c3b437da1ebe7e42e43f119342bdfa241e95547 100644 (file)
--- 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,      *
index 464a295dabc167bac8e0e06d54a0f58138f6f228..2d2193ac9a8d330f70308e5d9d56da333d020e2a 100644 (file)
--- 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 a5ba5f0e235ad284eeb136cfe968e0b60e3538e8..610a500b93ea21607faf64417d37fca1abe9ec03 100644 (file)
--- 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 3132f509f36e2e32e5e91ac07fe67d95ea4b7f6d..ebdaf24c4d5c9bb3663062cfed8b884efd7691c6 100644 (file)
--- 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 c314943b47b9b7abe92ff9779fc1dea0f228397f..73856c1d79e3eb3d55d07b58a83b40d2113b315e 100644 (file)
--- 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 9827115de319f7f69454bebdd3ca4429a88c4240..5420deef828488353a4a31e7c8e11f31513cdbf8 100644 (file)
--- 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,      *
index c6258713f890af96c1b3f5196873f1f4ce14f256..3e6a18c63c2b33802389d63bbb5e06cecd9c3760 100644 (file)
--- 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 7dbec7ae3124f13791bd88df51d0fb7dc5d86a9b..0c0e9648d5c74e5159898eb7518acf930e929d09 100644 (file)
--- 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 cbeb4faf37e22970c9f56fbb3d931d30a7c6ca94..c70b6e6f44b94eb4ce7c1eca865994e7f2d4dd3c 100644 (file)
--- 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,      *