HADOOP-17390. Skip license check on lz4 code files (#2478)

The relevant files are `Copyright (C) 2011-present, Yann Collet.` and licensed on the BSD 2-clause license

Contributed by Zhihua Deng.
This commit is contained in:
dengzh 2020-11-20 22:12:20 +08:00 committed by GitHub
parent 747883af4d
commit 740399a602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,8 @@
<configuration>
<excludes>
<exclude>src/main/native/testData/*</exclude>
<exclude>**/lz4.h</exclude>
<exclude>**/lz4.c</exclude>
</excludes>
</configuration>
</plugin>