diff options
Diffstat (limited to 'tools/bugpoint/Makefile')
-rw-r--r-- | tools/bugpoint/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 2c4a72b..a0d25b3 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 |