diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-20 22:28:01 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 22:28:01 +0000 |
commit | e26ba9fb3f73d893bfb6458e4f05de22bc492171 (patch) | |
tree | c021bbbfc2119dc60d12187471d04a955e65db26 /projects/Makefile | |
parent | e488e9360b1a865ba604330965edcf139e590b65 (diff) |
Added LLVM copyrights to Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Makefile')
-rw-r--r-- | projects/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/Makefile b/projects/Makefile index 0489557731..16ee42e475 100644 --- a/projects/Makefile +++ b/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= |