diff options
| author | h7x4 <h7x4@nani.wtf> | 2024-10-27 13:23:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-27 13:23:35 +0100 |
| commit | cabfffd8827423bbe98381fb35f21a71317f60cf (patch) | |
| tree | 2b06613e6c19d0fdc0d7fce8587807875224f64a /lib/licenses.nix | |
| parent | libieee1284: fix building for non-x86 musl (diff) | |
| parent | fcitx5-mozc: attempt to fix tests (diff) | |
| download | nixpkgs-cabfffd8827423bbe98381fb35f21a71317f60cf.tar.gz | |
fcitx5-mozc: 2.26.4220.102 -> 2.30.5544.102 (#346680)
Diffstat (limited to 'lib/licenses.nix')
| -rw-r--r-- | lib/licenses.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index fb7b6c2e837f..6ba244b88b82 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -942,6 +942,11 @@ lib.mapAttrs mkLicense ({ url = "https://license.coscl.org.cn/MulanPSL2"; }; + naist-2003 = { + spdxId = "NAIST-2003"; + fullName = "Nara Institute of Science and Technology License (2003)"; + }; + nasa13 = { spdxId = "NASA-1.3"; fullName = "NASA Open Source Agreement 1.3"; |
