summaryrefslogtreecommitdiffstats
path: root/llvm/examples
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-15 15:46:23 +0000
committerChris Lattner <sabre@nondot.org>2005-03-15 15:46:23 +0000
commit3779fd652101011880565aa10afac329c6f7a0ee (patch)
tree96b4dc327ef82041480d4a4d8fce8f993a152665 /llvm/examples
parent222dcd44ff19540223b7cfeab2d3271bc6065de2 (diff)
downloadbcm5719-llvm-3779fd652101011880565aa10afac329c6f7a0ee.tar.gz
bcm5719-llvm-3779fd652101011880565aa10afac329c6f7a0ee.zip
add missing copyright header
llvm-svn: 20614
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/ModuleMaker/ModuleMaker.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/examples/ModuleMaker/ModuleMaker.cpp b/llvm/examples/ModuleMaker/ModuleMaker.cpp
index a057a8c8a10..10764463697 100644
--- a/llvm/examples/ModuleMaker/ModuleMaker.cpp
+++ b/llvm/examples/ModuleMaker/ModuleMaker.cpp
@@ -1,4 +1,11 @@
//===- examples/ModuleMaker/ModuleMaker.cpp - Example project ---*- C++ -*-===//
+//
+// 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 programs is a simple example that creates an LLVM module "from scratch",
// emitting it as a bytecode file to standard out. This is just to show how
OpenPOWER on IntegriCloud