diff options
Diffstat (limited to 'libsanitizer/asan/asan_suppressions.h')
-rw-r--r-- | libsanitizer/asan/asan_suppressions.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libsanitizer/asan/asan_suppressions.h b/libsanitizer/asan/asan_suppressions.h index 331d7224548..121d4ddf187 100644 --- a/libsanitizer/asan/asan_suppressions.h +++ b/libsanitizer/asan/asan_suppressions.h @@ -1,13 +1,14 @@ //===-- asan_suppressions.h -------------------------------------*- C++ -*-===// // -// 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 // //===----------------------------------------------------------------------===// // // This file is a part of AddressSanitizer, an address sanity checker. // -// ASan-private header for asan_suppressions.cc. +// ASan-private header for asan_suppressions.cpp. //===----------------------------------------------------------------------===// #ifndef ASAN_SUPPRESSIONS_H #define ASAN_SUPPRESSIONS_H |