axis2: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:35:01 +02:00
parent 0967f617e2
commit 1ba7fa72e7
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -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;
};
}