X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fcopyleft.c;h=06915c2131cb990c45dc3e2fe1b274b2438e9f7d;hb=f447ebdf19acf26d2d46cee1595e99c3620ee30d;hp=8f8710512345839469b18ecbb89df21f80fbb7d7;hpb=8dd70ac126138cbe0a2520d2698dab715c94a598;p=pspp diff --git a/src/libpspp/copyleft.c b/src/libpspp/copyleft.c index 8f87105123..06915c2131 100644 --- a/src/libpspp/copyleft.c +++ b/src/libpspp/copyleft.c @@ -1,3 +1,28 @@ +/* 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[]="" @@ -25,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"