diff options
Diffstat (limited to 'llvm/projects/ModuleMaker/Makefile')
| -rw-r--r-- | llvm/projects/ModuleMaker/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/projects/ModuleMaker/Makefile b/llvm/projects/ModuleMaker/Makefile index 7c2d3280b28..034ab053ba5 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. # |

