This is an automated email from the ASF dual-hosted git repository. tianxiaoliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git
commit 2990828f8e39eb7e97810a5f6771181f0a945e08 Author: tian <xiaoliang.t...@gmail.com> AuthorDate: Thu Jun 20 09:39:54 2019 +0800 add license header --- server/resource/v1/common_test.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/server/resource/v1/common_test.go b/server/resource/v1/common_test.go index 6f3b139..d662799 100644 --- a/server/resource/v1/common_test.go +++ b/server/resource/v1/common_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 v1_test import (