diff options
Diffstat (limited to 'llvm/unittests/Object')
-rw-r--r-- | llvm/unittests/Object/SymbolSizeTest.cpp | 7 | ||||
-rw-r--r-- | llvm/unittests/Object/SymbolicFileTest.cpp | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/llvm/unittests/Object/SymbolSizeTest.cpp b/llvm/unittests/Object/SymbolSizeTest.cpp index ad9c40b986d..41269a61116 100644 --- a/llvm/unittests/Object/SymbolSizeTest.cpp +++ b/llvm/unittests/Object/SymbolSizeTest.cpp @@ -1,9 +1,8 @@ //===- SymbolSizeTest.cpp - Tests for SymbolSize.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 // //===----------------------------------------------------------------------===// diff --git a/llvm/unittests/Object/SymbolicFileTest.cpp b/llvm/unittests/Object/SymbolicFileTest.cpp index ec954e5e67d..3fc5d540e21 100644 --- a/llvm/unittests/Object/SymbolicFileTest.cpp +++ b/llvm/unittests/Object/SymbolicFileTest.cpp @@ -1,9 +1,8 @@ //===- SymbolicFileTest.cpp - Tests for SymbolicFile.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 // //===----------------------------------------------------------------------===// |