[llvm-commits] CVS: llvm/lib/AsmParser/Lexer.l ParserInternals.h llvmAsmParser.y

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


Changes in directory llvm/lib/AsmParser:

Lexer.l updated: 1.42 -> 1.43
ParserInternals.h updated: 1.31 -> 1.32
llvmAsmParser.y updated: 1.135 -> 1.136

---
Log message:

Added LLVM copyright header.



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

Index: llvm/lib/AsmParser/Lexer.l
diff -u llvm/lib/AsmParser/Lexer.l:1.42 llvm/lib/AsmParser/Lexer.l:1.43
--- llvm/lib/AsmParser/Lexer.l:1.42	Sun Oct 19 16:34:27 2003
+++ llvm/lib/AsmParser/Lexer.l	Tue Oct 21 10:17:12 2003
@@ -1,4 +1,11 @@
 /*===-- Lexer.l - Scanner for llvm assembly files --------------*- 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 file implements the flex scanner for LLVM assembly languages files.
 //


Index: llvm/lib/AsmParser/ParserInternals.h
diff -u llvm/lib/AsmParser/ParserInternals.h:1.31 llvm/lib/AsmParser/ParserInternals.h:1.32
--- llvm/lib/AsmParser/ParserInternals.h:1.31	Sun Oct 19 16:39:41 2003
+++ llvm/lib/AsmParser/ParserInternals.h	Tue Oct 21 10:17:12 2003
@@ -1,4 +1,11 @@
 //===-- ParserInternals.h - Definitions internal to the parser --*- 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 file defines the various variables that are shared among the 
 //  different components of the parser...


Index: llvm/lib/AsmParser/llvmAsmParser.y
diff -u llvm/lib/AsmParser/llvmAsmParser.y:1.135 llvm/lib/AsmParser/llvmAsmParser.y:1.136
--- llvm/lib/AsmParser/llvmAsmParser.y:1.135	Sun Oct 19 16:34:27 2003
+++ llvm/lib/AsmParser/llvmAsmParser.y	Tue Oct 21 10:17:12 2003
@@ -1,4 +1,11 @@
 //===-- llvmAsmParser.y - Parser for llvm assembly files --------*- 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 file implements the bison parser for LLVM assembly languages files.
 //





More information about the llvm-commits mailing list