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

aQute.bnd.annotation.licenses.BSD_3_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 Revised BSD License.
 * Applying this annotation will add a Bundle-License clause.
 */

@BundleLicense(name = "http://opensource.org/licenses/BSD-3-Clause", link = "http://en.wikipedia.org/wiki/BSD_licenses", description = "Revised BSD License")
public @interface BSD_3_Clause {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy