summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2008-11-01 19:34:16 +0000
committerAdrian Thurston <thurston@complang.org>2008-11-01 19:34:16 +0000
commitbc864c0e57f439ec24672de1918040ef8dfd7984 (patch)
tree82b531edda4f8d7fbc72165aab77033f0fc8e19a
parentf37a1daa7fad185883204c9125c1eb2c1723e364 (diff)
downloadcolm-bc864c0e57f439ec24672de1918040ef8dfd7984.tar.gz
Updated my email address. Fixed some GPL preambles: ragel -> colm.
-rw-r--r--Makefile.in2
-rw-r--r--aapl/astring.h2
-rw-r--r--aapl/avlbasic.h2
-rw-r--r--aapl/avlcommon.h2
-rw-r--r--aapl/avlibasic.h2
-rw-r--r--aapl/avlikeyless.h2
-rw-r--r--aapl/avlimap.h2
-rw-r--r--aapl/avlimel.h2
-rw-r--r--aapl/avlimelkey.h2
-rw-r--r--aapl/avliset.h2
-rw-r--r--aapl/avlitree.h2
-rw-r--r--aapl/avlkeyless.h2
-rw-r--r--aapl/avlmap.h2
-rw-r--r--aapl/avlmel.h2
-rw-r--r--aapl/avlmelkey.h2
-rw-r--r--aapl/avlset.h2
-rw-r--r--aapl/avltree.h2
-rw-r--r--aapl/bstcommon.h2
-rw-r--r--aapl/bstmap.h2
-rw-r--r--aapl/bstset.h2
-rw-r--r--aapl/bsttable.h2
-rw-r--r--aapl/bubblesort.h2
-rw-r--r--aapl/compare.h2
-rw-r--r--aapl/dlcommon.h2
-rw-r--r--aapl/dlist.h2
-rw-r--r--aapl/dlistmel.h2
-rw-r--r--aapl/dlistval.h2
-rw-r--r--aapl/insertsort.h2
-rw-r--r--aapl/mergesort.h2
-rw-r--r--aapl/quicksort.h2
-rw-r--r--aapl/resize.h2
-rw-r--r--aapl/sbstmap.h2
-rw-r--r--aapl/sbstset.h2
-rw-r--r--aapl/sbsttable.h2
-rw-r--r--aapl/svector.h2
-rw-r--r--aapl/table.h2
-rw-r--r--aapl/vector.h2
-rw-r--r--colm/Makefile.in4
-rw-r--r--colm/buffer.h10
-rw-r--r--colm/bytecode.cpp2
-rw-r--r--colm/bytecode.h2
-rw-r--r--colm/closure.cpp2
-rw-r--r--colm/colm.h2
-rw-r--r--colm/common.cpp10
-rw-r--r--colm/common.h10
-rw-r--r--colm/compile.cpp2
-rw-r--r--colm/config.h.in2
-rw-r--r--colm/dotgen.cpp2
-rw-r--r--colm/dotgen.h2
-rw-r--r--colm/fsmap.cpp2
-rw-r--r--colm/fsmattach.cpp2
-rw-r--r--colm/fsmbase.cpp2
-rw-r--r--colm/fsmcodegen.cpp2
-rw-r--r--colm/fsmcodegen.h2
-rw-r--r--colm/fsmexec.cpp2
-rw-r--r--colm/fsmgraph.cpp2
-rw-r--r--colm/fsmgraph.h2
-rw-r--r--colm/fsmmin.cpp2
-rw-r--r--colm/fsmrun.cpp2
-rw-r--r--colm/fsmrun.h2
-rw-r--r--colm/fsmstate.cpp2
-rw-r--r--colm/input.cpp2
-rw-r--r--colm/input.h2
-rw-r--r--colm/list.cpp2
-rw-r--r--colm/lmparse.kh2
-rw-r--r--colm/lmparse.kl2
-rw-r--r--colm/lmscan.h2
-rw-r--r--colm/lmscan.rl2
-rw-r--r--colm/main.cpp2
-rw-r--r--colm/map.cpp2
-rw-r--r--colm/parsedata.cpp2
-rw-r--r--colm/parsedata.h2
-rw-r--r--colm/parsetree.cpp2
-rw-r--r--colm/parsetree.h2
-rw-r--r--colm/pcheck.h10
-rw-r--r--colm/pdabuild.cpp2
-rw-r--r--colm/pdacodegen.cpp2
-rw-r--r--colm/pdacodegen.h2
-rw-r--r--colm/pdagraph.cpp2
-rw-r--r--colm/pdagraph.h2
-rw-r--r--colm/pdarun.cpp2
-rw-r--r--colm/pdarun.h2
-rw-r--r--colm/redbuild.cpp2
-rw-r--r--colm/redbuild.h2
-rw-r--r--colm/redfsm.cpp2
-rw-r--r--colm/redfsm.h2
-rw-r--r--colm/string.cpp2
-rw-r--r--colm/tree.cpp2
-rw-r--r--configure.in2
-rw-r--r--test/Makefile2
-rw-r--r--test/cxx/Makefile2
-rw-r--r--test/diff/Makefile2
-rw-r--r--test/dns/Makefile2
-rw-r--r--test/html/Makefile2
-rw-r--r--test/http/Makefile2
-rw-r--r--test/python/Makefile2
-rw-r--r--test/ruby/Makefile2
-rw-r--r--test/xml/Makefile2
-rw-r--r--test/xml/xml.in2
99 files changed, 116 insertions, 116 deletions
diff --git a/Makefile.in b/Makefile.in
index f14d2473..c16f4e8d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
#
-# Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
#
# This file is part of Colm.
diff --git a/aapl/astring.h b/aapl/astring.h
index 37cc0cc4..251e9139 100644
--- a/aapl/astring.h
+++ b/aapl/astring.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlbasic.h b/aapl/avlbasic.h
index 780ef07a..ed826f38 100644
--- a/aapl/avlbasic.h
+++ b/aapl/avlbasic.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlcommon.h b/aapl/avlcommon.h
index fca4ea4f..6cb0b89a 100644
--- a/aapl/avlcommon.h
+++ b/aapl/avlcommon.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlibasic.h b/aapl/avlibasic.h
index a48faaa8..b916f742 100644
--- a/aapl/avlibasic.h
+++ b/aapl/avlibasic.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlikeyless.h b/aapl/avlikeyless.h
index 559b75af..0c606089 100644
--- a/aapl/avlikeyless.h
+++ b/aapl/avlikeyless.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002, 2003 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002, 2003 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlimap.h b/aapl/avlimap.h
index 38bfff75..c207dc52 100644
--- a/aapl/avlimap.h
+++ b/aapl/avlimap.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlimel.h b/aapl/avlimel.h
index 9442a997..bceddcd4 100644
--- a/aapl/avlimel.h
+++ b/aapl/avlimel.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlimelkey.h b/aapl/avlimelkey.h
index faa56e83..52d3a409 100644
--- a/aapl/avlimelkey.h
+++ b/aapl/avlimelkey.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avliset.h b/aapl/avliset.h
index cf5be365..9594e7d7 100644
--- a/aapl/avliset.h
+++ b/aapl/avliset.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlitree.h b/aapl/avlitree.h
index b053c96f..28394bb1 100644
--- a/aapl/avlitree.h
+++ b/aapl/avlitree.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlkeyless.h b/aapl/avlkeyless.h
index 30805136..fecf8bda 100644
--- a/aapl/avlkeyless.h
+++ b/aapl/avlkeyless.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002, 2003 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002, 2003 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlmap.h b/aapl/avlmap.h
index e4e15662..378613cd 100644
--- a/aapl/avlmap.h
+++ b/aapl/avlmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlmel.h b/aapl/avlmel.h
index 7bfad3b7..6d0deb7d 100644
--- a/aapl/avlmel.h
+++ b/aapl/avlmel.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlmelkey.h b/aapl/avlmelkey.h
index 9261cc83..5a66c9c2 100644
--- a/aapl/avlmelkey.h
+++ b/aapl/avlmelkey.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avlset.h b/aapl/avlset.h
index 224ee59f..579378a3 100644
--- a/aapl/avlset.h
+++ b/aapl/avlset.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/avltree.h b/aapl/avltree.h
index cf153595..2aa8e15f 100644
--- a/aapl/avltree.h
+++ b/aapl/avltree.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/bstcommon.h b/aapl/bstcommon.h
index bd390cdc..888717f3 100644
--- a/aapl/bstcommon.h
+++ b/aapl/bstcommon.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/bstmap.h b/aapl/bstmap.h
index 5154b86c..30c8e3c5 100644
--- a/aapl/bstmap.h
+++ b/aapl/bstmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/bstset.h b/aapl/bstset.h
index ce710ee0..4a0f88ee 100644
--- a/aapl/bstset.h
+++ b/aapl/bstset.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/bsttable.h b/aapl/bsttable.h
index 9898ebff..4e4babc3 100644
--- a/aapl/bsttable.h
+++ b/aapl/bsttable.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/bubblesort.h b/aapl/bubblesort.h
index 20e0f6f4..bcc2fb6a 100644
--- a/aapl/bubblesort.h
+++ b/aapl/bubblesort.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/compare.h b/aapl/compare.h
index 3d547b51..22937e9b 100644
--- a/aapl/compare.h
+++ b/aapl/compare.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/dlcommon.h b/aapl/dlcommon.h
index 5ce9bd30..91dff25f 100644
--- a/aapl/dlcommon.h
+++ b/aapl/dlcommon.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/dlist.h b/aapl/dlist.h
index eaf3e5d5..e34c8da4 100644
--- a/aapl/dlist.h
+++ b/aapl/dlist.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/dlistmel.h b/aapl/dlistmel.h
index 34331393..17de5432 100644
--- a/aapl/dlistmel.h
+++ b/aapl/dlistmel.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/dlistval.h b/aapl/dlistval.h
index 6f249995..4fcf33fa 100644
--- a/aapl/dlistval.h
+++ b/aapl/dlistval.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/insertsort.h b/aapl/insertsort.h
index eb3e2649..94aef7b2 100644
--- a/aapl/insertsort.h
+++ b/aapl/insertsort.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/mergesort.h b/aapl/mergesort.h
index d017511f..68b84260 100644
--- a/aapl/mergesort.h
+++ b/aapl/mergesort.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001, 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001, 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/quicksort.h b/aapl/quicksort.h
index 9bb96efd..bb6941ef 100644
--- a/aapl/quicksort.h
+++ b/aapl/quicksort.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/resize.h b/aapl/resize.h
index 24edc16e..9e8491aa 100644
--- a/aapl/resize.h
+++ b/aapl/resize.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/sbstmap.h b/aapl/sbstmap.h
index 9436a472..e3975a1c 100644
--- a/aapl/sbstmap.h
+++ b/aapl/sbstmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/sbstset.h b/aapl/sbstset.h
index fe8ddf6c..3487ee75 100644
--- a/aapl/sbstset.h
+++ b/aapl/sbstset.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/sbsttable.h b/aapl/sbsttable.h
index 100b87ec..348f1fd0 100644
--- a/aapl/sbsttable.h
+++ b/aapl/sbsttable.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/svector.h b/aapl/svector.h
index db3a5656..7dcae62c 100644
--- a/aapl/svector.h
+++ b/aapl/svector.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002, 2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002, 2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/table.h b/aapl/table.h
index c1f2b7bd..c218281b 100644
--- a/aapl/table.h
+++ b/aapl/table.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001, 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001, 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/aapl/vector.h b/aapl/vector.h
index 835607b1..5e7f9e57 100644
--- a/aapl/vector.h
+++ b/aapl/vector.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002, 2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002, 2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Aapl.
diff --git a/colm/Makefile.in b/colm/Makefile.in
index 21dba83c..3f9a3a0c 100644
--- a/colm/Makefile.in
+++ b/colm/Makefile.in
@@ -1,5 +1,5 @@
#
-# Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
#
# This file is part of Colm.
@@ -115,7 +115,7 @@ endif
$(CXX) -c $(CFLAGS) $(DEFS) $(INCS) -o $@ $<
distclean: clean
- rm -f Makefile
+ rm -f Makefile config.h
ifeq ($(BUILD_PARSERS),true)
EXTRA_CLEAN = $(GEN_SRC)
diff --git a/colm/buffer.h b/colm/buffer.h
index 99c4e82d..9039ad4b 100644
--- a/colm/buffer.h
+++ b/colm/buffer.h
@@ -1,21 +1,21 @@
/*
- * Copyright 2003 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2003 Adrian Thurston <thurston@complang.org>
*/
-/* This file is part of Ragel.
+/* This file is part of Colm.
*
- * Ragel is free software; you can redistribute it and/or modify
+ * Colm is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * Ragel is distributed in the hope that it will be useful,
+ * Colm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Ragel; if not, write to the Free Software
+ * along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
diff --git a/colm/bytecode.cpp b/colm/bytecode.cpp
index 30a76deb..8cd1b98b 100644
--- a/colm/bytecode.cpp
+++ b/colm/bytecode.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/bytecode.h b/colm/bytecode.h
index 0bdcab99..885d2f4b 100644
--- a/colm/bytecode.h
+++ b/colm/bytecode.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/closure.cpp b/colm/closure.cpp
index 3a10d030..b3c17b1c 100644
--- a/colm/closure.cpp
+++ b/colm/closure.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2005 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2005 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/colm.h b/colm/colm.h
index 9d906c49..b3a1d21e 100644
--- a/colm/colm.h
+++ b/colm/colm.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/common.cpp b/colm/common.cpp
index e6b0a70b..8b262bb5 100644
--- a/colm/common.cpp
+++ b/colm/common.cpp
@@ -1,21 +1,21 @@
/*
- * Copyright 2006-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2006-2007 Adrian Thurston <thurston@complang.org>
*/
-/* This file is part of Ragel.
+/* This file is part of Colm.
*
- * Ragel is free software; you can redistribute it and/or modify
+ * Colm is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * Ragel is distributed in the hope that it will be useful,
+ * Colm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Ragel; if not, write to the Free Software
+ * along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
diff --git a/colm/common.h b/colm/common.h
index 53ce443d..688e60ee 100644
--- a/colm/common.h
+++ b/colm/common.h
@@ -1,21 +1,21 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
-/* This file is part of Ragel.
+/* This file is part of Colm.
*
- * Ragel is free software; you can redistribute it and/or modify
+ * Colm is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * Ragel is distributed in the hope that it will be useful,
+ * Colm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Ragel; if not, write to the Free Software
+ * along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
diff --git a/colm/compile.cpp b/colm/compile.cpp
index ebe1fbdc..c0c31721 100644
--- a/colm/compile.cpp
+++ b/colm/compile.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/config.h.in b/colm/config.h.in
index c370f3b6..4dc1ce02 100644
--- a/colm/config.h.in
+++ b/colm/config.h.in
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Ragel.
diff --git a/colm/dotgen.cpp b/colm/dotgen.cpp
index d362d714..fd8af6b8 100644
--- a/colm/dotgen.cpp
+++ b/colm/dotgen.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/dotgen.h b/colm/dotgen.h
index c0cd31e7..e370866c 100644
--- a/colm/dotgen.h
+++ b/colm/dotgen.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmap.cpp b/colm/fsmap.cpp
index d843474f..bf190888 100644
--- a/colm/fsmap.cpp
+++ b/colm/fsmap.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2004 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002-2004 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmattach.cpp b/colm/fsmattach.cpp
index 201cdd76..31783ae0 100644
--- a/colm/fsmattach.cpp
+++ b/colm/fsmattach.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmbase.cpp b/colm/fsmbase.cpp
index 6db6e8da..823a7858 100644
--- a/colm/fsmbase.cpp
+++ b/colm/fsmbase.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmcodegen.cpp b/colm/fsmcodegen.cpp
index 025c6dce..027ac3b5 100644
--- a/colm/fsmcodegen.cpp
+++ b/colm/fsmcodegen.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmcodegen.h b/colm/fsmcodegen.h
index ff804e88..3fbdd32d 100644
--- a/colm/fsmcodegen.h
+++ b/colm/fsmcodegen.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmexec.cpp b/colm/fsmexec.cpp
index 80370890..6f152d56 100644
--- a/colm/fsmexec.cpp
+++ b/colm/fsmexec.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmgraph.cpp b/colm/fsmgraph.cpp
index 6b955ad6..9ea082f0 100644
--- a/colm/fsmgraph.cpp
+++ b/colm/fsmgraph.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001, 2002, 2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001, 2002, 2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmgraph.h b/colm/fsmgraph.h
index 9c002077..2ab979f5 100644
--- a/colm/fsmgraph.h
+++ b/colm/fsmgraph.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmmin.cpp b/colm/fsmmin.cpp
index 901659f5..3abc4e88 100644
--- a/colm/fsmmin.cpp
+++ b/colm/fsmmin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmrun.cpp b/colm/fsmrun.cpp
index 9edb584b..bf6b0ce8 100644
--- a/colm/fsmrun.cpp
+++ b/colm/fsmrun.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmrun.h b/colm/fsmrun.h
index 43f8cc8c..4d0dc58f 100644
--- a/colm/fsmrun.h
+++ b/colm/fsmrun.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/fsmstate.cpp b/colm/fsmstate.cpp
index d9df91ad..ab5bd93a 100644
--- a/colm/fsmstate.cpp
+++ b/colm/fsmstate.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/input.cpp b/colm/input.cpp
index d9a3c7e0..5434b2d6 100644
--- a/colm/input.cpp
+++ b/colm/input.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007, 2008 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007, 2008 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/input.h b/colm/input.h
index e8e6655b..3796c554 100644
--- a/colm/input.h
+++ b/colm/input.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007, 2008 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007, 2008 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/list.cpp b/colm/list.cpp
index 5d0fc7f1..8671fd51 100644
--- a/colm/list.cpp
+++ b/colm/list.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/lmparse.kh b/colm/lmparse.kh
index 598edf84..bac8a62d 100644
--- a/colm/lmparse.kh
+++ b/colm/lmparse.kh
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/lmparse.kl b/colm/lmparse.kl
index ef04b711..06d19aa0 100644
--- a/colm/lmparse.kl
+++ b/colm/lmparse.kl
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/lmscan.h b/colm/lmscan.h
index 06ad6deb..8aa0d6da 100644
--- a/colm/lmscan.h
+++ b/colm/lmscan.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/lmscan.rl b/colm/lmscan.rl
index 6bbc5d00..d772a887 100644
--- a/colm/lmscan.rl
+++ b/colm/lmscan.rl
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2006-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/main.cpp b/colm/main.cpp
index 2e78efd7..75940d46 100644
--- a/colm/main.cpp
+++ b/colm/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/map.cpp b/colm/map.cpp
index 6327b301..0a98ae5f 100644
--- a/colm/map.cpp
+++ b/colm/map.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2008 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/parsedata.cpp b/colm/parsedata.cpp
index 54b55b23..5aab7886 100644
--- a/colm/parsedata.cpp
+++ b/colm/parsedata.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/parsedata.h b/colm/parsedata.h
index 801956f0..c16a6a2e 100644
--- a/colm/parsedata.h
+++ b/colm/parsedata.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/parsetree.cpp b/colm/parsetree.cpp
index 86284867..438193ee 100644
--- a/colm/parsetree.cpp
+++ b/colm/parsetree.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/parsetree.h b/colm/parsetree.h
index aceefea1..c4c6c9e8 100644
--- a/colm/parsetree.h
+++ b/colm/parsetree.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/pcheck.h b/colm/pcheck.h
index df3706c2..5be60426 100644
--- a/colm/pcheck.h
+++ b/colm/pcheck.h
@@ -1,21 +1,21 @@
/*
- * Copyright 2001, 2002 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001, 2002 Adrian Thurston <thurston@complang.org>
*/
-/* This file is part of Ragel.
+/* This file is part of Colm.
*
- * Ragel is free software; you can redistribute it and/or modify
+ * Colm is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * Ragel is distributed in the hope that it will be useful,
+ * Colm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Ragel; if not, write to the Free Software
+ * along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
diff --git a/colm/pdabuild.cpp b/colm/pdabuild.cpp
index 7d01deca..243d8fe1 100644
--- a/colm/pdabuild.cpp
+++ b/colm/pdabuild.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/pdacodegen.cpp b/colm/pdacodegen.cpp
index fee17754..915cb6e5 100644
--- a/colm/pdacodegen.cpp
+++ b/colm/pdacodegen.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2003-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2003-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/pdacodegen.h b/colm/pdacodegen.h
index 79e6677c..216bd9e3 100644
--- a/colm/pdacodegen.h
+++ b/colm/pdacodegen.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/pdagraph.cpp b/colm/pdagraph.cpp
index 22c77dcc..72fd8dfc 100644
--- a/colm/pdagraph.cpp
+++ b/colm/pdagraph.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001, 2002, 2005 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001, 2002, 2005 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/pdagraph.h b/colm/pdagraph.h
index 8442ac10..fc0e5ef7 100644
--- a/colm/pdagraph.h
+++ b/colm/pdagraph.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2005 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2005 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/pdarun.cpp b/colm/pdarun.cpp
index 35a60446..04e2adef 100644
--- a/colm/pdarun.cpp
+++ b/colm/pdarun.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/pdarun.h b/colm/pdarun.h
index 7f633abe..84ab5682 100644
--- a/colm/pdarun.h
+++ b/colm/pdarun.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/redbuild.cpp b/colm/redbuild.cpp
index feec178f..b1789460 100644
--- a/colm/redbuild.cpp
+++ b/colm/redbuild.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2005-2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2005-2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/redbuild.h b/colm/redbuild.h
index 15c00ca2..2bc2b2f9 100644
--- a/colm/redbuild.h
+++ b/colm/redbuild.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2005, 2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2005, 2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/redfsm.cpp b/colm/redfsm.cpp
index 033bc131..31995c91 100644
--- a/colm/redfsm.cpp
+++ b/colm/redfsm.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/redfsm.h b/colm/redfsm.h
index 161df043..32310552 100644
--- a/colm/redfsm.h
+++ b/colm/redfsm.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2006 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2001-2006 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/string.cpp b/colm/string.cpp
index 84500f92..d2452862 100644
--- a/colm/string.cpp
+++ b/colm/string.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2007 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/colm/tree.cpp b/colm/tree.cpp
index f7f83c26..76c92ae3 100644
--- a/colm/tree.cpp
+++ b/colm/tree.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Adrian Thurston <thurston@cs.queensu.ca>
+ * Copyright 2008 Adrian Thurston <thurston@complang.org>
*/
/* This file is part of Colm.
diff --git a/configure.in b/configure.in
index 575d2a7f..e1d898c7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl
-dnl Copyright 2001-2008 Adrian Thurston <thurston@cs.queensu.ca>
+dnl Copyright 2001-2008 Adrian Thurston <thurston@complang.org>
dnl
dnl This file is part of Colm.
diff --git a/test/Makefile b/test/Makefile
index 8e420541..f86db51d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2002-2006 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2002-2006 Adrian Thurston <thurston@complang.org>
#
# This file is part of Ragel.
diff --git a/test/cxx/Makefile b/test/cxx/Makefile
index a775f8c7..c19f557b 100644
--- a/test/cxx/Makefile
+++ b/test/cxx/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2002-2006 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2002-2006 Adrian Thurston <thurston@complang.org>
#
# This file is part of Ragel.
diff --git a/test/diff/Makefile b/test/diff/Makefile
index 25a0b6d3..3e51996f 100644
--- a/test/diff/Makefile
+++ b/test/diff/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2002-2006 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2002-2006 Adrian Thurston <thurston@complang.org>
#
# This file is part of Ragel.
diff --git a/test/dns/Makefile b/test/dns/Makefile
index 27b04782..86e11071 100644
--- a/test/dns/Makefile
+++ b/test/dns/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2007 Adrian Thurston <thurston@complang.org>
#
SRC = $(wildcard *.lm)
diff --git a/test/html/Makefile b/test/html/Makefile
index 25a0b6d3..3e51996f 100644
--- a/test/html/Makefile
+++ b/test/html/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2002-2006 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2002-2006 Adrian Thurston <thurston@complang.org>
#
# This file is part of Ragel.
diff --git a/test/http/Makefile b/test/http/Makefile
index 25a0b6d3..3e51996f 100644
--- a/test/http/Makefile
+++ b/test/http/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2002-2006 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2002-2006 Adrian Thurston <thurston@complang.org>
#
# This file is part of Ragel.
diff --git a/test/python/Makefile b/test/python/Makefile
index eeab1e53..7ee4cbe7 100644
--- a/test/python/Makefile
+++ b/test/python/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2007 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2007 Adrian Thurston <thurston@complang.org>
#
diff --git a/test/ruby/Makefile b/test/ruby/Makefile
index 22647b42..bb1a9fe3 100644
--- a/test/ruby/Makefile
+++ b/test/ruby/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2008 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2008 Adrian Thurston <thurston@complang.org>
#
# This file is part of Ragel.
diff --git a/test/xml/Makefile b/test/xml/Makefile
index 25a0b6d3..3e51996f 100644
--- a/test/xml/Makefile
+++ b/test/xml/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2002-2006 Adrian Thurston <thurston@cs.queensu.ca>
+# Copyright 2002-2006 Adrian Thurston <thurston@complang.org>
#
# This file is part of Ragel.
diff --git a/test/xml/xml.in b/test/xml/xml.in
index 3c024f80..22882c95 100644
--- a/test/xml/xml.in
+++ b/test/xml/xml.in
@@ -3741,7 +3741,7 @@
</machine>
</ragel_def>
<host line="1" col="1">/*
- * Copyright 2006-2007 Adrian Thurston &lt;thurston@cs.queensu.ca&gt;
+ * Copyright 2006-2007 Adrian Thurston &lt;thurston@complang.org&gt;
*/
/* This file is part of Ragel.