diff options
Diffstat (limited to 'lldb/source/Host/common/ProcessRunLock.cpp')
-rw-r--r-- | lldb/source/Host/common/ProcessRunLock.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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" |