From dc704bfe6ff1fd53347699b47718a8cb387cb9cd Mon Sep 17 00:00:00 2001 From: Stephane Chauveau Date: Thu, 3 May 2018 16:26:17 +0200 Subject: [PATCH] [flang] Fix duplicate copyright message Original-commit: flang-compiler/f18@65e3e864402f3771f618868a2d18ee1d182847f0 Reviewed-on: https://github.com/flang-compiler/f18/pull/78 Tree-same-pre-rewrite: false --- flang/lib/semantics/dump-parse-tree.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/flang/lib/semantics/dump-parse-tree.h b/flang/lib/semantics/dump-parse-tree.h index f120987..9f565c7 100644 --- a/flang/lib/semantics/dump-parse-tree.h +++ b/flang/lib/semantics/dump-parse-tree.h @@ -10,18 +10,6 @@ // 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 -// Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. -// -// 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 -// -// 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. #ifndef FORTRAN_SEMANTICS_PARSETREEDUMP_H_ #define FORTRAN_SEMANTICS_PARSETREEDUMP_H_ -- 2.7.4