Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Transforms / IPO.h
index 0da65307529e6f8484459010332646e9be3336df..a3c051fe37c339e78ad680dfe40f1e1dba8d865e 100644 (file)
@@ -1,4 +1,11 @@
 //===- llvm/Transforms/IPO.h - Interprocedural Transformations --*- 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 header file defines prototypes for accessor functions that expose passes
 // in the IPO transformations library.