aspectj: Add license
Source: https://git.eclipse.org/c/aspectj/org.aspectj.git/tree/docs/build.xml#n7 Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
a8630eec1c
commit
9daa25fc96
|
@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.eclipse.org/aspectj/;
|
homepage = http://www.eclipse.org/aspectj/;
|
||||||
description = "A seamless aspect-oriented extension to the Java programming language";
|
description = "A seamless aspect-oriented extension to the Java programming language";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
license = stdenv.lib.licenses.epl10;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue