Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Analysis / AliasAnalysis.h
index f115894bc5aa9c2bb3c9dd11a9d46738b4fbb9df..4ce3f4baf17ad4d3e1f9ea8aafa5b6db3aa1bffd 100644 (file)
@@ -1,4 +1,11 @@
 //===- llvm/Analysis/AliasAnalysis.h - Alias Analysis Interface -*- 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 the generic AliasAnalysis interface, which is used as the
 // common interface used by all clients of alias analysis information, and