This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
The following commit(s) were added to refs/heads/master by this push:
new 5b9a020 SCB-647 Add missing ASF header for shell scripts
5b9a020 is described below
commit 5b9a0201eaf4c58f368f92d4220e96520135fe46
Author: Yang Bo <[email protected]>
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
[email protected].