X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..0b47d5168900dcf3ba40d7abc7942cd8049818d7:/scripts/make-version-string diff --git a/scripts/make-version-string b/scripts/make-version-string index 41a7115..f7109c7 100755 --- a/scripts/make-version-string +++ b/scripts/make-version-string @@ -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");