[llvm-commits] CVS: llvm/lib/ExecutionEngine/ExecutionEngine.cpp

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 14:45:09 PDT 2003


Changes in directory llvm/lib/ExecutionEngine:

ExecutionEngine.cpp updated: 1.34 -> 1.35

---
Log message:

Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.



---
Diffs of the changes:  (+7 -0)

Index: llvm/lib/ExecutionEngine/ExecutionEngine.cpp
diff -u llvm/lib/ExecutionEngine/ExecutionEngine.cpp:1.34 llvm/lib/ExecutionEngine/ExecutionEngine.cpp:1.35
--- llvm/lib/ExecutionEngine/ExecutionEngine.cpp:1.34	Fri Oct 17 13:31:59 2003
+++ llvm/lib/ExecutionEngine/ExecutionEngine.cpp	Mon Oct 20 14:43:16 2003
@@ -1,5 +1,12 @@
 //===-- ExecutionEngine.cpp - Common Implementation shared by EEs ---------===//
 // 
+//                     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 common interface used by the various execution engine
 // subclasses.
 //





More information about the llvm-commits mailing list