[llvm-commits] CVS: llvm/lib/Transforms/Hello/Hello.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 14:44:40 PDT 2003
Changes in directory llvm/lib/Transforms/Hello:
Hello.cpp updated: 1.1 -> 1.2
---
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/Transforms/Hello/Hello.cpp
diff -u llvm/lib/Transforms/Hello/Hello.cpp:1.1 llvm/lib/Transforms/Hello/Hello.cpp:1.2
--- llvm/lib/Transforms/Hello/Hello.cpp:1.1 Thu Aug 8 15:10:37 2002
+++ llvm/lib/Transforms/Hello/Hello.cpp Mon Oct 20 14:43:18 2003
@@ -1,4 +1,11 @@
//===- Hello.cpp - Example code from "Writing an LLVM Pass" ---------------===//
+//
+// 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 two versions of the LLVM "Hello World" pass described
// in docs/WritingAnLLVMPass.html
More information about the llvm-commits
mailing list