[llvm-commits] CVS: llvm/tools/gccas/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:28:59 PDT 2003
Changes in directory llvm/tools/gccas:
Makefile updated: 1.15 -> 1.16
---
Log message:
Added LLVM copyright to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/tools/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.15 llvm/tools/gccas/Makefile:1.16
--- llvm/tools/gccas/Makefile:1.15 Wed Jan 22 16:14:04 2003
+++ llvm/tools/gccas/Makefile Mon Oct 20 17:27:26 2003
@@ -1,3 +1,11 @@
+##===- tools/gccas/Makefile ------------------------------*- Makefile -*-===##
+#
+# 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.
+#
+##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = gccas
More information about the llvm-commits
mailing list