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 /utils/TableGen/Makefile | |
parent | e26ba9fb3f73d893bfb6458e4f05de22bc492171 (diff) | |
download | external_llvm-e2fab734ade8a2e3e8679c11cac7236b920d567b.zip external_llvm-e2fab734ade8a2e3e8679c11cac7236b920d567b.tar.gz external_llvm-e2fab734ade8a2e3e8679c11cac7236b920d567b.tar.bz2 |
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 'utils/TableGen/Makefile')
-rw-r--r-- | utils/TableGen/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index b344c63..8774925 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -1,3 +1,11 @@ +##===- utils/TableGen/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 = tblgen USEDLIBS = support.a |