Added LLVM copyright to Makefiles.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 22:29:16 +0000 (22:29 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 22:29:16 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8

33 files changed:
runtime/GCCLibraries/Makefile
runtime/GCCLibraries/crtend/Makefile
runtime/GCCLibraries/libc/Makefile
runtime/GCCLibraries/libcurses/Makefile
runtime/GCCLibraries/libgcc/Makefile
runtime/GCCLibraries/libm/Makefile
runtime/GCCLibraries/libmalloc/Makefile
runtime/GCCLibraries/libtermcap/Makefile
runtime/GCCLibraries/libucb/Makefile
runtime/GCCLibraries/libutempter/Makefile
runtime/GCCLibraries/libutil/Makefile
runtime/Makefile
runtime/libdummy/Makefile
runtime/libtrace/Makefile
tools/Makefile
tools/analyze/Makefile
tools/bugpoint/Makefile
tools/extract/Makefile
tools/gccas/Makefile
tools/gccld/Makefile
tools/llc/Makefile
tools/llee/Makefile
tools/lli/Makefile
tools/llvm-ar/Makefile
tools/llvm-as/Makefile
tools/llvm-dis/Makefile
tools/llvm-link/Makefile
tools/llvm-nm/Makefile
tools/opt/Makefile
utils/Burg/Doc/Makefile
utils/Burg/Makefile
utils/Makefile
utils/TableGen/Makefile

index d4c329966fe9ac2807314c31e4d3dd377283199c..f624250cab8c84ae8b874e5f338e71abe182054d 100644 (file)
@@ -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 = ../..
index 33a622d978e03db1286a94cf3ea1f67973ce73b4..666a88b28a1fc198b0e4a9c273fb17ed2c8a7292 100644 (file)
@@ -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
index 286f2e91a75cbd883c025bcb894dbe2ad022e764..9e6874bf9c048c66c3144be20cbfe2ac417d4b91 100644 (file)
@@ -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
index 3f3dfd1396de5d49170a6497765c831cb4ea43a5..ff519aa8bf9a42e6d3781129141b4c517057e04b 100644 (file)
@@ -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
index fc97d44d14dfa9ced24d3b92647ddaa004d6acea..3fd7974dcd086649ff8dc5004f253d472817197c 100644 (file)
@@ -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
index 5b95c6f43521ef10ac6b3a4fd7837180ec25c1ec..21ef30f00e8acd0c05344e7c67ddccbdeb7bc93b 100644 (file)
@@ -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
index ab66132f0504d3c99438d53f09c29b5c065740f7..8a57de683e30a1eea9af924d0f8246787db94e3a 100644 (file)
@@ -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
index fe4aac6f510dbe906fd7dc4b746cf0a6ec37c867..5d160a1191d64281eec3560237f1b3d8603c6452 100644 (file)
@@ -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
index 0eb0e9b30d388e79a988ef6ca0698dec81498215..862a25f64557337f0ec3873a6d3ab93e79a8c6b2 100644 (file)
@@ -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
index ab208c90d1cb44158f25252fc3205497e0607611..b22f35933199d949205e8171356594e58a108bc7 100644 (file)
@@ -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
index 476fe1edb1c05f2b42b634a188b3574e127bbf6d..81f57ab6a9ca287b397a2e778b05a88d2efc63d0 100644 (file)
@@ -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
index 432d71d22658f8cbe1a2b84918c018734bf70958..201768af1f0d6fdee1be53b406ba5e7b1fc86eee 100644 (file)
@@ -1,3 +1,11 @@
+##===- runtime/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 Makefile:  Build all subdirectories automatically
 
 LEVEL = ..
index 5f78726837c8415aa20dd41b085dd0b0a17d2290..e992eaa9be0ae1f63b6643dcd8f868233da12856 100644 (file)
@@ -1,3 +1,11 @@
+##===- runtime/libdummy/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
index 6d85f31417649a2b18f1e36d56057ab38c57afd6..3d69fd8357169a688887ae9293275aa5d49b2fb7 100644 (file)
@@ -1,3 +1,11 @@
+##===- runtime/libtrace/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
index 59d976ddc5a338ddeafead14daa29e852b69b87c..a8f9a7ae22947fce038baf459f48c2b36ff7b7fa 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/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 := ..
 PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
                  analyze extract bugpoint llvm-nm llvm-ar
index 6fd5d9400097aa0a308729a136958929edaea9a4..463dd95d44ef9b189c0556b0bf272257b1082804 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/analyze/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 = ../..
 TOOLNAME = analyze
 USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
index 2c4a72b7d99315761d84bcd6762de4627b3bc717..a0d25b34b7cf8bd1a92d01ff83e3f384f3e7bb43 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/bugpoint/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 = ../..
 
 TOOLNAME = bugpoint
index c364bb2c69fc3c8aedc45ec862c0ac60068c721e..8f8f58ec37b17555b58909a86208c378d0ecea68 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/extract/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 = ../..
 
 TOOLNAME = extract
index f1743ed4f3a0a77ca1615c03f987bfe9bd77f3b5..9ff03434451315c01138298b55dade0cc16a8b6f 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/gccas/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 = ../..
 
 TOOLNAME = gccas
index dba89b9eb9581e78cff2cbf97798af2628cda704..920fb4d9b63bbedfc9dac992ab2815d3a8ef5535 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/gccld/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 = ../..
 
 TOOLNAME = gccld
index 76008efcf2577e2bd0febadc20535ac0117ef24b..c2cb730a0b90d1bdd20bb49a48cfccc0f00184f2 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/llc/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 = ../..
 TOOLNAME = llc
 USEDLIBS = sparc \
index cbaf896f6ababfe0bba68112eb9dad0a10fedd2c..a93c4deddc26e2403dbd1eb512870284506d7a02 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/llee/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 = ../..
 LIBRARYNAME = execve
 SHARED_LIBRARY = 1
index 1c64b6933d82896ca8b7e67cd0a52a662bd8bf91..72cb3d6f82f3dc4f9504ca42f605bf8c05086874 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/lli/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 = ../..
 TOOLNAME = lli
 
index 73aabbb21acbe5dd48a8c4ce4de0a54874925b6b..6dc57390302a77a799cf6d13cee167bbd9b442d8 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/llvm-ar/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 = ../..
 
 TOOLNAME = llvm-ar 
index eea87f9bcf220c31c3228d446b533171b9b8c67a..28e90f620ec07fcb1ed48c5442aa92967a5f7e40 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/llvm-as/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 = ../..
 TOOLNAME = llvm-as
 USEDLIBS = asmparser bcwriter vmcore support.a
index 0238dd2a17869c5f11ec68ef6f3a8a8d9cbc344d..d5d0f93dfa4392759c46a19ddd4f4ec71dfec691 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/llvm-dis/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 = ../..
 
 TOOLNAME = llvm-dis
index 00780c660beae6488387df09ffc0bf151f45388e..5bec6c762cae23e689bf71ff2ac9e770de40cfde 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/llvm-link/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 = ../..
 
 TOOLNAME = llvm-link
index eef5a0e2de4549cc671391435ac256099d0715c2..d470a7a26d03e601da21bb91c69944442b31c16b 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/llvm-nm/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 = ../..
 
 TOOLNAME = llvm-nm
index 73dd08aba73c7f8a6e11b2e82f0afbcb47fb8cd1..cc26eda28ec5fa3e886ea2c78b01772f4d7c9bfa 100644 (file)
@@ -1,3 +1,11 @@
+##===- tools/opt/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 = ../..
 TOOLNAME = opt
 
index 226210d6ca4289b02f5b7e15e6f15f8ad7e1b743..60e603f44143826701c389513cb3fd3a1dcf784c 100644 (file)
@@ -1,3 +1,11 @@
+##===- utils/Burg/Doc/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.
+# 
+##===----------------------------------------------------------------------===##
 # $Id$
 
 #CFLAGS        =
index 5797161619b7ac1bf2e1f533382737e6da35ec78..8e578d1347310e34dbf84e0506f693a54c1bd9e8 100644 (file)
@@ -1,3 +1,11 @@
+##===- utils/Burg/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 = ../..
 TOOLNAME = burg
 ExtraSource = gram.tab.c
index 512cc9e06bbab23d5394b7aec902cfbfc871847d..4636aacd0c97173752789f89919f4dc594e09710 100644 (file)
@@ -1,3 +1,11 @@
+##===- utils/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 = ..
 
 DIRS = Burg TableGen
index b344c63a98b09eebf5a3e41b8b42ee0a1f070b53..8774925ea4a0aa33b06bba7dea56755dd951cbe9 100644 (file)
@@ -1,3 +1,11 @@
+##===- utils/TableGen/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 = ../..
 TOOLNAME = tblgen
 USEDLIBS = support.a