You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2013/05/10 00:37:16 UTC

[jira] [Created] (ANY23-158) Fix discrepancies with 0.8.0 RC1

Lewis John McGibbney created ANY23-158:
------------------------------------------

             Summary: Fix discrepancies with 0.8.0 RC1
                 Key: ANY23-158
                 URL: https://issues.apache.org/jira/browse/ANY23-158
             Project: Apache Any23
          Issue Type: Bug
    Affects Versions: 0.8.0
            Reporter: Lewis John McGibbney
             Fix For: 0.8.0


This issues is directly from Andy's valued input on the VOTE thread for the 0.8.0 RC#1. There are a number of issue and they are as follows

Review of Any23 0.8.0 (vote called 2/5/2013)

- No license header on 3 source files.
- Not sure about NOTICE/LICENSE because MIT software included in source.

otherwise looks OK.

== Process

Signature on source release (zip and tar.gz): good

Build from git tag: yes

Build from source: yes

LICENSE and NOTICE:

NOTICE for the source-release file is minimal.

LICENSE is Apache only (assumes no inclusions of source from BSD e.g. Sesame because BSD says:
"""
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
"""
)


** No license header on 3 source files:


./core/src/main/java/org/apache/any23/extractor/csv/CSVExtractorFactory.java


./core/src/test/java/org/apache/any23/extractor/example/ExampleExtractorFactory.java


./plugins/office-scraper/src/main/java/org/apache/any23/plugin/officescraper/ExcelExtractorFactory.java

** JQuery is MIT:
  ./service/src/main/webapp/resources/js/jquery-1.7.2.min.js

which includes:
"""
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
"""

so I expected something in NOTICE and LICENSE because it is not in jquery-1.7.2.min.js itself and this condition is inherited by any one redistributing Any23.

== Other

+ DISCLAIMER is an empty file.
+ Top level LICENSE-header.txt is confusing - there is a real LICENSE.txt as well (put in a subdirectory?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira