You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/23 17:31:44 UTC

git commit: Updated header license in shell scripts in tools

Updated Branches:
  refs/heads/master f9edf5967 -> 169b88a2a


Updated header license in shell scripts in tools

Signed-off-by: Lakmal Warusawithana <la...@wso2.com>


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

Branch: refs/heads/master
Commit: 169b88a2aefeda6770bd704665f4dc764e23797e
Parents: f9edf59
Author: Imesh Gunaratne <im...@wso2.com>
Authored: Tue Jul 23 14:52:26 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Tue Jul 23 21:01:28 2013 +0530

----------------------------------------------------------------------
 .../init_scripts/default/wso2-openstack-init.sh | 23 +++++++++++---------
 .../hello/ec2/wso2-cartridge-init.sh            | 23 +++++++++++---------
 .../hello/openstack/wso2-cartridge-init.sh      | 23 +++++++++++---------
 .../mysql/ec2/wso2-cartridge-init.sh            | 23 +++++++++++---------
 .../mysql/openstack/wso2-cartridge-init.sh      | 23 +++++++++++---------
 .../mysql/vcloud/wso2-cartridge-init.sh         | 23 +++++++++++---------
 .../init_scripts/php/ec2/wso2-cartridge-init.sh | 23 +++++++++++---------
 .../php/openstack/wso2-cartridge-init.sh        | 23 +++++++++++---------
 .../init_scripts/tomcat7/wso2-openstack-init.sh | 23 +++++++++++---------
 9 files changed, 117 insertions(+), 90 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/default/wso2-openstack-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/default/wso2-openstack-init.sh b/tools/cartridge_create/init_scripts/default/wso2-openstack-init.sh
index aa1c8a0..7e8430a 100644
--- a/tools/cartridge_create/init_scripts/default/wso2-openstack-init.sh
+++ b/tools/cartridge_create/init_scripts/default/wso2-openstack-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-openstack.log

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/hello/ec2/wso2-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/hello/ec2/wso2-cartridge-init.sh b/tools/cartridge_create/init_scripts/hello/ec2/wso2-cartridge-init.sh
index 70f8a1a..5756996 100644
--- a/tools/cartridge_create/init_scripts/hello/ec2/wso2-cartridge-init.sh
+++ b/tools/cartridge_create/init_scripts/hello/ec2/wso2-cartridge-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-cartridge.log

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/hello/openstack/wso2-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/hello/openstack/wso2-cartridge-init.sh b/tools/cartridge_create/init_scripts/hello/openstack/wso2-cartridge-init.sh
index ff06bca..0128131 100644
--- a/tools/cartridge_create/init_scripts/hello/openstack/wso2-cartridge-init.sh
+++ b/tools/cartridge_create/init_scripts/hello/openstack/wso2-cartridge-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-cartridge.log

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/mysql/ec2/wso2-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/mysql/ec2/wso2-cartridge-init.sh b/tools/cartridge_create/init_scripts/mysql/ec2/wso2-cartridge-init.sh
index 7049993..1170c51 100644
--- a/tools/cartridge_create/init_scripts/mysql/ec2/wso2-cartridge-init.sh
+++ b/tools/cartridge_create/init_scripts/mysql/ec2/wso2-cartridge-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-cartridge.log

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/mysql/openstack/wso2-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/mysql/openstack/wso2-cartridge-init.sh b/tools/cartridge_create/init_scripts/mysql/openstack/wso2-cartridge-init.sh
index 3f8fe9e..21324a3 100644
--- a/tools/cartridge_create/init_scripts/mysql/openstack/wso2-cartridge-init.sh
+++ b/tools/cartridge_create/init_scripts/mysql/openstack/wso2-cartridge-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-cartridge.log

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh b/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh
index 4b5c4f9..07f1da0 100644
--- a/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh
+++ b/tools/cartridge_create/init_scripts/mysql/vcloud/wso2-cartridge-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-cartridge.log

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/php/ec2/wso2-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/php/ec2/wso2-cartridge-init.sh b/tools/cartridge_create/init_scripts/php/ec2/wso2-cartridge-init.sh
index ac37f37..16f27f2 100644
--- a/tools/cartridge_create/init_scripts/php/ec2/wso2-cartridge-init.sh
+++ b/tools/cartridge_create/init_scripts/php/ec2/wso2-cartridge-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-cartridge.log

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/php/openstack/wso2-cartridge-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/php/openstack/wso2-cartridge-init.sh b/tools/cartridge_create/init_scripts/php/openstack/wso2-cartridge-init.sh
index ae2f818..71bdc20 100644
--- a/tools/cartridge_create/init_scripts/php/openstack/wso2-cartridge-init.sh
+++ b/tools/cartridge_create/init_scripts/php/openstack/wso2-cartridge-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-cartridge.log

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/169b88a2/tools/cartridge_create/init_scripts/tomcat7/wso2-openstack-init.sh
----------------------------------------------------------------------
diff --git a/tools/cartridge_create/init_scripts/tomcat7/wso2-openstack-init.sh b/tools/cartridge_create/init_scripts/tomcat7/wso2-openstack-init.sh
index 500f209..129a150 100644
--- a/tools/cartridge_create/init_scripts/tomcat7/wso2-openstack-init.sh
+++ b/tools/cartridge_create/init_scripts/tomcat7/wso2-openstack-init.sh
@@ -1,19 +1,22 @@
 #!/bin/bash
 
 # ----------------------------------------------------------------------------
-#  Copyright 2005-20012 WSO2, Inc. http://www.wso2.org
-#
-#  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
+#  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.
+#  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.
 
 # ----------------------------------------------------------------------------
 export LOG=/var/log/wso2-openstack.log