From c66e091023b87b23459ed67158fd566ebc1f8a13 Mon Sep 17 00:00:00 2001 From: JonChesterfield Date: Thu, 15 Oct 2020 15:41:11 +0100 Subject: [PATCH] [NFC] Fix license header from D87841 --- llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h b/llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h index 3ae4a2edbf96..41827181e30c 100644 --- a/llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h +++ b/llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h @@ -1,9 +1,8 @@ //====--- OMPGridValues.h - Language-specific address spaces --*- C++ -*-====// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// 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 // //===----------------------------------------------------------------------===// ///