| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Distribution.SPDX.LicenseExceptionId
Synopsis
- data LicenseExceptionId- = DS389_exception
- | Autoconf_exception_2_0
- | Autoconf_exception_3_0
- | Bison_exception_2_2
- | Bootloader_exception
- | Classpath_exception_2_0
- | CLISP_exception_2_0
- | DigiRule_FOSS_exception
- | ECos_exception_2_0
- | Fawkes_Runtime_exception
- | FLTK_exception
- | Font_exception_2_0
- | Freertos_exception_2_0
- | GCC_exception_2_0
- | GCC_exception_3_1
- | Gnu_javamail_exception
- | GPL_3_0_linking_exception
- | GPL_3_0_linking_source_exception
- | GPL_CC_1_0
- | I2p_gpl_java_exception
- | LGPL_3_0_linking_exception
- | Libtool_exception
- | Linux_syscall_note
- | 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
- | Qt_GPL_exception_1_0
- | Qt_LGPL_exception_1_1
- | Qwt_exception_1_0
- | SHL_2_0
- | SHL_2_1
- | Swift_exception
- | U_boot_exception_2_0
- | Universal_FOSS_exception_1_0
- | WxWindows_exception_3_1
 
- licenseExceptionId :: LicenseExceptionId -> String
- licenseExceptionName :: LicenseExceptionId -> String
- mkLicenseExceptionId :: LicenseListVersion -> String -> Maybe LicenseExceptionId
- licenseExceptionIdList :: LicenseListVersion -> [LicenseExceptionId]
Documentation
data LicenseExceptionId #
SPDX License identifier
Constructors
| DS389_exception | 
 | 
| Autoconf_exception_2_0 | 
 | 
| Autoconf_exception_3_0 | 
 | 
| Bison_exception_2_2 | 
 | 
| Bootloader_exception | 
 | 
| Classpath_exception_2_0 | 
 | 
| CLISP_exception_2_0 | 
 | 
| DigiRule_FOSS_exception | 
 | 
| ECos_exception_2_0 | 
 | 
| Fawkes_Runtime_exception | 
 | 
| FLTK_exception | 
 | 
| Font_exception_2_0 | 
 | 
| Freertos_exception_2_0 | 
 | 
| GCC_exception_2_0 | 
 | 
| GCC_exception_3_1 | 
 | 
| Gnu_javamail_exception | 
 | 
| GPL_3_0_linking_exception | 
 | 
| GPL_3_0_linking_source_exception | 
 | 
| GPL_CC_1_0 | 
 | 
| I2p_gpl_java_exception | 
 | 
| LGPL_3_0_linking_exception | 
 | 
| Libtool_exception | 
 | 
| Linux_syscall_note | 
 | 
| 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 | 
 | 
| Qt_GPL_exception_1_0 | 
 | 
| Qt_LGPL_exception_1_1 | 
 | 
| Qwt_exception_1_0 | 
 | 
| SHL_2_0 | 
 | 
| SHL_2_1 | 
 | 
| Swift_exception | 
 | 
| U_boot_exception_2_0 | 
 | 
| Universal_FOSS_exception_1_0 | 
 | 
| WxWindows_exception_3_1 | 
 | 
Instances
licenseExceptionId :: LicenseExceptionId -> String #
License SPDX identifier, e.g. "BSD-3-Clause".
licenseExceptionName :: LicenseExceptionId -> String #
License name, e.g. "GNU General Public License v2.0 only"
mkLicenseExceptionId :: LicenseListVersion -> String -> Maybe LicenseExceptionId #
Create a LicenseExceptionId from a String.