From ac028f18aff5f5a4e795ff18772c6c1ed547c592 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 20 Oct 2003 22:28:01 +0000 Subject: [PATCH] Added LLVM copyrights to Makefiles. llvm-svn: 9313 --- llvm/projects/Makefile | 8 ++++++++ llvm/projects/ModuleMaker/Makefile | 8 ++++++++ llvm/projects/ModuleMaker/tools/Makefile | 8 ++++++++ llvm/projects/ModuleMaker/tools/ModuleMaker/Makefile | 8 ++++++++ llvm/projects/sample/Makefile | 8 ++++++++ llvm/projects/sample/lib/Makefile | 8 ++++++++ llvm/projects/sample/lib/sample/Makefile | 8 ++++++++ llvm/projects/sample/tools/Makefile | 8 ++++++++ llvm/projects/sample/tools/sample/Makefile | 8 ++++++++ 9 files changed, 72 insertions(+) diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile index 0489557..16ee42e 100644 --- a/llvm/projects/Makefile +++ b/llvm/projects/Makefile @@ -1,3 +1,11 @@ +##===- projects/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=.. DIRS= diff --git a/llvm/projects/ModuleMaker/Makefile b/llvm/projects/ModuleMaker/Makefile index 7c2d328..034ab05 100644 --- a/llvm/projects/ModuleMaker/Makefile +++ b/llvm/projects/ModuleMaker/Makefile @@ -1,3 +1,11 @@ +##===- projects/ModuleMaker/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. +# +##===----------------------------------------------------------------------===## # # This is a sample Makefile for a project that uses LLVM. # diff --git a/llvm/projects/ModuleMaker/tools/Makefile b/llvm/projects/ModuleMaker/tools/Makefile index 47997df..b15b35b 100644 --- a/llvm/projects/ModuleMaker/tools/Makefile +++ b/llvm/projects/ModuleMaker/tools/Makefile @@ -1,3 +1,11 @@ +##===- projects/ModuleMaker/tools/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. +# +##===----------------------------------------------------------------------===## # # Relative path to the top of the source tree. # diff --git a/llvm/projects/ModuleMaker/tools/ModuleMaker/Makefile b/llvm/projects/ModuleMaker/tools/ModuleMaker/Makefile index 7f06b92..21e8579 100644 --- a/llvm/projects/ModuleMaker/tools/ModuleMaker/Makefile +++ b/llvm/projects/ModuleMaker/tools/ModuleMaker/Makefile @@ -1,3 +1,11 @@ +##===- projects/ModuleMaker/tools/ModuleMaker/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 - Indicate where we are relative to the top of the source tree. # diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile index 1fe32c7..a088eed 100644 --- a/llvm/projects/sample/Makefile +++ b/llvm/projects/sample/Makefile @@ -1,3 +1,11 @@ +##===- projects/sample/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. +# +##===----------------------------------------------------------------------===## # # This is a sample Makefile for a project that uses LLVM. # diff --git a/llvm/projects/sample/lib/Makefile b/llvm/projects/sample/lib/Makefile index 4b97105..f712e71 100644 --- a/llvm/projects/sample/lib/Makefile +++ b/llvm/projects/sample/lib/Makefile @@ -1,3 +1,11 @@ +##===- projects/sample/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. +# +##===----------------------------------------------------------------------===## # # Relative path to the top of the source tree. # diff --git a/llvm/projects/sample/lib/sample/Makefile b/llvm/projects/sample/lib/sample/Makefile index 5569afb..5b21727 100644 --- a/llvm/projects/sample/lib/sample/Makefile +++ b/llvm/projects/sample/lib/sample/Makefile @@ -1,3 +1,11 @@ +##===- projects/sample/lib/sample/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. +# +##===----------------------------------------------------------------------===## # # Indicate where we are relative to the top of the source tree. # diff --git a/llvm/projects/sample/tools/Makefile b/llvm/projects/sample/tools/Makefile index 4b97105..dc6314b 100644 --- a/llvm/projects/sample/tools/Makefile +++ b/llvm/projects/sample/tools/Makefile @@ -1,3 +1,11 @@ +##===- projects/sample/tools/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. +# +##===----------------------------------------------------------------------===## # # Relative path to the top of the source tree. # diff --git a/llvm/projects/sample/tools/sample/Makefile b/llvm/projects/sample/tools/sample/Makefile index 656ae62..8f384ff 100644 --- a/llvm/projects/sample/tools/sample/Makefile +++ b/llvm/projects/sample/tools/sample/Makefile @@ -1,3 +1,11 @@ +##===- projects/sample/tools/sample/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. +# +##===----------------------------------------------------------------------===## # # Indicate where we are relative to the top of the source tree. # -- 2.7.4