Added copyright header to all C++ source files.
[oota-llvm.git] / tools / opt / AnalysisWrappers.cpp
index aa4e829fe5ae08fb3baeaa8e632ad82d700f1856..57913770bf266b4cf6ce2d703b9002092f977dbf 100644 (file)
@@ -1,4 +1,12 @@
 //===- AnalysisWrappers.cpp - Wrappers around non-pass analyses -----------===//
+// 
+//                     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 pass wrappers around LLVM analyses that don't make sense to
 // be passes.  It provides a nice standard pass interface to these classes so