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 | e2fab734ade8a2e3e8679c11cac7236b920d567b (patch) | |
tree | dbdb3c2c4ddf4ce07d17ef094dec4feb188aae46 /tools/lli/Makefile | |
parent | e26ba9fb3f73d893bfb6458e4f05de22bc492171 (diff) |
Added LLVM copyright to Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 1c64b6933d..72cb3d6f82 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,3 +1,11 @@ +##===- tools/lli/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 = lli |