[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 12:48:03 PDT 2003
Changes in directory llvm/tools/gccas:
gccas.cpp updated: 1.80 -> 1.81
---
Log message:
Added copyright header to all C++ source files.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/gccas/gccas.cpp
diff -u llvm/tools/gccas/gccas.cpp:1.80 llvm/tools/gccas/gccas.cpp:1.81
--- llvm/tools/gccas/gccas.cpp:1.80 Thu Oct 16 11:50:34 2003
+++ llvm/tools/gccas/gccas.cpp Mon Oct 20 12:47:09 2003
@@ -1,4 +1,12 @@
//===-- gccas.cpp - The "optimizing assembler" used by the GCC frontend ---===//
+//
+// 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 is designed to be used by the GCC frontend for creating bytecode
// files from its intermediate LLVM assembly. The requirements for this utility
More information about the llvm-commits
mailing list