~ubuntu-branches/ubuntu/breezy/antlr/breezy

« back to all changes in this revision

Viewing changes to antlr/DiagnosticCodeGenerator.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-06-29 16:11:22 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050629161122-g81crc3z92p5xhsg
Tags: 2.7.5-6ubuntu4
Build depend on java-gcj-compat-dev, depend on java-gcj-compat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Project led by Terence Parr at http://www.jGuru.com
5
5
 * Software rights: http://www.antlr.org/license.html
6
6
 *
7
 
 * $Id: //depot/code/org.antlr/release/antlr-2.7.4/antlr/DiagnosticCodeGenerator.java#1 $
 
7
 * $Id: //depot/code/org.antlr/release/antlr-2.7.5/antlr/DiagnosticCodeGenerator.java#1 $
8
8
 */
9
9
 
10
10
import java.util.Enumeration;
605
605
        println("");
606
606
        println("Terence Parr, MageLang Institute");
607
607
        println("with John Lilley, Empathy Software");
608
 
        println("ANTLR Version " + antlrTool.version + "; 1996,1997");
 
608
        println("ANTLR Version " + antlrTool.version + "; 1989-2005");
609
609
        println("");
610
610
        println("*** Header Action.");
611
611
        println("This action will appear at the top of all generated files.");