diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:11:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:11:13 +0000 |
commit | 11cc8b3c143ebda2b7a009fd96ddb5e05dad983e (patch) | |
tree | 4d0fbddc394e672b06fd21c7e4ae942561adcef6 /llvm/examples/HowToUseJIT | |
parent | a087a8d2ce42d9ccabb64f06c79cbe7263337061 (diff) | |
download | bcm5719-llvm-11cc8b3c143ebda2b7a009fd96ddb5e05dad983e.tar.gz bcm5719-llvm-11cc8b3c143ebda2b7a009fd96ddb5e05dad983e.zip |
remove attributions from the rest of the llvm makefiles.
llvm-svn: 45416
Diffstat (limited to 'llvm/examples/HowToUseJIT')
-rw-r--r-- | llvm/examples/HowToUseJIT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/examples/HowToUseJIT/Makefile b/llvm/examples/HowToUseJIT/Makefile index fbacc2d5ca1..14dfa61c652 100644 --- a/llvm/examples/HowToUseJIT/Makefile +++ b/llvm/examples/HowToUseJIT/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Valery A. Khamenya and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. |