Added copyright header to all C++ source files.
[oota-llvm.git] / tools / llc / llc.cpp
index 4a39ef4074c4e15512905dd6bd62da20345c4031..ed99c1c4080a8e92e83d62f7b5f75e723cd647dd 100644 (file)
@@ -1,4 +1,12 @@
 //===-- llc.cpp - Implement the LLVM Native Code Generator ----------------===//
+// 
+//                     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 is the llc code generator.
 //