X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/6c4afefc2add5eeb0f220c7b6d0ac766bea272f5..0c9d7fe949b77df0c02dace419eea9e097caf69d:/src/slotifier.c diff --git a/src/slotifier.c b/src/slotifier.c index 6ca3213..0165931 100644 --- a/src/slotifier.c +++ b/src/slotifier.c @@ -1,6 +1,6 @@ /* * Utility to convert overlapping Excellon drill hits into drill slots. - * Copyright © 2018 Nick Bowler + * Copyright © 2018, 2021 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 @@ -63,7 +63,7 @@ static void print_version(void) copysign = convsign; } - printf("Copyright %s 2018 Nick Bowler.\n", copysign); + printf("Copyright %s 2021 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.");