forked from OSchip/llvm-project
Add the standard LLVM copyright notice to the top of
these two new files. llvm-svn: 176312
This commit is contained in:
parent
732238cdd7
commit
bd2d88d60f
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
//===-- libdebugserver.h ----------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef debugserver_libdebugserver_h
|
||||
#define debugserver_libdebugserver_h
|
||||
|
|
Loading…
Reference in New Issue