]> git.draconx.ca Git - slotifier.git/blobdiff - src/slotifier.c
Release 1.1.
[slotifier.git] / src / slotifier.c
index 6ca3213ff14ed91937605e5f38f0f07d02cf6ac1..01659319cf16d9506a53c730703011c60734bafd 100644 (file)
@@ -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.");