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 22D6B11471 for ; Mon, 14 Jul 2014 14:29:11 +0000 (UTC) Received: (qmail 21692 invoked by uid 500); 14 Jul 2014 14:29:11 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 21666 invoked by uid 500); 14 Jul 2014 14:29:10 -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 21515 invoked by uid 99); 14 Jul 2014 14:29:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2014 14:29:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 966548BDB0E; Mon, 14 Jul 2014 14:29:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: commits@cloudstack.apache.org Date: Mon, 14 Jul 2014 14:29:14 -0000 Message-Id: <59bd8bac1ebd4879baf5273bc3fa1d73@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/6] git commit: updated refs/heads/master to a49bb7e Enforce licenses and license format in cloud-core Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/109d1290 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/109d1290 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/109d1290 Branch: refs/heads/master Commit: 109d1290960d6215c32db8a241d027f82a0eb908 Parents: 778e04c Author: Hugo Trippaers Authored: Mon Jul 14 16:22:53 2014 +0200 Committer: Hugo Trippaers Committed: Mon Jul 14 16:28:29 2014 +0200 ---------------------------------------------------------------------- core/pom.xml | 44 +++++++++++++------- .../StorageSubsystemCommandHandlerBase.java | 37 ++++++++-------- 2 files changed, 49 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/109d1290/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 4adf996..429e131 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,20 +1,22 @@ 4.0.0 @@ -53,7 +55,21 @@ org.apache.maven.plugins maven-pmd-plugin + + com.mycila + license-maven-plugin + + + cloudstack-checklicence + process-classes + + check + + + + + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/109d1290/core/src/com/cloud/storage/resource/StorageSubsystemCommandHandlerBase.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/storage/resource/StorageSubsystemCommandHandlerBase.java b/core/src/com/cloud/storage/resource/StorageSubsystemCommandHandlerBase.java index 61af4d9..16fb153 100644 --- a/core/src/com/cloud/storage/resource/StorageSubsystemCommandHandlerBase.java +++ b/core/src/com/cloud/storage/resource/StorageSubsystemCommandHandlerBase.java @@ -1,21 +1,22 @@ -/* - * 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. - */ +// +// 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 com.cloud.storage.resource; import org.apache.log4j.Logger;