Repository: incubator-ranger Updated Branches: refs/heads/master 80e2eae09 -> 5c648ee90
RANGER-892:Ranger SOLR plugins should not add dependent libraries to component's CLASSPATH-Added Apache license Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/5c648ee9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/5c648ee9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/5c648ee9 Branch: refs/heads/master Commit: 5c648ee906a667fca9193d7e7c234d51ec5e7f9c Parents: 80e2eae Author: rmani <[email protected]> Authored: Thu Apr 14 12:40:24 2016 -0700 Committer: rmani <[email protected]> Committed: Thu Apr 14 12:40:24 2016 -0700 ---------------------------------------------------------------------- .../solr/authorizer/RangerSolrAuthorizer.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5c648ee9/ranger-solr-plugin-shim/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java ---------------------------------------------------------------------- diff --git a/ranger-solr-plugin-shim/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java b/ranger-solr-plugin-shim/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java index c82e123..a50a231 100644 --- a/ranger-solr-plugin-shim/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java +++ b/ranger-solr-plugin-shim/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java @@ -1,3 +1,23 @@ +/* + * 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.ranger.authorization.solr.authorizer; import java.io.IOException;
