Skip to content

Commit 3d78a0c

Browse files
authored
JOGL refresh (NASAWorldWind#199)
1 parent 5999df6 commit 3d78a0c

11 files changed

+54
-6
lines changed

gluegen-rt-natives-linux-amd64.jar

-135 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.

gluegen-rt-natives-windows-amd64.jar

11 Bytes
Binary file not shown.

gluegen-rt.jar

3.98 KB
Binary file not shown.

gluegen.LICENSE.txt

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ L.3) The GlueGen source tree contains CGRAM http://www.antlr.org/grammar/cgram/,
140140
A.1) The GlueGen source tree contains code from The Apache Software Foundation
141141
which is covered by the Apache License Version 2.0
142142

143-
Apache Harmony - Open Source Java SE
144-
=====================================
143+
A.1.1) Apache Harmony - Open Source Java SE
144+
===============================================
145145

146146
<http://harmony.apache.org/>
147147

@@ -157,6 +157,25 @@ A.1) The GlueGen source tree contains code from The Apache Software Foundation
157157
- src/java/com/jogamp/common/net/Uri.java
158158
(derived from java.net.URI.Helper and heavily modified)
159159

160+
A.1.2) Apache Avro - A data serialization system.
161+
===============================================
162+
163+
<https://avro.apache.org/>
164+
165+
Copyright 2010-2019 The Apache Software Foundation
166+
167+
Apache License Version 2.0, January 2004
168+
http://www.apache.org/licenses/LICENSE-2.0
169+
Or within this repository: doc/licenses/Apache.LICENSE-2.0
170+
171+
Files:
172+
- src/java/com/jogamp/common/util/WeakIdentityHashMap.java
173+
174+
<https://github.com/apache/avro/blob/master/lang/java/avro/src/main/java/org/apache/avro/util/WeakIdentityHashMap.java>
175+
Taken as commit 70260919426f89825ca148f5ee815f3b2cf4764d
176+
and using our JogAmp 'New BSD 2-Clause License' since migration.
177+
178+
160179
A.2) The GlueGen source tree contains code from Ben Mankin, a.k.a 'Shevek',
161180
which is covered by the Apache License Version 2.0
162181

jogl-all-natives-linux-amd64.jar

17.6 KB
Binary file not shown.

jogl-all-natives-macosx-universal.jar

-175 Bytes
Binary file not shown.

jogl-all-natives-windows-amd64.jar

-302 Bytes
Binary file not shown.

jogl-all.jar

71 KB
Binary file not shown.

jogl.README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11

2-
Java (TM) Binding for the OpenGL (r) API, version 2.3
2+
Java (TM) Binding for the OpenGL (r) API, version 2.4
33
-----------------------------------------------------------------------------
44

55
This software is licensed as specified in the LICENSE.txt file.
66
You must use this software in accordance with the terms
77
under which the code is licensed.
88

9-
This is build version 2.3.2, based on:
9+
This is build version 2.4.0-rc-20200306, based on:
1010
branch origin/master
11-
commit e794fc40ba723f2fca4ac892e873975fb393e007
11+
commit 0779f229b0e9538c640b18b9a4e095af1f5a35b3
1212

13-
Instructions for unzipping Java Binding for the OpenGL API, version 2.3
13+
Instructions for unzipping Java Binding for the OpenGL API, version 2.4
1414
----------------------------------------------------------------------------------
1515

1616
After downloading and unzipping the zip file containing the

0 commit comments

Comments
 (0)