Skip to content

Commit

Permalink
add missing copyright header
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20614 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Mar 15, 2005
1 parent 1d9f262 commit 7db7fa0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/ModuleMaker/ModuleMaker.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7db7fa0

Please sign in to comment.