Skip to content

Commit

Permalink
Replaced with - to fix issue #140
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJarosch authored and ooxi committed Nov 9, 2022
1 parent 6953e07 commit 6ce8b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -674,7 +674,7 @@ main(int argc, char *argv[])
break;
case 'V' :
printf(_("gerbv version %s\n"), VERSION);
printf(_("Copyright (C) 20012008 by Stefan Petersen\n"
printf(_("Copyright (C) 2001-2008 by Stefan Petersen\n"
"and the respective original authors listed in the source files.\n"));
exit(0);
case 'a' :
Expand Down

0 comments on commit 6ce8b68

Please sign in to comment.