summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/LeakDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/Support/LeakDetector.h')
-rw-r--r--llvm/include/Support/LeakDetector.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/include/Support/LeakDetector.h b/llvm/include/Support/LeakDetector.h
index 4c682be500f..b39e0b59110 100644
--- a/llvm/include/Support/LeakDetector.h
+++ b/llvm/include/Support/LeakDetector.h
@@ -1,4 +1,11 @@
//===-- Support/LeakDetector.h - Provide simple leak detection --*- C++ -*-===//
+//
+// 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 defines a class that can be used to provide very simple memory leak
// checks for an API. Basically LLVM uses this to make sure that Instructions,
OpenPOWER on IntegriCloud