...
|
...
|
@@ -28,6 +28,18 @@ To keep a coherent and consitent history of the development, the commit messages
|
28
|
28
|
|
29
|
29
|
* https://www.kamailio.org/wiki/devel/github-contributions
|
30
|
30
|
|
|
31
|
+Contributions must conform with licensing rules of Kamailio project.
|
|
32
|
+
|
|
33
|
+## License
|
|
34
|
+
|
|
35
|
+Main License: GPLv2.
|
|
36
|
+
|
|
37
|
+Each source code file contains at the top the license and copyright details. Most of the code is licensed under GPLv2, some parts of the code are licensed under BSD.
|
|
38
|
+
|
|
39
|
+### New Contributions Licensing
|
|
40
|
+
|
|
41
|
+New contributions to core and several main modules (auth, corex, sl, tls, tm) have to be done under BSD license. New contributions under GPL must grant the GPL-OpenSSL linking exception. Contributions to existing components released under BSD must be done under BSD as well.
|
|
42
|
+
|
31
|
43
|
## Documentation
|
32
|
44
|
|
33
|
45
|
The main index for documentation is available at:
|