License Infrastructure Interest Group

From Yocto Project
Jump to navigationJump to search

Overview

This group is for discussion of all things having to do with licenses, specifically, license wrangling, field parsing, possible SPDX implementation, etc.

SPDX

The Software Package Data Exchange® (SPDX™) specification is a standard format for communicating the components, licenses and copyrights associated with a software package. For the common-licenses used for the Yocto Project, we should, when possible, use the SPDX generic licenses for Yocto's license wrangling. As well, we should also use the SPDX Identifier field to identify the license fields within LICENSE

LICENSE Field Standard

Packages with known LICENSE issues

  • meta/classes/oelint.bbclass: "GPL LGPL FDL" : True,
  • meta/recipes-devtools/nasm/nasm_2.07.bb:LICENSE = "simplifiedBSD"
  • meta/recipes-devtools/elfutils/elfutils_0.148.bb:LICENSE = "GPL-2 with exceptions"
  • meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb:LICENSE = "Artistic"
  • meta/recipes-devtools/perl/liburi-perl_1.58.bb:LICENSE = "Artistic | GPL-1+"
  • meta/recipes-devtools/perl/libxml-perl_0.08.bb:LICENSE = "Artistic | GPL-1+"
  • meta/recipes-devtools/perl/perl-native_5.12.3.bb:LICENSE = "Artistic|GPL-1"
  • meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb:LICENSE = "Artistic"
  • meta/recipes-devtools/perl/perl_5.12.3.bb:LICENSE = "Artistic|GPL-1"
  • meta/recipes-devtools/python/python.inc:LICENSE = "PSF"
  • meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb:LICENSE = "DSSSL"
  • meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb:LICENSE = "OASIS"
  • meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb:LICENSE = "OASIS"
  • meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb:LICENSE = "OASIS"
  • meta/recipes-devtools/transfig/transfig-native_3.2.5d.bb:LICENSE = "xfig"
  • meta/recipes-devtools/tcltk/tcl_8.5.9.bb:LICENSE = "tcl"
  • meta/recipes-devtools/subversion/subversion_1.6.15.bb:LICENSE = "Apache BSD"
  • meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb:LICENSE = "EPLv1.0 | EDLv1.0"
  • meta/recipes-kernel/modutils/modutils-initscripts.bb:LICENSE = "PD"
  • meta/recipes-kernel/linux-firmware/linux-firmware_git.bb:LICENSE = "Proprietary"
  • meta/recipes-core/busybox/busybox.inc:LICENSE = "GPL-2 & bzip2"
  • meta/recipes-core/zlib/zlib_1.2.5.bb:LICENSE = "zlib"
  • meta/recipes-core/jpeg/jpeg_8c.bb:LICENSE ="jpeg"
  • meta/classes/openmoko2.bbclass:LICENSE = "${@openmoko_two_get_license(d)}"
  • meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb:LICENSE = "Bitstream Vera"
  • meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb:LICENSE = "MIT-style & MIT & Public Domain"
  • meta/recipes-graphics/freetype/freetype_2.4.4.bb:LICENSE = "FreeTypeLicense | GPL-2+"
  • meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb:LICENSE = "X-BSD"
  • meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb:LICENSE = "Font-Alias"
  • meta/recipes-graphics/xorg-font/font-util_1.2.0.bb:LICENSE = "BSD & MIT-style & Unicode"
  • meta/recipes-graphics/clutter/clutter-box2d.inc:LICENSE = "Catto"
  • meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc:LICENSE = "CCPL"
  • meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc:LICENSE = "CCPL"
  • meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb:LICENSE = "LGPL-3 | BY-SAv3"
  • meta/recipes-extended/xinetd/xinetd_2.3.14.bb:LICENSE = "xinetd"
  • meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb:LICENSE = "Artistic|GPL-1+"
  • meta/recipes-extended/perl/libtimedate-perl_1.20.bb:LICENSE = "Artistic|GPL-1+"
  • meta/recipes-extended/zip/zip.inc:LICENSE = "Info-ZIP"
  • meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:LICENSE = "tcp-wrappers"
  • meta/recipes-extended/less/less_436.bb:LICENSE = "GPL-3+ | less"
  • meta/recipes-extended/libtirpc/libtirpc_0.2.1.bb:LICENSE = "Sun Industry Standards Source License 1.0"
  • meta/recipes-extended/bzip2/bzip2_1.0.6.bb:LICENSE = "bzip2"
  • meta/recipes-extended/shadow/shadow.inc:LICENSE = "BSD | Artistic"
  • meta/recipes-support/icu/icu-3.6.inc:LICENSE = "ICU"
  • meta/recipes-support/boost/boost-36.inc:LICENSE = "Boost Software License"
  • meta/recipes-support/boost/boost_1.44.0.bb:LICENSE = "boost"
  • meta/recipes-support/boost/boost-jam-native.inc:LICENSE = "Boost Software License"
  • meta/conf/bitbake.conf:LICENSE = "INVALID"
  • meta/recipes-multimedia/libtiff/tiff_3.8.2.bb:LICENSE = "${PN}"
  • meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb:LICENSE = "LGPL-1/MPL"
  • meta-demoapps/recipes-graphics/xorg-app/xrdb_1.0.5.bb:LICENSE = "xrdb"
  • meta-demoapps/recipes-support/poppler/poppler-data_0.1.bb:LICENSE = "Adobe"

