Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F17E9200BAF for ; Mon, 17 Oct 2016 05:11:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F0157160AF8; Mon, 17 Oct 2016 03:11:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 436B8160AD0 for ; Mon, 17 Oct 2016 05:11:15 +0200 (CEST) Received: (qmail 18185 invoked by uid 500); 17 Oct 2016 03:11:14 -0000 Mailing-List: contact commits-help@eagle.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.incubator.apache.org Delivered-To: mailing list commits@eagle.incubator.apache.org Received: (qmail 18174 invoked by uid 99); 17 Oct 2016 03:11:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2016 03:11:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id EB470C0A88 for ; Mon, 17 Oct 2016 03:11:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id zs5A4RJakAHm for ; Mon, 17 Oct 2016 03:11:11 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id D88A25FBF7 for ; Mon, 17 Oct 2016 03:11:10 +0000 (UTC) Received: (qmail 17638 invoked by uid 99); 17 Oct 2016 03:10:31 -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; Mon, 17 Oct 2016 03:10:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B81FCDFF8C; Mon, 17 Oct 2016 03:10:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hao@apache.org To: commits@eagle.incubator.apache.org Message-Id: <44e7726fe8974db6a76d052d561b1fd1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-eagle git commit: [MINOR] Add missed license header in BasicAuthProviderBuilder Date: Mon, 17 Oct 2016 03:10:31 +0000 (UTC) archived-at: Mon, 17 Oct 2016 03:11:16 -0000 Repository: incubator-eagle Updated Branches: refs/heads/master b103e201e -> e8a73893d [MINOR] Add missed license header in BasicAuthProviderBuilder Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/e8a73893 Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/e8a73893 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/e8a73893 Branch: refs/heads/master Commit: e8a73893d5d395fdba37167100007f728e8768ae Parents: b103e20 Author: Hao Chen Authored: Mon Oct 17 11:10:16 2016 +0800 Committer: Hao Chen Committed: Mon Oct 17 11:10:16 2016 +0800 ---------------------------------------------------------------------- .../authentication/BasicAuthProviderBuilder.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/e8a73893/eagle-server/src/main/java/org/apache/eagle/server/authentication/BasicAuthProviderBuilder.java ---------------------------------------------------------------------- diff --git a/eagle-server/src/main/java/org/apache/eagle/server/authentication/BasicAuthProviderBuilder.java b/eagle-server/src/main/java/org/apache/eagle/server/authentication/BasicAuthProviderBuilder.java index e0bb4c1..855134b 100644 --- a/eagle-server/src/main/java/org/apache/eagle/server/authentication/BasicAuthProviderBuilder.java +++ b/eagle-server/src/main/java/org/apache/eagle/server/authentication/BasicAuthProviderBuilder.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.eagle.server.authentication; import com.google.common.cache.CacheBuilderSpec;