Skip to content

Commit 89c9fee

Browse files
committed
[lldb][NFC] Fix more license headers
Extra characters and one with an incorrect file name.
1 parent 34d80f5 commit 89c9fee

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lldb/include/lldb/API/SBBreakpointName.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- SBBreakpointName.h ------------------------------------------*- C++ -*-===//
1+
//===-- SBBreakpointName.h --------------------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

lldb/include/lldb/Breakpoint/BreakpointName.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- BreakpointName.h --------------------------------------------*- C++ -*-===//
1+
//===-- BreakpointName.h ----------------------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- BreakpointResolverScripted.h -----------------------------*- C++ -*-===//
1+
//===-- BreakpointResolverScripted.h ----------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- ABIWindows_x86_64.h ----------------------------------------*- C++ -*-===//
1+
//===-- ABIWindows_x86_64.h -------------------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- ArchitectureMips.h ---------------------------------------*- C++ -*-===//
1+
//===-- ArchitectureMips.h --------------------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- TypeSystemClang.cpp -----------------------------------------------==='//
1+
//===-- TypeSystemClang.cpp -----------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

lldb/unittests/Disassembler/x86/TestGetControlFlowKindx86.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- TextX86GetControlFlowKind.cpp ------------------------------------------===//
1+
//===-- TestX86GetControlFlowKind.cpp -------------------------------------===//
22

33
//
44
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)