Add the standard LLVM copyright notice to the top of
these two new files. llvm-svn: 176312
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user