OSDN Git Service

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 d4c3299..f624250 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 33a622d..666a88b 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 286f2e9..9e6874b 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 3f3dfd1..ff519aa 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 fc97d44..3fd7974 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 5b95c6f..21ef30f 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 ab66132..8a57de6 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 fe4aac6..5d160a1 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 0eb0e9b..862a25f 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 ab208c9..b22f359 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 476fe1e..81f57ab 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 432d71d..201768a 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 5f78726..e992eaa 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 6d85f31..3d69fd8 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 59d976d..a8f9a7a 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 6fd5d94..463dd95 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 2c4a72b..a0d25b3 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 c364bb2..8f8f58e 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 f1743ed..9ff0343 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 dba89b9..920fb4d 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 76008ef..c2cb730 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 cbaf896..a93c4de 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 1c64b69..72cb3d6 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 73aabbb..6dc5739 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 eea87f9..28e90f6 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 0238dd2..d5d0f93 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 00780c6..5bec6c7 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 eef5a0e..d470a7a 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 73dd08a..cc26eda 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 226210d..60e603f 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 5797161..8e578d1 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 512cc9e..4636aac 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 b344c63..8774925 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