summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker
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
commit7db7fa0828bc4ac375032a847b3fd530cef131e2 (patch)
tree2dfa5708d86ed4ce95b3067d096e73e11e5ccb12 /examples/ModuleMaker
parent1d9f262b9dac7032e94857c1079b4ee62e0509d9 (diff)
downloadllvm-7db7fa0828bc4ac375032a847b3fd530cef131e2.tar.gz
llvm-7db7fa0828bc4ac375032a847b3fd530cef131e2.tar.bz2
llvm-7db7fa0828bc4ac375032a847b3fd530cef131e2.tar.xz
add missing copyright header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/ModuleMaker')
-rw-r--r--examples/ModuleMaker/ModuleMaker.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/ModuleMaker/ModuleMaker.cpp b/examples/ModuleMaker/ModuleMaker.cpp
index a057a8c8a1..1076446369 100644
--- a/examples/ModuleMaker/ModuleMaker.cpp
+++ b/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