diff --git a/NOTICE b/NOTICE index 85e2dc3f51128f29710daaa4bf49138a96df37a1..65ebdd036106a171f325936cdc0a907b0d6400c5 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 1120d9ed3d54955e25f0e41bc10770ff2b806e6b..7e470d949d60f3c95713364ee2148eac29674557 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 - *
- * 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 - *
- * http://www.apache.org/licenses/LICENSE-2.0 - *
+/* + * 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;