Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- | I2p_gpl_java_exception
- | Libtool_exception
- | Linux_syscall_note
- | LZMA_exception
- | Mif_exception
- | Nokia_Qt_exception_1_1
- | OCCT_exception_1_0
- | Openvpn_openssl_exception
- | Qwt_exception_1_0
- | U_boot_exception_2_0
- | WxWindows_exception_3_1
- licenseExceptionId :: LicenseExceptionId -> String
- licenseExceptionName :: LicenseExceptionId -> String
- mkLicenseExceptionId :: String -> Maybe LicenseExceptionId
Documentation
data LicenseExceptionId Source #
SPDX License identifier
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 |
|
I2p_gpl_java_exception |
|
Libtool_exception |
|
Linux_syscall_note |
|
LZMA_exception |
|
Mif_exception |
|
Nokia_Qt_exception_1_1 |
|
OCCT_exception_1_0 |
|
Openvpn_openssl_exception |
|
Qwt_exception_1_0 |
|
U_boot_exception_2_0 |
|
WxWindows_exception_3_1 |
|
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 :: String -> Maybe LicenseExceptionId Source #
Create a LicenseExceptionId
from a String
.