You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mi...@apache.org on 2014/01/17 12:28:49 UTC

git commit: updated refs/heads/master to 98183e9

Updated Branches:
  refs/heads/master cb7b1dc27 -> 98183e905


Add Apache License.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/98183e90
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/98183e90
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/98183e90

Branch: refs/heads/master
Commit: 98183e905d9104eb84e6ad70224606c491c7e064
Parents: cb7b1dc
Author: Milamber <mi...@apache.org>
Authored: Fri Jan 17 11:28:14 2014 +0000
Committer: Milamber <mi...@apache.org>
Committed: Fri Jan 17 11:28:14 2014 +0000

----------------------------------------------------------------------
 .../api/command/admin/vm/GetVMUserDataCmd.java    | 18 ++++++++++++++++++
 .../api/response/VMUserDataResponse.java          | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/98183e90/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..0e52714 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,21 @@
+/*
+ * 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/98183e90/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..1b739e5 100644
--- a/api/src/org/apache/cloudstack/api/response/VMUserDataResponse.java
+++ b/api/src/org/apache/cloudstack/api/response/VMUserDataResponse.java
@@ -1,3 +1,21 @@
+/*
+ * 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;