From 4c4cf97f62d0e336079b45c8b4fa9729c8e62ec9 Mon Sep 17 00:00:00 2001 From: thurston Date: Tue, 7 Oct 2008 19:36:00 +0000 Subject: [PATCH] email address update: thurston@cs.queensu.ca -> thurston@complang.org git-svn-id: http://svn.complang.org/ragel/trunk@482 052ea7fc-9027-0410-9066-f65837a77df0 --- CREDITS | 2 +- Makefile.in | 2 +- aapl/avlbasic.h | 2 +- aapl/avlcommon.h | 2 +- aapl/avlibasic.h | 2 +- aapl/avlikeyless.h | 2 +- aapl/avlimap.h | 2 +- aapl/avlimel.h | 2 +- aapl/avlimelkey.h | 2 +- aapl/avliset.h | 2 +- aapl/avlitree.h | 2 +- aapl/avlkeyless.h | 2 +- aapl/avlmap.h | 2 +- aapl/avlmel.h | 2 +- aapl/avlmelkey.h | 2 +- aapl/avlset.h | 2 +- aapl/avltree.h | 2 +- aapl/bstcommon.h | 2 +- aapl/bstmap.h | 2 +- aapl/bstset.h | 2 +- aapl/bsttable.h | 2 +- aapl/bubblesort.h | 2 +- aapl/compare.h | 2 +- aapl/dlcommon.h | 2 +- aapl/dlist.h | 2 +- aapl/dlistmel.h | 2 +- aapl/dlistval.h | 2 +- aapl/insertsort.h | 2 +- aapl/mergesort.h | 2 +- aapl/quicksort.h | 2 +- aapl/resize.h | 2 +- aapl/sbstmap.h | 2 +- aapl/sbstset.h | 2 +- aapl/sbsttable.h | 2 +- aapl/svector.h | 2 +- aapl/table.h | 2 +- aapl/vector.h | 2 +- common/Makefile.in | 2 +- common/buffer.h | 2 +- common/common.cpp | 2 +- common/common.h | 2 +- common/config.h.in | 2 +- common/pcheck.h | 2 +- configure.in | 2 +- doc/Makefile.in | 2 +- doc/ragel-guide.tex | 2 +- doc/ragel.1.in | 4 ++-- doc/rlgen-cd.1.in | 4 ++-- doc/rlgen-dot.1.in | 4 ++-- doc/rlgen-java.1.in | 4 ++-- doc/rlgen-ruby.1.in | 4 ++-- examples/Makefile | 2 +- ragel/Makefile.in | 2 +- ragel/fsmap.cpp | 2 +- ragel/fsmattach.cpp | 2 +- ragel/fsmbase.cpp | 2 +- ragel/fsmgraph.cpp | 2 +- ragel/fsmgraph.h | 2 +- ragel/fsmmin.cpp | 2 +- ragel/fsmstate.cpp | 2 +- ragel/main.cpp | 2 +- ragel/parsedata.cpp | 2 +- ragel/parsedata.h | 2 +- ragel/parsetree.cpp | 2 +- ragel/parsetree.h | 2 +- ragel/ragel.h | 2 +- ragel/rlparse.kh | 2 +- ragel/rlparse.kl | 2 +- ragel/rlscan.h | 2 +- ragel/rlscan.rl | 2 +- ragel/xmlcodegen.cpp | 2 +- ragel/xmlcodegen.h | 2 +- redfsm/Makefile.in | 2 +- redfsm/gendata.cpp | 2 +- redfsm/gendata.h | 2 +- redfsm/redfsm.cpp | 2 +- redfsm/redfsm.h | 2 +- redfsm/xmlparse.kh | 2 +- redfsm/xmlparse.kl | 2 +- redfsm/xmlscan.rl | 2 +- redfsm/xmltags.gperf | 2 +- rlgen-cd/Makefile.in | 2 +- rlgen-cd/fflatcodegen.cpp | 2 +- rlgen-cd/fflatcodegen.h | 2 +- rlgen-cd/fgotocodegen.cpp | 2 +- rlgen-cd/fgotocodegen.h | 2 +- rlgen-cd/flatcodegen.cpp | 2 +- rlgen-cd/flatcodegen.h | 2 +- rlgen-cd/fsmcodegen.cpp | 2 +- rlgen-cd/fsmcodegen.h | 2 +- rlgen-cd/ftabcodegen.cpp | 2 +- rlgen-cd/ftabcodegen.h | 2 +- rlgen-cd/gotocodegen.cpp | 2 +- rlgen-cd/gotocodegen.h | 2 +- rlgen-cd/ipgotocodegen.cpp | 2 +- rlgen-cd/ipgotocodegen.h | 2 +- rlgen-cd/main.cpp | 2 +- rlgen-cd/rlgen-cd.h | 2 +- rlgen-cd/splitcodegen.cpp | 2 +- rlgen-cd/splitcodegen.h | 2 +- rlgen-cd/tabcodegen.cpp | 2 +- rlgen-cd/tabcodegen.h | 2 +- rlgen-csharp/Makefile.in | 2 +- rlgen-csharp/fflatcodegen.cpp | 2 +- rlgen-csharp/fflatcodegen.h | 2 +- rlgen-csharp/fgotocodegen.cpp | 2 +- rlgen-csharp/fgotocodegen.h | 2 +- rlgen-csharp/flatcodegen.cpp | 2 +- rlgen-csharp/flatcodegen.h | 2 +- rlgen-csharp/fsmcodegen.cpp | 2 +- rlgen-csharp/fsmcodegen.h | 2 +- rlgen-csharp/ftabcodegen.cpp | 2 +- rlgen-csharp/ftabcodegen.h | 2 +- rlgen-csharp/gotocodegen.cpp | 2 +- rlgen-csharp/gotocodegen.h | 2 +- rlgen-csharp/ipgotocodegen.cpp | 2 +- rlgen-csharp/ipgotocodegen.h | 2 +- rlgen-csharp/main.cpp | 2 +- rlgen-csharp/rlgen-csharp.h | 2 +- rlgen-csharp/splitcodegen.cpp | 2 +- rlgen-csharp/splitcodegen.h | 2 +- rlgen-csharp/tabcodegen.cpp | 2 +- rlgen-csharp/tabcodegen.h | 2 +- rlgen-dot/Makefile.in | 2 +- rlgen-dot/gvdotgen.cpp | 2 +- rlgen-dot/gvdotgen.h | 2 +- rlgen-dot/main.cpp | 2 +- rlgen-dot/rlgen-dot.h | 2 +- rlgen-java/Makefile.in | 2 +- rlgen-java/javacodegen.cpp | 2 +- rlgen-java/javacodegen.h | 2 +- rlgen-java/main.cpp | 2 +- rlgen-java/rlgen-java.h | 2 +- rlgen-ruby/Makefile.in | 2 +- rlgen-ruby/main.cpp | 2 +- rlgen-ruby/rbx-gotocodegen.cpp | 2 +- rlgen-ruby/rbx-gotocodegen.h | 2 +- rlgen-ruby/rlgen-ruby.h | 2 +- rlgen-ruby/ruby-codegen.cpp | 2 +- rlgen-ruby/ruby-codegen.h | 2 +- rlgen-ruby/ruby-fflatcodegen.cpp | 2 +- rlgen-ruby/ruby-fflatcodegen.h | 2 +- rlgen-ruby/ruby-flatcodegen.cpp | 2 +- rlgen-ruby/ruby-flatcodegen.h | 2 +- rlgen-ruby/ruby-ftabcodegen.cpp | 2 +- rlgen-ruby/ruby-ftabcodegen.h | 2 +- rlgen-ruby/ruby-tabcodegen.cpp | 2 +- rlgen-ruby/ruby-tabcodegen.h | 2 +- test/Makefile.in | 2 +- test/mailbox2.rl | 4 ++-- test/mailbox3.rl | 6 +++--- test/runtests | 2 +- 152 files changed, 160 insertions(+), 160 deletions(-) diff --git a/CREDITS b/CREDITS index fb810e1..22c2dea 100644 --- a/CREDITS +++ b/CREDITS @@ -3,7 +3,7 @@ ======================================= -* Ragel was designed and written by Adrian Thurston . +* Ragel was designed and written by Adrian Thurston . Many others have helped out along the way. My apolgies to anyone who has been missed. diff --git a/Makefile.in b/Makefile.in index 2666c48..7146ed3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2007 Adrian Thurston +# Copyright 2001-2007 Adrian Thurston # # This file is part of Ragel. diff --git a/aapl/avlbasic.h b/aapl/avlbasic.h index 780ef07..ed826f3 100644 --- a/aapl/avlbasic.h +++ b/aapl/avlbasic.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlcommon.h b/aapl/avlcommon.h index a404444..06983bc 100644 --- a/aapl/avlcommon.h +++ b/aapl/avlcommon.h @@ -1,5 +1,5 @@ /* - * Copyright 2001 Adrian Thurston + * Copyright 2001 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlibasic.h b/aapl/avlibasic.h index a48faaa..b916f74 100644 --- a/aapl/avlibasic.h +++ b/aapl/avlibasic.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlikeyless.h b/aapl/avlikeyless.h index 559b75a..0c60608 100644 --- a/aapl/avlikeyless.h +++ b/aapl/avlikeyless.h @@ -1,5 +1,5 @@ /* - * Copyright 2002, 2003 Adrian Thurston + * Copyright 2002, 2003 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlimap.h b/aapl/avlimap.h index 38bfff7..c207dc5 100644 --- a/aapl/avlimap.h +++ b/aapl/avlimap.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlimel.h b/aapl/avlimel.h index 9442a99..bceddcd 100644 --- a/aapl/avlimel.h +++ b/aapl/avlimel.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlimelkey.h b/aapl/avlimelkey.h index faa56e8..52d3a40 100644 --- a/aapl/avlimelkey.h +++ b/aapl/avlimelkey.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avliset.h b/aapl/avliset.h index cf5be36..9594e7d 100644 --- a/aapl/avliset.h +++ b/aapl/avliset.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlitree.h b/aapl/avlitree.h index b053c96..28394bb 100644 --- a/aapl/avlitree.h +++ b/aapl/avlitree.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlkeyless.h b/aapl/avlkeyless.h index 3080513..fecf8bd 100644 --- a/aapl/avlkeyless.h +++ b/aapl/avlkeyless.h @@ -1,5 +1,5 @@ /* - * Copyright 2002, 2003 Adrian Thurston + * Copyright 2002, 2003 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlmap.h b/aapl/avlmap.h index e4e1566..378613c 100644 --- a/aapl/avlmap.h +++ b/aapl/avlmap.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlmel.h b/aapl/avlmel.h index 7bfad3b..6d0deb7 100644 --- a/aapl/avlmel.h +++ b/aapl/avlmel.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlmelkey.h b/aapl/avlmelkey.h index 9261cc8..5a66c9c 100644 --- a/aapl/avlmelkey.h +++ b/aapl/avlmelkey.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avlset.h b/aapl/avlset.h index 224ee59..579378a 100644 --- a/aapl/avlset.h +++ b/aapl/avlset.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/avltree.h b/aapl/avltree.h index cf15359..2aa8e15 100644 --- a/aapl/avltree.h +++ b/aapl/avltree.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/bstcommon.h b/aapl/bstcommon.h index bd390cd..888717f 100644 --- a/aapl/bstcommon.h +++ b/aapl/bstcommon.h @@ -1,5 +1,5 @@ /* - * Copyright 2001 Adrian Thurston + * Copyright 2001 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/bstmap.h b/aapl/bstmap.h index 5154b86..30c8e3c 100644 --- a/aapl/bstmap.h +++ b/aapl/bstmap.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/bstset.h b/aapl/bstset.h index ce710ee..4a0f88e 100644 --- a/aapl/bstset.h +++ b/aapl/bstset.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/bsttable.h b/aapl/bsttable.h index 9898ebf..4e4babc 100644 --- a/aapl/bsttable.h +++ b/aapl/bsttable.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/bubblesort.h b/aapl/bubblesort.h index 20e0f6f..bcc2fb6 100644 --- a/aapl/bubblesort.h +++ b/aapl/bubblesort.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/compare.h b/aapl/compare.h index e537736..3106df9 100644 --- a/aapl/compare.h +++ b/aapl/compare.h @@ -1,5 +1,5 @@ /* - * Copyright 2001 Adrian Thurston + * Copyright 2001 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/dlcommon.h b/aapl/dlcommon.h index 5ce9bd3..91dff25 100644 --- a/aapl/dlcommon.h +++ b/aapl/dlcommon.h @@ -1,5 +1,5 @@ /* - * Copyright 2001 Adrian Thurston + * Copyright 2001 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/dlist.h b/aapl/dlist.h index eaf3e5d..e34c8da 100644 --- a/aapl/dlist.h +++ b/aapl/dlist.h @@ -1,5 +1,5 @@ /* - * Copyright 2001 Adrian Thurston + * Copyright 2001 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/dlistmel.h b/aapl/dlistmel.h index 3433139..17de543 100644 --- a/aapl/dlistmel.h +++ b/aapl/dlistmel.h @@ -1,5 +1,5 @@ /* - * Copyright 2001 Adrian Thurston + * Copyright 2001 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/dlistval.h b/aapl/dlistval.h index 6f24999..4fcf33f 100644 --- a/aapl/dlistval.h +++ b/aapl/dlistval.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/insertsort.h b/aapl/insertsort.h index eb3e264..94aef7b 100644 --- a/aapl/insertsort.h +++ b/aapl/insertsort.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/mergesort.h b/aapl/mergesort.h index d017511..68b8426 100644 --- a/aapl/mergesort.h +++ b/aapl/mergesort.h @@ -1,5 +1,5 @@ /* - * Copyright 2001, 2002 Adrian Thurston + * Copyright 2001, 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/quicksort.h b/aapl/quicksort.h index 9bb96ef..bb6941e 100644 --- a/aapl/quicksort.h +++ b/aapl/quicksort.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/resize.h b/aapl/resize.h index 24edc16..9e8491a 100644 --- a/aapl/resize.h +++ b/aapl/resize.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/sbstmap.h b/aapl/sbstmap.h index 9436a47..e3975a1 100644 --- a/aapl/sbstmap.h +++ b/aapl/sbstmap.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/sbstset.h b/aapl/sbstset.h index fe8ddf6..3487ee7 100644 --- a/aapl/sbstset.h +++ b/aapl/sbstset.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/sbsttable.h b/aapl/sbsttable.h index 100b87e..348f1fd 100644 --- a/aapl/sbsttable.h +++ b/aapl/sbsttable.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/svector.h b/aapl/svector.h index db3a565..7dcae62 100644 --- a/aapl/svector.h +++ b/aapl/svector.h @@ -1,5 +1,5 @@ /* - * Copyright 2002, 2006 Adrian Thurston + * Copyright 2002, 2006 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/table.h b/aapl/table.h index c1f2b7b..c218281 100644 --- a/aapl/table.h +++ b/aapl/table.h @@ -1,5 +1,5 @@ /* - * Copyright 2001, 2002 Adrian Thurston + * Copyright 2001, 2002 Adrian Thurston */ /* This file is part of Aapl. diff --git a/aapl/vector.h b/aapl/vector.h index 81c522e..b29c749 100644 --- a/aapl/vector.h +++ b/aapl/vector.h @@ -1,5 +1,5 @@ /* - * Copyright 2002, 2006 Adrian Thurston + * Copyright 2002, 2006 Adrian Thurston */ /* This file is part of Aapl. diff --git a/common/Makefile.in b/common/Makefile.in index 9b9deb1..c0a3a34 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Adrian Thurston +# Copyright 2001-2006 Adrian Thurston # # This file is part of Ragel. diff --git a/common/buffer.h b/common/buffer.h index 99c4e82..ae96913 100644 --- a/common/buffer.h +++ b/common/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2003 Adrian Thurston + * Copyright 2003 Adrian Thurston */ /* This file is part of Ragel. diff --git a/common/common.cpp b/common/common.cpp index 360108b..e8971ac 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2006-2007 Adrian Thurston + * Copyright 2006-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/common/common.h b/common/common.h index 6fd51b9..e313d41 100644 --- a/common/common.h +++ b/common/common.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/common/config.h.in b/common/config.h.in index eaacfb3..8871c46 100644 --- a/common/config.h.in +++ b/common/config.h.in @@ -1,5 +1,5 @@ /* - * Copyright 2001 Adrian Thurston + * Copyright 2001 Adrian Thurston */ /* This file is part of Ragel. diff --git a/common/pcheck.h b/common/pcheck.h index dac8811..34d7cf8 100644 --- a/common/pcheck.h +++ b/common/pcheck.h @@ -1,5 +1,5 @@ /* - * Copyright 2001, 2002 Adrian Thurston + * Copyright 2001, 2002 Adrian Thurston */ /* This file is part of Ragel. diff --git a/configure.in b/configure.in index a257a70..787e720 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl -dnl Copyright 2001-2006 Adrian Thurston +dnl Copyright 2001-2006 Adrian Thurston dnl dnl This file is part of Ragel. diff --git a/doc/Makefile.in b/doc/Makefile.in index ed1350c..2b8a22b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2007 Adrian Thurston +# Copyright 2001-2007 Adrian Thurston # # This file is part of Ragel. diff --git a/doc/ragel-guide.tex b/doc/ragel-guide.tex index 2f5ea5a..62f740d 100644 --- a/doc/ragel-guide.tex +++ b/doc/ragel-guide.tex @@ -1,5 +1,5 @@ % -% Copyright 2001-2007 Adrian Thurston +% Copyright 2001-2007 Adrian Thurston % % This file is part of Ragel. diff --git a/doc/ragel.1.in b/doc/ragel.1.in index 68142e2..371456f 100644 --- a/doc/ragel.1.in +++ b/doc/ragel.1.in @@ -1,5 +1,5 @@ .\" -.\" Copyright 2001-2007 Adrian Thurston +.\" Copyright 2001-2007 Adrian Thurston .\" .\" This file is part of Ragel. @@ -625,7 +625,7 @@ Save the current state and immediately break out of the machine. Ragel is still under development and has not yet matured. There are probably many bugs. .SH CREDITS -Ragel was written by Adrian Thurston . Objective-C +Ragel was written by Adrian Thurston . Objective-C output contributed by Erich Ocean. D output contributed by Alan West. .SH "SEE ALSO" .BR rlgen-cd (1), diff --git a/doc/rlgen-cd.1.in b/doc/rlgen-cd.1.in index 33cc088..cd4775a 100644 --- a/doc/rlgen-cd.1.in +++ b/doc/rlgen-cd.1.in @@ -1,5 +1,5 @@ .\" -.\" Copyright 2001-2007 Adrian Thurston +.\" Copyright 2001-2007 Adrian Thurston .\" .\" This file is part of Ragel. @@ -95,7 +95,7 @@ machine control code. Ragel is still under development and has not yet matured. There are probably many bugs. .SH CREDITS -Ragel was written by Adrian Thurston . Objective-C +Ragel was written by Adrian Thurston . Objective-C output contributed by Erich Ocean. D output contributed by Alan West. .SH "SEE ALSO" .BR ragel (1), diff --git a/doc/rlgen-dot.1.in b/doc/rlgen-dot.1.in index 5c24091..2a16af1 100644 --- a/doc/rlgen-dot.1.in +++ b/doc/rlgen-dot.1.in @@ -1,5 +1,5 @@ .\" -.\" Copyright 2001-2007 Adrian Thurston +.\" Copyright 2001-2007 Adrian Thurston .\" .\" This file is part of Ragel. @@ -49,7 +49,7 @@ Display printable characters in transition labels. Ragel is still under development and has not yet matured. There are probably many bugs. .SH CREDITS -Ragel was written by Adrian Thurston . Objective-C +Ragel was written by Adrian Thurston . Objective-C output contributed by Erich Ocean. D output contributed by Alan West. .SH "SEE ALSO" .BR ragel (1), diff --git a/doc/rlgen-java.1.in b/doc/rlgen-java.1.in index c143d15..8851f21 100644 --- a/doc/rlgen-java.1.in +++ b/doc/rlgen-java.1.in @@ -1,5 +1,5 @@ .\" -.\" Copyright 2001-2007 Adrian Thurston +.\" Copyright 2001-2007 Adrian Thurston .\" .\" This file is part of Ragel. @@ -58,7 +58,7 @@ driven FSM produces a smaller binary and requires a less expensive host language compile but results in slower running code. The table driven FSM is suitable for any FSM. .SH CREDITS -Ragel was written by Adrian Thurston . Contributions +Ragel was written by Adrian Thurston . Contributions to Java code generation by Colin Fleming. .SH "SEE ALSO" .BR ragel (1), diff --git a/doc/rlgen-ruby.1.in b/doc/rlgen-ruby.1.in index 9aecfe2..db2e1fd 100644 --- a/doc/rlgen-ruby.1.in +++ b/doc/rlgen-ruby.1.in @@ -1,5 +1,5 @@ .\" -.\" Copyright 2001-2007 Adrian Thurston +.\" Copyright 2001-2007 Adrian Thurston .\" .\" This file is part of Ragel. @@ -61,7 +61,7 @@ for any FSM. Ragel is still under development and has not yet matured. There are probably many bugs. .SH CREDITS -Ragel was written by Adrian Thurston . Objective-C +Ragel was written by Adrian Thurston . Objective-C output contributed by Erich Ocean. D output contributed by Alan West. .SH "SEE ALSO" .BR ragel (1), diff --git a/examples/Makefile b/examples/Makefile index b9fcc21..863b57e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2002-2007 Adrian Thurston +# Copyright 2002-2007 Adrian Thurston # # This file is part of Ragel. diff --git a/ragel/Makefile.in b/ragel/Makefile.in index e4dab83..8ce2a9f 100644 --- a/ragel/Makefile.in +++ b/ragel/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2007 Adrian Thurston +# Copyright 2001-2007 Adrian Thurston # # This file is part of Ragel. diff --git a/ragel/fsmap.cpp b/ragel/fsmap.cpp index d35df11..12d9e56 100644 --- a/ragel/fsmap.cpp +++ b/ragel/fsmap.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 Adrian Thurston + * Copyright 2002-2004 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/fsmattach.cpp b/ragel/fsmattach.cpp index 16d2183..b0911f3 100644 --- a/ragel/fsmattach.cpp +++ b/ragel/fsmattach.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001 Adrian Thurston + * Copyright 2001 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/fsmbase.cpp b/ragel/fsmbase.cpp index 4ed28e8..87c7f0e 100644 --- a/ragel/fsmbase.cpp +++ b/ragel/fsmbase.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/fsmgraph.cpp b/ragel/fsmgraph.cpp index 34ea661..fecc4a5 100644 --- a/ragel/fsmgraph.cpp +++ b/ragel/fsmgraph.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001, 2002, 2006 Adrian Thurston + * Copyright 2001, 2002, 2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/fsmgraph.h b/ragel/fsmgraph.h index 2ccfeb0..ba9d011 100644 --- a/ragel/fsmgraph.h +++ b/ragel/fsmgraph.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/fsmmin.cpp b/ragel/fsmmin.cpp index c9ace1b..42ebfaa 100644 --- a/ragel/fsmmin.cpp +++ b/ragel/fsmmin.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/fsmstate.cpp b/ragel/fsmstate.cpp index ed8f7c7..63c48e9 100644 --- a/ragel/fsmstate.cpp +++ b/ragel/fsmstate.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2002 Adrian Thurston + * Copyright 2002 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/main.cpp b/ragel/main.cpp index ea1605a..51e0a29 100644 --- a/ragel/main.cpp +++ b/ragel/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/parsedata.cpp b/ragel/parsedata.cpp index 0dfaac4..a815e1c 100644 --- a/ragel/parsedata.cpp +++ b/ragel/parsedata.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/parsedata.h b/ragel/parsedata.h index b806c42..c62508f 100644 --- a/ragel/parsedata.h +++ b/ragel/parsedata.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/parsetree.cpp b/ragel/parsetree.cpp index 72e84ea..770810c 100644 --- a/ragel/parsetree.cpp +++ b/ragel/parsetree.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/parsetree.h b/ragel/parsetree.h index c3a1e21..54a8671 100644 --- a/ragel/parsetree.h +++ b/ragel/parsetree.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/ragel.h b/ragel/ragel.h index cf5951b..715e69a 100644 --- a/ragel/ragel.h +++ b/ragel/ragel.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/rlparse.kh b/ragel/rlparse.kh index e840f8a..3297dbe 100644 --- a/ragel/rlparse.kh +++ b/ragel/rlparse.kh @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/rlparse.kl b/ragel/rlparse.kl index 42d9732..ece1786 100644 --- a/ragel/rlparse.kl +++ b/ragel/rlparse.kl @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/rlscan.h b/ragel/rlscan.h index 430bef6..4c07bf8 100644 --- a/ragel/rlscan.h +++ b/ragel/rlscan.h @@ -1,5 +1,5 @@ /* - * Copyright 2007 Adrian Thurston + * Copyright 2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/rlscan.rl b/ragel/rlscan.rl index 9c96ef1..40bb918 100644 --- a/ragel/rlscan.rl +++ b/ragel/rlscan.rl @@ -1,5 +1,5 @@ /* - * Copyright 2006-2007 Adrian Thurston + * Copyright 2006-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/xmlcodegen.cpp b/ragel/xmlcodegen.cpp index 16bd833..8cbe738 100644 --- a/ragel/xmlcodegen.cpp +++ b/ragel/xmlcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 Adrian Thurston + * Copyright 2005-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/ragel/xmlcodegen.h b/ragel/xmlcodegen.h index b82a8da..719161e 100644 --- a/ragel/xmlcodegen.h +++ b/ragel/xmlcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 Adrian Thurston + * Copyright 2005-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/redfsm/Makefile.in b/redfsm/Makefile.in index 7dfceb9..b47e222 100644 --- a/redfsm/Makefile.in +++ b/redfsm/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Adrian Thurston +# Copyright 2001-2006 Adrian Thurston # # This file is part of Ragel. diff --git a/redfsm/gendata.cpp b/redfsm/gendata.cpp index c4c503b..99065de 100644 --- a/redfsm/gendata.cpp +++ b/redfsm/gendata.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 Adrian Thurston + * Copyright 2005-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/redfsm/gendata.h b/redfsm/gendata.h index f8c6d2f..206f019 100644 --- a/redfsm/gendata.h +++ b/redfsm/gendata.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 Adrian Thurston + * Copyright 2005-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/redfsm/redfsm.cpp b/redfsm/redfsm.cpp index e02493e..a8d05c5 100644 --- a/redfsm/redfsm.cpp +++ b/redfsm/redfsm.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/redfsm/redfsm.h b/redfsm/redfsm.h index c53352a..341c7b7 100644 --- a/redfsm/redfsm.h +++ b/redfsm/redfsm.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/redfsm/xmlparse.kh b/redfsm/xmlparse.kh index de88f7d..0296982 100644 --- a/redfsm/xmlparse.kh +++ b/redfsm/xmlparse.kh @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/redfsm/xmlparse.kl b/redfsm/xmlparse.kl index e725fcc..74389b0 100644 --- a/redfsm/xmlparse.kl +++ b/redfsm/xmlparse.kl @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/redfsm/xmlscan.rl b/redfsm/xmlscan.rl index 1b09941..e217183 100644 --- a/redfsm/xmlscan.rl +++ b/redfsm/xmlscan.rl @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/redfsm/xmltags.gperf b/redfsm/xmltags.gperf index 5b07e8a..48ae352 100644 --- a/redfsm/xmltags.gperf +++ b/redfsm/xmltags.gperf @@ -1,5 +1,5 @@ /* - * Copyright 2005 Adrian Thurston + * Copyright 2005 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-cd/Makefile.in b/rlgen-cd/Makefile.in index bfeb625..e8b6dca 100644 --- a/rlgen-cd/Makefile.in +++ b/rlgen-cd/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Adrian Thurston +# Copyright 2001-2006 Adrian Thurston # # This file is part of Ragel. diff --git a/rlgen-cd/fflatcodegen.cpp b/rlgen-cd/fflatcodegen.cpp index c76677f..733cfcb 100644 --- a/rlgen-cd/fflatcodegen.cpp +++ b/rlgen-cd/fflatcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 Adrian Thurston + * Copyright 2004-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/fflatcodegen.h b/rlgen-cd/fflatcodegen.h index 7493b50..6ac0b0d 100644 --- a/rlgen-cd/fflatcodegen.h +++ b/rlgen-cd/fflatcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 Adrian Thurston + * Copyright 2004-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/fgotocodegen.cpp b/rlgen-cd/fgotocodegen.cpp index 3988868..41ad2cd 100644 --- a/rlgen-cd/fgotocodegen.cpp +++ b/rlgen-cd/fgotocodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/fgotocodegen.h b/rlgen-cd/fgotocodegen.h index 9a93d5d..287b9dc 100644 --- a/rlgen-cd/fgotocodegen.h +++ b/rlgen-cd/fgotocodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/flatcodegen.cpp b/rlgen-cd/flatcodegen.cpp index 66dc07b..f753526 100644 --- a/rlgen-cd/flatcodegen.cpp +++ b/rlgen-cd/flatcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 Adrian Thurston + * Copyright 2004-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/flatcodegen.h b/rlgen-cd/flatcodegen.h index ad5674e..f568546 100644 --- a/rlgen-cd/flatcodegen.h +++ b/rlgen-cd/flatcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 Adrian Thurston + * Copyright 2004-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/fsmcodegen.cpp b/rlgen-cd/fsmcodegen.cpp index 942769c..f4de4f6 100644 --- a/rlgen-cd/fsmcodegen.cpp +++ b/rlgen-cd/fsmcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/fsmcodegen.h b/rlgen-cd/fsmcodegen.h index 6e75772..853a38e 100644 --- a/rlgen-cd/fsmcodegen.h +++ b/rlgen-cd/fsmcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/ftabcodegen.cpp b/rlgen-cd/ftabcodegen.cpp index 6118b78..e1f383b 100644 --- a/rlgen-cd/ftabcodegen.cpp +++ b/rlgen-cd/ftabcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/ftabcodegen.h b/rlgen-cd/ftabcodegen.h index 9a91174..5de73e5 100644 --- a/rlgen-cd/ftabcodegen.h +++ b/rlgen-cd/ftabcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/gotocodegen.cpp b/rlgen-cd/gotocodegen.cpp index e4999f0..e7c1685 100644 --- a/rlgen-cd/gotocodegen.cpp +++ b/rlgen-cd/gotocodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/gotocodegen.h b/rlgen-cd/gotocodegen.h index 7de21f1..11ce134 100644 --- a/rlgen-cd/gotocodegen.h +++ b/rlgen-cd/gotocodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/ipgotocodegen.cpp b/rlgen-cd/ipgotocodegen.cpp index 9d10d9f..c756111 100644 --- a/rlgen-cd/ipgotocodegen.cpp +++ b/rlgen-cd/ipgotocodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/ipgotocodegen.h b/rlgen-cd/ipgotocodegen.h index caff0d7..7b815ab 100644 --- a/rlgen-cd/ipgotocodegen.h +++ b/rlgen-cd/ipgotocodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/main.cpp b/rlgen-cd/main.cpp index f4a0d4f..1cea4f8 100644 --- a/rlgen-cd/main.cpp +++ b/rlgen-cd/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-cd/rlgen-cd.h b/rlgen-cd/rlgen-cd.h index 9d280f2..c11903b 100644 --- a/rlgen-cd/rlgen-cd.h +++ b/rlgen-cd/rlgen-cd.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-cd/splitcodegen.cpp b/rlgen-cd/splitcodegen.cpp index 5faf602..59e8ac0 100644 --- a/rlgen-cd/splitcodegen.cpp +++ b/rlgen-cd/splitcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2006 Adrian Thurston + * Copyright 2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-cd/splitcodegen.h b/rlgen-cd/splitcodegen.h index abba1ab..29ce42e 100644 --- a/rlgen-cd/splitcodegen.h +++ b/rlgen-cd/splitcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2006 Adrian Thurston + * Copyright 2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-cd/tabcodegen.cpp b/rlgen-cd/tabcodegen.cpp index 82d9d43..6754362 100644 --- a/rlgen-cd/tabcodegen.cpp +++ b/rlgen-cd/tabcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-cd/tabcodegen.h b/rlgen-cd/tabcodegen.h index 79f1864..bdcd392 100644 --- a/rlgen-cd/tabcodegen.h +++ b/rlgen-cd/tabcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/Makefile.in b/rlgen-csharp/Makefile.in index 2906bc1..454eb3f 100644 --- a/rlgen-csharp/Makefile.in +++ b/rlgen-csharp/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 Adrian Thurston +# Copyright 2001-2006 Adrian Thurston # # This file is part of Ragel. diff --git a/rlgen-csharp/fflatcodegen.cpp b/rlgen-csharp/fflatcodegen.cpp index fbccbcd..2d48380 100644 --- a/rlgen-csharp/fflatcodegen.cpp +++ b/rlgen-csharp/fflatcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 Adrian Thurston + * Copyright 2004-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/fflatcodegen.h b/rlgen-csharp/fflatcodegen.h index c45885a..dd25d83 100644 --- a/rlgen-csharp/fflatcodegen.h +++ b/rlgen-csharp/fflatcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 Adrian Thurston + * Copyright 2004-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/fgotocodegen.cpp b/rlgen-csharp/fgotocodegen.cpp index a39289f..cf62083 100644 --- a/rlgen-csharp/fgotocodegen.cpp +++ b/rlgen-csharp/fgotocodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/fgotocodegen.h b/rlgen-csharp/fgotocodegen.h index 53a039f..68c7368 100644 --- a/rlgen-csharp/fgotocodegen.h +++ b/rlgen-csharp/fgotocodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/flatcodegen.cpp b/rlgen-csharp/flatcodegen.cpp index 10f9f36..9dd191a 100644 --- a/rlgen-csharp/flatcodegen.cpp +++ b/rlgen-csharp/flatcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 Adrian Thurston + * Copyright 2004-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/flatcodegen.h b/rlgen-csharp/flatcodegen.h index b9c9ee3..559cc34 100644 --- a/rlgen-csharp/flatcodegen.h +++ b/rlgen-csharp/flatcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 Adrian Thurston + * Copyright 2004-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/fsmcodegen.cpp b/rlgen-csharp/fsmcodegen.cpp index fd46865..be36a77 100644 --- a/rlgen-csharp/fsmcodegen.cpp +++ b/rlgen-csharp/fsmcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/fsmcodegen.h b/rlgen-csharp/fsmcodegen.h index 0bd7e48..33c8694 100644 --- a/rlgen-csharp/fsmcodegen.h +++ b/rlgen-csharp/fsmcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/ftabcodegen.cpp b/rlgen-csharp/ftabcodegen.cpp index 4804a2d..f7da6bd 100644 --- a/rlgen-csharp/ftabcodegen.cpp +++ b/rlgen-csharp/ftabcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/ftabcodegen.h b/rlgen-csharp/ftabcodegen.h index 46101ee..173a3ce 100644 --- a/rlgen-csharp/ftabcodegen.h +++ b/rlgen-csharp/ftabcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/gotocodegen.cpp b/rlgen-csharp/gotocodegen.cpp index 5172968..810b5f5 100644 --- a/rlgen-csharp/gotocodegen.cpp +++ b/rlgen-csharp/gotocodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/gotocodegen.h b/rlgen-csharp/gotocodegen.h index 2839d0e..b686641 100644 --- a/rlgen-csharp/gotocodegen.h +++ b/rlgen-csharp/gotocodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/ipgotocodegen.cpp b/rlgen-csharp/ipgotocodegen.cpp index 259c752..5c2fae3 100644 --- a/rlgen-csharp/ipgotocodegen.cpp +++ b/rlgen-csharp/ipgotocodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/ipgotocodegen.h b/rlgen-csharp/ipgotocodegen.h index 21af6d1..0b9a300 100644 --- a/rlgen-csharp/ipgotocodegen.h +++ b/rlgen-csharp/ipgotocodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/main.cpp b/rlgen-csharp/main.cpp index 1a78848..7f3970e 100644 --- a/rlgen-csharp/main.cpp +++ b/rlgen-csharp/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-csharp/rlgen-csharp.h b/rlgen-csharp/rlgen-csharp.h index 21899c4..de69af4 100644 --- a/rlgen-csharp/rlgen-csharp.h +++ b/rlgen-csharp/rlgen-csharp.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-csharp/splitcodegen.cpp b/rlgen-csharp/splitcodegen.cpp index 5aaee1e..63ac299 100644 --- a/rlgen-csharp/splitcodegen.cpp +++ b/rlgen-csharp/splitcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2006 Adrian Thurston + * Copyright 2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-csharp/splitcodegen.h b/rlgen-csharp/splitcodegen.h index 8118643..9bfbe79 100644 --- a/rlgen-csharp/splitcodegen.h +++ b/rlgen-csharp/splitcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2006 Adrian Thurston + * Copyright 2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-csharp/tabcodegen.cpp b/rlgen-csharp/tabcodegen.cpp index ab1a672..30a2bf2 100644 --- a/rlgen-csharp/tabcodegen.cpp +++ b/rlgen-csharp/tabcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-csharp/tabcodegen.h b/rlgen-csharp/tabcodegen.h index e1f5f41..c54afd5 100644 --- a/rlgen-csharp/tabcodegen.h +++ b/rlgen-csharp/tabcodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston * 2004 Erich Ocean * 2005 Alan West */ diff --git a/rlgen-dot/Makefile.in b/rlgen-dot/Makefile.in index c4bb747..c1ea1ac 100644 --- a/rlgen-dot/Makefile.in +++ b/rlgen-dot/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2001-2007 Adrian Thurston +# Copyright 2001-2007 Adrian Thurston # # This file is part of Ragel. diff --git a/rlgen-dot/gvdotgen.cpp b/rlgen-dot/gvdotgen.cpp index 8f900e9..57898b2 100644 --- a/rlgen-dot/gvdotgen.cpp +++ b/rlgen-dot/gvdotgen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-dot/gvdotgen.h b/rlgen-dot/gvdotgen.h index 8bd239e..5f1af60 100644 --- a/rlgen-dot/gvdotgen.h +++ b/rlgen-dot/gvdotgen.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-dot/main.cpp b/rlgen-dot/main.cpp index 8004236..5b6ede6 100644 --- a/rlgen-dot/main.cpp +++ b/rlgen-dot/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-dot/rlgen-dot.h b/rlgen-dot/rlgen-dot.h index 258d4b4..cbd55f7 100644 --- a/rlgen-dot/rlgen-dot.h +++ b/rlgen-dot/rlgen-dot.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Adrian Thurston + * Copyright 2001-2006 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-java/Makefile.in b/rlgen-java/Makefile.in index 2fe5cd7..15e5880 100644 --- a/rlgen-java/Makefile.in +++ b/rlgen-java/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2007 Adrian Thurston +# Copyright 2007 Adrian Thurston # # This file is part of Ragel. diff --git a/rlgen-java/javacodegen.cpp b/rlgen-java/javacodegen.cpp index 16c8f66..b8713a3 100644 --- a/rlgen-java/javacodegen.cpp +++ b/rlgen-java/javacodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2006-2007 Adrian Thurston + * Copyright 2006-2007 Adrian Thurston * 2007 Colin Fleming */ diff --git a/rlgen-java/javacodegen.h b/rlgen-java/javacodegen.h index 2e777be..78b7cde 100644 --- a/rlgen-java/javacodegen.h +++ b/rlgen-java/javacodegen.h @@ -1,5 +1,5 @@ /* - * Copyright 2006-2007 Adrian Thurston + * Copyright 2006-2007 Adrian Thurston * 2007 Colin Fleming */ diff --git a/rlgen-java/main.cpp b/rlgen-java/main.cpp index ae4559a..bbde367 100644 --- a/rlgen-java/main.cpp +++ b/rlgen-java/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-java/rlgen-java.h b/rlgen-java/rlgen-java.h index 388afd0..7e5e07b 100644 --- a/rlgen-java/rlgen-java.h +++ b/rlgen-java/rlgen-java.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/Makefile.in b/rlgen-ruby/Makefile.in index 8137b45..99f1fce 100644 --- a/rlgen-ruby/Makefile.in +++ b/rlgen-ruby/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2007 Adrian Thurston +# Copyright 2007 Adrian Thurston # # This file is part of Ragel. diff --git a/rlgen-ruby/main.cpp b/rlgen-ruby/main.cpp index 401874c..7ea5476 100644 --- a/rlgen-ruby/main.cpp +++ b/rlgen-ruby/main.cpp @@ -1,6 +1,6 @@ /* * Copyright 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/rbx-gotocodegen.cpp b/rlgen-ruby/rbx-gotocodegen.cpp index c67aed3..f826d11 100644 --- a/rlgen-ruby/rbx-gotocodegen.cpp +++ b/rlgen-ruby/rbx-gotocodegen.cpp @@ -1,6 +1,6 @@ /* * Copyright 2007 Victor Hugo Borja - * 2006-2007 Adrian Thurston + * 2006-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/rbx-gotocodegen.h b/rlgen-ruby/rbx-gotocodegen.h index e779f0a..1488540 100644 --- a/rlgen-ruby/rbx-gotocodegen.h +++ b/rlgen-ruby/rbx-gotocodegen.h @@ -1,6 +1,6 @@ /* * Copyright 2007 Victor Hugo Borja - * 2006-2007 Adrian Thurston + * 2006-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/rlgen-ruby.h b/rlgen-ruby/rlgen-ruby.h index 5756459..77ebc69 100644 --- a/rlgen-ruby/rlgen-ruby.h +++ b/rlgen-ruby/rlgen-ruby.h @@ -1,6 +1,6 @@ /* * 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-codegen.cpp b/rlgen-ruby/ruby-codegen.cpp index 1c7c674..197f101 100644 --- a/rlgen-ruby/ruby-codegen.cpp +++ b/rlgen-ruby/ruby-codegen.cpp @@ -1,6 +1,6 @@ /* * 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-codegen.h b/rlgen-ruby/ruby-codegen.h index 7516b67..f9fdf1b 100644 --- a/rlgen-ruby/ruby-codegen.h +++ b/rlgen-ruby/ruby-codegen.h @@ -1,6 +1,6 @@ /* * 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-fflatcodegen.cpp b/rlgen-ruby/ruby-fflatcodegen.cpp index e099071..f30ffdf 100644 --- a/rlgen-ruby/ruby-fflatcodegen.cpp +++ b/rlgen-ruby/ruby-fflatcodegen.cpp @@ -1,6 +1,6 @@ /* * 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-fflatcodegen.h b/rlgen-ruby/ruby-fflatcodegen.h index 5319b3a..6a58698 100644 --- a/rlgen-ruby/ruby-fflatcodegen.h +++ b/rlgen-ruby/ruby-fflatcodegen.h @@ -1,6 +1,6 @@ /* * 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-flatcodegen.cpp b/rlgen-ruby/ruby-flatcodegen.cpp index 5adc20c..bf30988 100644 --- a/rlgen-ruby/ruby-flatcodegen.cpp +++ b/rlgen-ruby/ruby-flatcodegen.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston * Copyright 2007 Victor Hugo Borja */ diff --git a/rlgen-ruby/ruby-flatcodegen.h b/rlgen-ruby/ruby-flatcodegen.h index 81c20a5..f781b6b 100644 --- a/rlgen-ruby/ruby-flatcodegen.h +++ b/rlgen-ruby/ruby-flatcodegen.h @@ -1,6 +1,6 @@ /* * 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-ftabcodegen.cpp b/rlgen-ruby/ruby-ftabcodegen.cpp index 63caa27..3e60b75 100644 --- a/rlgen-ruby/ruby-ftabcodegen.cpp +++ b/rlgen-ruby/ruby-ftabcodegen.cpp @@ -1,6 +1,6 @@ /* * 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-ftabcodegen.h b/rlgen-ruby/ruby-ftabcodegen.h index b2d9095..9811511 100644 --- a/rlgen-ruby/ruby-ftabcodegen.h +++ b/rlgen-ruby/ruby-ftabcodegen.h @@ -1,6 +1,6 @@ /* * 2007 Victor Hugo Borja - * Copyright 2001-2007 Adrian Thurston + * Copyright 2001-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-tabcodegen.cpp b/rlgen-ruby/ruby-tabcodegen.cpp index c1fef8a..ac7aa87 100644 --- a/rlgen-ruby/ruby-tabcodegen.cpp +++ b/rlgen-ruby/ruby-tabcodegen.cpp @@ -1,6 +1,6 @@ /* * Copyright 2007 Victor Hugo Borja - * 2007 Adrian Thurston + * 2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/rlgen-ruby/ruby-tabcodegen.h b/rlgen-ruby/ruby-tabcodegen.h index 7ce99af..747e7c1 100644 --- a/rlgen-ruby/ruby-tabcodegen.h +++ b/rlgen-ruby/ruby-tabcodegen.h @@ -1,6 +1,6 @@ /* * Copyright 2007 Victor Hugo Borja - * 2006-2007 Adrian Thurston + * 2006-2007 Adrian Thurston */ /* This file is part of Ragel. diff --git a/test/Makefile.in b/test/Makefile.in index fe49856..ab3c02c 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright 2002-2006 Adrian Thurston +# Copyright 2002-2006 Adrian Thurston # # This file is part of Ragel. diff --git a/test/mailbox2.rl b/test/mailbox2.rl index ce98b09..bbaf820 100644 --- a/test/mailbox2.rl +++ b/test/mailbox2.rl @@ -142,7 +142,7 @@ int main() { test( "From user@host.com Wed Nov 28 13:30:05 2001\n" - "From: \"Adrian D. Thurston\" \n" + "From: \"Adrian D. Thurston\" \n" "Subject: the squirrel has landed\n" "\n" "Message goes here. \n" @@ -162,7 +162,7 @@ int main() #ifdef _____OUTPUT_____ ------ FROM - "Adrian D. Thurston" | thurston@cs.queensu.ca + "Adrian D. Thurston" | thurston@complang.org SUBJECT the squirrel has landed ------ diff --git a/test/mailbox3.rl b/test/mailbox3.rl index 8f923ba..8039f80 100644 --- a/test/mailbox3.rl +++ b/test/mailbox3.rl @@ -150,7 +150,7 @@ int main() { test( "From user@host.com Wed Nov 28 13:30:05 2001\n" - "From: \"Adrian D. Thurston\" \n" + "From: \"Adrian D. Thurston\" \n" "Subject: the squirrel has landed\n" "\n" "Message goes here. \n" @@ -168,7 +168,7 @@ int main() test( "From user@host.com Wed Nov 28 13:30:05 2001\n" "To: \"(kill 2)\" some guy \n" - "From: \"Adrian D. Thurston this name is far too long\" \n" + "From: \"Adrian D. Thurston this name is far too long\" \n" "Subject: the squirrel has landed\n" "\n" "From user2@host2.com Wed Nov 28 13:30:05 2001\n" @@ -204,7 +204,7 @@ int main() #ifdef _____OUTPUT_____ ------ FROM - "Adrian D. Thurston" | thurston@cs.queensu.ca + "Adrian D. Thurston" | thurston@complang.org SUBJECT the squirrel has landed ------ diff --git a/test/runtests b/test/runtests index a50c7c9..7e0ca4a 100755 --- a/test/runtests +++ b/test/runtests @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright 2006 Adrian Thurston +# Copyright 2006 Adrian Thurston # # This file is part of Ragel. -- 2.7.4