diff options
Diffstat (limited to 'compiler-rt/utils/generate_netbsd_syscalls.awk')
-rwxr-xr-x | compiler-rt/utils/generate_netbsd_syscalls.awk | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/compiler-rt/utils/generate_netbsd_syscalls.awk b/compiler-rt/utils/generate_netbsd_syscalls.awk index ac08025460f..4d12df8935b 100755 --- a/compiler-rt/utils/generate_netbsd_syscalls.awk +++ b/compiler-rt/utils/generate_netbsd_syscalls.awk @@ -2,10 +2,9 @@ #===-- generate_netbsd_syscalls.awk ----------------------------------------===# # -# 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 # #===------------------------------------------------------------------------===# # @@ -226,10 +225,9 @@ END { pcmd("//===-- netbsd_syscall_hooks.h --------------------------------------------===//") pcmd("//") - pcmd("// The LLVM Compiler Infrastructure") - pcmd("//") - pcmd("// This file is distributed under the University of Illinois Open Source") - pcmd("// License. See LICENSE.TXT for details.") + pcmd("// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.") + pcmd("// See https://llvm.org/LICENSE.txt for license information.") + pcmd("// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception") pcmd("//") pcmd("//===----------------------------------------------------------------------===//") pcmd("//") @@ -361,10 +359,9 @@ END { pcmd("//===-- sanitizer_syscalls_netbsd.inc ---------------------------*- C++ -*-===//") pcmd("//") - pcmd("// The LLVM Compiler Infrastructure") - pcmd("//") - pcmd("// This file is distributed under the University of Illinois Open Source") - pcmd("// License. See LICENSE.TXT for details.") + pcmd("// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.") + pcmd("// See https://llvm.org/LICENSE.txt for license information.") + pcmd("// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception") pcmd("//") pcmd("//===----------------------------------------------------------------------===//") pcmd("//") |