From e488e9360b1a865ba604330965edcf139e590b65 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 20 Oct 2003 22:26:57 +0000 Subject: Added LLVM copyright notice to Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9312 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 1d9f30919a..b05061cd09 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,3 +1,11 @@ +##===- lib/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 = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine -- cgit v1.2.3