You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/08/26 15:40:46 UTC

git commit: adding license headers

Updated Branches:
  refs/heads/master 043e105a7 -> 615a9268b


adding license headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/615a9268
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/615a9268
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/615a9268

Branch: refs/heads/master
Commit: 615a9268b865f5496b7ed9f9cc8daa4d6b7ea250
Parents: 043e105
Author: Isuru <is...@wso2.com>
Authored: Mon Aug 26 19:09:54 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Mon Aug 26 19:09:54 2013 +0530

----------------------------------------------------------------------
 tools/cartridge_create/configure_software       | 20 +++++++++++++
 tools/cartridge_create/image_action.sh          | 21 +++++++++++++
 tools/cartridge_create/stratos-image            | 21 +++++++++++++
 tools/cartridge_create/stratos-image-local      | 20 +++++++++++++
 tools/cartridge_create/uploadimg.sh             | 21 +++++++++++++
 .../tempconfigs/cloud-controller.xml            | 31 +++++++++++---------
 6 files changed, 120 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/615a9268/tools/cartridge_create/configure_software
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/configure_software b/tools/cartridge_create/configure_software
index b77ff08..251a1ac 100755
--- a/tools/cartridge_create/configure_software
+++ b/tools/cartridge_create/configure_software
@@ -1,5 +1,25 @@
 #!/bin/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.
+# ----------------------------------------------------------------------------
+
+
 ROOTFS=$1
 TEMPLATE=$2
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/615a9268/tools/cartridge_create/image_action.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/image_action.sh b/tools/cartridge_create/image_action.sh
index ed743c5..a6c8261 100755
--- a/tools/cartridge_create/image_action.sh
+++ b/tools/cartridge_create/image_action.sh
@@ -1,4 +1,25 @@
 #!/bin/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.
+# ----------------------------------------------------------------------------
+
+
 # Die on any error:
 set -e
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/615a9268/tools/cartridge_create/stratos-image
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/stratos-image b/tools/cartridge_create/stratos-image
index 7fb882f..e11e5de 100755
--- a/tools/cartridge_create/stratos-image
+++ b/tools/cartridge_create/stratos-image
@@ -1,4 +1,25 @@
 #!/bin/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.
+# ----------------------------------------------------------------------------
+
+
 # Die on any error:
 set -e
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/615a9268/tools/cartridge_create/stratos-image-local
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/stratos-image-local b/tools/cartridge_create/stratos-image-local
index e6ae530..816fd92 100755
--- a/tools/cartridge_create/stratos-image-local
+++ b/tools/cartridge_create/stratos-image-local
@@ -1,5 +1,25 @@
 #!/bin/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.
+# ----------------------------------------------------------------------------
+
+
 # Die on any error:
 set -e
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/615a9268/tools/cartridge_create/uploadimg.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/uploadimg.sh b/tools/cartridge_create/uploadimg.sh
index 44813b0..2afec21 100755
--- a/tools/cartridge_create/uploadimg.sh
+++ b/tools/cartridge_create/uploadimg.sh
@@ -1,4 +1,25 @@
 #!/bin/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.
+# ----------------------------------------------------------------------------
+
+
 ip=$1
 imagename=$2
 userrc=$3

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/615a9268/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml
----------------------------------------------------------------------
diff --git a/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml b/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml
index e828a5d..76dc39d 100755
--- a/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml
+++ b/tools/ec2-demo-setup/tempconfigs/cloud-controller.xml
@@ -1,20 +1,23 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
-  ~ Copyright 2005-2011 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed 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.
-  -->
+  -  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.
+-->
   
 <cloudController xmlns:svns="http://org.wso2.securevault/configuration">