diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-26 18:21:49 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-26 18:21:49 +0900 |
| commit | f3d5deb981838351b245d1ba9dec5b1c0c62bee0 (patch) | |
| tree | b14ab21a72a89020469a33c512bdfcd16dfc74e0 /CONTRIBUTING.md | |
| parent | 04d5e7da398d460983961102a20cc05bccd86c12 (diff) | |
| download | mruby-f3d5deb981838351b245d1ba9dec5b1c0c62bee0.tar.gz mruby-f3d5deb981838351b245d1ba9dec5b1c0c62bee0.zip | |
Clarify that contributors agree with MIT license in `CONTRIBUTING.md`.
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa1c847a9..2ffd759b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ # How to contribute mruby is an open-source project which is looking forward to each contribution. +Contributors agree to license their contribution(s) under MIT license. ## Your Pull Request @@ -47,11 +48,13 @@ on-demand. #### Insert a break after the function return value: + ```C int main(void) { ... } + ``` ### Ruby code |
