about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorPhilippe Hürlimann <p@hurlimann.org>2022-12-26 18:49:44 +0100
committerPhilippe Hürlimann <p@hurlimann.org>2022-12-28 00:17:27 +0100
commitc3161d81bd54122c26021a26e3e571de86d593ce (patch)
tree152717a3ffa9d1669bbf97ea354074d3f0161c5d /lib/licenses.nix
parenta2c1f5558651a6f9243714e9d0a47fa83ad41200 (diff)
downloadnixlib-c3161d81bd54122c26021a26e3e571de86d593ce.tar
nixlib-c3161d81bd54122c26021a26e3e571de86d593ce.tar.gz
nixlib-c3161d81bd54122c26021a26e3e571de86d593ce.tar.bz2
nixlib-c3161d81bd54122c26021a26e3e571de86d593ce.tar.lz
nixlib-c3161d81bd54122c26021a26e3e571de86d593ce.tar.xz
nixlib-c3161d81bd54122c26021a26e3e571de86d593ce.tar.zst
nixlib-c3161d81bd54122c26021a26e3e571de86d593ce.zip
linuxdoc-tools: init at 0.9.82
Heavily based on original work by xvuko

Co-authored-by: xvuko <nix@vuko.pl>
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index f54ab464357b..52956e52afa6 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -842,6 +842,12 @@ in mkLicense lset) ({
     fullName = "SGI Free Software License B v2.0";
   };
 
+  # Gentoo seems to treat it as a license:
+  # https://gitweb.gentoo.org/repo/gentoo.git/tree/licenses/SGMLUG?id=7d999af4a47bf55e53e54713d98d145f935935c1
+  sgmlug = {
+    fullName = "SGML UG SGML Parser Materials license";
+  };
+
   sleepycat = {
     spdxId = "Sleepycat";
     fullName = "Sleepycat License";