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 | 3876aa7d638d15f9fd60dcd63d072e28ca2a422d (patch) | |
tree | d67c2117afc9d12e5caaf32c7bf1634e9298f4c0 | |
parent | 80455b86f2c6c56b56f690db3c1fdd3a401f9df3 (diff) | |
download | external_llvm-3876aa7d638d15f9fd60dcd63d072e28ca2a422d.zip external_llvm-3876aa7d638d15f9fd60dcd63d072e28ca2a422d.tar.gz external_llvm-3876aa7d638d15f9fd60dcd63d072e28ca2a422d.tar.bz2 |
remove attributions from the rest of the llvm makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45416 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | Makefile.common | 4 | ||||
-rw-r--r-- | Makefile.config.in | 4 | ||||
-rw-r--r-- | Makefile.rules | 4 | ||||
-rw-r--r-- | bindings/Makefile | 4 | ||||
-rw-r--r-- | bindings/ocaml/Makefile | 4 | ||||
-rw-r--r-- | bindings/ocaml/Makefile.ocaml | 4 | ||||
-rw-r--r-- | bindings/ocaml/analysis/Makefile | 4 | ||||
-rw-r--r-- | bindings/ocaml/bitreader/Makefile | 4 | ||||
-rw-r--r-- | bindings/ocaml/bitwriter/Makefile | 4 | ||||
-rw-r--r-- | bindings/ocaml/executionengine/Makefile | 4 | ||||
-rw-r--r-- | bindings/ocaml/llvm/Makefile | 4 | ||||
-rw-r--r-- | docs/CommandGuide/Makefile | 4 | ||||
-rw-r--r-- | docs/Makefile | 4 | ||||
-rw-r--r-- | examples/BrainF/Makefile | 4 | ||||
-rw-r--r-- | examples/Fibonacci/Makefile | 4 | ||||
-rw-r--r-- | examples/HowToUseJIT/Makefile | 4 | ||||
-rw-r--r-- | examples/Makefile | 4 | ||||
-rw-r--r-- | examples/ModuleMaker/Makefile | 4 | ||||
-rw-r--r-- | examples/ParallelJIT/Makefile | 4 | ||||
-rw-r--r-- | projects/Makefile | 4 | ||||
-rw-r--r-- | runtime/GC/Makefile | 4 | ||||
-rw-r--r-- | runtime/GC/SemiSpace/Makefile | 4 | ||||
-rw-r--r-- | runtime/Makefile | 4 | ||||
-rw-r--r-- | runtime/libprofile/Makefile | 4 | ||||
-rw-r--r-- | test/Makefile | 4 |
26 files changed, 52 insertions, 52 deletions
@@ -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. # #===------------------------------------------------------------------------===# diff --git a/Makefile.common b/Makefile.common index ca8f336..18a4ace 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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. # #===------------------------------------------------------------------------===# # diff --git a/Makefile.config.in b/Makefile.config.in index 5522232..d066e77 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -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. # #===------------------------------------------------------------------------===# # diff --git a/Makefile.rules b/Makefile.rules index bb1ea75..eb827ed 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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. # #===------------------------------------------------------------------------===# # diff --git a/bindings/Makefile b/bindings/Makefile index 792bb0a..c545b28 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen 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/bindings/ocaml/Makefile b/bindings/ocaml/Makefile index 89d05df..5cd3b89 100644 --- a/bindings/ocaml/Makefile +++ b/bindings/ocaml/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen 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/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index 9466c23..0093eb2 100644 --- a/bindings/ocaml/Makefile.ocaml +++ b/bindings/ocaml/Makefile.ocaml @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen 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/bindings/ocaml/analysis/Makefile b/bindings/ocaml/analysis/Makefile index e910043..0e95ecd 100644 --- a/bindings/ocaml/analysis/Makefile +++ b/bindings/ocaml/analysis/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen 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/bindings/ocaml/bitreader/Makefile b/bindings/ocaml/bitreader/Makefile index 4acc7ee..6a11cc6 100644 --- a/bindings/ocaml/bitreader/Makefile +++ b/bindings/ocaml/bitreader/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen 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/bindings/ocaml/bitwriter/Makefile b/bindings/ocaml/bitwriter/Makefile index e7d2f7f..e57e3fe 100644 --- a/bindings/ocaml/bitwriter/Makefile +++ b/bindings/ocaml/bitwriter/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen 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/bindings/ocaml/executionengine/Makefile b/bindings/ocaml/executionengine/Makefile index 2d95b12..445e0ea 100644 --- a/bindings/ocaml/executionengine/Makefile +++ b/bindings/ocaml/executionengine/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen 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/bindings/ocaml/llvm/Makefile b/bindings/ocaml/llvm/Makefile index 2437468..3a06fb6 100644 --- a/bindings/ocaml/llvm/Makefile +++ b/bindings/ocaml/llvm/Makefile @@ -2,8 +2,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen 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/docs/CommandGuide/Makefile b/docs/CommandGuide/Makefile index 440d538..4c65d35 100644 --- a/docs/CommandGuide/Makefile +++ b/docs/CommandGuide/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. # ##===----------------------------------------------------------------------===## diff --git a/docs/Makefile b/docs/Makefile index 58175bd..10b31d1 100644 --- a/docs/Makefile +++ b/docs/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. # ##===----------------------------------------------------------------------===## diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile index 54d298c..b1d2a61 100644 --- a/examples/BrainF/Makefile +++ b/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/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 5010cb4..04d9cae 100644 --- a/examples/Fibonacci/Makefile +++ b/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/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index fbacc2d..14dfa61 100644 --- a/examples/HowToUseJIT/Makefile +++ b/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/examples/Makefile b/examples/Makefile index 4251ab3..39118f7 100644 --- a/examples/Makefile +++ b/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/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile index 8bb934f..9454cf5 100644 --- a/examples/ModuleMaker/Makefile +++ b/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/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile index f183da2..5031eca 100644 --- a/examples/ParallelJIT/Makefile +++ b/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 = ../.. diff --git a/projects/Makefile b/projects/Makefile index 8be3d40..b6228b8 100644 --- a/projects/Makefile +++ b/projects/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/runtime/GC/Makefile b/runtime/GC/Makefile index b57dc85..b053e25 100644 --- a/runtime/GC/Makefile +++ b/runtime/GC/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. # ##===----------------------------------------------------------------------===## diff --git a/runtime/GC/SemiSpace/Makefile b/runtime/GC/SemiSpace/Makefile index 6f8e54c..babcc80 100644 --- a/runtime/GC/SemiSpace/Makefile +++ b/runtime/GC/SemiSpace/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. # ##===----------------------------------------------------------------------===## diff --git a/runtime/Makefile b/runtime/Makefile index 99a5e0c..3883041 100644 --- a/runtime/Makefile +++ b/runtime/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. # ##===----------------------------------------------------------------------===## diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index e88fcdc..8ff46fa 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/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. # ##===----------------------------------------------------------------------===## diff --git a/test/Makefile b/test/Makefile index d1e9fba..c0f37e9 100644 --- a/test/Makefile +++ b/test/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. # #===------------------------------------------------------------------------===# |