diff options
Diffstat (limited to 'lldb/source/Host')
| -rw-r--r-- | lldb/source/Host/common/GetOptInc.cpp | 9 | ||||
| -rw-r--r-- | lldb/source/Host/common/MonitoringProcessLauncher.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Host/common/ProcessRunLock.cpp | 9 | ||||
| -rw-r--r-- | lldb/source/Host/common/TCPSocket.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Host/common/UDPSocket.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Host/windows/ProcessRunLock.cpp | 9 |
7 files changed, 31 insertions, 4 deletions
diff --git a/lldb/source/Host/common/GetOptInc.cpp b/lldb/source/Host/common/GetOptInc.cpp index 231e9916a9d..1d9b3174373 100644 --- a/lldb/source/Host/common/GetOptInc.cpp +++ b/lldb/source/Host/common/GetOptInc.cpp @@ -1,3 +1,12 @@ +//===-- GetOptInc.cpp -------------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "lldb/Host/common/GetOptInc.h" #if defined(REPLACE_GETOPT) || defined(REPLACE_GETOPT_LONG) || \ diff --git a/lldb/source/Host/common/MonitoringProcessLauncher.cpp b/lldb/source/Host/common/MonitoringProcessLauncher.cpp index cb342e71cec..ae98cc83379 100644 --- a/lldb/source/Host/common/MonitoringProcessLauncher.cpp +++ b/lldb/source/Host/common/MonitoringProcessLauncher.cpp @@ -1,4 +1,4 @@ -//===-- ProcessLauncherWindows.cpp ------------------------------*- C++ -*-===// +//===-- MonitoringProcessLauncher.cpp ---------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp b/lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp index 3590c681010..5ff596b5769 100644 --- a/lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp +++ b/lldb/source/Host/common/NativeRegisterContextRegisterInfo.cpp @@ -1,4 +1,4 @@ -//===-- NativeRegisterContex.cpp --------------------------------*- C++ -*-===// +//===-- NativeRegisterContextRegisterInfo.cpp -------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lldb/source/Host/common/ProcessRunLock.cpp b/lldb/source/Host/common/ProcessRunLock.cpp index aa3549512bd..48dcd62bb93 100644 --- a/lldb/source/Host/common/ProcessRunLock.cpp +++ b/lldb/source/Host/common/ProcessRunLock.cpp @@ -1,3 +1,12 @@ +//===-- ProcessRunLock.cpp --------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #ifndef _WIN32 #include "lldb/Host/ProcessRunLock.h" diff --git a/lldb/source/Host/common/TCPSocket.cpp b/lldb/source/Host/common/TCPSocket.cpp index 52d23224ddc..9685ceeeadf 100644 --- a/lldb/source/Host/common/TCPSocket.cpp +++ b/lldb/source/Host/common/TCPSocket.cpp @@ -1,4 +1,4 @@ -//===-- TcpSocket.cpp -------------------------------------------*- C++ -*-===// +//===-- TCPSocket.cpp -------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lldb/source/Host/common/UDPSocket.cpp b/lldb/source/Host/common/UDPSocket.cpp index 0a5fe960b2a..972f87eb73d 100644 --- a/lldb/source/Host/common/UDPSocket.cpp +++ b/lldb/source/Host/common/UDPSocket.cpp @@ -1,4 +1,4 @@ -//===-- UdpSocket.cpp -------------------------------------------*- C++ -*-===// +//===-- UDPSocket.cpp -------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lldb/source/Host/windows/ProcessRunLock.cpp b/lldb/source/Host/windows/ProcessRunLock.cpp index a2127d644ab..40a32122540 100644 --- a/lldb/source/Host/windows/ProcessRunLock.cpp +++ b/lldb/source/Host/windows/ProcessRunLock.cpp @@ -1,3 +1,12 @@ +//===-- ProcessRunLock.cpp --------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "lldb/Host/ProcessRunLock.h" #include "lldb/Host/windows/windows.h" |

