X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/ca97af514870895e228df0443adc5a16be4d9a78..5278747bc6615197749a4e882283c9d06901cd80:/src/version.c diff --git a/src/version.c b/src/version.c index 6a5ce9a..de174b5 100644 --- a/src/version.c +++ b/src/version.c @@ -1,3 +1,21 @@ +/* + * Version string boilerplate for slide puzzle game. + * Copyright © 2022-2023 Nick Bowler + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include @@ -19,7 +37,7 @@ const char *init_copysign(char **alloc) return "(C)"; } -#define VERSION_HEAD_FMT "%s (RRace) %s\nCopyright %s 2022 Nick Bowler" +#define VERSION_HEAD_FMT "%s (RRace) %s\nCopyright %s 2023 Nick Bowler" #define VERSION_HEAD_ARGS progname, PACKAGE_VERSION, copysign void version_print_head(const char *progname, FILE *f)