summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-20 22:28:01 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-20 22:28:01 +0000
commite26ba9fb3f73d893bfb6458e4f05de22bc492171 (patch)
treec021bbbfc2119dc60d12187471d04a955e65db26 /examples/ModuleMaker
parente488e9360b1a865ba604330965edcf139e590b65 (diff)
Added LLVM copyrights to Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/ModuleMaker')
-rw-r--r--examples/ModuleMaker/Makefile8
-rw-r--r--examples/ModuleMaker/tools/Makefile8
-rw-r--r--examples/ModuleMaker/tools/ModuleMaker/Makefile8
3 files changed, 24 insertions, 0 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile
index 7c2d3280b28..034ab053ba5 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 47997df90b1..b15b35b33d0 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 7f06b92e745..21e8579d9f4 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.
#