pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/copyleft.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/copyleft.c
Date: Mon, 10 Jan 2005 02:25:05 -0500

Index: pspp/src/copyleft.c
diff -u pspp/src/copyleft.c:1.1 pspp/src/copyleft.c:1.2
--- pspp/src/copyleft.c:1.1     Fri Mar 19 16:58:57 2004
+++ pspp/src/copyleft.c Mon Jan 10 06:50:45 2005
@@ -1,4 +1,13 @@
-char lack_of_warranty[]=""
+const char legal[]=""
+"Copyright (C) 1997-9, 2000 Free Software Foundation, Inc.\n"
+"GNU PSPP comes with NO WARRANTY,\n"
+"to the extent permitted by law.\n"
+"You may redistribute copies of GNU PSPP\n"
+"under the terms of the GNU General Public License.\n"
+"For more information about these matters,\n"
+"see the file named COPYING.\n";
+
+const char lack_of_warranty[]=""
 "                          NO WARRANTY\n"
 "\n"
 "BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY "
@@ -21,7 +30,7 @@
 "EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY  "
 "OF SUCH DAMAGES.";
 
-char copyleft[]=""
+const char copyleft[]=""
 "                  GNU GENERAL PUBLIC LICENSE\n "
 "                     Version 2, June 1991\n "
 " \n"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]