aQute.bnd.annotation.licenses.MIT_1_0 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz.aQute.bndlib Show documentation
Show all versions of biz.aQute.bndlib Show documentation
bndlib: A Swiss Army Knife for OSGi
package aQute.bnd.annotation.licenses;
import aQute.bnd.annotation.headers.BundleLicense;
/**
* An annotation to indicate that the type depends on the MIT License. Applying
* this annotation will add a Bundle-License clause.
*/
@BundleLicense(name = "http://opensource.org/licenses/MIT", link = "http://en.wikipedia.org/wiki/MIT_License", description = "MIT License")
public @interface MIT_1_0 {}