diff options
Diffstat (limited to 'include/xray')
-rw-r--r-- | include/xray/xray_interface.h | 7 | ||||
-rw-r--r-- | include/xray/xray_log_interface.h | 7 | ||||
-rw-r--r-- | include/xray/xray_records.h | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/include/xray/xray_interface.h b/include/xray/xray_interface.h index ba4c0e81269dd..410515d2373af 100644 --- a/include/xray/xray_interface.h +++ b/include/xray/xray_interface.h @@ -1,9 +1,8 @@ //===- xray_interface.h -----------------------------------------*- 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 // //===----------------------------------------------------------------------===// // diff --git a/include/xray/xray_log_interface.h b/include/xray/xray_log_interface.h index 399467860e734..2e91b7e196261 100644 --- a/include/xray/xray_log_interface.h +++ b/include/xray/xray_log_interface.h @@ -1,9 +1,8 @@ //===-- xray_log_interface.h ----------------------------------------------===// // -// 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 // //===----------------------------------------------------------------------===// // diff --git a/include/xray/xray_records.h b/include/xray/xray_records.h index 8cfdeee8cf2bb..89ccb4df2bde6 100644 --- a/include/xray/xray_records.h +++ b/include/xray/xray_records.h @@ -1,9 +1,8 @@ //===-- xray_records.h ------------------------------------------*- 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 // //===----------------------------------------------------------------------===// // |