Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Support / Debug.cpp
index f87cddfe4e84a54c93fdbd94c34a0ead3498fc10..895abbb1f76d28497ce7bbc7ea350e69237ab3ee 100644 (file)
@@ -1,4 +1,11 @@
 //===-- Debug.cpp - An easy way to add debug output to your code ----------===//
+// 
+//                     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 a handle way of adding debugging information to your
 // code, without it being enabled all of the time, and without having to add