You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/03/23 07:04:49 UTC

[dubbo] branch 2.7.6-release updated: revert License Header

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

liujun pushed a commit to branch 2.7.6-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.7.6-release by this push:
     new 6db708a  revert License Header
6db708a is described below

commit 6db708aea94a3e9b7a1168fc222fa0d6ff747acd
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Mar 23 15:04:18 2020 +0800

    revert License Header
---
 .../main/java/org/apache/dubbo/common/utils/HttpUtils.java   | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dubbo-common/src/main/java/org/apache/dubbo/common/utils/HttpUtils.java b/dubbo-common/src/main/java/org/apache/dubbo/common/utils/HttpUtils.java
index 8bf893c..b944d5a 100644
--- a/dubbo-common/src/main/java/org/apache/dubbo/common/utils/HttpUtils.java
+++ b/dubbo-common/src/main/java/org/apache/dubbo/common/utils/HttpUtils.java
@@ -1,7 +1,17 @@
 /*
  * Copyright (C) 2018 the original author or authors.
  *
- * Test License Header
+ * 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
+ *
+ *      https://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.dubbo.common.utils;