[llvm-commits] CVS: llvm/lib/AsmParser/Parser.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 14:45:32 PDT 2003
Changes in directory llvm/lib/AsmParser:
Parser.cpp updated: 1.10 -> 1.11
---
Log message:
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
---
Diffs of the changes: (+7 -0)
Index: llvm/lib/AsmParser/Parser.cpp
diff -u llvm/lib/AsmParser/Parser.cpp:1.10 llvm/lib/AsmParser/Parser.cpp:1.11
--- llvm/lib/AsmParser/Parser.cpp:1.10 Mon Sep 22 18:50:25 2003
+++ llvm/lib/AsmParser/Parser.cpp Mon Oct 20 14:43:14 2003
@@ -1,4 +1,11 @@
//===- Parser.cpp - Main dispatch module for the Parser library -------------===
+//
+// 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 library implements the functionality defined in llvm/assembly/parser.h
//
More information about the llvm-commits
mailing list