Repository: incubator-blur Updated Branches: refs/heads/master 0b37b49f7 -> e203a341d
Need to add header. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/e203a341 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/e203a341 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/e203a341 Branch: refs/heads/master Commit: e203a341ddfd40e28eec226afe24c5d7c0a3a886 Parents: 0b37b49 Author: Aaron McCurry <[email protected]> Authored: Sat Jan 31 21:31:46 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Sat Jan 31 21:31:46 2015 -0500 ---------------------------------------------------------------------- .../thrift/sasl/PasswordAuthenticationProvider.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/e203a341/blur-thrift/src/main/java/org/apache/blur/thrift/sasl/PasswordAuthenticationProvider.java ---------------------------------------------------------------------- diff --git a/blur-thrift/src/main/java/org/apache/blur/thrift/sasl/PasswordAuthenticationProvider.java b/blur-thrift/src/main/java/org/apache/blur/thrift/sasl/PasswordAuthenticationProvider.java index 304050b..8d635e9 100644 --- a/blur-thrift/src/main/java/org/apache/blur/thrift/sasl/PasswordAuthenticationProvider.java +++ b/blur-thrift/src/main/java/org/apache/blur/thrift/sasl/PasswordAuthenticationProvider.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.blur.thrift.sasl; import java.net.InetSocketAddress;
