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

aQute.bnd.annotation.licenses.MIT_1_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 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 {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy