[Tux4kids-commits] r1603 - tuxtype/trunk/src

David Bruce dbruce-guest at alioth.debian.org
Sat Oct 24 14:38:53 UTC 2009


Author: dbruce-guest
Date: 2009-10-24 14:38:53 +0000 (Sat, 24 Oct 2009)
New Revision: 1603

Modified:
   tuxtype/trunk/src/main.c
Log:
updated strings for version message

Modified: tuxtype/trunk/src/main.c
===================================================================
--- tuxtype/trunk/src/main.c	2009-10-24 14:38:14 UTC (rev 1602)
+++ tuxtype/trunk/src/main.c	2009-10-24 14:38:53 UTC (rev 1603)
@@ -79,8 +79,10 @@
          || (strcmp(argv[i], "--version") == 0))
       {
         fprintf(stderr, "\n%s, Version %s\n", PACKAGE, VERSION);
-        fprintf(stderr, "Copyright (C) Sam Hart <hart at geekcomix.com>, under the GPL\n");
-        fprintf(stderr, "-See COPYING file for more info... Thx ;)\n\n");
+        fprintf(stderr, "Copyright 2000-2009 Sam Hart, Jesse Andrews, David Bruce, and the Tux4Kids team.\n");
+        fprintf(stderr, "Tux4Kids website: http://tux4kids.alioth.debian.org\n");
+        fprintf(stderr, "This software is licensed under the GNU General Public License, Version 2 or later, and compatible media licenses.\n");
+        fprintf(stderr, "See COPYING file for licensing details.\n\n");
         exit(0);
       }
 
@@ -134,7 +136,7 @@
     s3 = bind_textdomain_codeset(PACKAGE, "UTF-8");
     s4 = textdomain(PACKAGE);
 
-//    DEBUGCODE
+    DEBUGCODE
     {
       fprintf(stderr, "PACKAGE = %s\n", PACKAGE);
       fprintf(stderr, "TUXLOCALE = %s\n", TUXLOCALE);




More information about the Tux4kids-commits mailing list