[llvm] c66e091 - [NFC] Fix license header from D87841

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 07:41:25 PDT 2020


Author: JonChesterfield
Date: 2020-10-15T15:41:11+01:00
New Revision: c66e091023b87b23459ed67158fd566ebc1f8a13

URL: https://github.com/llvm/llvm-project/commit/c66e091023b87b23459ed67158fd566ebc1f8a13
DIFF: https://github.com/llvm/llvm-project/commit/c66e091023b87b23459ed67158fd566ebc1f8a13.diff

LOG: [NFC] Fix license header from D87841

Added: 
    

Modified: 
    llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h

Removed: 
    


################################################################################
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
 //
 //===----------------------------------------------------------------------===//
 ///


        


More information about the llvm-commits mailing list