[llvm-commits] CVS: llvm/lib/Bytecode/Writer/WriterInternals.h

John Criswell criswell at cs.uiuc.edu
Tue Oct 21 10:19:46 PDT 2003


Changes in directory llvm/lib/Bytecode/Writer:

WriterInternals.h updated: 1.12 -> 1.13

---
Log message:

Added LLVM copyright header.



---
Diffs of the changes:  (+7 -0)

Index: llvm/lib/Bytecode/Writer/WriterInternals.h
diff -u llvm/lib/Bytecode/Writer/WriterInternals.h:1.12 llvm/lib/Bytecode/Writer/WriterInternals.h:1.13
--- llvm/lib/Bytecode/Writer/WriterInternals.h:1.12	Sun Oct 12 22:32:07 2003
+++ llvm/lib/Bytecode/Writer/WriterInternals.h	Tue Oct 21 10:17:12 2003
@@ -1,4 +1,11 @@
 //===- WriterInternals.h - Data structures shared by the Writer -*- 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 header defines the interface used between components of the bytecode
 // writer.





More information about the llvm-commits mailing list