This is an automated email from the ASF dual-hosted git repository.

snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


    from c0f723e99 NUTCH-2957 indexer-solr / Solr schema.xml - add fall-back 
field definitions for unknown index fields - update comments and descriptions - 
fix indentation
     new dfe430b5a NUTCH-2861 Remove parse-swf
     new 1aec06f41 Upgrade to Apache Rat 0.14 (download of Rat 0.13 failed)
     new ddca1c252 NUTCH-2822 Split the LICENSE.txt file into two files for 
source resp. binary releases
     new eba8f3842 NUTCH-2290 Update licenses of bundled libraries - update 
year in NOTICE files: follow schema used by Hadoop and Spark   projects 
("<start-of-project-year> and onwards") - change "developed by The ASF" -> 
"developed at The ASF"   following 
https://infra.apache.org/licensing-howto.html#bundle-asf-product
     new a10713114 NUTCH-2290 Update licenses of bundled libraries - move 
"export control notice" from README to NOTICE files   (following the schema 
used by Hadoop and Spark) - update "export control notice" following the scheme 
  used by Apache Tika
     new 1d1eb6360 NUTCH-2290 Update licenses of bundled libraries - ivy 
license report: add homepage URL of dependencies
     new 2fbd30976 NUTCH-2290 Update licenses of bundled libraries NUTCH-2821 
Deduplicate licenses in LICENSE.txt file - LICENSE-binary: list dependencies by 
license   (this also deduplicates licenses)
     new 78f6f4058 NUTCH-2290 Update licenses of bundled libraries - 
NOTICE-binary: add Apache projects and links to   the projects' NOTICE files - 
NOTICE-binary: add other software projects   with links to the project homepage 
and   the used license - add all licenses (different from the Apache 2.0 
license)   used by dependencies shipped in the binary package
     new 9a59ec9f0 NUTCH-2290 Update licenses of bundled libraries UTCH-2822 
Split the LICENSE.txt file into two files for source resp. binary releases - 
ensure the binary license and notice files are shipped with the source   and 
binary packages
     new 957d460c8 NUTCH-2290 Update licenses of bundled libraries - update the 
pull-request template and add updating licenses as a potential to-do
     new 05afebd03 Merge pull request #743 from 
sebastian-nagel/NUTCH-2290-update-licenses

The 3319 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/pull_request_template.md                   |    3 +
 CHANGES.txt                                        |    6 +
 LICENSE-binary                                     |  786 +++
 LICENSE.txt                                        | 5534 --------------------
 NOTICE-binary                                      | 1170 +++++
 NOTICE.txt                                         |   37 +-
 README.md                                          |   23 -
 build.xml                                          |   18 +-
 conf/parse-plugins.xml.template                    |    6 -
 default.properties                                 |    1 -
 ivy/ivy-report-license.xsl                         |    4 +-
 licenses-binary/LICENSE-bouncy-castle-licence.txt  |   17 +
 licenses-binary/LICENSE-bsd-2-clause.txt           |   18 +
 licenses-binary/LICENSE-bsd-3-clause.txt           |   41 +
 licenses-binary/LICENSE-bsd.txt                    |  206 +
 licenses-binary/LICENSE-cddl-1.0.txt               |  175 +
 licenses-binary/LICENSE-cddl-1.1.txt               |  756 +++
 licenses-binary/LICENSE-cddl-gplv2-ce.txt          | 3176 +++++++++++
 licenses-binary/LICENSE-cddl-license.txt           |  175 +
 licenses-binary/LICENSE-common-public-license.txt  |  220 +
 licenses-binary/LICENSE-cpl.txt                    |  217 +
 .../LICENSE-eclipse-distribution-license-v1.0.txt  |   30 +
 licenses-binary/LICENSE-epl-2.0.txt                |   90 +
 ...version-2-gpl2-with-the-classpath-exception.txt |   15 +
 ...y-extreme-lab-software-license-vesion-1.1.1.txt |    0
 licenses-binary/LICENSE-mit-license.txt            |   10 +
 .../LICENSE-mozilla-public-license-1.1-mpl-1.1.txt |  379 ++
 .../LICENSE-mozilla-public-license-version-2.0.txt |  375 ++
 ...ENSE-public-domain-per-creative-commons-cc0.txt |   32 +
 licenses-binary/LICENSE-public-domain.txt          |   18 +
 licenses-binary/LICENSE-the-go-license.txt         |   29 +
 licenses-binary/LICENSE-unicode-icu-license.txt    |  521 ++
 licenses-binary/LICENSE-unrar-license.txt          |   43 +
 src/plugin/build.xml                               |    3 -
 src/plugin/parse-swf/build.xml                     |   38 -
 src/plugin/parse-swf/ivy.xml                       |   41 -
 src/plugin/parse-swf/lib/javaswf-LICENSE.txt       |   33 -
 src/plugin/parse-swf/lib/javaswf.jar               |  Bin 125369 -> 0 bytes
 src/plugin/parse-swf/plugin.xml                    |   44 -
 src/plugin/parse-swf/sample/test1.swf              |  Bin 21054 -> 0 bytes
 src/plugin/parse-swf/sample/test1.txt              |   60 -
 src/plugin/parse-swf/sample/test2.swf              |  Bin 42534 -> 0 bytes
 src/plugin/parse-swf/sample/test2.txt              |    5 -
 src/plugin/parse-swf/sample/test3.swf              |  Bin 51562 -> 0 bytes
 src/plugin/parse-swf/sample/test3.txt              |   11 -
 .../java/org/apache/nutch/parse/swf/SWFParser.java |  699 ---
 .../org/apache/nutch/parse/swf/package-info.java   |   22 -
 .../org/apache/nutch/parse/swf/TestSWFParser.java  |   93 -
 48 files changed, 8554 insertions(+), 6626 deletions(-)
 create mode 100644 LICENSE-binary
 create mode 100644 NOTICE-binary
 create mode 100644 licenses-binary/LICENSE-bouncy-castle-licence.txt
 create mode 100644 licenses-binary/LICENSE-bsd-2-clause.txt
 create mode 100644 licenses-binary/LICENSE-bsd-3-clause.txt
 create mode 100644 licenses-binary/LICENSE-bsd.txt
 create mode 100644 licenses-binary/LICENSE-cddl-1.0.txt
 create mode 100644 licenses-binary/LICENSE-cddl-1.1.txt
 create mode 100644 licenses-binary/LICENSE-cddl-gplv2-ce.txt
 create mode 100644 licenses-binary/LICENSE-cddl-license.txt
 create mode 100644 licenses-binary/LICENSE-common-public-license.txt
 create mode 100644 licenses-binary/LICENSE-cpl.txt
 create mode 100644 
