You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2010/03/16 20:36:27 UTC

[jira] Commented: (FELIX-2207) License plugin should support Bundle-License manifest header

    [ https://issues.apache.org/jira/browse/FELIX-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846088#action_12846088 ] 

Felix Meschberger commented on FELIX-2207:
------------------------------------------

Good point, still the plugin should probably revert to the current behaviour if the Bundle-License header is not set in the bundle

> 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.