summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2013-05-02 14:11:07 +0800
committerDaniel Bovensiepen <[email protected]>2013-05-02 14:11:07 +0800
commitf0a9b95af3d542ac1db7fcb4a3d77990a284c185 (patch)
tree32342ff31f4aad75a150e867aeb7dac04ef9b18f
parentfd2e32e971a59ff3b20d7f5fede2aa4dd3c8263d (diff)
downloadmruby-f0a9b95af3d542ac1db7fcb4a3d77990a284c185.tar.gz
mruby-f0a9b95af3d542ac1db7fcb4a3d77990a284c185.zip
Push Copyright year up to 2013
-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 484dcff14..917a4e1c0 100644
--- a/MITL
+++ b/MITL
@@ -1,4 +1,4 @@
-Copyright (c) 2012 mruby developers
+Copyright (c) 2013 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 32d177334..28e2ffc71 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ documentation with examples under *examples/mrbgems*.
## License
-Copyright (c) 2012 mruby developers
+Copyright (c) 2013 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 1317ee17d..be52e962b 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -1,7 +1,7 @@
/*
** mruby - An embeddable Ruby implementation
**
-** Copyright (c) mruby developers 2010-2012
+** Copyright (c) mruby developers 2010-2013
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the