codelibs / jhighlight

JHighlight is an embeddable pure Java syntax highlighting library.
Other
18 stars 4 forks source link

Fix license on Java files generated by JFlex #2

Open kkrugler opened 9 years ago

kkrugler commented 9 years ago

The four .java files in src/main/java/com/uwyn/jhighlight/highlighter/GroovyHighlighter.java (e.g. src/main/java/com/uwyn/jhighlight/highlighter/GroovyHighlighter.java) have a pure LGPL license, but the .flex source they are derived from are the CDDL/LGPL dual license.

Tika needs all of the code to be CDDL/LGPL dual-license.

So it would be great to either manually fix these up, or regenerate from .flex and verify the license is correct.

kkrugler commented 9 years ago

If issue #3 is resolved, then this can be closed.