Skip to content

Commit

Permalink
Merge pull request #128 from kevinburke/copyright
Browse files Browse the repository at this point in the history
Add 2016 to copyright
  • Loading branch information
jgm committed May 31, 2016
2 parents 82ea959 + f217256 commit f991999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int main(int argc, char *argv[]) {
for (i = 1; i < argc; i++) {
if (strcmp(argv[i], "--version") == 0) {
printf("cmark %s", CMARK_VERSION_STRING);
printf(" - CommonMark converter\n(C) 2014, 2015 John MacFarlane\n");
printf(" - CommonMark converter\n(C) 2014-2016 John MacFarlane\n");
exit(0);
} else if (strcmp(argv[i], "--sourcepos") == 0) {
options |= CMARK_OPT_SOURCEPOS;
Expand Down

0 comments on commit f991999

Please sign in to comment.