aQute.bnd.annotation.licenses.CPL_1_0 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bnd Show documentation
Show all versions of bnd Show documentation
A command line utility and Ant plugin to wrap, build, or examine bundles.
package aQute.bnd.annotation.licenses;
import aQute.bnd.annotation.headers.*;
/**
* An annotation to indicate that the type depends on the Common Public
* License 1.0. Applying this annotation will add a Bundle-License clause.
*/
@BundleLicense(name = "http://opensource.org/licenses/cpl1.0.php", link = "http://www.ibm.com/developerworks/library/os-cpl.html", description = "aims of supporting and encouraging collaborative open-source development while still retaining the ability to use the CPL'd content with software licensed under other licenses, including many proprietary licenses.")
public @interface CPL_1_0 {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy