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

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


Changes in directory llvm/tools/opt:

opt.cpp updated: 1.83 -> 1.84

---
Log message:

Added copyright header to all C++ source files.



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

Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.83 llvm/tools/opt/opt.cpp:1.84
--- llvm/tools/opt/opt.cpp:1.83	Fri Oct 10 12:56:49 2003
+++ llvm/tools/opt/opt.cpp	Mon Oct 20 12:47:21 2003
@@ -1,4 +1,12 @@
 //===----------------------------------------------------------------------===//
+// 
+//                     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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 // LLVM Modular Optimizer Utility: opt
 //
 // Optimizations may be specified an arbitrary number of times on the command





More information about the llvm-commits mailing list