[llvm-commits] CVS: llvm/tools/extract/extract.cpp

John Criswell criswell at cs.uiuc.edu
Mon Oct 20 12:48:05 PDT 2003


Changes in directory llvm/tools/extract:

extract.cpp updated: 1.15 -> 1.16

---
Log message:

Added copyright header to all C++ source files.



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

Index: llvm/tools/extract/extract.cpp
diff -u llvm/tools/extract/extract.cpp:1.15 llvm/tools/extract/extract.cpp:1.16
--- llvm/tools/extract/extract.cpp:1.15	Wed Sep 10 14:42:51 2003
+++ llvm/tools/extract/extract.cpp	Mon Oct 20 12:47:08 2003
@@ -1,4 +1,12 @@
 //===- extract.cpp - LLVM function extraction utility ---------------------===//
+// 
+//                     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 utility changes the input module to only contain a single function,
 // which is primarily used for debugging transformations.





More information about the llvm-commits mailing list