aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE.txt
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-26 21:51:35 +0100
committerSven Gothel <[email protected]>2015-03-26 21:51:35 +0100
commit3dc82b104cf69db890328ff1ffd165474c4a4d59 (patch)
treeb25e403a1349c5c4333fede3b2285d0cec448c29 /LICENSE.txt
parent32ca07fc21d1af2034c1788b6317ee14e1354d15 (diff)
Bug 1149 - Add JCPP Apache 2.0 License to LICENSE.txt file / Also add the Apache 2.0 license to doc/licenses/Apache.LICENSE-2.0
JCPP migration shall be completed now. Thx to Ben Mankin, aka Shevek!
Diffstat (limited to 'LICENSE.txt')
-rwxr-xr-xLICENSE.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index dcf6f8e..1b21c36 100755
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -157,4 +157,26 @@ A.1) The GlueGen source tree contains code from The Apache Software Foundation
- src/java/com/jogamp/common/net/Uri.java
(derived from java.net.URI.Helper and heavily modified)
+A.2) The GlueGen source tree contains code from Ben Mankin, a.k.a 'Shevek',
+ which is covered by the Apache License Version 2.0
+
+ JCPP - A Java C Preprocessor
+ =============================
+
+ <http://www.anarres.org/projects/jcpp/>
+ <https://github.com/shevek/jcpp>
+
+ Author: Ben Mankin, a.k.a 'Shevek' (http://www.anarres.org/about/).
+
+ Copyright (c) 2007-2008, Shevek
+
+ Apache License Version 2.0, January 2004
+ http://www.apache.org/licenses/LICENSE-2.0
+ Or within this repository: doc/licenses/Apache.LICENSE-2.0
+
+ Files:
+ The complete git submodule 'jcpp',
+ which is a patched version of the original mentioned above.
+
+ Used for the compile-time module gluegen.jar only.