Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / Verifier.cpp
index 5c70b93fc511a81793b3e887e922afa079311fb0..14c14f3c089cddc4f71a6621d9e605c0dcbd40a6 100644 (file)
@@ -1,4 +1,11 @@
 //===-- Verifier.cpp - Implement the Module Verifier -------------*- 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 function verifier interface, that can be used for some
 // sanity checking of input to the system.