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

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


Changes in directory llvm/tools/llvm-link:

llvm-link.cpp updated: 1.30 -> 1.31

---
Log message:

Added copyright header to all C++ source files.



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

Index: llvm/tools/llvm-link/llvm-link.cpp
diff -u llvm/tools/llvm-link/llvm-link.cpp:1.30 llvm/tools/llvm-link/llvm-link.cpp:1.31
--- llvm/tools/llvm-link/llvm-link.cpp:1.30	Fri Oct 10 12:56:21 2003
+++ llvm/tools/llvm-link/llvm-link.cpp	Mon Oct 20 12:47:19 2003
@@ -1,4 +1,12 @@
 //===- llvm-link.cpp - Low-level LLVM linker ------------------------------===//
+// 
+//                     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 may be invoked in the following manner:
 //  llvm-link a.bc b.bc c.bc -o x.bc





More information about the llvm-commits mailing list