[Lldb-commits] [lldb] r353663 - Update files to the new header that were incorrectly landed with the old

Chandler Carruth via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 11 00:03:42 PST 2019


Author: chandlerc
Date: Mon Feb 11 00:03:41 2019
New Revision: 353663

URL: http://llvm.org/viewvc/llvm-project?rev=353663&view=rev
Log:
Update files to the new header that were incorrectly landed with the old
one.

Modified:
    lldb/trunk/source/API/SBReproducer.cpp
    lldb/trunk/source/API/SBReproducerPrivate.h

Modified: lldb/trunk/source/API/SBReproducer.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SBReproducer.cpp?rev=353663&r1=353662&r2=353663&view=diff
==============================================================================
--- lldb/trunk/source/API/SBReproducer.cpp (original)
+++ lldb/trunk/source/API/SBReproducer.cpp Mon Feb 11 00:03:41 2019
@@ -1,9 +1,8 @@
 //===-- SBReproducer.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/source/API/SBReproducerPrivate.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SBReproducerPrivate.h?rev=353663&r1=353662&r2=353663&view=diff
==============================================================================
--- lldb/trunk/source/API/SBReproducerPrivate.h (original)
+++ lldb/trunk/source/API/SBReproducerPrivate.h Mon Feb 11 00:03:41 2019
@@ -1,10 +1,9 @@
 //===-- SBReproducerPrivate.h -----------------------------------*- 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