Hi,

On 23.01.2013 18:53, Jörn Kottmann wrote:
Hello,

the NOTICE / LICENSE files must contain the attribution and
licenses of the redistributed 3rd party work.

There are many of these files in many places, from the NOTICE / LICENSE
pair at the root level of the svn tag I got the impression that you include
these 3rd party works somewhere:

- ANTLR libraries (BSD)
- htmlparser (CPL)
- Icons (Creative Commons)

At which places are these actually included?


- ANTLR libraries (BSD) are packaged in org.apache.uima.textmarker.engine_2.0.0.jar and are additionally used by org.apache.uima.textmarker.ide_2.0.0.jar - htmlparser (CPL) is packaged in org.apache.uima.textmarker.engine_2.0.0.jar and used by an AE implemented in this jar.
- Icons (Creative Commons) are packaged in all plugins

ANTLR and htmlparser are dependencies of uimaj-textmarker (the core implementation of the rule-based AE) and org.apache.uima.textmarker.engine is a fetcher plugin, which makes the implementation and all neccessary dependencies available in Eclipse, similar to the UIMA runtime plugin. org.apache.uima.textmarker.ide contains also an antlr grammar for creating an AST (for editor support) and therefore depends on the ANTLR implementation.

I found the icons in the uimaj-ep-textmarker-ide binary plugin jar file, but the LICENSE and NOTICE files do not contain the attribution and license for them:


Hmm, yes. I thought it is enough to provide those modified files for the root project, which is released. I assume that maven has put the standard LICENSE/NOTICE files in META-INF. The question is: what do I need to do? Does each jar needs its individual files?

There is a new page:

http://www.apache.org/dev/licensing-howto.html


I gonna take a look at it.


Peter


Here is the link to the file:
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc1/src_bin/org.apache.uima.textmarker.ide_2.0.0.jar

Jörn



On 01/23/2013 06:02 PM, Peter Klügl wrote:
Hi,

the first release candidate of the sandbox project Apache UIMA TextMarker is ready for voting.

Staging repository:
https://repository.apache.org/content/repositories/orgapacheuima-163/

SVN tag:
https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1

Archive with all sources:
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc1/uimaj-textmarker-parent-2.0.0-source-release.zip

Eclipse update site:
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc1/eclipse-update-site

The update site only contains the UIMA TextMarker plugins and is not yet integrated in the composite repository because the composite repository is not yet officially released.

Binaries and sources:
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc1/src_bin

The issues fixed are in the RELEASE_NOTES.html in the src/bin packages.
They can also be found here:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%20%222.0.0TextMarker%22%20AND%20component%20%3D%20TextMarker%20AND%20status%20in%20(Resolved%2C%20Closed)%20ORDER%20BY%20priority%20DESC

As it is the first release, the report contains all fixed issues.

Documentation (pdf file):
http://people.apache.org/~pkluegl/uima-releases/TextMarker-2.0.0-rc1/tools.textmarker.book.pdf

Please vote on release:

[ ] +1 OK to release
[ ] 0   Don't care
[ ] -1 Not OK to release, because ...

Thanks.

Peter


Reply via email to