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

aQute.bnd.annotation.licenses.BSD_2_Clause 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 Simplified BSD or
 * FreeBSD License. Applying this annotation will add a Bundle-License clause.
 */
@BundleLicense(name = "http://opensource.org/licenses/BSD-2-Clause", link = "http://en.wikipedia.org/wiki/BSD_licenses", description = "Simplified BSD or FreeBSD License")
public @interface BSD_2_Clause {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy