====== Differences ====== This shows you the differences between two versions of the page.
licensing [2014/01/21 05:03] freaktechnik Add XML comment |
licensing [2014/06/08 15:10] (current) freaktechnik [Logo] |
||
---|---|---|---|
Line 2: | Line 2: | ||
====== Licensing ====== | ====== Licensing ====== | ||
+ | ===== Code ===== | ||
Nightingale is Open Source software and licensed under the [[http://www.gnu.org/licenses/gpl-2.0|GPLv2 license]]. | Nightingale is Open Source software and licensed under the [[http://www.gnu.org/licenses/gpl-2.0|GPLv2 license]]. | ||
- | ===== License Blocks in Code ===== | + | ==== License Blocks in Code ==== |
Dependent on the comment style, one of these license headers should be used in newly created files. | Dependent on the comment style, one of these license headers should be used in newly created files. | ||
- | ==== C++/JS/CSS Style Comments ==== | + | === C++/JS/CSS Style Comments === |
- | <code> | + | <code cpp> |
/* | /* | ||
// | // | ||
Line 34: | Line 35: | ||
</code> | </code> | ||
- | ==== C Style Comments ==== | + | === C Style Comments === |
- | <code> | + | <code c> |
# | # | ||
#=BEGIN NIGHTINGALE GPL | #=BEGIN NIGHTINGALE GPL | ||
Line 60: | Line 61: | ||
</code> | </code> | ||
- | ==== XML Style Comments ==== | + | === XML Style Comments === |
- | <code> | + | <code xml> |
<!-- | <!-- | ||
# | # | ||
Line 87: | Line 88: | ||
--> | --> | ||
</code> | </code> | ||
+ | ===== Logo ===== | ||
+ | The Nightingale logo can be used without any permission for works directly related to Nightingale. Usage for any other purposes, including distribution with a fork of Nightingale, is not allowed. |