File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Copyright 2016-2025 The Apache Software Foundation
44This product includes software developed at
55The Apache Software Foundation (http://www.apache.org/).
66
7- This product contains code form the Netty Project:
7+ This product contains code from the Netty Project:
88---------------------------------------------------
99The Netty Project
1010=================
Original file line number Diff line number Diff line change 3737 <suppress checks =" Header" files =" AutoCloseables.java|Collections2.java" />
3838
3939 <!-- no license file in vendored dependencies -->
40- <suppress checks =" Header" files =" IntObjectMap.java|IntObjectHashMap.java" />
40+ <suppress checks =" Header" files =" IntObjectMap.java|IntObjectHashMap.java|Preconditions.java " />
4141
4242 <!-- Suppress certain checks requiring many code changes, that add little benefit -->
4343 <suppress checks =" NoFinalizer|OverloadMethodsDeclarationOrder|VariableDeclarationUsageDistance" files =" .*" />
Original file line number Diff line number Diff line change @@ -739,6 +739,11 @@ under the License.
739739 <file >${maven.multiModuleProjectDirectory} /dev/license/asf-java.license</file >
740740 <delimiter >package</delimiter >
741741 </licenseHeader >
742+ <excludes >
743+ <exclude >**/Preconditions.java</exclude >
744+ <exclude >**/IntObjectMap.java</exclude >
745+ <exclude >**/IntObjectHashMap.java</exclude >
746+ </excludes >
742747 </java >
743748 </configuration >
744749 <executions >
You can’t perform that action at this time.
0 commit comments