From 1ba7fa72e79e67de6e19826477e7050d3a396f09 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 22 Jul 2018 17:35:01 +0200 Subject: [PATCH] axis2: add license see issue #43716 --- pkgs/servers/http/tomcat/axis2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/http/tomcat/axis2/default.nix b/pkgs/servers/http/tomcat/axis2/default.nix index f751fd7846c..7f14f6fff19 100644 --- a/pkgs/servers/http/tomcat/axis2/default.nix +++ b/pkgs/servers/http/tomcat/axis2/default.nix @@ -15,5 +15,6 @@ stdenv.mkDerivation rec { meta = { description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack"; platforms = stdenv.lib.platforms.unix; + license = stdenv.lib.licenses.asl20; }; }