X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcopyleft.c;h=368fa2fd99f9e616b37b9455e1e1820eb0cd02ce;hb=7dc203206d3f3172474a4ec0f4dcab5364f4ce26;hp=74799f537d22efd79af17b8cc59eb7212f45cae1;hpb=def7e6026513a3ee7c2b38416b30a2e890e34311;p=pspp diff --git a/src/copyleft.c b/src/copyleft.c index 74799f537d..368fa2fd99 100644 --- a/src/copyleft.c +++ b/src/copyleft.c @@ -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 @@ char lack_of_warranty[]="" "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"