====== Differences ====== This shows you the differences between two versions of the page.
licensing [2013/10/13 09:13] freaktechnik add menu |
licensing [2014/06/08 15:10] (current) freaktechnik [Logo] |
||
---|---|---|---|
Line 1: | Line 1: | ||
{{page>menu}} | {{page>menu}} | ||
- | Nightingale is Open Source software and licensed under the GPLv2 license. | + | ====== Licensing ====== |
+ | ===== Code ===== | ||
+ | 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. |
- | <code> | + | === C++/JS/CSS Style Comments === |
+ | <code cpp> | ||
/* | /* | ||
// | // | ||
Line 31: | Line 34: | ||
*/ | */ | ||
</code> | </code> | ||
- | <code> | + | |
+ | === C Style Comments === | ||
+ | <code c> | ||
# | # | ||
#=BEGIN NIGHTINGALE GPL | #=BEGIN NIGHTINGALE GPL | ||
Line 56: | Line 61: | ||
</code> | </code> | ||
+ | === XML Style Comments === | ||
+ | <code xml> | ||
+ | <!-- | ||
+ | # | ||
+ | #=BEGIN NIGHTINGALE GPL | ||
+ | # | ||
+ | # This file is part of the Nightingale web player. | ||
+ | # | ||
+ | # http://getnightingale.com | ||
+ | # | ||
+ | # This file may be licensed under the terms of of the | ||
+ | # GNU General Public License Version 2 (the "GPL"). | ||
+ | # | ||
+ | # Software distributed under the License is distributed | ||
+ | # on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either | ||
+ | # express or implied. See the GPL for the specific language | ||
+ | # governing rights and limitations. | ||
+ | # | ||
+ | # You should have received a copy of the GPL along with this | ||
+ | # program. If not, go to http://www.gnu.org/licenses/gpl.html | ||
+ | # or write to the Free Software Foundation, Inc., | ||
+ | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
+ | # | ||
+ | #=END NIGHTINGALE GPL | ||
+ | # | ||
+ | --> | ||
+ | </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. |