Browse Source

Add contribution section to readme

Sergey Lyubka 10 years ago
parent
commit
afe53a8d0e
1 changed files with 9 additions and 8 deletions
  1. 9 8
      README.md

+ 9 - 8
README.md

@@ -180,16 +180,17 @@ are appended to the output buffer as-is
     char buf[1000];
     char buf[1000];
     json_emit(buf, sizeof(buf), "{ s: [i, T, F, N] }", "foo", (long) -123);
     json_emit(buf, sizeof(buf), "{ s: [i, T, F, N] }", "foo", (long) -123);
 
 
+# Contributions
+
+People who have agreed to the
+[Cesanta CLA](http://cesanta.com/contributors_la.html)
+can make contributions. Note that the CLA isn't a copyright
+_assigment_ but rather a copyright _license_.
+You retain the copyright on your contributions.
+
 # License
 # License
 
 
 Frozen is released under
 Frozen is released under
 [GNU GPL v.2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
 [GNU GPL v.2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
 Businesses have an option to get non-restrictive, royalty-free commercial
 Businesses have an option to get non-restrictive, royalty-free commercial
-license and professional support from
-[Cesanta Software](http://cesanta.com).
-
-[Super Light DNS Resolver](https://github.com/cesanta/sldr),
-[Super Light Regexp Library](https://github.com/cesanta/slre),
-[Mongoose web server](https://github.com/cesanta/mongoose)
-are other projects by Cesanta Software, developed with the same philosophy
-of functionality and simplicity.
+license and professional support from [Cesanta](http://cesanta.com).