All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aQute.bnd.annotation.licenses.GPL_2_0 Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 7.1.0
Show newest version
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