This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f5a5e1  Update license for test code
0f5a5e1 is described below

commit 0f5a5e1ddaf39d282a22a7442ddecc8eb0b71abc
Author: vongosling <[email protected]>
AuthorDate: Thu Aug 26 16:34:18 2021 +0800

    Update license for test code
---
 .../rocketmq/dashboard/admin/MQAdminAspectTest.java     | 17 +++++++++++++++++
 .../rocketmq/dashboard/admin/MQAdminExtImplTest.java    | 17 +++++++++++++++++
 .../rocketmq/dashboard/config/RMQConfigureTest.java     | 17 +++++++++++++++++
 .../dashboard/task/DashboardCollectTaskTest.java        | 17 +++++++++++++++++
 .../rocketmq/dashboard/util/MsgTraceDecodeUtilTest.java | 17 +++++++++++++++++
 5 files changed, 85 insertions(+)

diff --git 
a/src/test/java/org/apache/rocketmq/dashboard/admin/MQAdminAspectTest.java 
b/src/test/java/org/apache/rocketmq/dashboard/admin/MQAdminAspectTest.java
index 9580f60..9874a09 100644
--- a/src/test/java/org/apache/rocketmq/dashboard/admin/MQAdminAspectTest.java
+++ b/src/test/java/org/apache/rocketmq/dashboard/admin/MQAdminAspectTest.java
@@ -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 org.apache.rocketmq.dashboard.admin;
 
 import java.lang.reflect.Field;
diff --git 
a/src/test/java/org/apache/rocketmq/dashboard/admin/MQAdminExtImplTest.java 
b/src/test/java/org/apache/rocketmq/dashboard/admin/MQAdminExtImplTest.java
index 6a4c279..32a82bd 100644
--- a/src/test/java/org/apache/rocketmq/dashboard/admin/MQAdminExtImplTest.java
+++ b/src/test/java/org/apache/rocketmq/dashboard/admin/MQAdminExtImplTest.java
@@ -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 org.apache.rocketmq.dashboard.admin;
 
 import com.google.common.collect.Lists;
diff --git 
a/src/test/java/org/apache/rocketmq/dashboard/config/RMQConfigureTest.java 
b/src/test/java/org/apache/rocketmq/dashboard/config/RMQConfigureTest.java
index 1035d5a..462e648 100644
--- a/src/test/java/org/apache/rocketmq/dashboard/config/RMQConfigureTest.java
+++ b/src/test/java/org/apache/rocketmq/dashboard/config/RMQConfigureTest.java
@@ -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 org.apache.rocketmq.dashboard.config;
 
 import java.io.File;
diff --git 
a/src/test/java/org/apache/rocketmq/dashboard/task/DashboardCollectTaskTest.java
 
b/src/test/java/org/apache/rocketmq/dashboard/task/DashboardCollectTaskTest.java
index 926f7e8..b8dfc25 100644
--- 
a/src/test/java/org/apache/rocketmq/dashboard/task/DashboardCollectTaskTest.java
+++ 
b/src/test/java/org/apache/rocketmq/dashboard/task/DashboardCollectTaskTest.java
@@ -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 org.apache.rocketmq.dashboard.task;
 
 import com.fasterxml.jackson.core.type.TypeReference;
diff --git 
a/src/test/java/org/apache/rocketmq/dashboard/util/MsgTraceDecodeUtilTest.java 
b/src/test/java/org/apache/rocketmq/dashboard/util/MsgTraceDecodeUtilTest.java
index dea26a2..c5bbfeb 100644
--- 
a/src/test/java/org/apache/rocketmq/dashboard/util/MsgTraceDecodeUtilTest.java
+++ 
b/src/test/java/org/apache/rocketmq/dashboard/util/MsgTraceDecodeUtilTest.java
@@ -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 org.apache.rocketmq.dashboard.util;
 
 import java.util.List;

Reply via email to