X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/8ba5dbed14fc225893f8ad4b935e0e4b9f77db78..a5676c4a2d61a6732e0b144e45339d0e666c2f20:/src/cdecl99.c diff --git a/src/cdecl99.c b/src/cdecl99.c index 2354626..9d9fcc8 100644 --- a/src/cdecl99.c +++ b/src/cdecl99.c @@ -1,6 +1,6 @@ /* * Command line utility for making sense of C declarations. - * Copyright © 2011-2012, 2020-2021 Nick Bowler + * Copyright © 2011-2012, 2020-2022 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 @@ -75,7 +75,7 @@ static void print_version(void) } puts(PACKAGE_STRING); - printf("Copyright %s 2021 Nick Bowler.\n", copysign); + printf("Copyright %s 2022 Nick Bowler.\n", copysign); puts("License GPLv3+: GNU GPL version 3 or any later version."); puts("This is free software: you are free to change and redistribute it."); puts("There is NO WARRANTY, to the extent permitted by law.");