summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-20 22:29:16 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-20 22:29:16 +0000
commitabe5cdcf2142c0f0352e139e503b9606e2594191 (patch)
tree27930ac780aa3184e141046e492a9995ad6450dd /llvm/runtime/GCCLibraries
parentac028f18aff5f5a4e795ff18772c6c1ed547c592 (diff)
downloadbcm5719-llvm-abe5cdcf2142c0f0352e139e503b9606e2594191.tar.gz
bcm5719-llvm-abe5cdcf2142c0f0352e139e503b9606e2594191.zip
Added LLVM copyright to Makefiles.
llvm-svn: 9314
Diffstat (limited to 'llvm/runtime/GCCLibraries')
-rw-r--r--llvm/runtime/GCCLibraries/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/crtend/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libc/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libcurses/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libgcc/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libm/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libmalloc/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libtermcap/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libucb/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libutempter/Makefile8
-rw-r--r--llvm/runtime/GCCLibraries/libutil/Makefile8
11 files changed, 88 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/Makefile b/llvm/runtime/GCCLibraries/Makefile
index d4c329966fe..f624250cab8 100644
--- a/llvm/runtime/GCCLibraries/Makefile
+++ b/llvm/runtime/GCCLibraries/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/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.
+#
+##===----------------------------------------------------------------------===##
# llvm/runtime/GCCLibraries Makefile: Build all subdirectories automatically
LEVEL = ../..
diff --git a/llvm/runtime/GCCLibraries/crtend/Makefile b/llvm/runtime/GCCLibraries/crtend/Makefile
index 33a622d978e..666a88b28a1 100644
--- a/llvm/runtime/GCCLibraries/crtend/Makefile
+++ b/llvm/runtime/GCCLibraries/crtend/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/crtend/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libc/Makefile b/llvm/runtime/GCCLibraries/libc/Makefile
index 286f2e91a75..9e6874bf9c0 100644
--- a/llvm/runtime/GCCLibraries/libc/Makefile
+++ b/llvm/runtime/GCCLibraries/libc/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libc/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libcurses/Makefile b/llvm/runtime/GCCLibraries/libcurses/Makefile
index 3f3dfd1396d..ff519aa8bf9 100644
--- a/llvm/runtime/GCCLibraries/libcurses/Makefile
+++ b/llvm/runtime/GCCLibraries/libcurses/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libcurses/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libgcc/Makefile b/llvm/runtime/GCCLibraries/libgcc/Makefile
index fc97d44d14d..3fd7974dcd0 100644
--- a/llvm/runtime/GCCLibraries/libgcc/Makefile
+++ b/llvm/runtime/GCCLibraries/libgcc/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libgcc/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libm/Makefile b/llvm/runtime/GCCLibraries/libm/Makefile
index 5b95c6f4352..21ef30f00e8 100644
--- a/llvm/runtime/GCCLibraries/libm/Makefile
+++ b/llvm/runtime/GCCLibraries/libm/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libm/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libmalloc/Makefile b/llvm/runtime/GCCLibraries/libmalloc/Makefile
index ab66132f050..8a57de683e3 100644
--- a/llvm/runtime/GCCLibraries/libmalloc/Makefile
+++ b/llvm/runtime/GCCLibraries/libmalloc/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libmalloc/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libtermcap/Makefile b/llvm/runtime/GCCLibraries/libtermcap/Makefile
index fe4aac6f510..5d160a1191d 100644
--- a/llvm/runtime/GCCLibraries/libtermcap/Makefile
+++ b/llvm/runtime/GCCLibraries/libtermcap/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libtermcap/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libucb/Makefile b/llvm/runtime/GCCLibraries/libucb/Makefile
index 0eb0e9b30d3..862a25f6455 100644
--- a/llvm/runtime/GCCLibraries/libucb/Makefile
+++ b/llvm/runtime/GCCLibraries/libucb/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libucb/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libutempter/Makefile b/llvm/runtime/GCCLibraries/libutempter/Makefile
index ab208c90d1c..b22f3593319 100644
--- a/llvm/runtime/GCCLibraries/libutempter/Makefile
+++ b/llvm/runtime/GCCLibraries/libutempter/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libutempter/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
diff --git a/llvm/runtime/GCCLibraries/libutil/Makefile b/llvm/runtime/GCCLibraries/libutil/Makefile
index 476fe1edb1c..81f57ab6a9c 100644
--- a/llvm/runtime/GCCLibraries/libutil/Makefile
+++ b/llvm/runtime/GCCLibraries/libutil/Makefile
@@ -1,3 +1,11 @@
+##===- runtime/GCCLibraries/libutil/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 = ../../..
BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1
OpenPOWER on IntegriCloud