Repository: cloudstack Updated Branches: refs/heads/master b941480e0 -> 429296e7b
database_comparision_during_upgrade: add missing license header This fixes the rat build Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/429296e7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/429296e7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/429296e7 Branch: refs/heads/master Commit: 429296e7b7942e499d2ea00d2911459e20daf4f5 Parents: b941480 Author: Rohit Yadav <rohit.ya...@shapeblue.com> Authored: Mon Apr 27 11:55:41 2015 +0200 Committer: Rohit Yadav <rohit.ya...@shapeblue.com> Committed: Mon Apr 27 11:55:41 2015 +0200 ---------------------------------------------------------------------- .../before_upgrade_data_collection.sh | 17 +++++++++++++++++ .../cloud_schema_comparision.sh | 17 +++++++++++++++++ .../fresh_install_data_collection.sh | 17 +++++++++++++++++ .../test_config_before_and_after_upgrade.sh | 17 +++++++++++++++++ ...test_config_between_fresh_and_upgraded_setup.sh | 17 +++++++++++++++++ .../usage_schema_comparison.sh | 17 +++++++++++++++++ 6 files changed, 102 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/429296e7/tools/utils/database_comparision_during_upgrade/before_upgrade_data_collection.sh ---------------------------------------------------------------------- diff --git a/tools/utils/database_comparision_during_upgrade/before_upgrade_data_collection.sh b/tools/utils/database_comparision_during_upgrade/before_upgrade_data_collection.sh index a726848..eb912f4 100644 --- a/tools/utils/database_comparision_during_upgrade/before_upgrade_data_collection.sh +++ b/tools/utils/database_comparision_during_upgrade/before_upgrade_data_collection.sh @@ -1,4 +1,21 @@ #!/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. + dbhost=$1 dbuser=$2 dbpwd=$3 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/429296e7/tools/utils/database_comparision_during_upgrade/cloud_schema_comparision.sh ---------------------------------------------------------------------- diff --git a/tools/utils/database_comparision_during_upgrade/cloud_schema_comparision.sh b/tools/utils/database_comparision_during_upgrade/cloud_schema_comparision.sh index 56fb66a..034b8da 100644 --- a/tools/utils/database_comparision_during_upgrade/cloud_schema_comparision.sh +++ b/tools/utils/database_comparision_during_upgrade/cloud_schema_comparision.sh @@ -1,4 +1,21 @@ #!/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. + dbhost=$1 dbuser=$2 dbpwd=$3 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/429296e7/tools/utils/database_comparision_during_upgrade/fresh_install_data_collection.sh ---------------------------------------------------------------------- diff --git a/tools/utils/database_comparision_during_upgrade/fresh_install_data_collection.sh b/tools/utils/database_comparision_during_upgrade/fresh_install_data_collection.sh index 45af8d3..df493d3 100644 --- a/tools/utils/database_comparision_during_upgrade/fresh_install_data_collection.sh +++ b/tools/utils/database_comparision_during_upgrade/fresh_install_data_collection.sh @@ -1,4 +1,21 @@ #!/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. + dbhost=$1 dbuser=$2 dbpwd=$3 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/429296e7/tools/utils/database_comparision_during_upgrade/test_config_before_and_after_upgrade.sh ---------------------------------------------------------------------- diff --git a/tools/utils/database_comparision_during_upgrade/test_config_before_and_after_upgrade.sh b/tools/utils/database_comparision_during_upgrade/test_config_before_and_after_upgrade.sh index f181821..48278e0 100644 --- a/tools/utils/database_comparision_during_upgrade/test_config_before_and_after_upgrade.sh +++ b/tools/utils/database_comparision_during_upgrade/test_config_before_and_after_upgrade.sh @@ -1,4 +1,21 @@ #!/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. + dbhost=$1 dbuser=$2 dbpwd=$3 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/429296e7/tools/utils/database_comparision_during_upgrade/test_config_between_fresh_and_upgraded_setup.sh ---------------------------------------------------------------------- diff --git a/tools/utils/database_comparision_during_upgrade/test_config_between_fresh_and_upgraded_setup.sh b/tools/utils/database_comparision_during_upgrade/test_config_between_fresh_and_upgraded_setup.sh index e621a79..8848358 100644 --- a/tools/utils/database_comparision_during_upgrade/test_config_between_fresh_and_upgraded_setup.sh +++ b/tools/utils/database_comparision_during_upgrade/test_config_between_fresh_and_upgraded_setup.sh @@ -1,4 +1,21 @@ #!/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. + dbhost=$1 dbuser=$2 dbpwd=$3 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/429296e7/tools/utils/database_comparision_during_upgrade/usage_schema_comparison.sh ---------------------------------------------------------------------- diff --git a/tools/utils/database_comparision_during_upgrade/usage_schema_comparison.sh b/tools/utils/database_comparision_during_upgrade/usage_schema_comparison.sh index bd7d3fc..bff6457 100644 --- a/tools/utils/database_comparision_during_upgrade/usage_schema_comparison.sh +++ b/tools/utils/database_comparision_during_upgrade/usage_schema_comparison.sh @@ -1,4 +1,21 @@ #!/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. + dbhost=$1 dbuser=$2 dbpwd=$3