Skip to content

Commit 01d08a6

Browse files
committed
ability to detect Log4j 2.17.0
1 parent b985f82 commit 01d08a6

File tree

3 files changed

+786
-74
lines changed

3 files changed

+786
-74
lines changed

LICENSE.TXT

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
log4j-detector is copyright (c) 2021 - MergeBase Software Inc.
33
https://mergebase.com/
44

5-
log4j-detector is licensed to the public under the terms of the GPLv3.
5+
log4j-detector (as a whole) is licensed to the public under the terms of the GPLv3.
66

7-
In particular, this refers to the Java source-code in the "com/mergebase/log4j/"
8-
directory, as well as Java bytecode in the "com.mergebase.log4j" namespace.
7+
com.mergebase.log4j.Java2Json (src/main/java/com/mergebase/log4j/Java2Json.java)
8+
is licensed to the public under the terms of the Apache 2.0 license.
9+
10+
For the text of the Apache 2.0 license see: https://www.apache.org/licenses/LICENSE-2.0
11+
12+
Aside from Java2Json.java, all other Java source-code in this project (within
13+
the "com/mergebase/log4j/" directory), as well as Java bytecode in the
14+
"com.mergebase.log4j" namespace, is licensed to the public under the terms
15+
of the GPLv3.
916

1017
See below for the text of the GPLv3 license.
1118

0 commit comments

Comments
 (0)