File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11PackCC: 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
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -4826,7 +4826,7 @@ static bool_t generate(context_t *ctx) {
48264826
48274827static 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
48324832static void print_usage (FILE * output ) {
You can’t perform that action at this time.
0 commit comments