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 Chao Sun
parent 87064df1f2
commit bc0c3ece0f
1 changed files with 2 additions and 0 deletions

View File

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