IMPALA-3918: Fix straggler Cloudera -> ASF license headers beeswax.thrift was originally copied from Hive, which is also an ASF project.
Change-Id: Ief3e09ac93137f870b7fb31a0bc851f24a17573b Reviewed-on: http://gerrit.cloudera.org:8080/4386 Reviewed-by: Jim Apple <[email protected]> Tested-by: Internal Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/f9bcb91a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/f9bcb91a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/f9bcb91a Branch: refs/heads/master Commit: f9bcb91a0217867db70a00fbf53a1f5d7aa390bf Parents: f3f72fa Author: Jim Apple <[email protected]> Authored: Mon Sep 12 14:22:46 2016 -0700 Committer: Internal Jenkins <[email protected]> Committed: Tue Sep 13 02:10:07 2016 +0000 ---------------------------------------------------------------------- common/thrift/beeswax.thrift | 37 ++++++++++---------- .../impala/common/FrontendTestBase.java | 25 +++++++------ 2 files changed, 32 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/f9bcb91a/common/thrift/beeswax.thrift ---------------------------------------------------------------------- diff --git a/common/thrift/beeswax.thrift b/common/thrift/beeswax.thrift index a0ca5a7..6e0bb12 100644 --- a/common/thrift/beeswax.thrift +++ b/common/thrift/beeswax.thrift @@ -1,22 +1,21 @@ -/* - * Licensed to Cloudera, Inc. under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. Cloudera, Inc. 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. - * - * Interface for interacting with Beeswax Server - */ +// 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. + +// Interface for interacting with Beeswax Server namespace java com.cloudera.beeswax.api namespace py beeswaxd http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/f9bcb91a/fe/src/test/java/com/cloudera/impala/common/FrontendTestBase.java ---------------------------------------------------------------------- diff --git a/fe/src/test/java/com/cloudera/impala/common/FrontendTestBase.java b/fe/src/test/java/com/cloudera/impala/common/FrontendTestBase.java index 2d54182..228dd49 100644 --- a/fe/src/test/java/com/cloudera/impala/common/FrontendTestBase.java +++ b/fe/src/test/java/com/cloudera/impala/common/FrontendTestBase.java @@ -1,16 +1,19 @@ -// Copyright (c) 2016 Cloudera, Inc. All rights reserved. +// 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 // -// Licensed 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 // -// 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. +// 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 com.cloudera.impala.common;
