mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-21 13:16:03 +00:00
Finishing up [HER-1561]
* LICENSE.txt: list individual source files that are not (yet) apache licensed * pom.xml: include apache license in <licenses> section
This commit is contained in:
Vendored
+23
-3
@@ -3,8 +3,28 @@ under the terms of the Apache License, Version 2.0:
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Individual source code files may be subject to or offered under other
|
||||
licenses, as indicated therein.
|
||||
Some individual source code files are subject to or offered under other
|
||||
licenses. Here is a list of such files currently known:
|
||||
|
||||
* commons/src/main/resources/effective_tld_names.dat
|
||||
* commons/src/main/java/org/archive/util/BenchmarkBlooms.java
|
||||
* commons/src/main/java/org/archive/util/BloomFilter32bit.java
|
||||
* commons/src/main/java/org/archive/util/BloomFilter32bitSplit.java
|
||||
* commons/src/main/java/org/archive/util/BloomFilter32bp2.java
|
||||
* commons/src/main/java/org/archive/util/BloomFilter32bp2Split.java
|
||||
* commons/src/main/java/org/archive/util/BloomFilter64bit.java
|
||||
* commons/src/main/java/org/archive/util/BloomFilter.java
|
||||
* engine/src/main/java/org/archive/crawler/frontier/BucketQueueAssignmentPolicy.java
|
||||
* engine/src/main/java/org/archive/crawler/util/RecoveryLogMapper.java
|
||||
* engine/src/main/java/org/archive/crawler/util/SeedUrlNotFoundException.java
|
||||
* modules/src/main/java/org/archive/modules/canonicalize/StripExtraSlashes.java
|
||||
* modules/src/main/java/org/archive/modules/extractor/JerichoExtractorHTML.java
|
||||
* modules/src/main/java/org/archive/modules/writer/Kw3Constants.java
|
||||
* modules/src/main/java/org/archive/modules/writer/Kw3WriterProcessor.java
|
||||
* modules/src/main/java/org/archive/modules/writer/MirrorWriterProcessor.java
|
||||
|
||||
Except as otherwise noted, always consult individual source files for most
|
||||
accurate info.
|
||||
|
||||
Heritrix is distributed with the libraries it depends upon. The
|
||||
libraries can be found under the 'lib' directory, and are used under
|
||||
@@ -216,4 +236,4 @@ the libraries in the 'lib' directory.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -31,10 +31,18 @@ Heritrix is the Internet Archive's open-source, extensible, web-scale,
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>See LICENSE.txt for more information.</comments>
|
||||
</license>
|
||||
<license>
|
||||
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
|
||||
<url>http://www.gnu.org/licenses/lgpl.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>LGPL applies only to a few remaining files in the
|
||||
project. See LICENSE.txt for more information.</comments>
|
||||
</license>
|
||||
</licenses>
|
||||
<organization>
|
||||
|
||||
Reference in New Issue
Block a user