[
https://issues.apache.org/jira/browse/TAVERNA-864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679155#comment-14679155
]
Stian Soiland-Reyes commented on TAVERNA-864:
---------------------------------------------
Fixed in
https://github.com/apache/incubator-taverna-language/commit/abadaf8938660d7176bd0ac8c99908340d8b8c00
NOTICE of each module (e.g. what goes inside the JAR) is now auto-generated -
while the LICENSE of each module is basically a subset of the top-level LICENSE
where the appropriate filenames match the module for the additional licenses.
Lots of copy and paste - forgive my sins.
stain@biggie:~/src/taverna/incubator-taverna-language/taverna-robundle/target/1$
unzip ../taverna-robundle-0.15.1-incubating-SNAPSHOT.jar
stain@biggie:~/src/taverna/incubator-taverna-language/taverna-robundle$ find
src/main/resources/META-INF/
src/main/resources/META-INF/
src/main/resources/META-INF/LICENSE
src/main/resources/META-INF/services
src/main/resources/META-INF/services/java.nio.file.spi.FileSystemProvider
src/main/resources/META-INF/services/java.nio.file.spi.FileTypeDetector
stain@biggie:~/src/taverna/incubator-taverna-language/taverna-robundle$ cd
target/
Example:
stain@biggie:~/src/taverna/incubator-taverna-language/taverna-robundle/target/1$
tail META-INF/NOTICE
Apache Taverna RO Bundle API
Copyright 2015 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
stain@biggie:~/src/taverna/incubator-taverna-language/taverna-robundle/target/1$
tail META-INF/LICENSE
Sean Bechhofer, University of Manchester
Khalid Belhajjame, University of Manchester
Graham Klyne, University of Oxford
Daniel Garijo, UPM
Oscar Corcho, UPM
Esteban Garcia Cuesta, iSOCO
Raul Palma, PSNC
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
> Correct Java META-INF/NOTICE files
> -----------------------------------
>
> Key: TAVERNA-864
> URL: https://issues.apache.org/jira/browse/TAVERNA-864
> Project: Apache Taverna
> Issue Type: Bug
> Reporter: Andy Seaborne
> Assignee: Stian Soiland-Reyes
>
> These NOTICE files contain information that is in the top level LICENSE:
> {noformat}
> ./taverna-scufl2-schemas/src/main/resources/META-INF/NOTICE
> ./taverna-scufl2-wfdesc/src/main/resources/META-INF/NOTICE
> ./taverna-scufl2-ucfpackage/src/main/resources/META-INF/NOTICE
> ./taverna-robundle/src/main/resources/META-INF/NOTICE
> {noformat}
> The information should be in LICENSE for embedding in jars.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)