summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-perf/lib/MemoryGauge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-perf/lib/MemoryGauge.cpp')
-rw-r--r--lldb/tools/lldb-perf/lib/MemoryGauge.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/lldb/tools/lldb-perf/lib/MemoryGauge.cpp b/lldb/tools/lldb-perf/lib/MemoryGauge.cpp
index 969910408c2..30b587d06ba 100644
--- a/lldb/tools/lldb-perf/lib/MemoryGauge.cpp
+++ b/lldb/tools/lldb-perf/lib/MemoryGauge.cpp
@@ -1,10 +1,11 @@
+//===-- MemoryGauge.cpp -----------------------------------------*- C++ -*-===//
//
-// MemoryGauge.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 "MemoryGauge.h"
#include <assert.h>
OpenPOWER on IntegriCloud