summaryrefslogtreecommitdiff
path: root/unittests/Interpreter
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Interpreter')
-rw-r--r--unittests/Interpreter/TestCompletion.cpp7
-rw-r--r--unittests/Interpreter/TestOptionArgParser.cpp7
2 files changed, 6 insertions, 8 deletions
diff --git a/unittests/Interpreter/TestCompletion.cpp b/unittests/Interpreter/TestCompletion.cpp
index 6cd4f6824..8159606f2 100644
--- a/unittests/Interpreter/TestCompletion.cpp
+++ b/unittests/Interpreter/TestCompletion.cpp
@@ -1,9 +1,8 @@
//===-- TestCompletion.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/Interpreter/TestOptionArgParser.cpp b/unittests/Interpreter/TestOptionArgParser.cpp
index d0431b02a..921a5461f 100644
--- a/unittests/Interpreter/TestOptionArgParser.cpp
+++ b/unittests/Interpreter/TestOptionArgParser.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
//
//===----------------------------------------------------------------------===//