chiark / gitweb /
Update copyright dates in version strings
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 30 Jul 2011 16:28:11 +0000 (17:28 +0100)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 30 Jul 2011 16:28:11 +0000 (17:28 +0100)
disobedience/menu.c
scripts/make-version-string

index bae0f00d7f0471c018efd2816afbef91af59f79b..f54c2a39c8eaf69f136ed0b7060db441c2039f19 100644 (file)
@@ -182,7 +182,7 @@ static void about_popup_got_version(void attribute((unused)) *v,
                      FALSE/*fill*/,
                      1/*padding*/);
   gtk_box_pack_start(GTK_BOX(vbox),
-                     gtk_label_new("\xC2\xA9 2004-2009 Richard Kettlewell"),
+                     gtk_label_new("\xC2\xA9 2003-2011 Richard Kettlewell et al"),
                      FALSE/*expand*/,
                      FALSE/*fill*/,
                      1/*padding*/);
index 41a7115c1882462515ed7ab4203d3e4a7f799590..f7109c738982baa8e20b08d43e887967f23e7707 100755 (executable)
@@ -25,7 +25,7 @@ if(exists $ENV{CC}) {
 }
 die "no version found\n" unless defined $version;
 output("%s (DisOrder) $version\n");
-output("Copyright (C) 2003-2008 Richard Kettlewell et al\n");
+output("Copyright (C) 2003-2011 Richard Kettlewell et al\n");
 output("License GPLv3+: GNU GPL version 3 or later:\n");
 output("        http://www.gnu.org/licenses/gpl-3.0.html\n");
 output("This is free software: you are free to change and redistribute it.\n");