aQute.bnd.annotation.licenses.LGPL_2_1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bnd Show documentation
Show all versions of bnd Show documentation
A command line utility and Ant plugin to wrap, build, or examine bundles.
package aQute.bnd.annotation.licenses;
import aQute.bnd.annotation.headers.*;
/**
* An annotation to indicate that the type depends on the GNU Lesser Public
* License 2.1. Applying this annotation will add a Bundle-License clause.
*/
@BundleLicense(name = "http://opensource.org/licenses/LGPL-2.1", link = "http://www.gnu.org/licenses/lgpl-2.1.html", description = "GNU Lesser General Public License, version 2.1")
public @interface LGPL_2_1 {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy