summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorBen Booth <benwbooth@gmail.com>2023-05-11 16:49:03 -0700
committerBen Booth <benwbooth@gmail.com>2023-05-12 11:35:40 -0700
commit20060ea7697893f539965c2323548a8543e49fdc (patch)
treecbed80190913a5bec0e19631fe5a42a84bf7cd3e /lib/licenses.nix
parent44f3015faf23a17742ed9eae8eaf849f675698dc (diff)
downloadnixpkgs-20060ea7697893f539965c2323548a8543e49fdc.tar
nixpkgs-20060ea7697893f539965c2323548a8543e49fdc.tar.gz
nixpkgs-20060ea7697893f539965c2323548a8543e49fdc.tar.bz2
nixpkgs-20060ea7697893f539965c2323548a8543e49fdc.tar.lz
nixpkgs-20060ea7697893f539965c2323548a8543e49fdc.tar.xz
nixpkgs-20060ea7697893f539965c2323548a8543e49fdc.tar.zst
nixpkgs-20060ea7697893f539965c2323548a8543e49fdc.zip
JXplorer: init at 3.3.1.2
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 52956e52afa..a54174b0421 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -190,6 +190,11 @@ in mkLicense lset) ({
     free = false;
   };
 
+  caossl = {
+    fullName = "Computer Associates Open Source Licence Version 1.0";
+    url = "http://jxplorer.org/licence.html";
+  };
+
   cal10 = {
     fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";
     url = "https://opensource.org/licenses/CAL-1.0";