Update files to the new header that were incorrectly landed with the old
authorChandler Carruth <chandlerc@gmail.com>
Mon, 11 Feb 2019 08:03:41 +0000 (08:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 11 Feb 2019 08:03:41 +0000 (08:03 +0000)
one.

llvm-svn: 353663

lldb/source/API/SBReproducer.cpp
lldb/source/API/SBReproducerPrivate.h

index f453f8c..12303f7 100644 (file)
@@ -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
 //
 //===----------------------------------------------------------------------===//
 
index b550f5e..c99faff 100644 (file)
@@ -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
 //
 //===----------------------------------------------------------------------===//