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

37 files changed:
Makefile
lib/Analysis/DataStructure/Makefile
lib/Analysis/IPA/Makefile
lib/Analysis/LiveVar/Makefile
lib/Analysis/Makefile
lib/AsmParser/Makefile
lib/Bytecode/Makefile
lib/Bytecode/Reader/Makefile
lib/Bytecode/Writer/Makefile
lib/CodeGen/InstrSched/Makefile
lib/CodeGen/InstrSelection/Makefile
lib/CodeGen/Makefile
lib/CodeGen/ModuloScheduling/Makefile
lib/CodeGen/RegAlloc/Makefile
lib/CodeGen/SelectionDAG/Makefile
lib/ExecutionEngine/Interpreter/Makefile
lib/ExecutionEngine/JIT/Makefile
lib/ExecutionEngine/Makefile
lib/Makefile
lib/Support/Makefile
lib/Target/CBackend/Makefile
lib/Target/Makefile
lib/Target/SparcV9/InstrSched/Makefile
lib/Target/SparcV9/InstrSelection/Makefile
lib/Target/SparcV9/LiveVar/Makefile
lib/Target/SparcV9/Makefile
lib/Target/SparcV9/ModuloScheduling/Makefile
lib/Target/SparcV9/RegAlloc/Makefile
lib/Target/X86/Makefile
lib/Transforms/Hello/Makefile
lib/Transforms/IPO/Makefile
lib/Transforms/Instrumentation/Makefile
lib/Transforms/Instrumentation/ProfilePaths/Makefile
lib/Transforms/Makefile
lib/Transforms/Scalar/Makefile
lib/Transforms/Utils/Makefile
lib/VMCore/Makefile

index 71534d16f04ab68fb795edd6e1ca53c983999db0..ade36fb44f13d77be5c0e6653218b524204d6708 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,11 @@
+##===- ./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 = lib/Support utils lib tools runtime
 OPTIONAL_DIRS = projects
index 3c4c7e2322ed0fa76bc197517c8a77e4d288c251..c059854a59e9eb0575fdd7d54fa2ba3028cc2b9b 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Analysis/DataStructure/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 = datastructure
 BUILD_ARCHIVE = 1
index 80ef418edb799df66f5d1152641c1b158e791bd0..753f329155a390cce142180fbdeeace92708008c 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Analysis/IPA/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 = ipa
 BUILD_ARCHIVE = 1
index 7fdf34d50e2df0c71ad723473ce8fda6eb5b8ef4..8506e19bfa0816041872346e282f6d3eda677463 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Analysis/LiveVar/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 = livevar
 
index d544a05a1f0505f9608ce4e8fa5529adf72549d2..71f99e4e594590e8ae31e4ef7b9ba25a8d95d6de 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Analysis/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 = analysis
 PARALLEL_DIRS = LiveVar IPA DataStructure
index 22e435794e332890804f20616d1af43c97b76eb6..b5e6fb9cf6d4a3ef205444f5ba9c07677d1456ea 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/AsmParser/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 = ../..
 
index 75d4f7cd10c1f579e7c6578fd05caee5f5897c80..92494b2c35071dcd0430121fd5cf50795635fc94 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Bytecode/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 = Reader Writer
 
index b48b4d329d560af50e6c696c0785bc7402742bd4..82e53d2d4399fa6836091b275285cade3c20d77d 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Bytecode/Reader/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 = bcreader
 
index 76c52f465d785c899f187b72a30aad670eb56cea..44bfb4632b4fd55d4e7d2977f238c0318c50a26f 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Bytecode/Writer/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 = bcwriter
 
index 7ddca32b4d1f1408fbfdefe3d949d173d7e3eebc..acc95d35cc0bc48a99214e2ff00dc7faf4b1a823 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSched/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  = 
index 0a85cb36df8ba66690ca479060c361cd97e4292c..b1dd1afb2578d1cfa49b4899d899c117dc6ca5d1 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSelection/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  = 
index 224ac0c4c83de4a577431c08e6bc876cbb04b99e..4463921d476d295c5d28f0672d1426fafa8091d9 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/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 = InstrSelection InstrSched RegAlloc SelectionDAG
 LIBRARYNAME = codegen
index adbc0213eee06efa32fb0180dec8247d945ef4fd..febdbf8d18dc4857073cd6405fd11db0a6657718 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/ModuloScheduling/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  = 
index aa70f5ab16f2db76d423e7c1579062a56ad5dce0..6c4f50b358e0b37574fe695958e8020bd6dffdb3 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/RegAlloc/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  = 
index 7ee0355487672e146891a97605accb594b2011b2..d3fc5a956ff67639b342cc03418504033f0a9a99 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/SelectionDAG/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 =
 LIBRARYNAME = selectiondag
