From 8717ef86c0aaaa815674c024bf80a629dc8b29a1 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Li Date: Sun, 9 Oct 2022 15:40:06 +0800 Subject: [PATCH 1/2] Update year in LICENSE file --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 985dd3665..6881f4df6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010-2021 mruby developers +Copyright (c) 2010-2022 mruby developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), From c47038462f81bcd3528c5031499391d2b5e456ac Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Li Date: Sun, 9 Oct 2022 17:02:27 +0800 Subject: [PATCH 2/2] Update year to 2022 in mruby.h --- include/mruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mruby.h b/include/mruby.h index 8e9c3dd7b..2c95a0656 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -1,7 +1,7 @@ /* ** mruby - An embeddable Ruby implementation ** -** Copyright (c) mruby developers 2010-2021 +** Copyright (c) mruby developers 2010-2022 ** ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the