License plugin should support Bundle-License manifest header
------------------------------------------------------------
Key: FELIX-2207
URL: https://issues.apache.org/jira/browse/FELIX-2207
Project: Felix
Issue Type: Improvement
Components: Web Console
Reporter: Valentin Valchev
Currently the License plugin looks for files inside the jar file, that
eventually contain licensing information.
OSGi defined another standard way to declare license requirements through a
manifest header.
The syntax for this header is as follows:
Bundle-License ::= '<<EXTERNAL>>' |
( license ( ',' license ) * )
license ::= name ( ';' license-attr ) *
license-attr ::= description | link
description ::= 'description' '=' string
link ::= 'link' '=' <url>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.