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

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


Changes in directory llvm/tools/llvm-ar:

llvm-ar.cpp updated: 1.5 -> 1.6

---
Log message:

Added copyright header to all C++ source files.



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

Index: llvm/tools/llvm-ar/llvm-ar.cpp
diff -u llvm/tools/llvm-ar/llvm-ar.cpp:1.5 llvm/tools/llvm-ar/llvm-ar.cpp:1.6
--- llvm/tools/llvm-ar/llvm-ar.cpp:1.5	Fri Oct 10 13:47:08 2003
+++ llvm/tools/llvm-ar/llvm-ar.cpp	Mon Oct 20 12:47:15 2003
@@ -1,4 +1,12 @@
 //===-- tools/llvm-ar/llvm-ar.cpp - LLVM archive librarian 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.
+// 
+//===----------------------------------------------------------------------===//
+// 
 //
 // Builds up standard unix archive files (.a) containing LLVM bytecode.
 //





More information about the llvm-commits mailing list