From 4702fd1be7d19f977b873b7d017be71f5c71de26 Mon Sep 17 00:00:00 2001
From: LaurenceLiZhixin <382673304@qq.com>
Date: Fri, 26 Mar 2021 20:41:19 +0800
Subject: [PATCH] fix: add liscence

---
 .../double_range_match_judger_test.go           | 17 +++++++++++++++++
 .../list_double_match_judger_test.go            | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)

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 23249a24c..c1defcbe9 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 32140fba8..c205eafe5 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 (
-- 
GitLab