summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-01-06 18:52:22 +0900
committerGitHub <[email protected]>2017-01-06 18:52:22 +0900
commit3c2f101aa4e7e0dc6a675311f3c79c3bf90619ec (patch)
tree21ee05e533eb0b66169b5e0c5b2c229631bd6403
parent885d929398cf6962f3b0d292cf44105976f6c848 (diff)
parent2c77dfab0499863a71d4bebef665947c603fe4fa (diff)
downloadmruby-3c2f101aa4e7e0dc6a675311f3c79c3bf90619ec.tar.gz
mruby-3c2f101aa4e7e0dc6a675311f3c79c3bf90619ec.zip
Merge pull request #3376 from bovi/2017-copyright
Update Copyright to 2017
-rw-r--r--MITL2
-rw-r--r--include/mruby.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/MITL b/MITL
index 38fdbe231..d02b8fe1c 100644
--- a/MITL
+++ b/MITL
@@ -1,4 +1,4 @@
-Copyright (c) 2016 mruby developers
+Copyright (c) 2017 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 6e222057f..76a028ad4 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -1,7 +1,7 @@
/*
** mruby - An embeddable Ruby implementation
**
-** Copyright (c) mruby developers 2010-2016
+** Copyright (c) mruby developers 2010-2017
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the