Skip to content

Commit

Permalink
Update the copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
arithy committed Apr 23, 2022
1 parent 70389ec commit 710b51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PackCC: a packrat parser generator for C.

Copyright (c) 2014, 2019-2021 Arihiro Yoshida. All rights reserved.
Copyright (c) 2014, 2019-2022 Arihiro Yoshida. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/packcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4826,7 +4826,7 @@ static bool_t generate(context_t *ctx) {

static void print_version(FILE *output) {
fprintf(output, "%s version %s\n", g_cmdname, VERSION);
fprintf(output, "Copyright (c) 2014, 2019-2021 Arihiro Yoshida. All rights reserved.\n");
fprintf(output, "Copyright (c) 2014, 2019-2022 Arihiro Yoshida. All rights reserved.\n");
}

static void print_usage(FILE *output) {
Expand Down

0 comments on commit 710b51f

Please sign in to comment.