Naming

All names should adhere to the textfile name of the common-license as defined in poky/meta/files/common-licenses. These file names follow the SPDX naming standard when an SPDX license file is available. If no SPDX file exists, we should:

  • Attempt to get a generic license from the license provider
  • Offer the generic upstream to SPDX (to be defined)

This following is a list of all liceneses currently registered with SPDX.

Licenses

Full name Identifier Text
<a href="./AFL-1.1" rel="rdf:_2">Academic Free License v1.1</a> AFL-1.1 <a href="./AFL-1.1#licenseText">License Text</a>
<a href="./AFL-1.2" rel="rdf:_3">Academic Free License v1.2</a> AFL-1.2 <a href="./AFL-1.2#licenseText">License Text</a>
<a href="./AFL-2.0" rel="rdf:_4">Academic Free License v2.0</a> AFL-2.0 <a href="./AFL-2.0#licenseText">License Text</a>
<a href="./AFL-2.1" rel="rdf:_5">Academic Free License v2.1</a> AFL-2.1 <a href="./AFL-2.1#licenseText">License Text</a>
<a href="./APL-1.0" rel="rdf:_6">Adaptive Public License</a> APL-1.0 <a href="./APL-1.0#licenseText">License Text</a>
<a href="./Apache-1.0" rel="rdf:_7">Apache License 1.0</a> Apache-1.0 <a href="./Apache-1.0#licenseText">License Text</a>
<a href="./Apache-1.1" rel="rdf:_8">Apache License 1.1</a> Apache-1.1 <a href="./Apache-1.1#licenseText">License Text</a>
<a href="./Apache-2.0" rel="rdf:_9">Apache License 2.0</a> Apache-2.0 <a href="./Apache-2.0#licenseText">License Text</a>
<a href="./APSL-1.0" rel="rdf:_10">Apple Public Source License 1.0</a> APSL-1.0 <a href="./APSL-1.0#licenseText">License Text</a>
<a href="./APSL-1.1" rel="rdf:_11">Apple Public Source License 1.1</a> APSL-1.1 <a href="./APSL-1.1#licenseText">License Text</a>
<a href="./APSL-1.2" rel="rdf:_12">Apple Public Source License 1.2</a> APSL-1.2 <a href="./APSL-1.2#licenseText">License Text</a>
<a href="./APSL-2.0" rel="rdf:_13">Apple Public Source License 2.0</a> APSL-2.0 <a href="./APSL-2.0#licenseText">License Text</a>
<a href="./Artistic-1.0" rel="rdf:_14">Artistic License 1.0</a> Artistic-1.0 <a href="./Artistic-1.0#licenseText">License Text</a>
<a href="./Artistic-2.0" rel="rdf:_15">Artistic License 2.0</a> Artistic-2.0 <a href="./Artistic-2.0#licenseText">License Text</a>
<a href="./AAL" rel="rdf:_16">Attribution Assurance License</a> AAL <a href="./AAL#licenseText">License Text</a>
<a href="./BSL-1.0" rel="rdf:_17">Boost Software License 1.0</a> BSL-1.0 <a href="./BSL-1.0#licenseText">License Text</a>
<a href="./BSD-2-Clause" rel="rdf:_18">BSD 2-clause "Simplified" or "FreeBSD" License</a> BSD-2-Clause <a href="./BSD-2-Clause#licenseText">License Text</a>
<a href="./BSD-3-Clause" rel="rdf:_19">BSD 3-clause "New" or "Revised" License</a> BSD-3-Clause <a href="./BSD-3-Clause#licenseText">License Text</a>
<a href="./BSD-4-Clause" rel="rdf:_20">BSD 4-clause "Original" or "Old" License</a> BSD-4-Clause <a href="./BSD-4-Clause#licenseText">License Text</a>
<a href="./CECILL-1.0" rel="rdf:_21">CeCILL Free Software License Agreement v1.0</a> CECILL-1.0 <a href="./CECILL-1.0#licenseText">License Text</a>
<a href="./CECILL-2.0" rel="rdf:_22">CeCILL Free Software License Agreement v2.0</a> CECILL-2.0 <a href="./CECILL-2.0#licenseText">License Text</a>
<a href="./CECILL-B" rel="rdf:_23">CeCILL-B Free Software License Agreement</a> CECILL-B <a href="./CECILL-B#licenseText">License Text</a>
<a href="./CECILL-C" rel="rdf:_24">CeCILL-C Free Software License Agreement</a> CECILL-C <a href="./CECILL-C#licenseText">License Text</a>
<a href="./ClArtistic" rel="rdf:_25">Clarified Artistic License</a> ClArtistic <a href="./ClArtistic#licenseText">License Text</a>
<a href="./CDDL-1.0" rel="rdf:_26">Common Development and Distribution License 1.0</a> CDDL-1.0 <a href="./CDDL-1.0#licenseText">License Text</a>
<a href="./CPAL-1.0" rel="rdf:_27">Common Public Attribution License 1.0 </a> CPAL-1.0 <a href="./CPAL-1.0#licenseText">License Text</a>
<a href="./CPL-1.0" rel="rdf:_28">Common Public License 1.0</a> CPL-1.0 <a href="./CPL-1.0#licenseText">License Text</a>
<a href="./CATOSL-1.1" rel="rdf:_29">Computer Associates Trusted Open Source License 1.1</a> CATOSL-1.1 <a href="./CATOSL-1.1#licenseText">License Text</a>
<a href="./CC-BY-1.0" rel="rdf:_30">Creative Commons Attribution 1.0</a> CC-BY-1.0 <a href="./CC-BY-1.0#licenseText">License Text</a>
<a href="./CC-BY-2.0" rel="rdf:_31">Creative Commons Attribution 2.0</a> CC-BY-2.0 <a href="./CC-BY-2.0#licenseText">License Text</a>
<a href="./CC-BY-2.5" rel="rdf:_32">Creative Commons Attribution 2.5</a> CC-BY-2.5 <a href="./CC-BY-2.5#licenseText">License Text</a>
<a href="./CC-BY-3.0" rel="rdf:_33">Creative Commons Attribution 3.0</a> CC-BY-3.0 <a href="./CC-BY-3.0#licenseText">License Text</a>
<a href="./CC-BY-ND-1.0" rel="rdf:_34">Creative Commons Attribution No Derivatives 1.0</a> CC-BY-ND-1.0 <a href="./CC-BY-ND-1.0#licenseText">License Text</a>
<a href="./CC-BY-ND-2.0" rel="rdf:_35">Creative Commons Attribution No Derivatives 2.0</a> CC-BY-ND-2.0 <a href="./CC-BY-ND-2.0#licenseText">License Text</a>
<a href="./CC-BY-ND-2.5" rel="rdf:_36">Creative Commons Attribution No Derivatives 2.5</a> CC-BY-ND-2.5 <a href="./CC-BY-ND-2.5#licenseText">License Text</a>
<a href="./CC-BY-ND-3.0" rel="rdf:_37">Creative Commons Attribution No Derivatives 3.0</a> CC-BY-ND-3.0 <a href="./CC-BY-ND-3.0#licenseText">License Text</a>
<a href="./CC-BY-NC-1.0" rel="rdf:_38">Creative Commons Attribution Non Commercial 1.0</a> CC-BY-NC-1.0 <a href="./CC-BY-NC-1.0#licenseText">License Text</a>
<a href="./CC-BY-NC-2.0" rel="rdf:_39">Creative Commons Attribution Non Commercial 2.0</a> CC-BY-NC-2.0 <a href="./CC-BY-NC-2.0#licenseText">License Text</a>
<a href="./CC-BY-NC-2.5" rel="rdf:_40">Creative Commons Attribution Non Commercial 2.5</a> CC-BY-NC-2.5 <a href="./CC-BY-NC-2.5#licenseText">License Text</a>
<a href="./CC-BY-NC-3.0" rel="rdf:_41">Creative Commons Attribution Non Commercial 3.0</a> CC-BY-NC-3.0 <a href="./CC-BY-NC-3.0#licenseText">License Text</a>
<a href="./CC-BY-NC-ND-1.0" rel="rdf:_42">Creative Commons Attribution Non Commercial No Derivatives 1.0</a> CC-BY-NC-ND-1.0 <a href="./CC-BY-NC-ND-1.0#licenseText">License Text</a>
<a href="./CC-BY-NC-ND-2.0" rel="rdf:_43">Creative Commons Attribution Non Commercial No Derivatives 2.0</a> CC-BY-NC-ND-2.0 <a href="./CC-BY-NC-ND-2.0#licenseText">License Text</a>
<a href="./CC-BY-NC-ND-2.5" rel="rdf:_44">Creative Commons Attribution Non Commercial No Derivatives 2.5</a> CC-BY-NC-ND-2.5 <a href="./CC-BY-NC-ND-2.5#licenseText">License Text</a>
<a href="./CC-BY-NC-ND-3.0" rel="rdf:_45">Creative Commons Attribution Non Commercial No Derivatives 3.0</a> CC-BY-NC-ND-3.0 <a href="./CC-BY-NC-ND-3.0#licenseText">License Text</a>
<a href="./CC-BY-NC-SA-1.0" rel="rdf:_46">Creative Commons Attribution Non Commercial Share Alike 1.0</a> CC-BY-NC-SA-1.0 <a href="./CC-BY-NC-SA-1.0#licenseText">License Text</a>
<a href="./CC-BY-NC-SA-2.0" rel="rdf:_47">Creative Commons Attribution Non Commercial Share Alike 2.0</a> CC-BY-NC-SA-2.0 <a href="./CC-BY-NC-SA-2.0#licenseText">License Text</a>
<a href="./CC-BY-NC-SA-2.5" rel="rdf:_48">Creative Commons Attribution Non Commercial Share Alike 2.5</a> CC-BY-NC-SA-2.5 <a href="./CC-BY-NC-SA-2.5#licenseText">License Text</a>
<a href="./CC-BY-NC-SA-3.0" rel="rdf:_49">Creative Commons Attribution Non Commercial Share Alike 3.0</a> CC-BY-NC-SA-3.0 <a href="./CC-BY-NC-SA-3.0#licenseText">License Text</a>
<a href="./CC-BY-SA-1.0" rel="rdf:_50">Creative Commons Attribution Share Alike 1.0</a> CC-BY-SA-1.0 <a href="./CC-BY-SA-1.0#licenseText">License Text</a>
<a href="./CC-BY-SA-2.0" rel="rdf:_51">Creative Commons Attribution Share Alike 2.0</a> CC-BY-SA-2.0 <a href="./CC-BY-SA-2.0#licenseText">License Text</a>
<a href="./CC-BY-SA-2.5" rel="rdf:_52">Creative Commons Attribution Share Alike 2.5</a> CC-BY-SA-2.5 <a href="./CC-BY-SA-2.5#licenseText">License Text</a>
<a href="./CC-BY-SA-3.0" rel="rdf:_53">Creative Commons Attribution Share Alike 3.0</a> CC-BY-SA-3.0 <a href="./CC-BY-SA-3.0#licenseText">License Text</a>
<a href="./CUA-OPL-1.0" rel="rdf:_54">CUA Office Public License v1.0</a> CUA-OPL-1.0 <a href="./CUA-OPL-1.0#licenseText">License Text</a>
<a href="./EPL-1.0" rel="rdf:_55">Eclipse Public License 1.0</a> EPL-1.0 <a href="./EPL-1.0#licenseText">License Text</a>
<a href="./eCos-2.0" rel="rdf:_56">eCos license version 2.0</a> eCos-2.0 <a href="./eCos-2.0#licenseText">License Text</a>
<a href="./ECL-1.0" rel="rdf:_57">Educational Community License v1.0</a> ECL-1.0 <a href="./ECL-1.0#licenseText">License Text</a>
<a href="./ECL-2.0" rel="rdf:_58">Educational Community License v2.0</a> ECL-2.0 <a href="./ECL-2.0#licenseText">License Text</a>
<a href="./EFL-1.0" rel="rdf:_59">Eiffel Forum License v1.0</a> EFL-1.0 <a href="./EFL-1.0#licenseText">License Text</a>
<a href="./EFL-2.0" rel="rdf:_60">Eiffel Forum License v2.0</a> EFL-2.0 <a href="./EFL-2.0#licenseText">License Text</a>
<a href="./Entessa" rel="rdf:_61">Entessa Public License</a> Entessa <a href="./Entessa#licenseText">License Text</a>
<a href="./ErlPL-1.1" rel="rdf:_62">Erlang Public License v1.1</a> ErlPL-1.1 <a href="./ErlPL-1.1#licenseText">License Text</a>
<a href="./EUDatagrid" rel="rdf:_63">EU DataGrid Software License</a> EUDatagrid <a href="./EUDatagrid#licenseText">License Text</a>
<a href="./EUPL-1.0" rel="rdf:_64">European Union Public License 1.0</a> EUPL-1.0 <a href="./EUPL-1.0#licenseText">License Text</a>
<a href="./EUPL-1.1" rel="rdf:_65">European Union Public License 1.1</a> EUPL-1.1 <a href="./EUPL-1.1#licenseText">License Text</a>
<a href="./Fair" rel="rdf:_66">Fair License</a> Fair <a href="./Fair#licenseText">License Text</a>
<a href="./Frameworx-1.0" rel="rdf:_67">Frameworx Open License 1.0</a> Frameworx-1.0 <a href="./Frameworx-1.0#licenseText">License Text</a>
<a href="./AGPL-3.0" rel="rdf:_68">GNU Affero General Public License v3</a> AGPL-3.0 <a href="./AGPL-3.0#licenseText">License Text</a>
<a href="./GFDL-1.2" rel="rdf:_69">GNU Free Documentation License v1.1</a> GFDL-1.2 <a href="./GFDL-1.2#licenseText">License Text</a>
<a href="./GFDL-1.2" rel="rdf:_70">GNU Free Documentation License v1.2</a> GFDL-1.2 <a href="./GFDL-1.2#licenseText">License Text</a>
<a href="./GFDL-1.3" rel="rdf:_71">GNU Free Documentation License v1.3</a> GFDL-1.3 <a href="./GFDL-1.3#licenseText">License Text</a>
<a href="./GPL-1.0" rel="rdf:_72">GNU General Public License v1.0 only</a> GPL-1.0 <a href="./GPL-1.0#licenseText">License Text</a>
<a href="./GPL-1.0+" rel="rdf:_73">GNU General Public License v1.0 or later</a> GPL-1.0+ <a href="./GPL-1.0+#licenseText">License Text</a>
<a href="./GPL-2.0" rel="rdf:_74">GNU General Public License v2.0 only</a> GPL-2.0 <a href="./GPL-2.0#licenseText">License Text</a>
<a href="./GPL-2.0+" rel="rdf:_75">GNU General Public License v2.0 or later</a> GPL-2.0+ <a href="./GPL-2.0+#licenseText">License Text</a>
<a href="./GPL-2.0-with-autoconf-exception" rel="rdf:_76">GNU General Public License v2.0 w/Autoconf exception</a> GPL-2.0-with-autoconf-exception <a href="./GPL-2.0-with-autoconf-exception#licenseText">License Text</a>
<a href="./GPL-2-with-bison-exception" rel="rdf:_77">GNU General Public License v2.0 w/Bison exception</a> GPL-2-with-bison-exception <a href="./GPL-2-with-bison-exception#licenseText">License Text</a>
<a href="./GPL-2.0-with-classpath-exception" rel="rdf:_78">GNU General Public License v2.0 w/Classpath exception</a> GPL-2.0-with-classpath-exception <a href="./GPL-2.0-with-classpath-exception#licenseText">License Text</a>
<a href="./GPL-2,0-with-GCC-exception" rel="rdf:_79">GNU General Public License v2.0 w/GCC Runtime Library exception</a> GPL-2,0-with-GCC-exception <a href="./GPL-2,0-with-GCC-exception#licenseText">License Text</a>
<a href="./GPL-2,0-with-font-exception" rel="rdf:_80">GNU General Public License v2.0 w/Font exception</a> GPL-2,0-with-font-exception <a href="./GPL-2,0-with-font-exception#licenseText">License Text</a>
<a href="./GPL-3.0" rel="rdf:_81">GNU General Public License v3.0 only</a> GPL-3.0 <a href="./GPL-3.0#licenseText">License Text</a>
<a href="./GPL-3.0+" rel="rdf:_82">GNU General Public License v3.0 or later</a> GPL-3.0+ <a href="./GPL-3.0+#licenseText">License Text</a>
<a href="./GPL-3.0-with-autoconf-exception" rel="rdf:_83">GNU General Public License v3.0 w/Autoconf exception</a> GPL-3.0-with-autoconf-exception <a href="./GPL-3.0-with-autoconf-exception#licenseText">License Text</a>
<a href="./GPL-3.0-with-GCC-exception" rel="rdf:_84">GNU General Public License v3.0 w/GCC Runtime Library exception</a> GPL-3.0-with-GCC-exception <a href="./GPL-3.0-with-GCC-exception#licenseText">License Text</a>
<a href="./LGPL-2.1" rel="rdf:_85">GNU Lesser General Public License v2.1 only</a> LGPL-2.1 <a href="./LGPL-2.1#licenseText">License Text</a>
<a href="./LGPL-2.1+" rel="rdf:_86">GNU Lesser General Public License v2.1or later</a> LGPL-2.1+ <a href="./LGPL-2.1+#licenseText">License Text</a>
<a href="./LGPL-3.0" rel="rdf:_87">GNU Lesser General Public License v3.0 only</a> LGPL-3.0 <a href="./LGPL-3.0#licenseText">License Text</a>
<a href="./LGPL-3.0+" rel="rdf:_88">GNU Lesser General Public License v3.0 or later</a> LGPL-3.0+ <a href="./LGPL-3.0+#licenseText">License Text</a>
<a href="./LGPL-2.0" rel="rdf:_89">GNU Library General Public License v2 only</a> LGPL-2.0 <a href="./LGPL-2.0#licenseText">License Text</a>
<a href="./LGPL-2.0+" rel="rdf:_90">GNU Library General Public License v2 or later</a> LGPL-2.0+ <a href="./LGPL-2.0+#licenseText">License Text</a>
<a href="./gSOAP-1.3b" rel="rdf:_91">gSOAP Public License v1.b</a> gSOAP-1.3b <a href="./gSOAP-1.3b#licenseText">License Text</a>
<a href="./HPND" rel="rdf:_92">Historic Permission Notice and Disclaimer</a> HPND <a href="./HPND#licenseText">License Text</a>
<a href="./IPL-1.0" rel="rdf:_93">IBM Public License v1.0</a> IPL-1.0 <a href="./IPL-1.0#licenseText">License Text</a>
<a href="./IPA" rel="rdf:_94">IPA Font License</a> IPA <a href="./IPA#licenseText">License Text</a>
<a href="./ISC" rel="rdf:_95">ISC License (Bind, DHCP Server)</a> ISC <a href="./ISC#licenseText">License Text</a>
<a href="./LPPL-1.0" rel="rdf:_96">LaTeX Project Public License v1.0</a> LPPL-1.0 <a href="./LPPL-1.0#licenseText">License Text</a>
<a href="./LPPL-1.1" rel="rdf:_97">LaTeX Project Public License v1.1</a> LPPL-1.1 <a href="./LPPL-1.1#licenseText">License Text</a>
<a href="./LPPL-1.2" rel="rdf:_98">LaTeX Project Public License v1.2</a> LPPL-1.2 <a href="./LPPL-1.2#licenseText">License Text</a>
<a href="./LPPL-1.3c" rel="rdf:_99">LaTeX Project Public License v1.3c</a> LPPL-1.3c <a href="./LPPL-1.3c#licenseText">License Text</a>
<a href="./Libpng" rel="rdf:_100">libpng License</a> Libpng <a href="./Libpng#licenseText">License Text</a>
<a href="./LPL-1.02" rel="rdf:_101">Lucent Public License v1.02 (Plan9)</a> LPL-1.02 <a href="./LPL-1.02#licenseText">License Text</a>
<a href="./MS-PL" rel="rdf:_102">Microsoft Public License</a> MS-PL <a href="./MS-PL#licenseText">License Text</a>
<a href="./MS-RL" rel="rdf:_103">Microsoft Reciprocal License</a> MS-RL <a href="./MS-RL#licenseText">License Text</a>
<a href="./MirOS" rel="rdf:_104">MirOS Licence</a> MirOS <a href="./MirOS#licenseText">License Text</a>
<a href="./MIT" rel="rdf:_105">MIT license (also X11)</a> MIT <a href="./MIT#licenseText">License Text</a>
<a href="./Motosoto" rel="rdf:_106">Motosoto License</a> Motosoto <a href="./Motosoto#licenseText">License Text</a>
<a href="./MPL-1.0" rel="rdf:_107">Mozilla Public License 1.0</a> MPL-1.0 <a href="./MPL-1.0#licenseText">License Text</a>
<a href="./MPL-1.1" rel="rdf:_108">Mozilla Public License 1.1 </a> MPL-1.1 <a href="./MPL-1.1#licenseText">License Text</a>
<a href="./Multics" rel="rdf:_109">Multics License</a> Multics <a href="./Multics#licenseText">License Text</a>
<a href="./NASA-1.3" rel="rdf:_110">NASA Open Source Agreement 1.3</a> NASA-1.3 <a href="./NASA-1.3#licenseText">License Text</a>
<a href="./Nauman" rel="rdf:_111">Naumen Public License</a> Nauman <a href="./Nauman#licenseText">License Text</a>
<a href="./NGPL" rel="rdf:_112">Nethack General Public License</a> NGPL <a href="./NGPL#licenseText">License Text</a>
<a href="./Nokia" rel="rdf:_113">Nokia Open Source License</a> Nokia <a href="./Nokia#licenseText">License Text</a>
<a href="./NPOSL-3.0" rel="rdf:_114">Non-Profit Open Software License 3.0</a> NPOSL-3.0 <a href="./NPOSL-3.0#licenseText">License Text</a>
<a href="./NTP" rel="rdf:_115">NTP License</a> NTP <a href="./NTP#licenseText">License Text</a>
<a href="./OCLC-2.0" rel="rdf:_116">OCLC Research Public License 2.0</a> OCLC-2.0 <a href="./OCLC-2.0#licenseText">License Text</a>
<a href="./OGTSL" rel="rdf:_117">Open Group Test Suite License</a> OGTSL <a href="./OGTSL#licenseText">License Text</a>
<a href="./OSL-1.0" rel="rdf:_118">Open Software License 1.0</a> OSL-1.0 <a href="./OSL-1.0#licenseText">License Text</a>
<a href="./OSL-2.0" rel="rdf:_119">Open Software License 2.0</a> OSL-2.0 <a href="./OSL-2.0#licenseText">License Text</a>
<a href="./OSL-3.0" rel="rdf:_120">Open Software License 3.0</a> OSL-3.0 <a href="./OSL-3.0#licenseText">License Text</a>
<a href="./OLDAP-2.8" rel="rdf:_121">OpenLDAP Public License v2.8</a> OLDAP-2.8 <a href="./OLDAP-2.8#licenseText">License Text</a>
<a href="./OpenSSL" rel="rdf:_122">OpenSSL License</a> OpenSSL <a href="./OpenSSL#licenseText">License Text</a>
<a href="./PHP-3.0" rel="rdf:_123">PHP License v3.0</a> PHP-3.0 <a href="./PHP-3.0#licenseText">License Text</a>
<a href="./PostgreSQL" rel="rdf:_124">PostgreSQL License</a> PostgreSQL <a href="./PostgreSQL#licenseText">License Text</a>
<a href="./Python-2.0" rel="rdf:_125">Python Software Foundation License v2</a> Python-2.0 <a href="./Python-2.0#licenseText">License Text</a>
<a href="./QPL-1.0" rel="rdf:_126">Q Public License 1.0</a> QPL-1.0 <a href="./QPL-1.0#licenseText">License Text</a>
<a href="./RPSL-1.0" rel="rdf:_127">RealNetworks Public Source License v1.0</a> RPSL-1.0 <a href="./RPSL-1.0#licenseText">License Text</a>
<a href="./RPL-1.5" rel="rdf:_128">Reciprocal Public License 1.5 </a> RPL-1.5 <a href="./RPL-1.5#licenseText">License Text</a>
<a href="./RHeCos-1.1" rel="rdf:_129">Red Hat eCos Public License v1.1</a> RHeCos-1.1 <a href="./RHeCos-1.1#licenseText">License Text</a>
<a href="./RSCPL" rel="rdf:_130">Ricoh Source Code Public License</a> RSCPL <a href="./RSCPL#licenseText">License Text</a>
<a href="./Ruby" rel="rdf:_131">Ruby License</a> Ruby <a href="./Ruby#licenseText">License Text</a>
<a href="./OFL-1.1" rel="rdf:_132">SIL Open Font License 1.1</a> OFL-1.1 <a href="./OFL-1.1#licenseText">License Text</a>
<a href="./Simple-2.0" rel="rdf:_133">Simple Public License 2.0</a> Simple-2.0 <a href="./Simple-2.0#licenseText">License Text</a>
<a href="./Sleepycat" rel="rdf:_134">Sleepycat License</a> Sleepycat <a href="./Sleepycat#licenseText">License Text</a>
<a href="./SugarCRM-1.1.3" rel="rdf:_135">SugarCRM Public License v1.1.3</a> SugarCRM-1.1.3 <a href="./SugarCRM-1.1.3#licenseText">License Text</a>
<a href="./SPL" rel="rdf:_136">Sun Public License</a> SPL <a href="./SPL#licenseText">License Text</a>
<a href="./Watcom-1.0" rel="rdf:_137">Sybase Open Watcom Public License 1.0</a> Watcom-1.0 <a href="./Watcom-1.0#licenseText">License Text</a>
<a href="./NCSA" rel="rdf:_138">University of Illinois/NCSA Open Source License</a> NCSA <a href="./NCSA#licenseText">License Text</a>
<a href="./VSL-1.0" rel="rdf:_139">Vovida Software License v1.0</a> VSL-1.0 <a href="./VSL-1.0#licenseText">License Text</a>
<a href="./W3C" rel="rdf:_140">W3C Software and Notice License</a> W3C <a href="./W3C#licenseText">License Text</a>
<a href="./WXwindows" rel="rdf:_141">wxWindows Library License</a> WXwindows <a href="./WXwindows#licenseText">License Text</a>
<a href="./Xnet" rel="rdf:_142">X.Net License</a> Xnet <a href="./Xnet#licenseText">License Text</a>
<a href="./XFree86-1.1" rel="rdf:_143">XFree86 License 1.1</a> XFree86-1.1 <a href="./XFree86-1.1#licenseText">License Text</a>
<a href="./YPL-1.1" rel="rdf:_144">Yahoo! Public License v1.1</a> YPL-1.1 <a href="./YPL-1.1#licenseText">License Text</a>
<a href="./Zimbra-1.3" rel="rdf:_145">Zimbra Publice License v1.3</a> Zimbra-1.3 <a href="./Zimbra-1.3#licenseText">License Text</a>
<a href="./Zlib" rel="rdf:_146">zlib License</a> Zlib <a href="./Zlib#licenseText">License Text</a>
<a href="./ZPL-1.1" rel="rdf:_147">Zope Public License 1.1</a> ZPL-1.1 <a href="./ZPL-1.1#licenseText">License Text</a>
<a href="./ZPL-2.0" rel="rdf:_148">Zope Public License 2.0</a> ZPL-2.0 <a href="./ZPL-2.0#licenseText">License Text</a>
<a href="./ZPL-2.1" rel="rdf:_149">Zope Public License 2.1</a> ZPL-2.1 <a href="./ZPL-2.1#licenseText">License Text</a>

Parsing operations

Example