aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorGary Klimowicz <gklimowicz@pobox.com>2019-12-20 12:52:07 -0800
committerGary Klimowicz <gklimowicz@pobox.com>2019-12-23 10:26:16 -0800
commit9e7548ab3114a5afc7fe639345d144d1a2dd1268 (patch)
tree0eb4d6207b62049d15c146f2458745302fc9b413 /flang/lib/CMakeLists.txt
parent317c3fa860304e86229312229badae6c606a98e1 (diff)
downloadllvm-9e7548ab3114a5afc7fe639345d144d1a2dd1268.zip
llvm-9e7548ab3114a5afc7fe639345d144d1a2dd1268.tar.gz
llvm-9e7548ab3114a5afc7fe639345d144d1a2dd1268.tar.bz2
[flang] Flang relicensing changes for LLVM Apache 2.0 license
This changes the license information in many of the flang source files. - Renamed LICENSE to LICENSE.txt. - NVIDIA Copyright lines have been removed. - Initial lines for files follow the LLVM coding convention (file name on the first line; Emacs mode information on the first line). - License references have been replaced with the abridged LLVM text. - License information was removed from the test files. - No file header was placed on test files (these weren't in most LLVM test files). - License information was added to documentation files where it was missing. We did not add brief file summaries to the initial line. See http://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework for a description of the new license. See http://llvm.org/docs/CodingStandards.html#file-headers for a description of the new LLVM standard file header. Original-commit: flang-compiler/f18@add6cde7244b926ca457a1c74c21fea071b85329 Reviewed-on: https://github.com/flang-compiler/f18/pull/887
Diffstat (limited to 'flang/lib/CMakeLists.txt')
-rw-r--r--flang/lib/CMakeLists.txt16
1 files changed, 5 insertions, 11 deletions
diff --git a/flang/lib/CMakeLists.txt b/flang/lib/CMakeLists.txt
index f9e0fd5..90a5bea 100644
--- a/flang/lib/CMakeLists.txt
+++ b/flang/lib/CMakeLists.txt
@@ -1,16 +1,10 @@
-# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
+#===-- lib/CMakeLists.txt --------------------------------------------------===#
#
-# 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
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
-# 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.
+#------------------------------------------------------------------------------#
add_subdirectory(common)
add_subdirectory(evaluate)