Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2E9D1836A for ; Wed, 8 Jul 2015 19:19:52 +0000 (UTC) Received: (qmail 89969 invoked by uid 500); 8 Jul 2015 19:19:37 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 89896 invoked by uid 500); 8 Jul 2015 19:19:37 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 89410 invoked by uid 99); 8 Jul 2015 19:19:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2015 19:19:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2EDCDDF99B; Wed, 8 Jul 2015 19:19:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: widodh@apache.org To: commits@cloudstack.apache.org Date: Wed, 08 Jul 2015 19:20:16 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Mon Jul 6 17:04:26 2015 +0200 Committer: Daan Hoogland 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;