You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/06/07 08:49:53 UTC

[incubator-servicecomb-saga] 01/03: SCB-647 Add missing ASF header for shell scripts

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

ningjiang pushed a commit to branch 0.2.x
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit cf0f6959b82e90572a14e4d50522a0b71ec73d72
Author: Yang Bo <ya...@huawei.com>
AuthorDate: Thu Jun 7 15:49:19 2018 +0800

    SCB-647 Add missing ASF header for shell scripts
---
 saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh  | 15 +++++++++++++++
 saga-demo/saga-spring-cloud-demo/saga-demo.sh | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh b/saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh
index 6a9a926..d0138df 100755
--- a/saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh
+++ b/saga-demo/saga-dubbo-demo/saga-dubbo-demo.sh
@@ -1,5 +1,20 @@
 #!/usr/bin/env bash
 
+# 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.
+
 service=saga-dubbo-demo
 
 show_usage() {
diff --git a/saga-demo/saga-spring-cloud-demo/saga-demo.sh b/saga-demo/saga-spring-cloud-demo/saga-demo.sh
index 5379fd5..2b3cf47 100755
--- a/saga-demo/saga-spring-cloud-demo/saga-demo.sh
+++ b/saga-demo/saga-spring-cloud-demo/saga-demo.sh
@@ -1,5 +1,20 @@
 #!/usr/bin/env bash
 
+# 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.
+
 service=saga-demo
 
 show_usage() {

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.