Add the standard LLVM copyright notice to the top of
these two new files.

llvm-svn: 176312
diff --git a/lldb/tools/debugserver/source/libdebugserver.cpp b/lldb/tools/debugserver/source/libdebugserver.cpp
index 779deba..ab625fb 100644
--- a/lldb/tools/debugserver/source/libdebugserver.cpp
+++ b/lldb/tools/debugserver/source/libdebugserver.cpp
@@ -1,10 +1,11 @@
-/*
- *  libdebugserver.cpp
- *  debugserver
- *
- *  Copyright 2008-2012 Apple Inc. All rights reserved.
- *
- */
+//===-- libdebugserver.cpp --------------------------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 
 #include <sys/socket.h>
 #include <sys/types.h>