Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Bytecode / Writer / InstructionWriter.cpp
index 57012c9df93d4a310a681a27daa6af0147e0f94d..faa576ecb46592e02501f403b8f66045eee41cd4 100644 (file)
@@ -1,4 +1,11 @@
 //===-- InstructionWriter.cpp - Functions for writing instructions --------===//
+// 
+//                     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 routines for encoding instruction opcodes to a 
 // bytecode stream.