Clarify that contributors agree with MIT license in CONTRIBUTING.md.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-01-26 18:21:49 +09:00
parent 04d5e7da39
commit f3d5deb981
+3
View File
@@ -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