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 | |
| 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')
| -rw-r--r-- | llvm/examples/BrainF/Makefile | 4 | ||||
| -rw-r--r-- | llvm/examples/Fibonacci/Makefile | 4 | ||||
| -rw-r--r-- | llvm/examples/HowToUseJIT/Makefile | 4 | ||||
| -rw-r--r-- | llvm/examples/Makefile | 4 | ||||
| -rw-r--r-- | llvm/examples/ModuleMaker/Makefile | 4 | ||||
| -rw-r--r-- | llvm/examples/ParallelJIT/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/llvm/examples/BrainF/Makefile b/llvm/examples/BrainF/Makefile index 54d298c49ac..b1d2a61261f 100644 --- a/llvm/examples/BrainF/Makefile +++ b/llvm/examples/BrainF/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Sterling Stein 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 = ../.. diff --git a/llvm/examples/Fibonacci/Makefile b/llvm/examples/Fibonacci/Makefile index 5010cb4b978..04d9caef3d7 100644 --- a/llvm/examples/Fibonacci/Makefile +++ b/llvm/examples/Fibonacci/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. # ##===----------------------------------------------------------------------===## 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 = ../.. diff --git a/llvm/examples/Makefile b/llvm/examples/Makefile index 4251ab39c5b..39118f7ed17 100644 --- a/llvm/examples/Makefile +++ b/llvm/examples/Makefile @@ -2,8 +2,8 @@ # # 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 distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL=.. diff --git a/llvm/examples/ModuleMaker/Makefile b/llvm/examples/ModuleMaker/Makefile index 8bb934f873f..9454cf514dc 100644 --- a/llvm/examples/ModuleMaker/Makefile +++ b/llvm/examples/ModuleMaker/Makefile @@ -2,8 +2,8 @@ # # 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 distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL=../.. diff --git a/llvm/examples/ParallelJIT/Makefile b/llvm/examples/ParallelJIT/Makefile index f183da246e4..5031eca9ac5 100644 --- a/llvm/examples/ParallelJIT/Makefile +++ b/llvm/examples/ParallelJIT/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Reid A. Spencer 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 = ../.. |

