diff options
Diffstat (limited to 'llvm/unittests/DebugInfo/MSF')
-rw-r--r-- | llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/DebugInfo/MSF/MSFCommonTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp b/llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp index 16247951804..f327fef52bc 100644 --- a/llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp +++ b/llvm/unittests/DebugInfo/MSF/MSFBuilderTest.cpp @@ -1,9 +1,8 @@ //===- MSFBuilderTest.cpp Tests manipulation of MSF stream metadata ------===// // -// 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/llvm/unittests/DebugInfo/MSF/MSFCommonTest.cpp b/llvm/unittests/DebugInfo/MSF/MSFCommonTest.cpp index ee9ac75d15c..68d087526cc 100644 --- a/llvm/unittests/DebugInfo/MSF/MSFCommonTest.cpp +++ b/llvm/unittests/DebugInfo/MSF/MSFCommonTest.cpp @@ -1,9 +1,8 @@ //===- MSFBuilderTest.cpp Tests manipulation of MSF stream metadata ------===// // -// 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/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp b/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp index 639536e94be..bc127213a3a 100644 --- a/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp +++ b/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/DebugInfo/MSF/MappedBlockStreamTest.cpp --------------===// // -// 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 // //===----------------------------------------------------------------------===// |