Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Bytecode / WriteBytecodePass.h
index 1006cb6939af01c149bcae5be11b1b898f6c2ddd..ba8bc71c4c59a094c0d67d52ff5928222a57da54 100644 (file)
@@ -1,4 +1,11 @@
 //===- llvm/Bytecode/WriteBytecodePass.h - Bytecode Writer Pass -*- 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 a simple pass to write the working module to a file after
 // pass processing is completed.