[llvm-commits] CVS: llvm/examples/ModuleMaker/ModuleMaker.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 15 07:46:39 PST 2005



Changes in directory llvm/examples/ModuleMaker:

ModuleMaker.cpp updated: 1.4 -> 1.5
---
Log message:

add missing copyright header


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

 ModuleMaker.cpp |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm/examples/ModuleMaker/ModuleMaker.cpp
diff -u llvm/examples/ModuleMaker/ModuleMaker.cpp:1.4 llvm/examples/ModuleMaker/ModuleMaker.cpp:1.5
--- llvm/examples/ModuleMaker/ModuleMaker.cpp:1.4	Sat Sep 11 15:30:11 2004
+++ llvm/examples/ModuleMaker/ModuleMaker.cpp	Tue Mar 15 09:46:23 2005
@@ -1,4 +1,11 @@
 //===- examples/ModuleMaker/ModuleMaker.cpp - Example project ---*- 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 programs is a simple example that creates an LLVM module "from scratch",
 // emitting it as a bytecode file to standard out.  This is just to show how






More information about the llvm-commits mailing list