Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / PassSupport.h
index 71bbbbd5226fc760675e1731f7347000ba1a1329..78798e91db3ed93595fb5a4be64448ecbe8af99f 100644 (file)
@@ -1,4 +1,11 @@
 //===- llvm/PassSupport.h - Pass Support code -------------------*- 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 stuff that is used to define and "use" Passes.  This file
 // is automatically #included by Pass.h, so: