summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2012-01-09 15:41:08 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2012-01-09 15:41:08 +0000
commite0ac1afbf4d61f57851cd4a6a3a746a02296ec78 (patch)
tree740940432c415fc143ec9a4df32e1b52bea8bbdd /java
parentThe port asks the user a question. Tools like portmaster need to (diff)
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
Notes
Notes: svn path=/head/; revision=288824
Diffstat (limited to 'java')
-rw-r--r--java/castor/Makefile2
-rw-r--r--java/jakarta-commons-cli/Makefile2
-rw-r--r--java/jakarta-commons-codec/Makefile2
-rw-r--r--java/jakarta-commons-lang/Makefile2
-rw-r--r--java/netty/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/java/castor/Makefile b/java/castor/Makefile
index 28e764d103e8..7c42a2de1844 100644
--- a/java/castor/Makefile
+++ b/java/castor/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= crees@FreeBSD.org
COMMENT= Data binding for XML (JAXB) and SQL database (JDO)
-LICENSE= ASL
+LICENSE= AL2
USE_JAVA= yes
JAVA_VERSION= 1.5+
diff --git a/java/jakarta-commons-cli/Makefile b/java/jakarta-commons-cli/Makefile
index 52a9ac5838fc..bf1eacf3d916 100644
--- a/java/jakarta-commons-cli/Makefile
+++ b/java/jakarta-commons-cli/Makefile
@@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= hq@FreeBSD.org
COMMENT= Java library for command line arguments and options
-LICENSE= ASL
+LICENSE= AL2
USE_JAVA= yes
JAVA_VERSION= 1.5+
diff --git a/java/jakarta-commons-codec/Makefile b/java/jakarta-commons-codec/Makefile
index 7d6b06ec8a60..07ec2949ffd0 100644
--- a/java/jakarta-commons-codec/Makefile
+++ b/java/jakarta-commons-codec/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ale@FreeBSD.org
COMMENT= An implementations of common encoders and decoders
-LICENSE= ASL
+LICENSE= AL2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_JAVA= yes
diff --git a/java/jakarta-commons-lang/Makefile b/java/jakarta-commons-lang/Makefile
index 3f1e72eba41a..c5034c786e8c 100644
--- a/java/jakarta-commons-lang/Makefile
+++ b/java/jakarta-commons-lang/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= hq@FreeBSD.org
COMMENT= Jakarta library with helper utilities for the java.lang API
-LICENSE= ASL
+LICENSE= AL2
USE_JAVA= yes
JAVA_VERSION= 1.5+
diff --git a/java/netty/Makefile b/java/netty/Makefile
index 7d01e926766c..ddfbba378185 100644
--- a/java/netty/Makefile
+++ b/java/netty/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF/jboss/Netty%20Project/Netty%20${PORTVERSION}.Final/
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Java NIO client server framework
-LICENSE= ASL
+LICENSE= AL2
USE_JAVA= yes
USE_BZIP2= yes