diff --git a/cluster/router/uniform/match_judger/double_range_match_judger_test.go b/cluster/router/uniform/match_judger/double_range_match_judger_test.go
index 23249a24c59e6459e278ef139d5f27e6d0d36e58..c1defcbe9cb1e9f4350dcd8f738b0b301d35d7fe 100644
--- a/cluster/router/uniform/match_judger/double_range_match_judger_test.go
+++ b/cluster/router/uniform/match_judger/double_range_match_judger_test.go
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package match_judger
 
 import (
diff --git a/cluster/router/uniform/match_judger/list_double_match_judger_test.go b/cluster/router/uniform/match_judger/list_double_match_judger_test.go
index 32140fba84403e32c503cecb4d772fbc524c6e57..c205eafe5722797061d0b99496dd0b4bf6989d72 100644
--- a/cluster/router/uniform/match_judger/list_double_match_judger_test.go
+++ b/cluster/router/uniform/match_judger/list_double_match_judger_test.go
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package match_judger
 
 import (