File tree 3 files changed +6
-9
lines changed
src/main/java/org/apache/tika/parser/code
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This software contains code derived from UCAR/Unidata's NetCDF library.
10
10
Tika-server compoment uses CDDL-licensed dependencies: jersey (http://jersey.java.net/) and
11
11
Grizzly (http://grizzly.java.net/)
12
12
13
+ Tika-server parsers uses CDDL/LGPL dual-licensed dependencies: jhighlight (https://github.com/codelibs/jhighlight)
14
+
13
15
OpenCSV: Copyright 2005 Bytecode Pty Ltd. Licensed under the Apache License, Version 2.0
14
16
15
17
IPTC Photo Metadata descriptions Copyright 2010 International Press Telecommunications Council.
Original file line number Diff line number Diff line change 207
207
<version >1.0.3</version >
208
208
</dependency >
209
209
<dependency >
210
- <groupId >com.uwyn </groupId >
210
+ <groupId >org.codelibs </groupId >
211
211
<artifactId >jhighlight</artifactId >
212
- <version >1.0</version >
213
- <exclusions >
214
- <exclusion >
215
- <groupId >javax.servlet</groupId >
216
- <artifactId >servlet-api</artifactId >
217
- </exclusion >
218
- </exclusions >
212
+ <version >1.0.2</version >
219
213
</dependency >
220
214
<dependency >
221
215
<groupId >com.pff</groupId >
Original file line number Diff line number Diff line change 48
48
import com .uwyn .jhighlight .renderer .Renderer ;
49
49
import com .uwyn .jhighlight .renderer .XhtmlRendererFactory ;
50
50
/**
51
- * Generic Source code parser for Java, Groovy, C++
51
+ * Generic Source code parser for Java, Groovy, C++.
52
+ * Aware: This parser uses JHightlight library (https://github.com/codelibs/jhighlight) under CDDL/LGPL dual license
52
53
*
53
54
* @author Hong-Thai.Nguyen
54
55
* @since 1.6
You can’t perform that action at this time.
0 commit comments