From 3779fd652101011880565aa10afac329c6f7a0ee Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 15 Mar 2005 15:46:23 +0000 Subject: add missing copyright header llvm-svn: 20614 --- llvm/examples/ModuleMaker/ModuleMaker.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'llvm/examples') 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 -- cgit v1.2.1