Repository: cloudstack Updated Branches: refs/heads/4.3 5b56c7fcb -> a15acb8e7
api: Add licenses to getvmuserdata api and response Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a15acb8e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a15acb8e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a15acb8e Branch: refs/heads/4.3 Commit: a15acb8e74d52bdd973f613c19dc3afd42771be4 Parents: 5b56c7f Author: Rohit Yadav <[email protected]> Authored: Mon Dec 15 13:22:28 2014 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Dec 15 13:22:56 2014 +0530 ---------------------------------------------------------------------- .../api/command/admin/vm/GetVMUserDataCmd.java | 16 ++++++++++++++++ .../cloudstack/api/response/VMUserDataResponse.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a15acb8e/api/src/org/apache/cloudstack/api/command/admin/vm/GetVMUserDataCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/admin/vm/GetVMUserDataCmd.java b/api/src/org/apache/cloudstack/api/command/admin/vm/GetVMUserDataCmd.java index b02dc11..2f5d5f5 100644 --- a/api/src/org/apache/cloudstack/api/command/admin/vm/GetVMUserDataCmd.java +++ b/api/src/org/apache/cloudstack/api/command/admin/vm/GetVMUserDataCmd.java @@ -1,3 +1,19 @@ +// 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. package org.apache.cloudstack.api.command.admin.vm; import org.apache.cloudstack.api.APICommand; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a15acb8e/api/src/org/apache/cloudstack/api/response/VMUserDataResponse.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/response/VMUserDataResponse.java b/api/src/org/apache/cloudstack/api/response/VMUserDataResponse.java index dacf656..94b3514 100644 --- a/api/src/org/apache/cloudstack/api/response/VMUserDataResponse.java +++ b/api/src/org/apache/cloudstack/api/response/VMUserDataResponse.java @@ -1,3 +1,19 @@ +// 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. package org.apache.cloudstack.api.response; import org.apache.cloudstack.api.ApiConstants;
