add missing copyright header
authorChris Lattner <sabre@nondot.org>
Tue, 15 Mar 2005 15:46:23 +0000 (15:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Mar 2005 15:46:23 +0000 (15:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20614 91177308-0d34-0410-b5e6-96231b3b80d8

examples/ModuleMaker/ModuleMaker.cpp

index a057a8c8a1046468f8d140d1e7439a7435c868ee..1076446369742067b244a5c5c14144309a4fc218 100644 (file)
@@ -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