Skip to content

Commit af883e2

Browse files
raulcdkou
andcommitted
Fix and add code path for files affected on the License
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent ad66f61 commit af883e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

LICENSE.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
limitations under the License.
203203

204204
--------------------------------------------------------------------------------
205-
java/vector/src/main/java/org/apache/arrow/vector/util/IntObjectHashMap.java
206-
java/vector/src/main/java/org/apache/arrow/vector/util/IntObjectMap.java
205+
vector/src/main/java/org/apache/arrow/vector/util/IntObjectHashMap.java
206+
vector/src/main/java/org/apache/arrow/vector/util/IntObjectMap.java
207207

208208
These file are derived from code from Netty, which is made available under the
209209
Apache License 2.0.
@@ -216,6 +216,7 @@ Apache License 2.0.
216216
* https://github.com/dremio/dremio-oss
217217

218218
--------------------------------------------------------------------------------
219+
memory/memory-core/src/main/java/org/apache/arrow/util/Preconditions.java
219220

220221
This product includes software from Google Guava, which is made available under the
221222
Apache License 2.0.

0 commit comments

Comments
 (0)