Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / BasicAliasAnalysis.cpp
index 9aa885e9ef10cb8a02d92035cba6c967912bcadd..e60922ac0497278db7f361db83ebac476c0a0c3a 100644 (file)
@@ -1,4 +1,11 @@
 //===- llvm/Analysis/BasicAliasAnalysis.h - Alias Analysis Impl -*- 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 default implementation of the Alias Analysis interface
 // that simply implements a few identities (two different globals cannot alias,