diff --git a/llvm/Makefile.common b/llvm/Makefile.common index ddbaf48c3cf2..1884a8a0e048 100644 --- a/llvm/Makefile.common +++ b/llvm/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/llvm/Makefile.rules b/llvm/Makefile.rules index 27effd7f5245..2b69db81303b 100644 --- a/llvm/Makefile.rules +++ b/llvm/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/llvm/docs/Makefile b/llvm/docs/Makefile index cfa28e999158..38d3c801e9f5 100644 --- a/llvm/docs/Makefile +++ b/llvm/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