diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ModuleMaker/Makefile | 8 | ||||
-rw-r--r-- | examples/ModuleMaker/tools/Makefile | 8 | ||||
-rw-r--r-- | examples/ModuleMaker/tools/ModuleMaker/Makefile | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile index 7c2d328..034ab05 100644 --- a/examples/ModuleMaker/Makefile +++ b/examples/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/examples/ModuleMaker/tools/Makefile b/examples/ModuleMaker/tools/Makefile index 47997df..b15b35b 100644 --- a/examples/ModuleMaker/tools/Makefile +++ b/examples/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/examples/ModuleMaker/tools/ModuleMaker/Makefile b/examples/ModuleMaker/tools/ModuleMaker/Makefile index 7f06b92..21e8579 100644 --- a/examples/ModuleMaker/tools/ModuleMaker/Makefile +++ b/examples/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. # |