diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-10-20 22:29:16 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 22:29:16 +0000 |
| commit | abe5cdcf2142c0f0352e139e503b9606e2594191 (patch) | |
| tree | 27930ac780aa3184e141046e492a9995ad6450dd /llvm/tools/llvm-as | |
| parent | ac028f18aff5f5a4e795ff18772c6c1ed547c592 (diff) | |
| download | bcm5719-llvm-abe5cdcf2142c0f0352e139e503b9606e2594191.tar.gz bcm5719-llvm-abe5cdcf2142c0f0352e139e503b9606e2594191.zip | |
Added LLVM copyright to Makefiles.
llvm-svn: 9314
Diffstat (limited to 'llvm/tools/llvm-as')
| -rw-r--r-- | llvm/tools/llvm-as/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/tools/llvm-as/Makefile b/llvm/tools/llvm-as/Makefile index eea87f9bcf2..28e90f620ec 100644 --- a/llvm/tools/llvm-as/Makefile +++ b/llvm/tools/llvm-as/Makefile @@ -1,3 +1,11 @@ +##===- tools/llvm-as/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 = llvm-as USEDLIBS = asmparser bcwriter vmcore support.a |

