Updated Branches: refs/heads/master 6396ccb1f -> fb21cc305
SENTRY-30: StaticUserGroup lacks license header (Gregory Chanan via Shreepadma Venugopalan) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/fb21cc30 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/fb21cc30 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/fb21cc30 Branch: refs/heads/master Commit: fb21cc305f08210b2c69c6355dd67397d58c5ba3 Parents: 6396ccb Author: Shreepadma Venugopalan <shreepa...@apache.org> Authored: Wed Oct 2 12:17:45 2013 -0700 Committer: Shreepadma Venugopalan <shreepa...@apache.org> Committed: Wed Oct 2 12:17:45 2013 -0700 ---------------------------------------------------------------------- .../sentry/tests/e2e/hive/StaticUserGroup.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/fb21cc30/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/StaticUserGroup.java ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/StaticUserGroup.java b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/StaticUserGroup.java index 227fc89..d3d8585 100644 --- a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/StaticUserGroup.java +++ b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/StaticUserGroup.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.sentry.tests.e2e.hive; import java.util.HashMap;