From e2fab734ade8a2e3e8679c11cac7236b920d567b Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 20 Oct 2003 22:29:16 +0000 Subject: Added LLVM copyright to Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llc/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/llc/Makefile') 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 \ -- cgit v1.2.1