domains work
[pspp] / src / libpspp / copyleft.c
index 778019df18b2f764ad37dc28162dbb8fbc735ebc..06915c2131cb990c45dc3e2fe1b274b2438e9f7d 100644 (file)
@@ -1,13 +1,35 @@
+/* PSPP - a program for statistical analysis.
+   Copyright (C) 2019 Free Software Foundation, Inc.
+
+   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 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>. */
+
+/*
+   The licence notice above applies to the structure and semantics of
+   this file.  You may use, copy, modify and distribute this file
+   under the above licence.
+
+   The strings contained in this file however are clauses taken from
+   the GNU General License version 3.    They may not be modified.
+ */
+
 #include <config.h>
 
 const char legal[]=""
 "Copyright (C) 1997-9, 2000, 2005, 2006, 2007 Free Software Foundation, Inc.\n"
 #include <config.h>
 
 const char legal[]=""
 "Copyright (C) 1997-9, 2000, 2005, 2006, 2007 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";
+"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
+"This is free software: you are free to change and redistribute it.\n"
+"There is NO WARRANTY, to the extent permitted by law.\n";
 
 const char lack_of_warranty[]=""
 "\n"
 
 const char lack_of_warranty[]=""
 "\n"
@@ -28,7 +50,9 @@ const char lack_of_warranty[]=""
 "DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n"
 "PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n"
 "EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n"
 "DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n"
 "PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n"
 "EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n"
-"SUCH DAMAGES.";
+"SUCH DAMAGES.\n"
+"\n"
+"";
 
 const char copyleft[]=""
 "\n"
 
 const char copyleft[]=""
 "\n"