This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developer:contribution_guidelines [2016/01/28 23:22] Ray Paik |
developer:contribution_guidelines [2016/02/05 20:43] (current) Christopher Price |
||
---|---|---|---|
Line 70: | Line 70: | ||
Per [[https://www.opnfv.org/about/bylaws-and-policies/ip-policy|OPNFV IP Policy]], all documentation will be received and made available by the OPNFV Project under the Creative Commons Attribution 4.0 International License. | Per [[https://www.opnfv.org/about/bylaws-and-policies/ip-policy|OPNFV IP Policy]], all documentation will be received and made available by the OPNFV Project under the Creative Commons Attribution 4.0 International License. | ||
- | Include the following license information for OPNFV documentations: This work is licensed under a Creative Commons Attribution 4.0 International License. http://creativecommons.org/licenses/by/4.0 | + | All documentation files need to be licensed using the creative commons licence. The following example may be applied in the first lines of all contributed RST files: |
+ | |||
+ | .. This work is licensed under a Creative Commons Attribution 4.0 International License. | ||
+ | .. http://creativecommons.org/licenses/by/4.0 | ||
+ | .. (c) <optionally add copywriters name> | ||
+ | |||
+ | These lines will not be rendered in the html and pdf files. | ||
=== General Code Style === | === General Code Style === |