From c47038462f81bcd3528c5031499391d2b5e456ac Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Li Date: Sun, 9 Oct 2022 17:02:27 +0800 Subject: [PATCH] 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