Repository: incubator-impala Updated Branches: refs/heads/master 3e2411f30 -> f35ce4613
IMPALA-3918: Remove Cloudera copyrights and add ASF license header This file snuck in with the old copyright header after I put together the original change for this JIRA. Change-Id: I311e493bec7e63ea6dd7229140045d486540612a Reviewed-on: http://gerrit.cloudera.org:8080/3867 Reviewed-by: Dan Hecht <[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/f35ce461 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/f35ce461 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/f35ce461 Branch: refs/heads/master Commit: f35ce4613786514b021c6c163d6eadca5a858211 Parents: 3e2411f Author: Dan Hecht <[email protected]> Authored: Mon Aug 8 19:10:04 2016 -0700 Committer: Internal Jenkins <[email protected]> Committed: Tue Aug 9 21:01:51 2016 +0000 ---------------------------------------------------------------------- shell/TSSLSocketWithWildcardSAN.py | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/f35ce461/shell/TSSLSocketWithWildcardSAN.py ---------------------------------------------------------------------- diff --git a/shell/TSSLSocketWithWildcardSAN.py b/shell/TSSLSocketWithWildcardSAN.py index a13dd25..7e15ac8 100644 --- a/shell/TSSLSocketWithWildcardSAN.py +++ b/shell/TSSLSocketWithWildcardSAN.py @@ -1,17 +1,21 @@ #!/usr/bin/env python -# Copyright 2016 Cloudera Inc. # -# 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 +# 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 +# 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. import re
