aQute.bnd.annotation.licenses.GPL_2_0 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz.aQute.bnd Show documentation
Show all versions of biz.aQute.bnd Show documentation
This command line utility is the Swiss army knife of OSGi. It provides you with a breadth of tools to understand and manage OSGi based systems. This project basically uses bndlib.
package aQute.bnd.annotation.licenses;
import aQute.bnd.annotation.headers.BundleLicense;
/**
* An annotation to indicate that the type depends on the GNU General Public
* License 2.0. Applying this annotation will add a Bundle-License clause.
*/
@BundleLicense(name = "http://opensource.org/licenses/GPL-2.0", link = "http://www.gnu.org/licenses/gpl-2.0.html", description = "The GNU General Public License version 2 (GPLv2)")
public @interface GPL_2_0 {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy