summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/Makefile4
-rw-r--r--llvm/Makefile.common4
-rw-r--r--llvm/Makefile.config.in4
-rw-r--r--llvm/Makefile.rules4
-rw-r--r--llvm/bindings/Makefile4
-rw-r--r--llvm/bindings/ocaml/Makefile4
-rw-r--r--llvm/bindings/ocaml/Makefile.ocaml4
-rw-r--r--llvm/bindings/ocaml/analysis/Makefile4
-rw-r--r--llvm/bindings/ocaml/bitreader/Makefile4
-rw-r--r--llvm/bindings/ocaml/bitwriter/Makefile4
-rw-r--r--llvm/bindings/ocaml/executionengine/Makefile4
-rw-r--r--llvm/bindings/ocaml/llvm/Makefile4
-rw-r--r--llvm/docs/CommandGuide/Makefile4
-rw-r--r--llvm/docs/Makefile4
-rw-r--r--llvm/examples/BrainF/Makefile4
-rw-r--r--llvm/examples/Fibonacci/Makefile4
-rw-r--r--llvm/examples/HowToUseJIT/Makefile4
-rw-r--r--llvm/examples/Makefile4
-rw-r--r--llvm/examples/ModuleMaker/Makefile4
-rw-r--r--llvm/examples/ParallelJIT/Makefile4
-rw-r--r--llvm/projects/Makefile4
-rw-r--r--llvm/runtime/GC/Makefile4
-rw-r--r--llvm/runtime/GC/SemiSpace/Makefile4
-rw-r--r--llvm/runtime/Makefile4
-rw-r--r--llvm/runtime/libprofile/Makefile4
-rw-r--r--llvm/test/Makefile4
26 files changed, 52 insertions, 52 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index dcb98fc36f1..d9786d2ac05 100644
--- a/llvm/Makefile
+++ b/llvm/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/llvm/Makefile.common b/llvm/Makefile.common
index ca8f33673ff..18a4ace19fd 100644
--- a/llvm/Makefile.common
+++ b/llvm/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/llvm/Makefile.config.in b/llvm/Makefile.config.in
index 5522232706f..d066e772cbb 100644
--- a/llvm/Makefile.config.in
+++ b/llvm/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/llvm/Makefile.rules b/llvm/Makefile.rules
index bb1ea75deff..eb827ed6e0d 100644
--- a/llvm/Makefile.rules
+++ b/llvm/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/llvm/bindings/Makefile b/llvm/bindings/Makefile
index 792bb0ac791..c545b28854c 100644
--- a/llvm/bindings/Makefile
+++ b/llvm/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/llvm/bindings/ocaml/Makefile b/llvm/bindings/ocaml/Makefile
index 89d05df618b..5cd3b89b579 100644
--- a/llvm/bindings/ocaml/Makefile
+++ b/llvm/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/llvm/bindings/ocaml/Makefile.ocaml b/llvm/bindings/ocaml/Makefile.ocaml
index 9466c2361ab..0093eb28cf6 100644
--- a/llvm/bindings/ocaml/Makefile.ocaml
+++ b/llvm/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/llvm/bindings/ocaml/analysis/Makefile b/llvm/bindings/ocaml/analysis/Makefile
index e910043f532..0e95ecd678d 100644
--- a/llvm/bindings/ocaml/analysis/Makefile
+++ b/llvm/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/llvm/bindings/ocaml/bitreader/Makefile b/llvm/bindings/ocaml/bitreader/Makefile
index 4acc7ee0304..6a11cc60da5 100644
--- a/llvm/bindings/ocaml/bitreader/Makefile
+++ b/llvm/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/llvm/bindings/ocaml/bitwriter/Makefile b/llvm/bindings/ocaml/bitwriter/Makefile
index e7d2f7fcf56..e57e3fe52cf 100644
--- a/llvm/bindings/ocaml/bitwriter/Makefile
+++ b/llvm/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/llvm/bindings/ocaml/executionengine/Makefile b/llvm/bindings/ocaml/executionengine/Makefile
index 2d95b12280d..445e0ea4019 100644
--- a/llvm/bindings/ocaml/executionengine/Makefile
+++ b/llvm/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/llvm/bindings/ocaml/llvm/Makefile b/llvm/bindings/ocaml/llvm/Makefile
index 24374680847..3a06fb6a9ab 100644
--- a/llvm/bindings/ocaml/llvm/Makefile
+++ b/llvm/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/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile
index 440d538af55..4c65d353c12 100644
--- a/llvm/docs/CommandGuide/Makefile
+++ b/llvm/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/llvm/docs/Makefile b/llvm/docs/Makefile
index 58175bd7328..10b31d1076f 100644
--- a/llvm/docs/Makefile
+++ b/llvm/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/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 = ../..
diff --git a/llvm/projects/Makefile b/llvm/projects/Makefile
index 8be3d40c2e5..b6228b87f91 100644
--- a/llvm/projects/Makefile
+++ b/llvm/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/llvm/runtime/GC/Makefile b/llvm/runtime/GC/Makefile
index b57dc859074..b053e252865 100644
--- a/llvm/runtime/GC/Makefile
+++ b/llvm/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/llvm/runtime/GC/SemiSpace/Makefile b/llvm/runtime/GC/SemiSpace/Makefile
index 6f8e54ce276..babcc809802 100644
--- a/llvm/runtime/GC/SemiSpace/Makefile
+++ b/llvm/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/llvm/runtime/Makefile b/llvm/runtime/Makefile
index 99a5e0cb939..3883041d2eb 100644
--- a/llvm/runtime/Makefile
+++ b/llvm/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/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile
index e88fcdc34eb..8ff46fabdd1 100644
--- a/llvm/runtime/libprofile/Makefile
+++ b/llvm/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/llvm/test/Makefile b/llvm/test/Makefile
index d1e9fba6261..c0f37e94fb1 100644
--- a/llvm/test/Makefile
+++ b/llvm/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.
#
#===------------------------------------------------------------------------===#
OpenPOWER on IntegriCloud