summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-perf/darwin/formatters
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-03-21 03:39:51 +0000
committerGreg Clayton <gclayton@apple.com>2013-03-21 03:39:51 +0000
commit5dbe5d4b62328fa7f7f43643d9e69ba00db2dedf (patch)
tree2948fff6b85867bc853325f554a84fde9d5e8134 /lldb/tools/lldb-perf/darwin/formatters
parent5635f77a99ff796af8d4ff595e8ad1bb2ae2bcfb (diff)
downloadbcm5719-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/darwin/formatters')
-rw-r--r--lldb/tools/lldb-perf/darwin/formatters/fmts_tester.mm10
-rw-r--r--lldb/tools/lldb-perf/darwin/formatters/formatters.cpp9
2 files changed, 15 insertions, 4 deletions
diff --git a/lldb/tools/lldb-perf/darwin/formatters/fmts_tester.mm b/lldb/tools/lldb-perf/darwin/formatters/fmts_tester.mm
index bfbc54e189f..57ce008297d 100644
--- a/lldb/tools/lldb-perf/darwin/formatters/fmts_tester.mm
+++ b/lldb/tools/lldb-perf/darwin/formatters/fmts_tester.mm
@@ -1,3 +1,13 @@
+//===-- fmts_tester.cpp -----------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+
#import <Cocoa/Cocoa.h>
#include <vector>
#include <list>
diff --git a/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp b/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp
index 846bdb7e821..1a2f8e4195e 100644
--- a/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp
+++ b/lldb/tools/lldb-perf/darwin/formatters/formatters.cpp
@@ -1,10 +1,11 @@
+//===-- formatters.cpp ------------------------------------------*- C++ -*-===//
//
-// main.cpp
-// 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.
//
+//===----------------------------------------------------------------------===//
#include <CoreFoundation/CoreFoundation.h>
OpenPOWER on IntegriCloud