summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r--llvm/projects/sample/Makefile8
-rw-r--r--llvm/projects/sample/lib/Makefile8
-rw-r--r--llvm/projects/sample/lib/sample/Makefile8
-rw-r--r--llvm/projects/sample/tools/Makefile8
-rw-r--r--llvm/projects/sample/tools/sample/Makefile8
5 files changed, 40 insertions, 0 deletions
diff --git a/llvm/projects/sample/Makefile b/llvm/projects/sample/Makefile
index 1fe32c795e9..a088eed2494 100644
--- a/llvm/projects/sample/Makefile
+++ b/llvm/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/llvm/projects/sample/lib/Makefile b/llvm/projects/sample/lib/Makefile
index 4b971053d01..f712e7183bb 100644
--- a/llvm/projects/sample/lib/Makefile
+++ b/llvm/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/llvm/projects/sample/lib/sample/Makefile b/llvm/projects/sample/lib/sample/Makefile
index 5569afbdda7..5b217275dba 100644
--- a/llvm/projects/sample/lib/sample/Makefile
+++ b/llvm/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/llvm/projects/sample/tools/Makefile b/llvm/projects/sample/tools/Makefile
index 4b971053d01..dc6314b3dfa 100644
--- a/llvm/projects/sample/tools/Makefile
+++ b/llvm/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/llvm/projects/sample/tools/sample/Makefile b/llvm/projects/sample/tools/sample/Makefile
index 656ae629082..8f384ffd949 100644
--- a/llvm/projects/sample/tools/sample/Makefile
+++ b/llvm/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.
#
OpenPOWER on IntegriCloud