@@ -140,8 +140,8 @@ L.3) The GlueGen source tree contains CGRAM http://www.antlr.org/grammar/cgram/,
140140A.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+
160179A.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
0 commit comments