You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2015/07/08 21:20:16 UTC

[41/50] [abbrv] git commit: updated refs/heads/reporter to 28300b5

rats: licenses missing

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

Branch: refs/heads/reporter
Commit: 4bba499412c697cd5d244c90c8bd11475172265f
Parents: a71c985
Author: Daan Hoogland <da...@gmail.com>
Authored: Mon Jul 6 17:04:26 2015 +0200
Committer: Daan Hoogland <da...@gmail.com>
Committed: Mon Jul 6 17:04:26 2015 +0200

----------------------------------------------------------------------
 .../org/apache/cloudstack/api/ApiCmdTestUtil.java   | 16 ++++++++++++++++
 .../command/admin/vpc/CreateVPCOfferingCmdTest.java | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4bba4994/api/test/org/apache/cloudstack/api/ApiCmdTestUtil.java
----------------------------------------------------------------------
diff --git a/api/test/org/apache/cloudstack/api/ApiCmdTestUtil.java b/api/test/org/apache/cloudstack/api/ApiCmdTestUtil.java
index ca4510d..43b8b68 100644
--- a/api/test/org/apache/cloudstack/api/ApiCmdTestUtil.java
+++ b/api/test/org/apache/cloudstack/api/ApiCmdTestUtil.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;
 
 import java.lang.reflect.Field;

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4bba4994/api/test/org/apache/cloudstack/api/command/admin/vpc/CreateVPCOfferingCmdTest.java
----------------------------------------------------------------------
diff --git a/api/test/org/apache/cloudstack/api/command/admin/vpc/CreateVPCOfferingCmdTest.java b/api/test/org/apache/cloudstack/api/command/admin/vpc/CreateVPCOfferingCmdTest.java
index 99433ed..18a2882 100644
--- a/api/test/org/apache/cloudstack/api/command/admin/vpc/CreateVPCOfferingCmdTest.java
+++ b/api/test/org/apache/cloudstack/api/command/admin/vpc/CreateVPCOfferingCmdTest.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.vpc;
 
 import java.util.HashMap;