diff options
Diffstat (limited to 'compiler-rt/utils/generate_netbsd_ioctls.awk')
-rwxr-xr-x | compiler-rt/utils/generate_netbsd_ioctls.awk | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/compiler-rt/utils/generate_netbsd_ioctls.awk b/compiler-rt/utils/generate_netbsd_ioctls.awk index 82b19921437..dbd97869581 100755 --- a/compiler-rt/utils/generate_netbsd_ioctls.awk +++ b/compiler-rt/utils/generate_netbsd_ioctls.awk @@ -2,10 +2,9 @@ #===-- generate_netbsd_ioctls.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 # #===------------------------------------------------------------------------===# # @@ -256,10 +255,9 @@ END { pcmd("//===-- sanitizer_interceptors_ioctl_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("//") |