Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / ConstantsScanner.h
index 1d7167673248c4c37ba338d1429182c5eb97abbe..c7efd76cef99cccec99ddb24b0a63f91cab4cc3f 100644 (file)
@@ -1,4 +1,11 @@
 //==- llvm/Analysis/ConstantsScanner.h - Iterate over constants -*- 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 class implements an iterator to walk through the constants referenced by
 // a method.  This is used by the Bytecode & Assembly writers to build constant