Add the standard LLVM copyright notice to the top of

these two new files.

llvm-svn: 176312
This commit is contained in:
Jason Molenda 2013-03-01 00:11:36 +00:00
parent 732238cdd7
commit bd2d88d60f
2 changed files with 16 additions and 7 deletions

View File

@ -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>

View File

@ -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