-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
native-platform project publishes a lot of jar files, however they do not mention which license is in place.
-
Please add
Bundle-License: Apache-2.0manifest entry (whereApache-2.0is SPDX identifier, see https://osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module-bundle-license )
Well, currentpom.xmltags are quite obvious (even though you might want to replace<licence><name>with SPDX id ofApache-2.0), however adding explicitBundle-Licensewould simplify automatic analysis. -
Please add LICENSE file to the produced jar files.
The suggested file locations isMETA-INF/LICENSE -
You might want to mention the license in
pom.xmlvia<license>tag, however it is not that required.