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

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


Changes in directory llvm/tools/llvm-dis:

llvm-dis.cpp updated: 1.33 -> 1.34

---
Log message:

Added copyright header to all C++ source files.



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

Index: llvm/tools/llvm-dis/llvm-dis.cpp
diff -u llvm/tools/llvm-dis/llvm-dis.cpp:1.33 llvm/tools/llvm-dis/llvm-dis.cpp:1.34
--- llvm/tools/llvm-dis/llvm-dis.cpp:1.33	Fri Oct 10 12:56:36 2003
+++ llvm/tools/llvm-dis/llvm-dis.cpp	Mon Oct 20 12:47:18 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 'DIS' UTILITY 
 //
 // This utility may be invoked in the following manner:





More information about the llvm-commits mailing list