[ 
https://issues.apache.org/jira/browse/WHIRR-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tom White updated WHIRR-250:
----------------------------

    Attachment: WHIRR-250.patch

Updated patch to remove unsupported jclouds providers. Each jar in lib either 
has a license alongside, or inside it. I checked this with:

{noformat}
mvn -DskipTests clean package assembly:directory

for jar in 
target/whirr-*-incubating-SNAPSHOT/whirr-*-incubating-SNAPSHOT/lib/*.jar; do
  if [ ! -e lib/$(basename $jar .jar)-LICENSE.txt ]; then
    if ! jar tf $jar | grep -q LICENSE; then
      echo "No LICENSE file for $(basename $jar) (either in or alongside the 
JAR)"
    fi
  fi
done
{noformat}

The only exception is aopalliance-1.0.jar (public domain) and the jclouds JARS 
starting with "jclouds" - these are covered by a single license file.

> Ensure all libraries in binary distribution have associated licenses where 
> stipulated
> -------------------------------------------------------------------------------------
>
>                 Key: WHIRR-250
>                 URL: https://issues.apache.org/jira/browse/WHIRR-250
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.4.0
>
>         Attachments: WHIRR-250.patch, WHIRR-250.patch
>
>
> As pointed out on general@incubator 
> (http://mail-archives.apache.org/mod_mbox/incubator-general/201103.mbox/%[email protected]%3E)
>  we need to make sure that jars in the binary distribution have associated 
> licenses. The upgrade to jclouds beta-9 added/renamed jars.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to