From d8846c19bd429c0b7db79bcbd1ae964de462ae19 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 21 Oct 2003 14:33:46 +0000 Subject: [PATCH] Added LLVM copyright notice. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9319 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 7 +++++++ Makefile.rules | 7 +++++++ docs/Makefile | 8 ++++++++ 3 files changed, 22 insertions(+) diff --git a/Makefile.common b/Makefile.common index ddbaf48c3cf..1884a8a0e04 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,4 +1,11 @@ #===-- Makefile.common - Common make rules for LLVM -------*- 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. +# +##===----------------------------------------------------------------------===## # # This file is included by all of the LLVM makefiles. This file defines common # rules to do things like compile a .cpp file or generate dependency info. diff --git a/Makefile.rules b/Makefile.rules index 27effd7f524..2b69db81303 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1,4 +1,11 @@ #===-- Makefile.rules - Common make rules for LLVM -------*- 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. +# +##===----------------------------------------------------------------------===## # # This file is included by all of the LLVM makefiles. This file defines common # rules to do things like compile a .cpp file or generate dependency info. diff --git a/docs/Makefile b/docs/Makefile index cfa28e99915..38d3c801e9f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,3 +1,11 @@ +##===- docs/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. +# +##===----------------------------------------------------------------------===## doxygen-files: doxygen doxygen.cfg -- 2.34.1