Skip to content

Commit 710b51f

Browse files
committed
Update the copyright years
1 parent 70389ec commit 710b51f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PackCC: a packrat parser generator for C.
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/packcc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4826,7 +4826,7 @@ static bool_t generate(context_t *ctx) {
48264826

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

48324832
static void print_usage(FILE *output) {

0 commit comments

Comments
 (0)