summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-01-01 00:24:53 +0900
committerGitHub <[email protected]>2021-01-01 00:24:53 +0900
commit1fbabe207d457ce771918f560fcf1bb070f6aded (patch)
tree26c4f006bb959fd7ed3b4d3935ff3c0948a860f2
parentdb2a7a1e6e1e411fc7edc3ae906834ce1fd6c432 (diff)
parent38de04c4f726f7005cf9c7db4dfff5fd0d6262cf (diff)
downloadmruby-1fbabe207d457ce771918f560fcf1bb070f6aded.tar.gz
mruby-1fbabe207d457ce771918f560fcf1bb070f6aded.zip
Merge pull request #5245 from jbampton/for-mruby-for-2021
Update copyright year for 2021
-rw-r--r--LICENSE2
-rw-r--r--include/mruby.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 363428a1e..68921b942 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020 mruby developers
+Copyright (c) 2010-2021 mruby developers
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff --git a/include/mruby.h b/include/mruby.h
index 6f58fd7cd..0d0a0a1e1 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -1,7 +1,7 @@
/*
** mruby - An embeddable Ruby implementation
**
-** Copyright (c) mruby developers 2010-2020
+** Copyright (c) mruby developers 2010-2021
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the