This is an automated email from the ASF dual-hosted git repository.
ottlinger pushed a commit to branch feature/TENTACLES-26
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/feature/TENTACLES-26 by this
push:
new 11f442f TENTACLES-26: Fix typos and align site and README
11f442f is described below
commit 11f442f808d5c3284e9be46c7e0fd0668b6a14b7
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jul 19 11:59:34 2026 +0200
TENTACLES-26: Fix typos and align site and README
---
README.md | 9 +++++----
src/site/apt/index.apt.vm | 8 ++++----
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index e8aae97..e30694b 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,15 @@ GA: [
@@ -98,7 +98,7 @@
content/foo.zip.contents/lib/bar.jar.contents/org/bar/Some.class
* Reports
- The "main" report is currently called archives.html and will list all of the
top-level binaires, their LICENSE and NOTICE files and any LICENSE and NOTICE
files of any binaries they may contain.
+ The "main" report is currently called archives.html and will list all the
top-level binaries, their LICENSE and NOTICE files and any LICENSE and NOTICE
files of any binaries they may contain.
Validation of the output at this point is all still manual. One of the first
improvements would be to automatically flag any binaries that:
@@ -116,7 +116,7 @@
content/foo.zip.contents/lib/bar.jar.contents/org/bar/Some.class
The Declared section lists the single LICENSE file that was supplied by the
binary itself. As the tool works recursively, it will also collect any LICENSE
file text from any binaries contained in the foo.zip. Well call these "sub"
LICENSES for simplicity.
- Some attempt is made to figure out if the text from sub LICENSE files are
contained in the declared LICENSE file. If the sub license text is contained in
the declared LICENSE file it is not listed as Undeclared.
+ Some attempt is made to figure out if the text from sub LICENSE files are
contained in the declared LICENSE file. If the sublicense text is contained in
the declared LICENSE file it is not listed as Undeclared.
The matching is not complete or perfect, but does help in more quickly seeing
where there might be a missing LICENSE text that should be declared.