[
https://issues.apache.org/jira/browse/FELIX-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846142#action_12846142
]
Valentin Valchev commented on FELIX-2207:
-----------------------------------------
I was thinking that both methods should be supported simultaneously.
Although some of the licenses might be mentioned in the bundle header, the
NOTICE file, which is something like a summary of the used licenses, can be in
a file. So both methods can be combined and work together.
> 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.