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

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

There is a newer version: 7.0.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 3.0. Applying this annotation will add a Bundle-License clause.
 */

@BundleLicense(name = "http://opensource.org/licenses/GPL-3.0", link = "http://www.gnu.org/licenses/gpl-3.0.html", description = "The GNU General Public License version 3 (GPLv3)")
public @interface GPL_3_0 {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy