Adding license header to test file Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9adbb622 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9adbb622 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9adbb622 Branch: refs/heads/http_post Commit: 9adbb622f924b794afaf68e9808fa3c461ebfb83 Parents: 9b89a58 Author: Prasanna Santhanam <[email protected]> Authored: Wed Apr 24 13:39:55 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Apr 24 13:39:55 2013 +0530 ---------------------------------------------------------------------- .../smoke/test_deploy_vm_with_userdata.py | 17 ++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9adbb622/test/integration/smoke/test_deploy_vm_with_userdata.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_deploy_vm_with_userdata.py b/test/integration/smoke/test_deploy_vm_with_userdata.py index c6e23bb..fd9e320 100644 --- a/test/integration/smoke/test_deploy_vm_with_userdata.py +++ b/test/integration/smoke/test_deploy_vm_with_userdata.py @@ -1,4 +1,19 @@ -#!/usr/bin/env python +# 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. from marvin.cloudstackTestCase import cloudstackTestCase from marvin.integration.lib.base import *