licenses-binary/LICENSE-eclipse-distribution-license-v1.0.txt
 create mode 100644 licenses-binary/LICENSE-epl-2.0.txt
 create mode 100644 
licenses-binary/LICENSE-gnu-general-public-license-version-2-gpl2-with-the-classpath-exception.txt
 copy src/plugin/urlfilter-ignoreexempt/data/.donotdelete => 
licenses-binary/LICENSE-indiana-university-extreme-lab-software-license-vesion-1.1.1.txt
 (100%)
 create mode 100644 licenses-binary/LICENSE-mit-license.txt
 create mode 100644 
licenses-binary/LICENSE-mozilla-public-license-1.1-mpl-1.1.txt
 create mode 100644 
licenses-binary/LICENSE-mozilla-public-license-version-2.0.txt
 create mode 100644 
licenses-binary/LICENSE-public-domain-per-creative-commons-cc0.txt
 create mode 100644 licenses-binary/LICENSE-public-domain.txt
 create mode 100644 licenses-binary/LICENSE-the-go-license.txt
 create mode 100644 licenses-binary/LICENSE-unicode-icu-license.txt
 create mode 100644 licenses-binary/LICENSE-unrar-license.txt
 delete mode 100644 src/plugin/parse-swf/build.xml
 delete mode 100644 src/plugin/parse-swf/ivy.xml
 delete mode 100644 src/plugin/parse-swf/lib/javaswf-LICENSE.txt
 delete mode 100644 src/plugin/parse-swf/lib/javaswf.jar
 delete mode 100644 src/plugin/parse-swf/plugin.xml
 delete mode 100644 src/plugin/parse-swf/sample/test1.swf
 delete mode 100644 src/plugin/parse-swf/sample/test1.txt
 delete mode 100644 src/plugin/parse-swf/sample/test2.swf
 delete mode 100644 src/plugin/parse-swf/sample/test2.txt
 delete mode 100644 src/plugin/parse-swf/sample/test3.swf
 delete mode 100644 src/plugin/parse-swf/sample/test3.txt
 delete mode 100644 
src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf/SWFParser.java
 delete mode 100644 
src/plugin/parse-swf/src/java/org/apache/nutch/parse/swf/package-info.java
 delete mode 100644 
src/plugin/parse-swf/src/test/org/apache/nutch/parse/swf/TestSWFParser.java

Reply via email to