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

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


Changes in directory llvm/tools/llvm-as:

llvm-as.cpp updated: 1.22 -> 1.23

---
Log message:

Added copyright header to all C++ source files.



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

Index: llvm/tools/llvm-as/llvm-as.cpp
diff -u llvm/tools/llvm-as/llvm-as.cpp:1.22 llvm/tools/llvm-as/llvm-as.cpp:1.23
--- llvm/tools/llvm-as/llvm-as.cpp:1.22	Fri Oct 10 12:56:09 2003
+++ llvm/tools/llvm-as/llvm-as.cpp	Mon Oct 20 12:47:17 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 'AS' UTILITY 
 //
 //  This utility may be invoked in the following manner:





More information about the llvm-commits mailing list