Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data LicenseExceptionId
- = DS389_exception
- | Asterisk_exception
- | Autoconf_exception_2_0
- | Autoconf_exception_3_0
- | Autoconf_exception_generic_3_0
- | Autoconf_exception_generic
- | Autoconf_exception_macro
- | Bison_exception_1_24
- | Bison_exception_2_2
- | Bootloader_exception
- | Classpath_exception_2_0
- | CLISP_exception_2_0
- | Cryptsetup_OpenSSL_exception
- | DigiRule_FOSS_exception
- | ECos_exception_2_0
- | Fawkes_Runtime_exception
- | FLTK_exception
- | Fmt_exception
- | Font_exception_2_0
- | Freertos_exception_2_0
- | GCC_exception_2_0_note
- | GCC_exception_2_0
- | GCC_exception_3_1
- | Gmsh_exception
- | GNAT_exception
- | GNOME_examples_exception
- | GNU_compiler_exception
- | Gnu_javamail_exception
- | GPL_3_0_interface_exception
- | GPL_3_0_linking_exception
- | GPL_3_0_linking_source_exception
- | GPL_CC_1_0
- | GStreamer_exception_2005
- | GStreamer_exception_2008
- | I2p_gpl_java_exception
- | KiCad_libraries_exception
- | LGPL_3_0_linking_exception
- | Libpri_OpenH323_exception
- | Libtool_exception
- | Linux_syscall_note
- | LLGPL
- | LLVM_exception
- | LZMA_exception
- | Mif_exception
- | Nokia_Qt_exception_1_1
- | OCaml_LGPL_linking_exception
- | OCCT_exception_1_0
- | OpenJDK_assembly_exception_1_0
- | Openvpn_openssl_exception
- | PS_or_PDF_font_exception_20170817
- | QPL_1_0_INRIA_2004_exception
- | Qt_GPL_exception_1_0
- | Qt_LGPL_exception_1_1
- | Qwt_exception_1_0
- | SANE_exception
- | SHL_2_0
- | SHL_2_1
- | Stunnel_exception
- | SWI_exception
- | Swift_exception
- | Texinfo_exception
- | U_boot_exception_2_0
- | UBDL_exception
- | Universal_FOSS_exception_1_0
- | Vsftpd_openssl_exception
- | WxWindows_exception_3_1
- | X11vnc_openssl_exception
- licenseExceptionId :: LicenseExceptionId -> String
- licenseExceptionName :: LicenseExceptionId -> String
- mkLicenseExceptionId :: LicenseListVersion -> String -> Maybe LicenseExceptionId
- licenseExceptionIdList :: LicenseListVersion -> [LicenseExceptionId]
Documentation
data LicenseExceptionId Source #
SPDX License Exceptions identifiers list v3.23
DS389_exception |
|
Asterisk_exception |
|
Autoconf_exception_2_0 |
|
Autoconf_exception_3_0 |
|
Autoconf_exception_generic_3_0 |
|
Autoconf_exception_generic |
|
Autoconf_exception_macro |
|
Bison_exception_1_24 |
|
Bison_exception_2_2 |
|
Bootloader_exception |
|
Classpath_exception_2_0 |
|
CLISP_exception_2_0 |
|
Cryptsetup_OpenSSL_exception |
|
DigiRule_FOSS_exception |
|
ECos_exception_2_0 |
|
Fawkes_Runtime_exception |
|
FLTK_exception |
|
Fmt_exception |
|
Font_exception_2_0 |
|
Freertos_exception_2_0 |
|
GCC_exception_2_0_note |
|
GCC_exception_2_0 |
|
GCC_exception_3_1 |
|
Gmsh_exception |
|
GNAT_exception |
|
GNOME_examples_exception |
|
GNU_compiler_exception |
|
Gnu_javamail_exception |
|
GPL_3_0_interface_exception |
|
GPL_3_0_linking_exception |
|
GPL_3_0_linking_source_exception |
|
GPL_CC_1_0 |
|
GStreamer_exception_2005 |
|
GStreamer_exception_2008 |
|
I2p_gpl_java_exception |
|
KiCad_libraries_exception |
|
LGPL_3_0_linking_exception |
|
Libpri_OpenH323_exception |
|
Libtool_exception |
|
Linux_syscall_note |
|
LLGPL |
|
LLVM_exception |
|
LZMA_exception |
|
Mif_exception |
|
Nokia_Qt_exception_1_1 |
|
OCaml_LGPL_linking_exception |
|
OCCT_exception_1_0 |
|
OpenJDK_assembly_exception_1_0 |
|
Openvpn_openssl_exception |
|
PS_or_PDF_font_exception_20170817 |
|
QPL_1_0_INRIA_2004_exception |
|
Qt_GPL_exception_1_0 |
|
Qt_LGPL_exception_1_1 |
|
Qwt_exception_1_0 |
|
SANE_exception |
|
SHL_2_0 |
|
SHL_2_1 |
|
Stunnel_exception |
|
SWI_exception |
|
Swift_exception |
|
Texinfo_exception |
|
U_boot_exception_2_0 |
|
UBDL_exception |
|
Universal_FOSS_exception_1_0 |
|
Vsftpd_openssl_exception |
|
WxWindows_exception_3_1 |
|
X11vnc_openssl_exception |
|
Instances
licenseExceptionId :: LicenseExceptionId -> String Source #
License SPDX identifier, e.g. "BSD-3-Clause"
.
licenseExceptionName :: LicenseExceptionId -> String Source #
License name, e.g. "GNU General Public License v2.0 only"
mkLicenseExceptionId :: LicenseListVersion -> String -> Maybe LicenseExceptionId Source #
Create a LicenseExceptionId
from a String
.