summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2015-05-15 15:12:32 +0800
committerDaniel Bovensiepen <[email protected]>2015-05-15 15:12:32 +0800
commit02fffb02d2d7c2117e7e6f4693f931c775fd8c1e (patch)
tree92680f5d43197c6902bb21c68b99cca1a6a122e4
parentbc8308ba8d04f9038df032fd95e4b359f75106e0 (diff)
downloadmruby-02fffb02d2d7c2117e7e6f4693f931c775fd8c1e.tar.gz
mruby-02fffb02d2d7c2117e7e6f4693f931c775fd8c1e.zip
Update Coopyright Information to year 2015
-rw-r--r--MITL2
-rw-r--r--README.md2
-rw-r--r--include/mruby.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/MITL b/MITL
index 59400498f..11898018b 100644
--- a/MITL
+++ b/MITL
@@ -1,4 +1,4 @@
-Copyright (c) 2014 mruby developers
+Copyright (c) 2015 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/README.md b/README.md
index 152c78e64..c3506a717 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ how to use mrbgems look into the folder *examples/mrbgems/*.
## License
-Copyright (c) 2014 mruby developers
+Copyright (c) 2015 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 1e616a1ee..6c84a0e87 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -1,7 +1,7 @@
/*
** mruby - An embeddable Ruby implementation
**
-** Copyright (c) mruby developers 2010-2014
+** Copyright (c) mruby developers 2010-2015
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the