summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-03-04 14:28:40 -0500
committerAdrian Thurston <thurston@colm.net>2018-03-04 14:28:40 -0500
commit45c895e7cf7c1bde0aa5b4d863c3c6c088604c70 (patch)
tree4f7084fd4c17bd024ff24c129f2651b194669f3c
parent23ade900c61cc35f3e62f562eb4cd322e6287086 (diff)
downloadragel-45c895e7cf7c1bde0aa5b4d863c3c6c088604c70.tar.gz
updated Copyright years
-rw-r--r--COPYING2
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/buffer.h2
-rw-r--r--src/bytecode.c2
-rw-r--r--src/bytecode.h2
-rw-r--r--src/closure.cc2
-rw-r--r--src/codegen.cc2
-rw-r--r--src/codevect.c2
-rw-r--r--src/colm.h2
-rw-r--r--src/commit.c2
-rw-r--r--src/compiler.cc2
-rw-r--r--src/compiler.h2
-rw-r--r--src/consinit.cc2
-rw-r--r--src/consinit.h2
-rw-r--r--src/cstring.h2
-rw-r--r--src/ctinput.cc2
-rw-r--r--src/debug.c2
-rw-r--r--src/debug.h2
-rw-r--r--src/declare.cc2
-rw-r--r--src/defs.h.in2
-rw-r--r--src/dotgen.cc2
-rw-r--r--src/dotgen.h2
-rw-r--r--src/exports.cc2
-rw-r--r--src/fsmap.cc2
-rw-r--r--src/fsmattach.cc2
-rw-r--r--src/fsmbase.cc2
-rw-r--r--src/fsmcodegen.cc2
-rw-r--r--src/fsmcodegen.h2
-rw-r--r--src/fsmexec.cc2
-rw-r--r--src/fsmgraph.cc2
-rw-r--r--src/fsmgraph.h2
-rw-r--r--src/fsmmin.cc2
-rw-r--r--src/fsmstate.cc2
-rw-r--r--src/global.h2
-rw-r--r--src/input.c2
-rw-r--r--src/input.h2
-rw-r--r--src/internal.h2
-rw-r--r--src/iter.c2
-rw-r--r--src/keyops.h2
-rw-r--r--src/list.c2
-rw-r--r--src/lmscan.h2
-rw-r--r--src/loadcolm.cc2
-rw-r--r--src/loadcolm.h2
-rw-r--r--src/loadinit.cc2
-rw-r--r--src/loadinit.h2
-rw-r--r--src/lookup.cc2
-rw-r--r--src/main.cc4
-rw-r--r--src/map.c2
-rw-r--r--src/map.cc2
-rw-r--r--src/map.h2
-rw-r--r--src/parser.cc2
-rw-r--r--src/parser.h2
-rw-r--r--src/parsetree.cc2
-rw-r--r--src/parsetree.h2
-rw-r--r--src/pcheck.cc2
-rw-r--r--src/pcheck.h2
-rw-r--r--src/pdabuild.cc2
-rw-r--r--src/pdacodegen.cc2
-rw-r--r--src/pdacodegen.h2
-rw-r--r--src/pdagraph.cc2
-rw-r--r--src/pdagraph.h2
-rw-r--r--src/pdarun.c2
-rw-r--r--src/pdarun.h2
-rw-r--r--src/pool.c2
-rw-r--r--src/pool.h2
-rw-r--r--src/print.c2
-rw-r--r--src/program.c2
-rw-r--r--src/program.h2
-rw-r--r--src/redbuild.cc2
-rw-r--r--src/redbuild.h2
-rw-r--r--src/redfsm.cc2
-rw-r--r--src/redfsm.h2
-rw-r--r--src/reduce.cc2
-rw-r--r--src/resolve.cc2
-rw-r--r--src/rtvector.h2
-rw-r--r--src/string.c2
-rw-r--r--src/struct.c2
-rw-r--r--src/struct.h2
-rw-r--r--src/synthesis.cc2
-rw-r--r--src/tree.c2
-rw-r--r--src/tree.h2
-rw-r--r--src/type.h2
84 files changed, 85 insertions, 85 deletions
diff --git a/COPYING b/COPYING
index 1d24f164..18a9cfe8 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
-Copyright (c) 2006-2016 Adrian Thurston <thurston@colm.net>
+Copyright (c) 2006-2018 Adrian Thurston <thurston@colm.net>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/Makefile.am b/Makefile.am
index d7de82fb..4c66d2b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+# Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/configure.ac b/configure.ac
index ac545939..2c887e90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl
-dnl Copyright 2006-2016 Adrian Thurston <thurston@colm.net>
+dnl Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
dnl
dnl Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/src/Makefile.am b/src/Makefile.am
index 49b237e8..50789e5f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2007-2013 Adrian Thurston <thurston@complang.org>
+# Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/src/buffer.h b/src/buffer.h
index 4aa667dc..58db85de 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2003 Adrian Thurston <thurston@colm.net>
+ * Copyright 2003-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/bytecode.c b/src/bytecode.c
index c08e71aa..a9bf9cef 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2016 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/bytecode.h b/src/bytecode.h
index 3d47bd8b..34bf991b 100644
--- a/src/bytecode.h
+++ b/src/bytecode.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2016 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/closure.cc b/src/closure.cc
index 3b7e0a5f..066bf12b 100644
--- a/src/closure.cc
+++ b/src/closure.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2005-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2005-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/codegen.cc b/src/codegen.cc
index aa733863..219c6ec2 100644
--- a/src/codegen.cc
+++ b/src/codegen.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/codevect.c b/src/codevect.c
index 6f7e5afe..50b86336 100644
--- a/src/codevect.c
+++ b/src/codevect.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/colm.h b/src/colm.h
index 2c5efdb1..79dc2493 100644
--- a/src/colm.h
+++ b/src/colm.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2016 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/commit.c b/src/commit.c
index 0a7816e4..28da8c1d 100644
--- a/src/commit.c
+++ b/src/commit.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Adrian Thurston <thurston@colm.net>
+ * Copyright 2015-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/compiler.cc b/src/compiler.cc
index ab0b8b0b..017712a9 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/compiler.h b/src/compiler.h
index 50aeefa4..b7b4e61a 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2001-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/consinit.cc b/src/consinit.cc
index fe40f5d5..1c0814ea 100644
--- a/src/consinit.cc
+++ b/src/consinit.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2015 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/consinit.h b/src/consinit.h
index 6b31e54c..76ccabdf 100644
--- a/src/consinit.h
+++ b/src/consinit.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013 Adrian Thurston <thurston@colm.net>
+ * Copyright 2013-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/cstring.h b/src/cstring.h
index e71de191..e2fc64e9 100644
--- a/src/cstring.h
+++ b/src/cstring.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002 Adrian Thurston <thurston@colm.net>
+ * Copyright 2002-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/ctinput.cc b/src/ctinput.cc
index a4783b8e..906ef857 100644
--- a/src/ctinput.cc
+++ b/src/ctinput.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/debug.c b/src/debug.c
index 64415623..1cfd24d7 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/debug.h b/src/debug.h
index 77a2b5d3..c7072a44 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/declare.cc b/src/declare.cc
index 64ababdb..6ff781ac 100644
--- a/src/declare.cc
+++ b/src/declare.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2012-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/defs.h.in b/src/defs.h.in
index 3a1e82ee..ff7a6c83 100644
--- a/src/defs.h.in
+++ b/src/defs.h.in
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 Adrian Thurston <thurston@colm.net>
+ * Copyright 2001-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/dotgen.cc b/src/dotgen.cc
index 2781a82d..42f54159 100644
--- a/src/dotgen.cc
+++ b/src/dotgen.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/dotgen.h b/src/dotgen.h
index f654432d..8e8f694b 100644
--- a/src/dotgen.h
+++ b/src/dotgen.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2001-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/exports.cc b/src/exports.cc
index d8b44549..fa4946a6 100644
--- a/src/exports.cc
+++ b/src/exports.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmap.cc b/src/fsmap.cc
index e17752dd..3e1ae913 100644
--- a/src/fsmap.cc
+++ b/src/fsmap.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmattach.cc b/src/fsmattach.cc
index 722452c5..bc8571b2 100644
--- a/src/fsmattach.cc
+++ b/src/fsmattach.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmbase.cc b/src/fsmbase.cc
index 6f006d5c..52698a1a 100644
--- a/src/fsmbase.cc
+++ b/src/fsmbase.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmcodegen.cc b/src/fsmcodegen.cc
index 1f265c5f..de089ec9 100644
--- a/src/fsmcodegen.cc
+++ b/src/fsmcodegen.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmcodegen.h b/src/fsmcodegen.h
index 78c720b7..7d86da36 100644
--- a/src/fsmcodegen.h
+++ b/src/fsmcodegen.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2001-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmexec.cc b/src/fsmexec.cc
index d08c3ace..02fc1cdc 100644
--- a/src/fsmexec.cc
+++ b/src/fsmexec.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmgraph.cc b/src/fsmgraph.cc
index b05921b5..8cbfe29c 100644
--- a/src/fsmgraph.cc
+++ b/src/fsmgraph.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmgraph.h b/src/fsmgraph.h
index cf692c3e..5b357499 100644
--- a/src/fsmgraph.h
+++ b/src/fsmgraph.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2001-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmmin.cc b/src/fsmmin.cc
index 7c3bca68..f47500bd 100644
--- a/src/fsmmin.cc
+++ b/src/fsmmin.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/fsmstate.cc b/src/fsmstate.cc
index 72fae26b..b3d1c313 100644
--- a/src/fsmstate.cc
+++ b/src/fsmstate.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/global.h b/src/global.h
index 38453c9d..c049d182 100644
--- a/src/global.h
+++ b/src/global.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/input.c b/src/input.c
index 02e19b9e..5ae2a78d 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/input.h b/src/input.h
index 2f1b3588..a728e46a 100644
--- a/src/input.h
+++ b/src/input.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/internal.h b/src/internal.h
index 13fe7a47..e6e1fa7e 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/iter.c b/src/iter.c
index 8fba73bb..a0a87465 100644
--- a/src/iter.c
+++ b/src/iter.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2014 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/keyops.h b/src/keyops.h
index 0daca6eb..924fa7ab 100644
--- a/src/keyops.h
+++ b/src/keyops.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2001-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/list.c b/src/list.c
index 1be1c125..ebcc4618 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/lmscan.h b/src/lmscan.h
index df90bc94..ff3de0ad 100644
--- a/src/lmscan.h
+++ b/src/lmscan.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/loadcolm.cc b/src/loadcolm.cc
index d49a5177..63beef71 100644
--- a/src/loadcolm.cc
+++ b/src/loadcolm.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/loadcolm.h b/src/loadcolm.h
index 20cc2f34..0c888f9a 100644
--- a/src/loadcolm.h
+++ b/src/loadcolm.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013 Adrian Thurston <thurston@colm.net>
+ * Copyright 2013-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/loadinit.cc b/src/loadinit.cc
index ee4fb4a6..4bc99d18 100644
--- a/src/loadinit.cc
+++ b/src/loadinit.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/loadinit.h b/src/loadinit.h
index 5a1fb503..93a18444 100644
--- a/src/loadinit.h
+++ b/src/loadinit.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013 Adrian Thurston <thurston@colm.net>
+ * Copyright 2013-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/lookup.cc b/src/lookup.cc
index 923fac21..8585d7c8 100644
--- a/src/lookup.cc
+++ b/src/lookup.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2014 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/main.cc b/src/main.cc
index de6232de..ab333412 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2016 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -201,7 +201,7 @@ void usage()
void version()
{
cout << "Colm version " VERSION << " " PUBDATE << endl <<
- "Copyright (c) 2007-2016 by Adrian D. Thurston" << endl;
+ "Copyright (c) 2007-2018 by Adrian D. Thurston" << endl;
}
/* Scans a string looking for the file extension. If there is a file
diff --git a/src/map.c b/src/map.c
index ade27240..61b0bcf1 100644
--- a/src/map.c
+++ b/src/map.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/map.cc b/src/map.cc
index 00209880..4d3bd090 100644
--- a/src/map.cc
+++ b/src/map.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2008-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2008-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/map.h b/src/map.h
index 04e9235e..1d6db2d7 100644
--- a/src/map.h
+++ b/src/map.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/parser.cc b/src/parser.cc
index 07dd57ae..72a9b209 100644
--- a/src/parser.cc
+++ b/src/parser.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2014 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/parser.h b/src/parser.h
index 0b02e447..3f066bd8 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2013 Adrian Thurston <thurston@colm.net>
+ * Copyright 2013-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/parsetree.cc b/src/parsetree.cc
index 605f612d..1fa26de8 100644
--- a/src/parsetree.cc
+++ b/src/parsetree.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/parsetree.h b/src/parsetree.h
index c8393f96..d5baf64f 100644
--- a/src/parsetree.h
+++ b/src/parsetree.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pcheck.cc b/src/pcheck.cc
index 47aeb2b3..6f41a7ce 100644
--- a/src/pcheck.cc
+++ b/src/pcheck.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pcheck.h b/src/pcheck.h
index a1ad60c8..96746470 100644
--- a/src/pcheck.h
+++ b/src/pcheck.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2001, 2002 Adrian Thurston <thurston@colm.net>
+ * Copyright 2001-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pdabuild.cc b/src/pdabuild.cc
index d3c8a631..6ab45471 100644
--- a/src/pdabuild.cc
+++ b/src/pdabuild.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pdacodegen.cc b/src/pdacodegen.cc
index c275ab42..ef1c1ced 100644
--- a/src/pdacodegen.cc
+++ b/src/pdacodegen.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pdacodegen.h b/src/pdacodegen.h
index 977e751b..c0e0028e 100644
--- a/src/pdacodegen.h
+++ b/src/pdacodegen.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pdagraph.cc b/src/pdagraph.cc
index 4295307a..c18c61e1 100644
--- a/src/pdagraph.cc
+++ b/src/pdagraph.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pdagraph.h b/src/pdagraph.h
index 257c435c..5cfc2a76 100644
--- a/src/pdagraph.h
+++ b/src/pdagraph.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pdarun.c b/src/pdarun.c
index 2fdcbe58..0d4483ab 100644
--- a/src/pdarun.c
+++ b/src/pdarun.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2015 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pdarun.h b/src/pdarun.h
index b0072774..7736f124 100644
--- a/src/pdarun.h
+++ b/src/pdarun.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pool.c b/src/pool.c
index 77ca8eca..ffb32636 100644
--- a/src/pool.c
+++ b/src/pool.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/pool.h b/src/pool.h
index 0ccb6cc8..5e8f1de0 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/print.c b/src/print.c
index f1c8a058..d30c3c6d 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/program.c b/src/program.c
index 3412b142..dfbb5c65 100644
--- a/src/program.c
+++ b/src/program.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/program.h b/src/program.h
index 3a7400bf..8138c393 100644
--- a/src/program.h
+++ b/src/program.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/redbuild.cc b/src/redbuild.cc
index 45e0a2dd..7e0396d7 100644
--- a/src/redbuild.cc
+++ b/src/redbuild.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/redbuild.h b/src/redbuild.h
index a9fd7be2..e9ad0465 100644
--- a/src/redbuild.h
+++ b/src/redbuild.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/redfsm.cc b/src/redfsm.cc
index 19ac1f55..d79a1e32 100644
--- a/src/redfsm.cc
+++ b/src/redfsm.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/redfsm.h b/src/redfsm.h
index f408464b..618fbd61 100644
--- a/src/redfsm.h
+++ b/src/redfsm.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2006-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2006-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/reduce.cc b/src/reduce.cc
index a29b4f9a..36d7eab2 100644
--- a/src/reduce.cc
+++ b/src/reduce.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Adrian Thurston <thurston@colm.net>
+ * Copyright 2015-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/resolve.cc b/src/resolve.cc
index ce5af9af..ed26871c 100644
--- a/src/resolve.cc
+++ b/src/resolve.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2009-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2009-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/rtvector.h b/src/rtvector.h
index 740bc909..e15d3f2a 100644
--- a/src/rtvector.h
+++ b/src/rtvector.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2002, 2006, 2009 Adrian Thurston <thurston@colm.net>
+ * Copyright 2002-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/string.c b/src/string.c
index 084aab69..6e0c7c38 100644
--- a/src/string.c
+++ b/src/string.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/struct.c b/src/struct.c
index fc3a6239..11b3e2ec 100644
--- a/src/struct.c
+++ b/src/struct.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Adrian Thurston <thurston@colm.net>
+ * Copyright 2016-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/struct.h b/src/struct.h
index afef5a39..ccc8b442 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Adrian Thurston <thurston@colm.net>
+ * Copyright 2016-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/synthesis.cc b/src/synthesis.cc
index aa140794..629b9d4b 100644
--- a/src/synthesis.cc
+++ b/src/synthesis.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/tree.c b/src/tree.c
index 7618f46e..32512db1 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/tree.h b/src/tree.h
index 0021a042..53140f39 100644
--- a/src/tree.h
+++ b/src/tree.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2010-2012 Adrian Thurston <thurston@colm.net>
+ * Copyright 2010-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/src/type.h b/src/type.h
index bc49a6ae..621b259c 100644
--- a/src/type.h
+++ b/src/type.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2015 Adrian Thurston <thurston@colm.net>
+ * Copyright 2007-2018 Adrian Thurston <thurston@colm.net>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to