Return-Path: X-Original-To: apmail-argus-commits-archive@minotaur.apache.org Delivered-To: apmail-argus-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C571E173E9 for ; Thu, 6 Nov 2014 02:50:04 +0000 (UTC) Received: (qmail 43978 invoked by uid 500); 6 Nov 2014 02:50:04 -0000 Delivered-To: apmail-argus-commits-archive@argus.apache.org Received: (qmail 43955 invoked by uid 500); 6 Nov 2014 02:50:04 -0000 Mailing-List: contact commits-help@argus.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@argus.incubator.apache.org Delivered-To: mailing list commits@argus.incubator.apache.org Received: (qmail 43946 invoked by uid 99); 6 Nov 2014 02:50:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 02:50:04 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 06 Nov 2014 02:50:03 +0000 Received: (qmail 43676 invoked by uid 99); 6 Nov 2014 02:49:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 02:49:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0CE0990AC96; Thu, 6 Nov 2014 02:49:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sneethir@apache.org To: commits@argus.incubator.apache.org Message-Id: <0f03b7574d0d40d8ba8ec76a1d1c09d9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: ARGUS-154: added apache license header for java code Date: Thu, 6 Nov 2014 02:49:43 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-argus Updated Branches: refs/heads/ranger-0.4 55a75201f -> d9acd2c39 ARGUS-154: added apache license header for java code Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/d9acd2c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/d9acd2c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/d9acd2c3 Branch: refs/heads/ranger-0.4 Commit: d9acd2c39b0902ef987a02777590c1de5eabdd67 Parents: 55a7520 Author: sneethiraj Authored: Wed Nov 5 21:49:28 2014 -0500 Committer: sneethiraj Committed: Wed Nov 5 21:49:28 2014 -0500 ---------------------------------------------------------------------- .../xasecure/audit/provider/BaseAuditProvider.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/d9acd2c3/agents-audit/src/main/java/com/xasecure/audit/provider/BaseAuditProvider.java ---------------------------------------------------------------------- diff --git a/agents-audit/src/main/java/com/xasecure/audit/provider/BaseAuditProvider.java b/agents-audit/src/main/java/com/xasecure/audit/provider/BaseAuditProvider.java index d2c9150..cbe67d8 100644 --- a/agents-audit/src/main/java/com/xasecure/audit/provider/BaseAuditProvider.java +++ b/agents-audit/src/main/java/com/xasecure/audit/provider/BaseAuditProvider.java @@ -1,3 +1,20 @@ +/** + * 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.xasecure.audit.provider; import org.apache.commons.logging.Log;