Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / AliasAnalysis.cpp
index a85d28daf2bf61fe82a6c97c690a6219248774ba..3acdf7841da775e93cf081920427043a88de6846 100644 (file)
@@ -1,4 +1,11 @@
 //===- AliasAnalysis.cpp - Generic Alias Analysis Interface Implementation -==//
+// 
+//                     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 the generic AliasAnalysis interface which is used as the
 // common interface used by all clients and implementations of alias analysis.