diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-04-21 01:21:41 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-04-21 01:21:41 +0900 |
| commit | 984e188bbe17f0f4007fc9ab9b1c75a3cf0b09de (patch) | |
| tree | 8759fde642d7be13d101e1cde89973a5151ab86a /README.md | |
| parent | 2cc0623ae7fe5a5c48d9ed6854e99f2f55e46e3b (diff) | |
| download | mruby-984e188bbe17f0f4007fc9ab9b1c75a3cf0b09de.tar.gz mruby-984e188bbe17f0f4007fc9ab9b1c75a3cf0b09de.zip | |
update licensing issue and how to contribute
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 42 |
1 files changed, 25 insertions, 17 deletions
@@ -69,14 +69,30 @@ To subscribe to the mruby mailing list....[T.B.D.] See the INSTALL file. -## Copying +## License -See the COPYING file. +Copyright (c) 2012 mruby developers +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: -## About Contribution +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +## Note for License -Thank you for considering contributing to mruby. mruby has chosen a MIT License due to its permissive license allowing developers to target various environments such as embedded systems. However, the license requires the display of the copyright notice and license @@ -90,18 +106,10 @@ In the future, mruby might ask you to distribute your new code (We did not intend for contributors to transfer or waive their copyrights, Actual copyright holder name (contributors) will be listed in the AUTHORS file.) -Please ask us if you want to distribute your code under another license -or if your code is derived from GPL code. - - -## The Author - -See the file AUTHORS. - - -Feel free to send comments and bug reports to the author. Here is the -author's latest mail address: - +Please ask us if you want to distribute your code under another license. +## How to Contribute +Send pull request to <http://github.com/mruby/mruby>. We consider you have granted +non-exclusive right to your contributed code under MIT license. If you want to be named +as one of mruby developers, include update to the AUTHORS file in your pull request. |
