diff options
Diffstat (limited to 'openmp/libomptarget/plugins/common/elf_common.c')
-rw-r--r-- | openmp/libomptarget/plugins/common/elf_common.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/openmp/libomptarget/plugins/common/elf_common.c b/openmp/libomptarget/plugins/common/elf_common.c index dd855756c7e..60e1e4fda48 100644 --- a/openmp/libomptarget/plugins/common/elf_common.c +++ b/openmp/libomptarget/plugins/common/elf_common.c @@ -1,9 +1,8 @@ //===-- elf_common.c - Common ELF functionality -------------------*- C -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. 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 // //===----------------------------------------------------------------------===// // |