You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Valentin Valchev (JIRA)" <ji...@apache.org> on 2010/04/12 15:03:41 UTC

[jira] Updated: (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:all-tabpanel ]

Valentin Valchev updated FELIX-2207:
------------------------------------

    Attachment: license-header.patch

provided a patch that uses the Bundle-License header and loads local (inside bundle) or remote license files.

> 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
>         Attachments: license-header.patch
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira