[llvm-commits] CVS: llvm/lib/CWriter/Writer.cpp

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


Changes in directory llvm/lib/CWriter:

Writer.cpp updated: 1.135 -> 1.136

---
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/CWriter/Writer.cpp
diff -u llvm/lib/CWriter/Writer.cpp:1.135 llvm/lib/CWriter/Writer.cpp:1.136
--- llvm/lib/CWriter/Writer.cpp:1.135	Sat Oct 18 00:57:43 2003
+++ llvm/lib/CWriter/Writer.cpp	Mon Oct 20 14:43:15 2003
@@ -1,4 +1,11 @@
 //===-- Writer.cpp - Library for converting LLVM code to 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 library converts LLVM code to C code, compilable by GCC.
 //





More information about the llvm-commits mailing list