@Export @Version("1.1")
Package aQute.bnd.annotation.licenses
-
Annotation Types Summary Annotation Type Description Apache_2_0 An annotation to indicate that the type depends on the Apache License 2.0.ASL_2_0 Deprecated. Replaced byApache_2_0
.BSD_2_Clause An annotation to indicate that the type depends on the Simplified BSD or FreeBSD License.BSD_3_Clause An annotation to indicate that the type depends on the Revised BSD License.CDDL_1_0 An annotation to indicate that the type depends on the Common Development and Distribution license.CPL_1_0 An annotation to indicate that the type depends on the Common Public License 1.0.EPL_1_0 An annotation to indicate that the type depends on the Eclipse Public License 1.0.EPL_2_0 An annotation to indicate that the type depends on the Eclipse Public License 2.0.GPL_2_0 Deprecated. Replaced byGPL_2_0_only
orGPL_2_0_or_later
.GPL_2_0_only An annotation to indicate that the type depends on the GNU General Public License v2.0 only.GPL_2_0_or_later An annotation to indicate that the type depends on the GNU General Public License v2.0 or later.GPL_3_0 Deprecated. Replaced byGPL_3_0_only
orGPL_3_0_or_later
.GPL_3_0_only An annotation to indicate that the type depends on the GNU General Public License v3.0 only.GPL_3_0_or_later An annotation to indicate that the type depends on the GNU General Public License v3.0 or later.LGPL_2_1 Deprecated. Replaced byLGPL_2_1_only
orLGPL_2_1_or_later
.LGPL_2_1_only An annotation to indicate that the type depends on the GNU Lesser Public License v2.1 only.LGPL_2_1_or_later An annotation to indicate that the type depends on the GNU Lesser Public License v2.1 or later.MIT An annotation to indicate that the type depends on the MIT License.MIT_1_0 Deprecated. Replaced byMIT
.MPL_2_0 An annotation to indicate that the type depends on the Mozilla Public License 2.0.