Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46198d4

Browse files
committedMar 1, 2013
Add the standard LLVM copyright notice to the top of
these two new files. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@176312 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 88f7e75 commit 46198d4

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed
 

‎tools/debugserver/source/libdebugserver.cpp

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
/*
2-
* libdebugserver.cpp
3-
* debugserver
4-
*
5-
* Copyright 2008-2012 Apple Inc. All rights reserved.
6-
*
7-
*/
1+
//===-- libdebugserver.cpp --------------------------------------*- C++ -*-===//
2+
//
3+
// The LLVM Compiler Infrastructure
4+
//
5+
// This file is distributed under the University of Illinois Open Source
6+
// License. See LICENSE.TXT for details.
7+
//
8+
//===----------------------------------------------------------------------===//
89

910
#include <sys/socket.h>
1011
#include <sys/types.h>

‎tools/debugserver/source/libdebugserver.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//===-- libdebugserver.h ----------------------------------------*- C++ -*-===//
2+
//
3+
// The LLVM Compiler Infrastructure
4+
//
5+
// This file is distributed under the University of Illinois Open Source
6+
// License. See LICENSE.TXT for details.
7+
//
8+
//===----------------------------------------------------------------------===//
19

210
#ifndef debugserver_libdebugserver_h
311
#define debugserver_libdebugserver_h

0 commit comments

Comments
 (0)
This repository has been archived.