summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-02-07 17:16:25 +0000
committerPavel Labath <pavel@labath.sk>2019-02-07 17:16:25 +0000
commitbae220ce9c2b774e06bb0e811ccb0d7a018c526f (patch)
treeceaee9df8304878186b9b6814416d564689b2dc5
parent24e60819f6bb413a7a1063f715c50a1af272cc52 (diff)
downloadbcm5719-llvm-bae220ce9c2b774e06bb0e811ccb0d7a018c526f.tar.gz
bcm5719-llvm-bae220ce9c2b774e06bb0e811ccb0d7a018c526f.zip
Fix headers for files added in r353047
I started working on that patch before the headers were updated. Since they were new files, I didn't get any conflicts during rebase. llvm-svn: 353429
-rw-r--r--lldb/unittests/Host/FileActionTest.cpp7
-rw-r--r--lldb/unittests/Host/ProcessInfoTest.cpp7
-rw-r--r--lldb/unittests/Host/ProcessLaunchInfoTest.cpp7
3 files changed, 9 insertions, 12 deletions
diff --git a/lldb/unittests/Host/FileActionTest.cpp b/lldb/unittests/Host/FileActionTest.cpp
index abe4408427c..ee1c0a39755 100644
--- a/lldb/unittests/Host/FileActionTest.cpp
+++ b/lldb/unittests/Host/FileActionTest.cpp
@@ -1,9 +1,8 @@
//===-- FileActionTest.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/lldb/unittests/Host/ProcessInfoTest.cpp b/lldb/unittests/Host/ProcessInfoTest.cpp
index 93dffe38090..1dbf57bed7e 100644
--- a/lldb/unittests/Host/ProcessInfoTest.cpp
+++ b/lldb/unittests/Host/ProcessInfoTest.cpp
@@ -1,9 +1,8 @@
//===-- ProcessInfoTest.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/lldb/unittests/Host/ProcessLaunchInfoTest.cpp b/lldb/unittests/Host/ProcessLaunchInfoTest.cpp
index 8a42265453b..40b45c559f0 100644
--- a/lldb/unittests/Host/ProcessLaunchInfoTest.cpp
+++ b/lldb/unittests/Host/ProcessLaunchInfoTest.cpp
@@ -1,9 +1,8 @@
//===-- ProcessLaunchInfoTest.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
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud