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/llvm-ar/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/llvm-ar/Makefile') diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 73aabbb21a..6dc5739030 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 -- cgit v1.2.3