Skip to content

Commit 023f999

Browse files
committed
Update files to the new header that were incorrectly landed with the old
one. llvm-svn: 353663
1 parent dac20a8 commit 023f999

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

lldb/source/API/SBReproducer.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//===-- SBReproducer.cpp ----------------------------------------*- C++ -*-===//
22
//
3-
// The LLVM Compiler Infrastructure
4-
//
5-
// This file is distributed under the University of Illinois Open Source
6-
// License. See LICENSE.TXT for details.
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
//
87
//===----------------------------------------------------------------------===//
98

lldb/source/API/SBReproducerPrivate.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
//===-- SBReproducerPrivate.h -----------------------------------*- C++ -*-===//
22
//
33
//
4-
// The LLVM Compiler Infrastructure
5-
//
6-
// This file is distributed under the University of Illinois Open Source
7-
// License. See LICENSE.TXT for details.
4+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5+
// See https://llvm.org/LICENSE.txt for license information.
6+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
87
//
98
//===----------------------------------------------------------------------===//
109

0 commit comments

Comments
 (0)