summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/ModuleMaker/Makefile8
-rw-r--r--examples/ModuleMaker/tools/Makefile8
-rw-r--r--examples/ModuleMaker/tools/ModuleMaker/Makefile8
-rw-r--r--projects/Makefile8
-rw-r--r--projects/ModuleMaker/Makefile8
-rw-r--r--projects/ModuleMaker/tools/Makefile8
-rw-r--r--projects/ModuleMaker/tools/ModuleMaker/Makefile8
-rw-r--r--projects/SmallExamples/ModuleMaker/Makefile8
-rw-r--r--projects/SmallExamples/ModuleMaker/tools/Makefile8
-rw-r--r--projects/SmallExamples/ModuleMaker/tools/ModuleMaker/Makefile8
-rw-r--r--projects/sample/Makefile8
-rw-r--r--projects/sample/lib/Makefile8
-rw-r--r--projects/sample/lib/sample/Makefile8
-rw-r--r--projects/sample/tools/Makefile8
-rw-r--r--projects/sample/tools/sample/Makefile8
15 files changed, 120 insertions, 0 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile
index 7c2d328..034ab05 100644
--- a/examples/ModuleMaker/Makefile
+++ b/examples/ModuleMaker/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/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.
+#
+##===----------------------------------------------------------------------===##
#
# This is a sample Makefile for a project that uses LLVM.
#
diff --git a/examples/ModuleMaker/tools/Makefile b/examples/ModuleMaker/tools/Makefile
index 47997df..b15b35b 100644
--- a/examples/ModuleMaker/tools/Makefile
+++ b/examples/ModuleMaker/tools/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/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.
+#
+##===----------------------------------------------------------------------===##
#
# Relative path to the top of the source tree.
#
diff --git a/examples/ModuleMaker/tools/ModuleMaker/Makefile b/examples/ModuleMaker/tools/ModuleMaker/Makefile
index 7f06b92..21e8579 100644
--- a/examples/ModuleMaker/tools/ModuleMaker/Makefile
+++ b/examples/ModuleMaker/tools/ModuleMaker/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/tools/ModuleMaker/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 - Indicate where we are relative to the top of the source tree.
#
diff --git a/projects/Makefile b/projects/Makefile
index 0489557..16ee42e 100644
--- a/projects/Makefile
+++ b/projects/Makefile
@@ -1,3 +1,11 @@
+##===- projects/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/projects/ModuleMaker/Makefile b/projects/ModuleMaker/Makefile
index 7c2d328..034ab05 100644
--- a/projects/ModuleMaker/Makefile
+++ b/projects/ModuleMaker/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/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.
+#
+##===----------------------------------------------------------------------===##
#
# This is a sample Makefile for a project that uses LLVM.
#
diff --git a/projects/ModuleMaker/tools/Makefile b/projects/ModuleMaker/tools/Makefile
index 47997df..b15b35b 100644
--- a/projects/ModuleMaker/tools/Makefile
+++ b/projects/ModuleMaker/tools/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/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.
+#
+##===----------------------------------------------------------------------===##
#
# Relative path to the top of the source tree.
#
diff --git a/projects/ModuleMaker/tools/ModuleMaker/Makefile b/projects/ModuleMaker/tools/ModuleMaker/Makefile
index 7f06b92..21e8579 100644
--- a/projects/ModuleMaker/tools/ModuleMaker/Makefile
+++ b/projects/ModuleMaker/tools/ModuleMaker/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/tools/ModuleMaker/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 - Indicate where we are relative to the top of the source tree.
#
diff --git a/projects/SmallExamples/ModuleMaker/Makefile b/projects/SmallExamples/ModuleMaker/Makefile
index 7c2d328..034ab05 100644
--- a/projects/SmallExamples/ModuleMaker/Makefile
+++ b/projects/SmallExamples/ModuleMaker/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/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.
+#
+##===----------------------------------------------------------------------===##
#
# This is a sample Makefile for a project that uses LLVM.
#
diff --git a/projects/SmallExamples/ModuleMaker/tools/Makefile b/projects/SmallExamples/ModuleMaker/tools/Makefile
index 47997df..b15b35b 100644
--- a/projects/SmallExamples/ModuleMaker/tools/Makefile
+++ b/projects/SmallExamples/ModuleMaker/tools/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/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.
+#
+##===----------------------------------------------------------------------===##
#
# Relative path to the top of the source tree.
#
diff --git a/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/Makefile b/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/Makefile
index 7f06b92..21e8579 100644
--- a/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/Makefile
+++ b/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/Makefile
@@ -1,3 +1,11 @@
+##===- projects/ModuleMaker/tools/ModuleMaker/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 - Indicate where we are relative to the top of the source tree.
#
diff --git a/projects/sample/Makefile b/projects/sample/Makefile
index 1fe32c7..a088eed 100644
--- a/projects/sample/Makefile
+++ b/projects/sample/Makefile
@@ -1,3 +1,11 @@
+##===- projects/sample/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.
+#
+##===----------------------------------------------------------------------===##
#
# This is a sample Makefile for a project that uses LLVM.
#
diff --git a/projects/sample/lib/Makefile b/projects/sample/lib/Makefile
index 4b97105..f712e71 100644
--- a/projects/sample/lib/Makefile
+++ b/projects/sample/lib/Makefile
@@ -1,3 +1,11 @@
+##===- projects/sample/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.
+#
+##===----------------------------------------------------------------------===##
#
# Relative path to the top of the source tree.
#
diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile
index 5569afb..5b21727 100644
--- a/projects/sample/lib/sample/Makefile
+++ b/projects/sample/lib/sample/Makefile
@@ -1,3 +1,11 @@
+##===- projects/sample/lib/sample/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.
+#
+##===----------------------------------------------------------------------===##
#
# Indicate where we are relative to the top of the source tree.
#
diff --git a/projects/sample/tools/Makefile b/projects/sample/tools/Makefile
index 4b97105..dc6314b 100644
--- a/projects/sample/tools/Makefile
+++ b/projects/sample/tools/Makefile
@@ -1,3 +1,11 @@
+##===- projects/sample/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.
+#
+##===----------------------------------------------------------------------===##
#
# Relative path to the top of the source tree.
#
diff --git a/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile
index 656ae62..8f384ff 100644
--- a/projects/sample/tools/sample/Makefile
+++ b/projects/sample/tools/sample/Makefile
@@ -1,3 +1,11 @@
+##===- projects/sample/tools/sample/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.
+#
+##===----------------------------------------------------------------------===##
#
# Indicate where we are relative to the top of the source tree.
#