Added LLVM copyright notice to Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9312 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/Makefile b/lib/CodeGen/InstrSched/Makefile
index 7ddca32..acc95d3 100644
--- a/lib/CodeGen/InstrSched/Makefile
+++ b/lib/CodeGen/InstrSched/Makefile
@@ -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 =
diff --git a/lib/CodeGen/InstrSelection/Makefile b/lib/CodeGen/InstrSelection/Makefile
index 0a85cb3..b1dd1af 100644
--- a/lib/CodeGen/InstrSelection/Makefile
+++ b/lib/CodeGen/InstrSelection/Makefile
@@ -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 =
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 224ac0c..4463921 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -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
diff --git a/lib/CodeGen/ModuloScheduling/Makefile b/lib/CodeGen/ModuloScheduling/Makefile
index adbc021..febdbf8 100644
--- a/lib/CodeGen/ModuloScheduling/Makefile
+++ b/lib/CodeGen/ModuloScheduling/Makefile
@@ -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 =
diff --git a/lib/CodeGen/RegAlloc/Makefile b/lib/CodeGen/RegAlloc/Makefile
index aa70f5a..6c4f50b 100644
--- a/lib/CodeGen/RegAlloc/Makefile
+++ b/lib/CodeGen/RegAlloc/Makefile
@@ -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 =
diff --git a/lib/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile
index 7ee0355..d3fc5a9 100644
--- a/lib/CodeGen/SelectionDAG/Makefile
+++ b/lib/CodeGen/SelectionDAG/Makefile
@@ -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