summaryrefslogtreecommitdiff
path: root/lib/Support/LeakDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/LeakDetector.cpp')
-rw-r--r--lib/Support/LeakDetector.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Support/LeakDetector.cpp b/lib/Support/LeakDetector.cpp
index ecc4868d2e..24c946ab6e 100644
--- a/lib/Support/LeakDetector.cpp
+++ b/lib/Support/LeakDetector.cpp
@@ -1,4 +1,11 @@
//===-- LeakDetector.cpp - Implement LeakDetector interface ---------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
//
// This file implements the LeakDetector class.
//