You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ze...@apache.org on 2019/06/06 08:55:23 UTC

[servicecomb-service-center] branch master updated: Add License header to syncer/cmd/root.go and syncer/syncer.go

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

zenlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 325927f  Add License header to syncer/cmd/root.go and syncer/syncer.go
     new c447d24  Merge pull request #554 from zenlint/developer
325927f is described below

commit 325927f94cc37ff416c7d0f9a6ccb5b94b891d01
Author: Zen Lin <li...@huawei.com>
AuthorDate: Thu Jun 6 13:31:50 2019 +0800

    Add License header to syncer/cmd/root.go and syncer/syncer.go
    
    Signed-off-by: Zen Lin <li...@huawei.com>
---
 syncer/cmd/root.go | 16 ++++++++++++++++
 syncer/syncer.go   | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/syncer/cmd/root.go b/syncer/cmd/root.go
index 96b2086..8b907bd 100644
--- a/syncer/cmd/root.go
+++ b/syncer/cmd/root.go
@@ -1,3 +1,19 @@
+/*
+ * 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 cmd
 
 import (
diff --git a/syncer/syncer.go b/syncer/syncer.go
index 52fb88b..1b943b4 100644
--- a/syncer/syncer.go
+++ b/syncer/syncer.go
@@ -1,3 +1,19 @@
+/*
+ * 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 main
 
 import (