diff options
author | Greg Clayton <gclayton@apple.com> | 2013-03-21 03:39:51 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-03-21 03:39:51 +0000 |
commit | 5dbe5d4b62328fa7f7f43643d9e69ba00db2dedf (patch) | |
tree | 2948fff6b85867bc853325f554a84fde9d5e8134 /lldb/tools/lldb-perf/lib/Xcode.h | |
parent | 5635f77a99ff796af8d4ff595e8ad1bb2ae2bcfb (diff) | |
download | bcm5719-llvm-5dbe5d4b62328fa7f7f43643d9e69ba00db2dedf.tar.gz bcm5719-llvm-5dbe5d4b62328fa7f7f43643d9e69ba00db2dedf.zip |
Add correct file headers to all source files.
llvm-svn: 177625
Diffstat (limited to 'lldb/tools/lldb-perf/lib/Xcode.h')
-rw-r--r-- | lldb/tools/lldb-perf/lib/Xcode.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lldb/tools/lldb-perf/lib/Xcode.h b/lldb/tools/lldb-perf/lib/Xcode.h index 1799fc9703a..77e02536937 100644 --- a/lldb/tools/lldb-perf/lib/Xcode.h +++ b/lldb/tools/lldb-perf/lib/Xcode.h @@ -1,10 +1,11 @@ +//===-- Xcode.h -------------------------------------------------*- C++ -*-===// // -// Xcode.h -// PerfTestDriver +// The LLVM Compiler Infrastructure // -// Created by Enrico Granata on 3/6/13. -// Copyright (c) 2013 Apple Inc. All rights reserved. +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // +//===----------------------------------------------------------------------===// #ifndef __PerfTestDriver__Xcode__ #define __PerfTestDriver__Xcode__ |