X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/59e9ec69ccac6537beb5fdf28bc2bd67e4e5ec89..9e4d6051b4661ec2992a638d747fa2d4e6a4e516:/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");