[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 12:48:12 PDT 2003
Changes in directory llvm/tools/llvm-nm:
llvm-nm.cpp updated: 1.3 -> 1.4
---
Log message:
Added copyright header to all C++ source files.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.3 llvm/tools/llvm-nm/llvm-nm.cpp:1.4
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.3 Thu Oct 16 13:45:23 2003
+++ llvm/tools/llvm-nm/llvm-nm.cpp Mon Oct 20 12:47:20 2003
@@ -1,4 +1,12 @@
//===-- llvm-nm.cpp - Symbol table dumping utility for llvm ---------------===//
+//
+// 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 program is a utility that works like traditional Unix "nm",
// that is, it prints out the names of symbols in a bytecode file,
More information about the llvm-commits
mailing list