X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/240f4b16cb0cd57db5661561fecb4f932eb043bb..af203fee8e5328ac99e568123d2fe6047c738aae:/scripts/make-version-string?ds=sidebyside diff --git a/scripts/make-version-string b/scripts/make-version-string index 10112ec..f7109c7 100755 --- a/scripts/make-version-string +++ b/scripts/make-version-string @@ -25,9 +25,9 @@ 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("License GPLv2+: GNU GPL version 2 or later:\n"); -output(" http://www.gnu.org/licenses/old-licenses/gpl-2.0.html\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"); output("There is NO WARRANTY, to the extent permitted by law.\n"); output("WARNING: -Werror not used in this build\n") if $cc !~ /-Werror/;