You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2020/03/05 00:55:57 UTC

[rocketmq] branch develop updated: chore(all):update the year in notice file and correct header in NamespaceUtilTest

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

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new c233f65  chore(all):update the year in notice file and correct header in NamespaceUtilTest
c233f65 is described below

commit c233f65a0c1207d1d4ec94121e0024084ee82c6a
Author: rongtongjin <79...@qq.com>
AuthorDate: Thu Mar 5 08:55:33 2020 +0800

    chore(all):update the year in notice file and correct header in NamespaceUtilTest
---
 NOTICE                                               |  2 +-
 .../rocketmq/common/protocol/NamespaceUtilTest.java  | 20 +++++++++++---------
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/NOTICE b/NOTICE
index 85e2dc3..65ebdd0 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache RocketMQ
-Copyright 2016-2019 The Apache Software Foundation
+Copyright 2016-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/common/src/test/java/org/apache/rocketmq/common/protocol/NamespaceUtilTest.java b/common/src/test/java/org/apache/rocketmq/common/protocol/NamespaceUtilTest.java
index 1120d9e..7e470d9 100644
--- a/common/src/test/java/org/apache/rocketmq/common/protocol/NamespaceUtilTest.java
+++ b/common/src/test/java/org/apache/rocketmq/common/protocol/NamespaceUtilTest.java
@@ -1,18 +1,20 @@
-/**
- * Copyright (C) 2010-2016 Alibaba Group Holding Limited
- * <p>
- * Licensed 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
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+/*
+ * 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.common.protocol;
 
 import org.apache.rocketmq.common.MixAll;