lib.licenses: caossl rename to asl11
This is just the Apache-1.1 license so make use of it and not some random name
This commit is contained in:
@@ -152,6 +152,11 @@ lib.mapAttrs mkLicense (
|
||||
fullName = "Artistic License 2.0";
|
||||
};
|
||||
|
||||
asl11 = {
|
||||
spdxId = "Apache-1.1";
|
||||
fullName = "Apache License 1.1";
|
||||
};
|
||||
|
||||
asl20 = {
|
||||
spdxId = "Apache-2.0";
|
||||
fullName = "Apache License 2.0";
|
||||
@@ -274,11 +279,6 @@ lib.mapAttrs mkLicense (
|
||||
redistributable = true;
|
||||
};
|
||||
|
||||
caossl = {
|
||||
fullName = "Computer Associates Open Source Licence Version 1.0";
|
||||
url = "http://jxplorer.org/licence.html";
|
||||
};
|
||||
|
||||
cal10 = {
|
||||
spdxId = "CAL-1.0";
|
||||
fullName = "Cryptographic Autonomy License version 1.0 (CAL-1.0)";
|
||||
|
||||
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Java Ldap Browser";
|
||||
homepage = "https://sourceforge.net/projects/jxplorer/";
|
||||
license = lib.licenses.caossl;
|
||||
license = lib.licenses.asl11;
|
||||
maintainers = with maintainers; [ benwbooth ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "jxplorer";
|
||||
|
||||
Reference in New Issue
Block a user