index 1a7d3bfbab19159bfd355ea9041ea498d582388c..a219a4f39d878a42d80ac249e3810a6d7303fbdf 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/Interpreter/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 = lli-interpreter
 
index 235240fa0a8a63edac72e2c12debfac24b6ec030..761b951bada0142c78bd18c2f90026d7df7cec8d 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/JIT/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 = lli-jit
 
index 1c86863b3f5f15634c1692397bd0d973ceb3fb11..a100b7032335a1d99b3785aa603d020bcdf8d6aa 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/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 = executionengine
 PARALLEL_DIRS = Interpreter JIT
index 1d9f30919aeca6f1870cd17490afb6c4476100a8..b05061cd0967d23a58146b01a862c9364c24be10 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/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 = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine
index 7b263b79c8851a242a5ae213f1707eab085e0bd2..0b6660408ac9e5145235c62a84eb7dd02b16a687 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Support/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 = support
 BUILD_ARCHIVE = 1
index 3c08fe0da99409fa5a235f9e2e18f702fd9145ed..2e13bf7c99a34a569595eba1cc92bed043590b0b 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CWriter/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 = ../..
 
index 32032a66be16edcb0755f6d067fdebd871356398..c4a1203c64762a8f6999ffd8c13945ea8bfb3120 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Target/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 = Sparc X86
 LIBRARYNAME = target
index 7ddca32b4d1f1408fbfdefe3d949d173d7e3eebc..acc95d35cc0bc48a99214e2ff00dc7faf4b1a823 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSched/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  = 
index 0a85cb36df8ba66690ca479060c361cd97e4292c..b1dd1afb2578d1cfa49b4899d899c117dc6ca5d1 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSelection/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  = 
index 7fdf34d50e2df0c71ad723473ce8fda6eb5b8ef4..8506e19bfa0816041872346e282f6d3eda677463 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Analysis/LiveVar/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 = livevar
 
index 444c46fc0f91c7e26058be285f455ea9fa4339d1..59db2d3fc0aebc682072633946908412735d1d79 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Target/Sparc/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 = sparc
 
index adbc0213eee06efa32fb0180dec8247d945ef4fd..febdbf8d18dc4857073cd6405fd11db0a6657718 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/ModuloScheduling/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  = 
index aa70f5ab16f2db76d423e7c1579062a56ad5dce0..6c4f50b358e0b37574fe695958e8020bd6dffdb3 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/RegAlloc/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  = 
index 87522ec5d3bf15d17c5f9573a9eaa6f181aa9b43..99c23f59b4248a09f8acd2b716272bee4f44a116 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Target/X86/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 = x86
 include $(LEVEL)/Makefile.common
index 0a4746d69f778c6be2dd8a77cbeb26ced5f98725..4e54dec0f9888016e72da397f6d3677aeac224f8 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Hello/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 = hello
 SHARED_LIBRARY = 1
index 0bc3f72bcf07104c2a1fcb93c213f1aca5eb8a72..fe82fc11fa24fcd71a66b22dd0c1dba17d856117 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Transforms/IPO/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 = ipo
 BUILD_ARCHIVE = 1
index a234923b4c12055b7195922ccbd579d8cb95e93a..e1831afab6c4dbb86188ec6b961122c17cc43e4b 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Instrumentation/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 = instrument
 PARALLEL_DIRS = ProfilePaths 
index 91e1c2f8a66bb21de8536b98408bedad6a31b139..8deeeac814ac38964aba9bfbcc76cd99b1cb12b8 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Instrumentation/ProfilePaths/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 = profpaths
 
index 09ae44f6107808d9b508c984891ca98516418fee..88a2ca222fc54e6e55439ba1127a246ea0ba3f23 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Transforms/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 = Utils Instrumentation Scalar IPO
 LIBRARYNAME = transforms
index 9f73623cbdbda5c78be7a6d9853601f2db9e64ad..6ea90d178c6435aeb9a5032434c73ac4ada393a1 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Scalar/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 = scalaropts
 BUILD_ARCHIVE = 1
index 00e4170184dc90f85b21b61bfee6989370bd52cc..f4da9832fdea94528f19f24c8d130ce63f8c2c81 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/Transforms/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 = ../../..
 LIBRARYNAME = transformutils
 BUILD_ARCHIVE = 1
index b0c96e90f30ceeb313b03c8c4cbf6dfe22c2c4e4..9fc1c96caa9a211e1ecbfb054872ee3557b5a5db 100644 (file)
@@ -1,3 +1,11 @@
+##===- lib/VMCore/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 = vmcore