summaryrefslogtreecommitdiff
path: root/unittests/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Utility')
-rw-r--r--unittests/Utility/AnsiTerminalTest.cpp7
-rw-r--r--unittests/Utility/ArchSpecTest.cpp7
-rw-r--r--unittests/Utility/ArgsTest.cpp7
-rw-r--r--unittests/Utility/BroadcasterTest.cpp7
-rw-r--r--unittests/Utility/CleanUpTest.cpp7
-rw-r--r--unittests/Utility/CompletionRequestTest.cpp7
-rw-r--r--unittests/Utility/ConstStringTest.cpp7
-rw-r--r--unittests/Utility/DataExtractorTest.cpp7
-rw-r--r--unittests/Utility/EnvironmentTest.cpp7
-rw-r--r--unittests/Utility/EventTest.cpp7
-rw-r--r--unittests/Utility/FileSpecTest.cpp7
-rw-r--r--unittests/Utility/FlagsTest.cpp7
-rw-r--r--unittests/Utility/ListenerTest.cpp7
-rw-r--r--unittests/Utility/LogTest.cpp7
-rw-r--r--unittests/Utility/NameMatchesTest.cpp7
-rw-r--r--unittests/Utility/OptionsWithRawTest.cpp7
-rw-r--r--unittests/Utility/PredicateTest.cpp7
-rw-r--r--unittests/Utility/RegisterValueTest.cpp7
-rw-r--r--unittests/Utility/ReproducerTest.cpp7
-rw-r--r--unittests/Utility/ScalarTest.cpp7
-rw-r--r--unittests/Utility/StateTest.cpp7
-rw-r--r--unittests/Utility/StatusTest.cpp7
-rw-r--r--unittests/Utility/StreamTeeTest.cpp7
-rw-r--r--unittests/Utility/StreamTest.cpp7
-rw-r--r--unittests/Utility/StringLexerTest.cpp7
-rw-r--r--unittests/Utility/StringListTest.cpp7
-rw-r--r--unittests/Utility/StructuredDataTest.cpp7
-rw-r--r--unittests/Utility/TimeoutTest.cpp7
-rw-r--r--unittests/Utility/TimerTest.cpp7
-rw-r--r--unittests/Utility/UUIDTest.cpp7
-rw-r--r--unittests/Utility/VASprintfTest.cpp7
-rw-r--r--unittests/Utility/VMRangeTest.cpp7
32 files changed, 96 insertions, 128 deletions
diff --git a/unittests/Utility/AnsiTerminalTest.cpp b/unittests/Utility/AnsiTerminalTest.cpp
index f2d755db1..59828255a 100644
--- a/unittests/Utility/AnsiTerminalTest.cpp
+++ b/unittests/Utility/AnsiTerminalTest.cpp
@@ -1,9 +1,8 @@
//===-- AnsiTerminalTest.cpp ------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/ArchSpecTest.cpp b/unittests/Utility/ArchSpecTest.cpp
index f226af4b5..4216eb312 100644
--- a/unittests/Utility/ArchSpecTest.cpp
+++ b/unittests/Utility/ArchSpecTest.cpp
@@ -1,9 +1,8 @@
//===-- ArchSpecTest.cpp ----------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/ArgsTest.cpp b/unittests/Utility/ArgsTest.cpp
index 586bbfdf1..ef63ab3f3 100644
--- a/unittests/Utility/ArgsTest.cpp
+++ b/unittests/Utility/ArgsTest.cpp
@@ -1,9 +1,8 @@
//===-- ArgsTest.cpp --------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/BroadcasterTest.cpp b/unittests/Utility/BroadcasterTest.cpp
index 6c9d8771d..72bfd18a7 100644
--- a/unittests/Utility/BroadcasterTest.cpp
+++ b/unittests/Utility/BroadcasterTest.cpp
@@ -1,9 +1,8 @@
//===-- BroadcasterTest.cpp -------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/CleanUpTest.cpp b/unittests/Utility/CleanUpTest.cpp
index 164dc32f7..ce6bc8304 100644
--- a/unittests/Utility/CleanUpTest.cpp
+++ b/unittests/Utility/CleanUpTest.cpp
@@ -1,9 +1,8 @@
//===-- CleanUpTest.cpp -----------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/CompletionRequestTest.cpp b/unittests/Utility/CompletionRequestTest.cpp
index bdf3c4d05..40675dfde 100644
--- a/unittests/Utility/CompletionRequestTest.cpp
+++ b/unittests/Utility/CompletionRequestTest.cpp
@@ -1,9 +1,8 @@
//===-- CompletionRequestTest.cpp -------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/ConstStringTest.cpp b/unittests/Utility/ConstStringTest.cpp
index 2bae89600..9c2f2cf36 100644
--- a/unittests/Utility/ConstStringTest.cpp
+++ b/unittests/Utility/ConstStringTest.cpp
@@ -1,9 +1,8 @@
//===-- ConstStringTest.cpp -------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/DataExtractorTest.cpp b/unittests/Utility/DataExtractorTest.cpp
index 0267f6d14..1a974f26f 100644
--- a/unittests/Utility/DataExtractorTest.cpp
+++ b/unittests/Utility/DataExtractorTest.cpp
@@ -1,9 +1,8 @@
//===-- DataExtractorTest.cpp -----------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/EnvironmentTest.cpp b/unittests/Utility/EnvironmentTest.cpp
index 549154170..7a16a2946 100644
--- a/unittests/Utility/EnvironmentTest.cpp
+++ b/unittests/Utility/EnvironmentTest.cpp
@@ -1,9 +1,8 @@
//===-- EnvironmentTest.cpp -------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/EventTest.cpp b/unittests/Utility/EventTest.cpp
index 57e934ba8..a374350c9 100644
--- a/unittests/Utility/EventTest.cpp
+++ b/unittests/Utility/EventTest.cpp
@@ -1,9 +1,8 @@
//===-- EventTest.cpp -------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/FileSpecTest.cpp b/unittests/Utility/FileSpecTest.cpp
index eae3a09b1..fa9e8d072 100644
--- a/unittests/Utility/FileSpecTest.cpp
+++ b/unittests/Utility/FileSpecTest.cpp
@@ -1,9 +1,8 @@
//===-- FileSpecTest.cpp ----------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/FlagsTest.cpp b/unittests/Utility/FlagsTest.cpp
index ebe3cf463..e26b620f9 100644
--- a/unittests/Utility/FlagsTest.cpp
+++ b/unittests/Utility/FlagsTest.cpp
@@ -1,9 +1,8 @@
//===-- FlagsTest.cpp -------------------===---------------------*- C++ -*-===//
//
-// 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/unittests/Utility/ListenerTest.cpp b/unittests/Utility/ListenerTest.cpp
index fa49c258f..f9fa1efa3 100644
--- a/unittests/Utility/ListenerTest.cpp
+++ b/unittests/Utility/ListenerTest.cpp
@@ -1,9 +1,8 @@
//===-- ListenerTest.cpp ----------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/LogTest.cpp b/unittests/Utility/LogTest.cpp
index e4e5002a7..511724b6a 100644
--- a/unittests/Utility/LogTest.cpp
+++ b/unittests/Utility/LogTest.cpp
@@ -1,9 +1,8 @@
//===-- LogTest.cpp ---------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/NameMatchesTest.cpp b/unittests/Utility/NameMatchesTest.cpp
index 28ae16c7d..b007a1f56 100644
--- a/unittests/Utility/NameMatchesTest.cpp
+++ b/unittests/Utility/NameMatchesTest.cpp
@@ -1,9 +1,8 @@
//===-- NameMatchesTest.cpp -------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/OptionsWithRawTest.cpp b/unittests/Utility/OptionsWithRawTest.cpp
index 0d84fef10..e3541580d 100644
--- a/unittests/Utility/OptionsWithRawTest.cpp
+++ b/unittests/Utility/OptionsWithRawTest.cpp
@@ -1,9 +1,8 @@
//===-- OptionsWithRawTest.cpp ----------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/PredicateTest.cpp b/unittests/Utility/PredicateTest.cpp
index 327dd80b2..45b20c601 100644
--- a/unittests/Utility/PredicateTest.cpp
+++ b/unittests/Utility/PredicateTest.cpp
@@ -1,9 +1,8 @@
//===-- PredicateTest.cpp ---------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/RegisterValueTest.cpp b/unittests/Utility/RegisterValueTest.cpp
index 711bbcb96..d7ed2976b 100644
--- a/unittests/Utility/RegisterValueTest.cpp
+++ b/unittests/Utility/RegisterValueTest.cpp
@@ -1,9 +1,8 @@
//===-- RegisterValueTest.cpp -----------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/ReproducerTest.cpp b/unittests/Utility/ReproducerTest.cpp
index 35a6cd4e6..027b9ddb2 100644
--- a/unittests/Utility/ReproducerTest.cpp
+++ b/unittests/Utility/ReproducerTest.cpp
@@ -1,9 +1,8 @@
//===-- ReproducerTest.cpp --------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/ScalarTest.cpp b/unittests/Utility/ScalarTest.cpp
index e66876bc8..dd778dc2d 100644
--- a/unittests/Utility/ScalarTest.cpp
+++ b/unittests/Utility/ScalarTest.cpp
@@ -1,9 +1,8 @@
//===-- ScalarTest.cpp ------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/StateTest.cpp b/unittests/Utility/StateTest.cpp
index 7a19307bc..5560aa563 100644
--- a/unittests/Utility/StateTest.cpp
+++ b/unittests/Utility/StateTest.cpp
@@ -1,9 +1,8 @@
//===-- StateTest.cpp -------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/StatusTest.cpp b/unittests/Utility/StatusTest.cpp
index 4e0cfb9f4..46e2c8e11 100644
--- a/unittests/Utility/StatusTest.cpp
+++ b/unittests/Utility/StatusTest.cpp
@@ -1,9 +1,8 @@
//===-- StatusTest.cpp ------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/StreamTeeTest.cpp b/unittests/Utility/StreamTeeTest.cpp
index 9fcfbc802..c55006bfb 100644
--- a/unittests/Utility/StreamTeeTest.cpp
+++ b/unittests/Utility/StreamTeeTest.cpp
@@ -1,9 +1,8 @@
//===-- StreamTeeTest.cpp ---------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/StreamTest.cpp b/unittests/Utility/StreamTest.cpp
index 0fdee0969..91750c3eb 100644
--- a/unittests/Utility/StreamTest.cpp
+++ b/unittests/Utility/StreamTest.cpp
@@ -1,9 +1,8 @@
//===-- StreamTest.cpp ------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/StringLexerTest.cpp b/unittests/Utility/StringLexerTest.cpp
index 8084ddd95..b68dc5e06 100644
--- a/unittests/Utility/StringLexerTest.cpp
+++ b/unittests/Utility/StringLexerTest.cpp
@@ -1,9 +1,8 @@
//===-- StringLexerTest.cpp -------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/StringListTest.cpp b/unittests/Utility/StringListTest.cpp
index fcd2da675..7d62631bb 100644
--- a/unittests/Utility/StringListTest.cpp
+++ b/unittests/Utility/StringListTest.cpp
@@ -1,9 +1,8 @@
//===-- StringListTest.cpp ---------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/StructuredDataTest.cpp b/unittests/Utility/StructuredDataTest.cpp
index 878b2022c..44bf6af1b 100644
--- a/unittests/Utility/StructuredDataTest.cpp
+++ b/unittests/Utility/StructuredDataTest.cpp
@@ -1,9 +1,8 @@
//===-- StructuredDataTest.cpp ----------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/TimeoutTest.cpp b/unittests/Utility/TimeoutTest.cpp
index d1002fb84..79d070b10 100644
--- a/unittests/Utility/TimeoutTest.cpp
+++ b/unittests/Utility/TimeoutTest.cpp
@@ -1,9 +1,8 @@
//===-- TimeoutTest.cpp -----------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/TimerTest.cpp b/unittests/Utility/TimerTest.cpp
index 04b715915..960541619 100644
--- a/unittests/Utility/TimerTest.cpp
+++ b/unittests/Utility/TimerTest.cpp
@@ -1,9 +1,8 @@
//===-- TimerTest.cpp -------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/UUIDTest.cpp b/unittests/Utility/UUIDTest.cpp
index e84844116..8ccb27403 100644
--- a/unittests/Utility/UUIDTest.cpp
+++ b/unittests/Utility/UUIDTest.cpp
@@ -1,9 +1,8 @@
//===-- UUIDTest.cpp --------------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/VASprintfTest.cpp b/unittests/Utility/VASprintfTest.cpp
index cb5b25336..a7c146b72 100644
--- a/unittests/Utility/VASprintfTest.cpp
+++ b/unittests/Utility/VASprintfTest.cpp
@@ -1,9 +1,8 @@
//===-- VASprintfTest.cpp ---------------------------------------*- C++ -*-===//
//
-// 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/unittests/Utility/VMRangeTest.cpp b/unittests/Utility/VMRangeTest.cpp
index db35c73c7..54180c3c6 100644
--- a/unittests/Utility/VMRangeTest.cpp
+++ b/unittests/Utility/VMRangeTest.cpp
@@ -1,9 +1,8 @@
//===-- VMRangeTest.cpp -----------------------------------------*- C++ -*-===//
//
-// 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
//
//===----------------------------------------------------------------------===//