Skip to content

Commit cd03e22

Browse files
committed
Fix license check
Signed-off-by: crazyhzm <[email protected]>
1 parent eaa2f8b commit cd03e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.licenserc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ header:
105105
- 'dubbo-common/src/main/java/org/apache/dubbo/common/logger/helpers/FormattingTuple.java'
106106
- 'dubbo-common/src/main/java/org/apache/dubbo/common/logger/helpers/MessageFormatter.java'
107107
- 'dubbo-maven-plugin/src/main/java/org/apache/dubbo/maven/plugin/protoc/DubboProtocCompilerMojo.java'
108-
- 'dubbo-compiler/src/main/java/org/apache/dubbo/gen/utils/ProtoTypeMap.java'
108+
- 'dubbo-plugin/dubbo-compiler/src/main/java/org/apache/dubbo/gen/utils/ProtoTypeMap.java'
109109

110110
comment: on-failure
111111

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Maven Protocol Buffers Plugin
2525
Copyright (c) 2016 Maven Protocol Buffers Plugin Authors. All rights reserved.
2626

2727
This product contains the following code copied from grpc-java-contrib:
28-
dubbo-compiler/src/main/java/org/apache/dubbo/gen/utils/ProtoTypeMap.java
28+
dubbo-plugin/dubbo-compiler/src/main/java/org/apache/dubbo/gen/utils/ProtoTypeMap.java
2929
Some portions of this file Copyright (c) 2019, Salesforce.com, Inc. and licensed under the BSD 3-Clause License
3030

3131
grpc-java-contrib

0 commit comments

Comments
 (0)