Config::Model::models::Dpkg::Copyright::FileLicense -
Configuration class Dpkg::Copyright::FileLicense
Configuration classes used by Config::Model
if left blank here, the file must include a stand-alone License
section matching each license short name listed on the first line (see the
Standalone License Section section). Otherwise, this field should either
include the full text of the license(s) or include a pointer to the license
file under /usr/share/common-licenses. This field should include all text
needed in order to fulfill both Debian Policy requirement for including a
copy of the software distribution license, and any license requirements to
include warranty disclaimers or other notices with the binary package.
Optional. Type string.
abbreviated name for the license. If empty, it is given the
default value 'other'. Only one license per file can use this default value;
if there is more than one license present in the package without a standard
short name, an arbitrary short name may be assigned for these licenses.
These arbitrary names are only guaranteed to be unique within a single
copyright file.
The name given must match a License described in License element
in root node . Optional. Type uniline.
Here are some explanations on the possible values:
- 'Apache'
- Apache license. For versions, consult the Apache_Software_Foundation.
- 'Artistic'
- Artistic license. For versions, consult the Perl_Foundation
- 'BSD-2-clause'
- Berkeley software distribution license, 2-clause version
- 'BSD-3-clause'
- Berkeley software distribution license, 3-clause version
- 'BSD-4-clause'
- Berkeley software distribution license, 4-clause version
- 'CC-BY'
- Creative Commons Attribution license
- 'CC-BY-NC'
- Creative Commons Attribution Non-Commercial
- 'CC-BY-NC-ND'
- Creative Commons Attribution Non-Commercial No Derivatives
- 'CC-BY-NC-SA'
- Creative Commons Attribution Non-Commercial Share Alike
- 'CC-BY-ND'
- Creative Commons Attribution No Derivatives
- 'CC-BY-SA'
- Creative Commons Attribution Share Alike license
- 'CC0'
- Creative Commons Universal waiver
- 'CDDL'
- Common Development and Distribution License. For versions, consult Sun
Microsystems.
- 'CPL'
- IBM Common Public License. For versions, consult the IBM_Common_Public
License_(CPL)_Frequently_asked_questions.
- 'EFL'
- The Eiffel Forum License. For versions, consult the
Open_Source_Initiative
- 'Expat'
- The Expat license
- 'FreeBSD'
- FreeBSD Project license
- 'GFDL'
- GNU Free Documentation License
- 'GFDL-NIV'
- GNU Free Documentation License, with no invariant sections
- 'GPL'
- GNU General Public License
- 'ISC'
- Internet_Software_Consortium's license, sometimes also known as the
OpenBSD License
- 'LGPL'
- GNU Lesser General Public License, (GNU Library General Public License for
versions lower than 2.1)
- 'LPPL'
- LaTeX Project Public License
- 'MPL'
- Mozilla Public License. For versions, consult Mozilla.org
- 'Perl'
- Perl license (equates to "GPL-1+ or Artistic-1")
- 'Python-CNRI'
- Python Software Foundation license. For versions, consult the
Python_Software Foundation
- 'QPL'
- Q Public License
- 'W3C'
- W3C Software License. For more information, consult the W3C
IntellectualRights FAQ and the 20021231
W3C_Software_notice_and_license
- 'ZLIB'
- zlib/libpng_license
- 'Zope'
- Zope Public License. For versions, consult Zope.org
Note: short_name is migrated with
'$replace{$alias}' and with:
- $alias => "- -
License-Alias"
- $replace{Perl} =>
"Artistic or GPL-1+"
- 2010,2011 Dominique Dumont