chiark / gitweb /
Update copyright dates in version strings
[disorder] / scripts / make-version-string
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");