You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/11/21 09:01:56 UTC

[dubbo-go-pixiu] branch ftr/triple created (now ee7f6cd)

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

laurence pushed a change to branch ftr/triple
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git.


      at ee7f6cd  fix: liscence

This branch includes the following new commits:

     new ee7f6cd  fix: liscence

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[dubbo-go-pixiu] 01/01: fix: liscence

Posted by la...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

laurence pushed a commit to branch ftr/triple
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git

commit ee7f6cdb16cefd243cd5bb501509e10d8268b885
Author: lizhixin.lzx <li...@alibaba-inc.com>
AuthorDate: Sun Nov 21 17:01:31 2021 +0800

    fix: liscence
---
 pkg/client/triple/triple.go | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pkg/client/triple/triple.go b/pkg/client/triple/triple.go
index aa0ffa5..e25ae5f 100644
--- a/pkg/client/triple/triple.go
+++ b/pkg/client/triple/triple.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 triple
 
 import (