pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/cmdline.c
diff -u pspp/src/cmdline.c:1.8 pspp/src/cmdline.c:1.9
--- pspp/src/cmdline.c:1.8      Sat Apr  3 07:10:55 2004
+++ pspp/src/cmdline.c  Mon Jan 10 06:50:45 2005
@@ -35,6 +35,7 @@
 #include "str.h"
 #include "var.h"
 #include "version.h"
+#include "copyleft.h"
 
 void welcome (void);
 static void usage (void);
@@ -183,13 +184,7 @@
          break;
        case 'V':
          puts (version);
-         puts (_("\nCopyright (C) 1997-9, 2000 Free Software Foundation, "
-                 "Inc.\n"
-                 "This is free software; see the source for copying "
-                 "conditions.  There is NO\n"
-                 "WARRANTY; not even for MERCHANTABILITY or FITNESS "
-                 "FOR A PARTICULAR PURPOSE.\n\n"
-                 "Written by Ben Pfaff <address@hidden>."));
+         puts (legal);
          err_hcf (1);
        case '?':
          usage ();




reply via email to

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