[Lldb-commits] [lldb] r353429 - Fix headers for files added in r353047

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 7 09:16:26 PST 2019


Author: labath
Date: Thu Feb  7 09:16:25 2019
New Revision: 353429

URL: http://llvm.org/viewvc/llvm-project?rev=353429&view=rev
Log:
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.

Modified:
    lldb/trunk/unittests/Host/FileActionTest.cpp
    lldb/trunk/unittests/Host/ProcessInfoTest.cpp
    lldb/trunk/unittests/Host/ProcessLaunchInfoTest.cpp

Modified: lldb/trunk/unittests/Host/FileActionTest.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Host/FileActionTest.cpp?rev=353429&r1=353428&r2=353429&view=diff
==============================================================================
--- lldb/trunk/unittests/Host/FileActionTest.cpp (original)
+++ lldb/trunk/unittests/Host/FileActionTest.cpp Thu Feb  7 09:16:25 2019
@@ -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
 //
 //===----------------------------------------------------------------------===//
 

Modified: lldb/trunk/unittests/Host/ProcessInfoTest.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Host/ProcessInfoTest.cpp?rev=353429&r1=353428&r2=353429&view=diff
==============================================================================
--- lldb/trunk/unittests/Host/ProcessInfoTest.cpp (original)
+++ lldb/trunk/unittests/Host/ProcessInfoTest.cpp Thu Feb  7 09:16:25 2019
@@ -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
 //
 //===----------------------------------------------------------------------===//
 

Modified: lldb/trunk/unittests/Host/ProcessLaunchInfoTest.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/unittests/Host/ProcessLaunchInfoTest.cpp?rev=353429&r1=353428&r2=353429&view=diff
==============================================================================
--- lldb/trunk/unittests/Host/ProcessLaunchInfoTest.cpp (original)
+++ lldb/trunk/unittests/Host/ProcessLaunchInfoTest.cpp Thu Feb  7 09:16:25 2019
@@ -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
 //
 //===----------------------------------------------------------------------===//
 




More information about the lldb-commits mailing list