Repository: incubator-ranger Updated Branches: refs/heads/tag-policy 974034bee -> 8df9b1014
RANGER-274: missing license text added Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/8df9b101 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/8df9b101 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/8df9b101 Branch: refs/heads/tag-policy Commit: 8df9b1014607e0a6d5d11e6881024613e2fdd7ba Parents: 974034b Author: Madhan Neethiraj <[email protected]> Authored: Fri Jul 31 16:42:18 2015 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Fri Jul 31 16:42:18 2015 -0700 ---------------------------------------------------------------------- .../ranger/services/tag/RangerServiceTag.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/8df9b101/agents-common/src/main/java/org/apache/ranger/services/tag/RangerServiceTag.java ---------------------------------------------------------------------- diff --git a/agents-common/src/main/java/org/apache/ranger/services/tag/RangerServiceTag.java b/agents-common/src/main/java/org/apache/ranger/services/tag/RangerServiceTag.java index 9a5f656..2e282ab 100644 --- a/agents-common/src/main/java/org/apache/ranger/services/tag/RangerServiceTag.java +++ b/agents-common/src/main/java/org/apache/ranger/services/tag/RangerServiceTag.java @@ -1,3 +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. + */ + package org.apache.ranger.services.tag; import java.util.*;
