X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fcopyleft.c;h=06915c2131cb990c45dc3e2fe1b274b2438e9f7d;hb=104503e3d1f3d6ad47ef06e5a9d42b18e0fa67cb;hp=778019df18b2f764ad37dc28162dbb8fbc735ebc;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/libpspp/copyleft.c b/src/libpspp/copyleft.c index 778019df18..06915c2131 100644 --- a/src/libpspp/copyleft.c +++ b/src/libpspp/copyleft.c @@ -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 . */ + +/* + 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 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 \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" @@ -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" -"SUCH DAMAGES."; +"SUCH DAMAGES.\n" +"\n" +""; const char copyleft[]="" "\n"