From 710b51f7f51ad28d83335749eb4aa355b00499e3 Mon Sep 17 00:00:00 2001 From: Arihiro Yoshida Date: Sat, 23 Apr 2022 22:02:39 +0900 Subject: [PATCH] Update the copyright years --- LICENSE | 2 +- src/packcc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 0ba7b80..ddde94f 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/src/packcc.c b/src/packcc.c index 37a20e4..601688c 100644 --- a/src/packcc.c +++ b/src/packcc.c @@ -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) {