summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-20 22:29:16 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-20 22:29:16 +0000
commite2fab734ade8a2e3e8679c11cac7236b920d567b (patch)
treedbdb3c2c4ddf4ce07d17ef094dec4feb188aae46
parente26ba9fb3f73d893bfb6458e4f05de22bc492171 (diff)
Added LLVM copyright to Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--runtime/GCCLibraries/Makefile8
-rw-r--r--runtime/GCCLibraries/crtend/Makefile8
-rw-r--r--runtime/GCCLibraries/libc/Makefile8
-rw-r--r--runtime/GCCLibraries/libcurses/Makefile8
-rw-r--r--runtime/GCCLibraries/libgcc/Makefile8
-rw-r--r--runtime/GCCLibraries/libm/Makefile8
-rw-r--r--runtime/GCCLibraries/libmalloc/Makefile8
-rw-r--r--runtime/GCCLibraries/libtermcap/Makefile8
-rw-r--r--runtime/GCCLibraries/libucb/Makefile8
-rw-r--r--runtime/GCCLibraries/libutempter/Makefile8
-rw-r--r--runtime/GCCLibraries/libutil/Makefile8
-rw-r--r--runtime/Makefile8
-rw-r--r--runtime/libdummy/Makefile8
-rw-r--r--runtime/libtrace/Makefile8
-rw-r--r--tools/Makefile8
-rw-r--r--tools/analyze/Makefile8
-rw-r--r--tools/bugpoint/Makefile8
-rw-r--r--tools/extract/Makefile8
-rw-r--r--tools/gccas/Makefile8
-rw-r--r--tools/gccld/Makefile8
-rw-r--r--tools/llc/Makefile8
-rw-r--r--tools/llee/Makefile8
-rw-r--r--tools/lli/Makefile8
-rw-r--r--tools/llvm-ar/Makefile8
-rw-r--r--tools/llvm-as/Makefile8
-rw-r--r--tools/llvm-dis/Makefile8
-rw-r--r--tools/llvm-link/Makefile8
-rw-r--r--tools/llvm-nm/Makefile8
-rw-r--r--tools/opt/Makefile8
-rw-r--r--utils/Burg/Doc/Makefile8
-rw-r--r--utils/Burg/Makefile8
-rw-r--r--utils/Makefile8
-rw-r--r--utils/TableGen/Makefile8
33 files changed, 264 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/Makefile b/runtime/GCCLibraries/Makefile
index d4c329966fe..f624250cab8 100644
--- a/runtime/GCCLibraries/Makefile
+++ b/runtime/GCCLibraries/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/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.
+#
+##===----------------------------------------------------------------------===##
# llvm/runtime/GCCLibraries Makefile: Build all subdirectories automatically
LEVEL = ../..
diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile
index 33a622d978e..666a88b28a1 100644
--- a/runtime/GCCLibraries/crtend/Makefile
+++ b/runtime/GCCLibraries/crtend/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/crtend/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libc/Makefile b/runtime/GCCLibraries/libc/Makefile
index 286f2e91a75..9e6874bf9c0 100644
--- a/runtime/GCCLibraries/libc/Makefile
+++ b/runtime/GCCLibraries/libc/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libc/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libcurses/Makefile b/runtime/GCCLibraries/libcurses/Makefile
index 3f3dfd1396d..ff519aa8bf9 100644
--- a/runtime/GCCLibraries/libcurses/Makefile
+++ b/runtime/GCCLibraries/libcurses/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libcurses/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libgcc/Makefile b/runtime/GCCLibraries/libgcc/Makefile
index fc97d44d14d..3fd7974dcd0 100644
--- a/runtime/GCCLibraries/libgcc/Makefile
+++ b/runtime/GCCLibraries/libgcc/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libgcc/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libm/Makefile b/runtime/GCCLibraries/libm/Makefile
index 5b95c6f4352..21ef30f00e8 100644
--- a/runtime/GCCLibraries/libm/Makefile
+++ b/runtime/GCCLibraries/libm/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libm/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libmalloc/Makefile b/runtime/GCCLibraries/libmalloc/Makefile
index ab66132f050..8a57de683e3 100644
--- a/runtime/GCCLibraries/libmalloc/Makefile
+++ b/runtime/GCCLibraries/libmalloc/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libmalloc/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libtermcap/Makefile b/runtime/GCCLibraries/libtermcap/Makefile
index fe4aac6f510..5d160a1191d 100644
--- a/runtime/GCCLibraries/libtermcap/Makefile
+++ b/runtime/GCCLibraries/libtermcap/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libtermcap/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libucb/Makefile b/runtime/GCCLibraries/libucb/Makefile
index 0eb0e9b30d3..862a25f6455 100644
--- a/runtime/GCCLibraries/libucb/Makefile
+++ b/runtime/GCCLibraries/libucb/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libucb/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libutempter/Makefile b/runtime/GCCLibraries/libutempter/Makefile
index ab208c90d1c..b22f3593319 100644
--- a/runtime/GCCLibraries/libutempter/Makefile
+++ b/runtime/GCCLibraries/libutempter/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libutempter/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/GCCLibraries/libutil/Makefile b/runtime/GCCLibraries/libutil/Makefile
index 476fe1edb1c..81f57ab6a9c 100644
--- a/runtime/GCCLibraries/libutil/Makefile
+++ b/runtime/GCCLibraries/libutil/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libutil/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/Makefile b/runtime/Makefile
index 432d71d2265..201768af1f0 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/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.
+#
+##===----------------------------------------------------------------------===##
# llvm/runtime Makefile: Build all subdirectories automatically
LEVEL = ..
diff --git a/runtime/libdummy/Makefile b/runtime/libdummy/Makefile
index 5f78726837c..e992eaa9be0 100644
--- a/runtime/libdummy/Makefile
+++ b/runtime/libdummy/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/libdummy/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 = ../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile
index 6d85f314176..3d69fd83571 100644
--- a/runtime/libtrace/Makefile
+++ b/runtime/libtrace/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/libtrace/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 = ../..
BYTECODE_LIBRARY=1
#DONT_BUILD_RELINKED=1
diff --git a/tools/Makefile b/tools/Makefile
index 59d976ddc5a..a8f9a7ae229 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,3 +1,11 @@
+##===- tools/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 := ..
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
analyze extract bugpoint llvm-nm llvm-ar
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 6fd5d940009..463dd95d44e 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -1,3 +1,11 @@
+##===- tools/analyze/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 = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile
index 2c4a72b7d99..a0d25b34b7c 100644
--- a/tools/bugpoint/Makefile
+++ b/tools/bugpoint/Makefile
@@ -1,3 +1,11 @@
+##===- tools/bugpoint/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 = bugpoint
diff --git a/tools/extract/Makefile b/tools/extract/Makefile
index c364bb2c69f..8f8f58ec37b 100644
--- a/tools/extract/Makefile
+++ b/tools/extract/Makefile
@@ -1,3 +1,11 @@
+##===- tools/extract/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 = extract
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index f1743ed4f3a..9ff03434451 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -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
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile
index dba89b9eb95..920fb4d9b63 100644
--- a/tools/gccld/Makefile
+++ b/tools/gccld/Makefile
@@ -1,3 +1,11 @@
+##===- tools/gccld/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 = gccld
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 76008efcf25..c2cb730a0b9 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,3 +1,11 @@
+##===- tools/llc/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 = llc
USEDLIBS = sparc \
diff --git a/tools/llee/Makefile b/tools/llee/Makefile
index cbaf896f6ab..a93c4deddc2 100644
--- a/tools/llee/Makefile
+++ b/tools/llee/Makefile
@@ -1,3 +1,11 @@
+##===- tools/llee/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 = ../..
LIBRARYNAME = execve
SHARED_LIBRARY = 1
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 1c64b6933d8..72cb3d6f82f 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
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile
index 73aabbb21ac..6dc57390302 100644
--- a/tools/llvm-ar/Makefile
+++ b/tools/llvm-ar/Makefile
@@ -1,3 +1,11 @@
+##===- tools/llvm-ar/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-ar
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index eea87f9bcf2..28e90f620ec 100644
--- a/tools/llvm-as/Makefile
+++ b/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
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile
index 0238dd2a178..d5d0f93dfa4 100644
--- a/tools/llvm-dis/Makefile
+++ b/tools/llvm-dis/Makefile
@@ -1,3 +1,11 @@
+##===- tools/llvm-dis/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-dis
diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile
index 00780c660be..5bec6c762ca 100644
--- a/tools/llvm-link/Makefile
+++ b/tools/llvm-link/Makefile
@@ -1,3 +1,11 @@
+##===- tools/llvm-link/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-link
diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile
index eef5a0e2de4..d470a7a26d0 100644
--- a/tools/llvm-nm/Makefile
+++ b/tools/llvm-nm/Makefile
@@ -1,3 +1,11 @@
+##===- tools/llvm-nm/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-nm
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 73dd08aba73..cc26eda28ec 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,3 +1,11 @@
+##===- tools/opt/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 = opt
diff --git a/utils/Burg/Doc/Makefile b/utils/Burg/Doc/Makefile
index 226210d6ca4..60e603f4414 100644
--- a/utils/Burg/Doc/Makefile
+++ b/utils/Burg/Doc/Makefile
@@ -1,3 +1,11 @@
+##===- utils/Burg/Doc/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.
+#
+##===----------------------------------------------------------------------===##
# $Id$
#CFLAGS =
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 5797161619b..8e578d13473 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -1,3 +1,11 @@
+##===- utils/Burg/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 = burg
ExtraSource = gram.tab.c
diff --git a/utils/Makefile b/utils/Makefile
index 512cc9e06bb..4636aacd0c9 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -1,3 +1,11 @@
+##===- utils/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 = ..
DIRS = Burg TableGen
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index b344c63a98b..8774925ea4a 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