Merge [1827] from trunk: Update all copyright dates.

This brings 0.6.x branch up-to-date with trunk except for whitespace
conversion.

svn path=/branches/yasm-0.6.x/; revision=1876
diff --git a/frontends/yasm/yasm.c b/frontends/yasm/yasm.c
index 58bf2c0..268ddec 100644
--- a/frontends/yasm/yasm.c
+++ b/frontends/yasm/yasm.c
@@ -1,7 +1,7 @@
 /*
  * Program entry point, command line parsing
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/genstring.c b/genstring.c
index 78f7c45..df87d7b 100644
--- a/genstring.c
+++ b/genstring.c
@@ -2,7 +2,7 @@
  *
  * Generate array-of-const-string from text file.
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm.h b/libyasm.h
index b13abc2..ec92aa5 100644
--- a/libyasm.h
+++ b/libyasm.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2003  Peter Johnson
+ *  Copyright (C) 2003-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/arch.c b/libyasm/arch.c
index dd849eb..c0527f4 100644
--- a/libyasm/arch.c
+++ b/libyasm/arch.c
@@ -1,7 +1,7 @@
 /*
  * Architecture interface
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/arch.h b/libyasm/arch.h
index 6ee9cdd..9c4557c 100644
--- a/libyasm/arch.h
+++ b/libyasm/arch.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/assocdat.c b/libyasm/assocdat.c
index 83d12b8..4e58269 100644
--- a/libyasm/assocdat.c
+++ b/libyasm/assocdat.c
@@ -1,7 +1,7 @@
 /*
  * YASM associated data storage (libyasm internal use)
  *
- *  Copyright (C) 2003  Peter Johnson
+ *  Copyright (C) 2003-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/assocdat.h b/libyasm/assocdat.h
index 5cce0e7..49f6b4e 100644
--- a/libyasm/assocdat.h
+++ b/libyasm/assocdat.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2003  Peter Johnson
+ *  Copyright (C) 2003-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bc-align.c b/libyasm/bc-align.c
index 0a3a3a7..3c077aa 100644
--- a/libyasm/bc-align.c
+++ b/libyasm/bc-align.c
@@ -1,7 +1,7 @@
 /*
  * Align bytecode
  *
- *  Copyright (C) 2005-2006  Peter Johnson
+ *  Copyright (C) 2005-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bc-data.c b/libyasm/bc-data.c
index 8a32f72..f1a7172 100644
--- a/libyasm/bc-data.c
+++ b/libyasm/bc-data.c
@@ -1,7 +1,7 @@
 /*
  * Data (and LEB128) bytecode
  *
- *  Copyright (C) 2001-2006  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bc-incbin.c b/libyasm/bc-incbin.c
index 79c1a9f..0f8c776 100644
--- a/libyasm/bc-incbin.c
+++ b/libyasm/bc-incbin.c
@@ -1,7 +1,7 @@
 /*
  * Incbin bytecode
  *
- *  Copyright (C) 2001-2006  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bc-insn.c b/libyasm/bc-insn.c
index b4d9ce1..f163a74 100644
--- a/libyasm/bc-insn.c
+++ b/libyasm/bc-insn.c
@@ -1,7 +1,7 @@
 /*
  * Insn bytecode
  *
- *  Copyright (C) 2005-2006  Peter Johnson
+ *  Copyright (C) 2005-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bc-int.h b/libyasm/bc-int.h
index 5bcd22e..e162b22 100644
--- a/libyasm/bc-int.h
+++ b/libyasm/bc-int.h
@@ -1,7 +1,7 @@
 /* $Id$
  * Bytecode internal structures header file
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bc-org.c b/libyasm/bc-org.c
index 67b278e..70056e5 100644
--- a/libyasm/bc-org.c
+++ b/libyasm/bc-org.c
@@ -1,7 +1,7 @@
 /*
  * ORG bytecode
  *
- *  Copyright (C) 2005-2006  Peter Johnson
+ *  Copyright (C) 2005-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bc-reserve.c b/libyasm/bc-reserve.c
index 1a44275..5b68036 100644
--- a/libyasm/bc-reserve.c
+++ b/libyasm/bc-reserve.c
@@ -1,7 +1,7 @@
 /*
  * Bytecode utility functions
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bytecode.c b/libyasm/bytecode.c
index 8812ff2..6881e6c 100644
--- a/libyasm/bytecode.c
+++ b/libyasm/bytecode.c
@@ -1,7 +1,7 @@
 /*
  * Bytecode utility functions
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/bytecode.h b/libyasm/bytecode.h
index 3e9325a..2861bec 100644
--- a/libyasm/bytecode.h
+++ b/libyasm/bytecode.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/coretype.h b/libyasm/coretype.h
index 7f21b37..d0007a6 100644
--- a/libyasm/coretype.h
+++ b/libyasm/coretype.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/dbgfmt.h b/libyasm/dbgfmt.h
index 021127e..41d4eac 100644
--- a/libyasm/dbgfmt.h
+++ b/libyasm/dbgfmt.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/errwarn.c b/libyasm/errwarn.c
index 17fef16..04d8420 100644
--- a/libyasm/errwarn.c
+++ b/libyasm/errwarn.c
@@ -1,7 +1,7 @@
 /*
  * Error and warning reporting and related functions.
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/errwarn.h b/libyasm/errwarn.h
index 64b73b5..c83626e 100644
--- a/libyasm/errwarn.h
+++ b/libyasm/errwarn.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/expr-int.h b/libyasm/expr-int.h
index c5e0689..4a3abd9 100644
--- a/libyasm/expr-int.h
+++ b/libyasm/expr-int.h
@@ -1,7 +1,7 @@
 /* $Id$
  * Expressions internal structures header file
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/expr.c b/libyasm/expr.c
index 4495b28..42ab312 100644
--- a/libyasm/expr.c
+++ b/libyasm/expr.c
@@ -1,7 +1,7 @@
 /*
  * Expression handling
  *
- *  Copyright (C) 2001  Michael Urman, Peter Johnson
+ *  Copyright (C) 2001-2007  Michael Urman, Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/expr.h b/libyasm/expr.h
index 59f0cd0..86723db 100644
--- a/libyasm/expr.h
+++ b/libyasm/expr.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Michael Urman, Peter Johnson
+ *  Copyright (C) 2001-2007  Michael Urman, Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/file.c b/libyasm/file.c
index 403be05..9e158ea 100644
--- a/libyasm/file.c
+++ b/libyasm/file.c
@@ -1,7 +1,7 @@
 /*
  * File helper functions.
  *
- *  Copyright (C) 2001-2006  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/file.h b/libyasm/file.h
index e739cfd..215d0f2 100644
--- a/libyasm/file.h
+++ b/libyasm/file.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001-2006  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/floatnum.c b/libyasm/floatnum.c
index 0436b61..3f50dda 100644
--- a/libyasm/floatnum.c
+++ b/libyasm/floatnum.c
@@ -1,7 +1,7 @@
 /*
  * Floating point number functions.
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  *  Based on public-domain x86 assembly code by Randall Hyde (8/28/91).
  *
diff --git a/libyasm/floatnum.h b/libyasm/floatnum.h
index 3e488f1..f855aaa 100644
--- a/libyasm/floatnum.h
+++ b/libyasm/floatnum.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  *  Based on public-domain x86 assembly code by Randall Hyde (8/28/91).
  *
diff --git a/libyasm/genmodule.c b/libyasm/genmodule.c
index ee35c83..d15d2d8 100644
--- a/libyasm/genmodule.c
+++ b/libyasm/genmodule.c
@@ -2,7 +2,7 @@
  *
  * Generate module.c from module.in and Makefile.am or Makefile.
  *
- *  Copyright (C) 2004  Peter Johnson
+ *  Copyright (C) 2004-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/hamt.c b/libyasm/hamt.c
index c6617b6..57e6378 100644
--- a/libyasm/hamt.c
+++ b/libyasm/hamt.c
@@ -1,7 +1,7 @@
 /*
  * Hash Array Mapped Trie (HAMT) implementation
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  *  Based on the paper "Ideal Hash Tries" by Phil Bagwell [2000].
  *  One algorithmic change from that described in the paper: we use the LSB's
diff --git a/libyasm/hamt.h b/libyasm/hamt.h
index 88204ed..8b01ce8 100644
--- a/libyasm/hamt.h
+++ b/libyasm/hamt.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/intnum.c b/libyasm/intnum.c
index 3b3ad37..5e157e6 100644
--- a/libyasm/intnum.c
+++ b/libyasm/intnum.c
@@ -1,7 +1,7 @@
 /*
  * Integer number functions.
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/intnum.h b/libyasm/intnum.h
index f6c44c6..69caf88 100644
--- a/libyasm/intnum.h
+++ b/libyasm/intnum.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/linemap.c b/libyasm/linemap.c
index c41813b..5fb1452 100644
--- a/libyasm/linemap.c
+++ b/libyasm/linemap.c
@@ -1,7 +1,7 @@
 /*
  * YASM assembler virtual line mapping handling (for parse stage)
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/linemap.h b/libyasm/linemap.h
index 411d995..310da19 100644
--- a/libyasm/linemap.h
+++ b/libyasm/linemap.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/listfmt.h b/libyasm/listfmt.h
index 3d3a72a..f410bbc 100644
--- a/libyasm/listfmt.h
+++ b/libyasm/listfmt.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2004  Peter Johnson
+ *  Copyright (C) 2004-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/module.h b/libyasm/module.h
index 4606057..11e6c52 100644
--- a/libyasm/module.h
+++ b/libyasm/module.h
@@ -1,7 +1,7 @@
 /* $Id$
  * YASM module loader header file
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/module.in b/libyasm/module.in
index 09fefbe..f3b6942 100644
--- a/libyasm/module.in
+++ b/libyasm/module.in
@@ -1,7 +1,7 @@
 /*
  * YASM module loader
  *
- *  Copyright (C) 2004  Peter Johnson
+ *  Copyright (C) 2004-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/objfmt.h b/libyasm/objfmt.h
index ce610b0..b998175 100644
--- a/libyasm/objfmt.h
+++ b/libyasm/objfmt.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/parser.h b/libyasm/parser.h
index e85b217..14c2d40 100644
--- a/libyasm/parser.h
+++ b/libyasm/parser.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/preproc.h b/libyasm/preproc.h
index 96b1317..7d16b73 100644
--- a/libyasm/preproc.h
+++ b/libyasm/preproc.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/section.c b/libyasm/section.c
index 5338e10..d129972 100644
--- a/libyasm/section.c
+++ b/libyasm/section.c
@@ -1,7 +1,7 @@
 /*
  * Section utility functions
  *
- *  Copyright (C) 2001-2005  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/section.h b/libyasm/section.h
index d0ad4db..04c5f33 100644
--- a/libyasm/section.h
+++ b/libyasm/section.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/symrec.c b/libyasm/symrec.c
index e2ecf7f..9f51afd 100644
--- a/libyasm/symrec.c
+++ b/libyasm/symrec.c
@@ -1,7 +1,7 @@
 /*
  * Symbol table handling
  *
- *  Copyright (C) 2001  Michael Urman, Peter Johnson
+ *  Copyright (C) 2001-2007  Michael Urman, Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/symrec.h b/libyasm/symrec.h
index 624a3e9..0426bc8 100644
--- a/libyasm/symrec.h
+++ b/libyasm/symrec.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Michael Urman, Peter Johnson
+ *  Copyright (C) 2001-2007  Michael Urman, Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/tests/bitvect_test.c b/libyasm/tests/bitvect_test.c
index 3887046..d000b51 100644
--- a/libyasm/tests/bitvect_test.c
+++ b/libyasm/tests/bitvect_test.c
@@ -1,6 +1,6 @@
 /* $Id$
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/tests/combpath_test.c b/libyasm/tests/combpath_test.c
index 5667cc7..55f3d49 100644
--- a/libyasm/tests/combpath_test.c
+++ b/libyasm/tests/combpath_test.c
@@ -1,6 +1,6 @@
 /* $Id$
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/tests/floatnum_test.c b/libyasm/tests/floatnum_test.c
index a08ee9d..69b27c1 100644
--- a/libyasm/tests/floatnum_test.c
+++ b/libyasm/tests/floatnum_test.c
@@ -1,6 +1,6 @@
 /* $Id$
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/tests/leb128_test.c b/libyasm/tests/leb128_test.c
index f2e4585..7699152 100644
--- a/libyasm/tests/leb128_test.c
+++ b/libyasm/tests/leb128_test.c
@@ -1,6 +1,6 @@
 /* $Id$
  *
- *  Copyright (C) 2005  Peter Johnson
+ *  Copyright (C) 2005-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/tests/splitpath_test.c b/libyasm/tests/splitpath_test.c
index c96d907..b24ab23 100644
--- a/libyasm/tests/splitpath_test.c
+++ b/libyasm/tests/splitpath_test.c
@@ -1,6 +1,6 @@
 /* $Id$
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/tests/uncstring_test.c b/libyasm/tests/uncstring_test.c
index 22ca3fc..351d3cc 100644
--- a/libyasm/tests/uncstring_test.c
+++ b/libyasm/tests/uncstring_test.c
@@ -1,6 +1,6 @@
 /* $Id$
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/valparam.c b/libyasm/valparam.c
index 33a65fa..b142f22 100644
--- a/libyasm/valparam.c
+++ b/libyasm/valparam.c
@@ -1,7 +1,7 @@
 /*
  * Value/Parameter type functions
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/valparam.h b/libyasm/valparam.h
index bcdbf40..b3023a6 100644
--- a/libyasm/valparam.h
+++ b/libyasm/valparam.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/value.c b/libyasm/value.c
index 90cfeeb..dc8d6f4 100644
--- a/libyasm/value.c
+++ b/libyasm/value.c
@@ -1,7 +1,7 @@
 /*
  * Value handling
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/value.h b/libyasm/value.h
index 043c465..787b3e4 100644
--- a/libyasm/value.h
+++ b/libyasm/value.h
@@ -7,7 +7,7 @@
  * \endrcs
  *
  * \license
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/libyasm/xmalloc.c b/libyasm/xmalloc.c
index 5f947d9..261f593 100644
--- a/libyasm/xmalloc.c
+++ b/libyasm/xmalloc.c
@@ -1,7 +1,7 @@
 /*
  * Memory allocation routines with error checking.  Idea from GNU libiberty.
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/lc3b/lc3barch.c b/modules/arch/lc3b/lc3barch.c
index bbf2895..a691ffb 100644
--- a/modules/arch/lc3b/lc3barch.c
+++ b/modules/arch/lc3b/lc3barch.c
@@ -1,7 +1,7 @@
 /*
  * LC-3b architecture description
  *
- *  Copyright (C) 2003  Peter Johnson
+ *  Copyright (C) 2003-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/lc3b/lc3barch.h b/modules/arch/lc3b/lc3barch.h
index 7d199bb..e4c5ab2 100644
--- a/modules/arch/lc3b/lc3barch.h
+++ b/modules/arch/lc3b/lc3barch.h
@@ -1,7 +1,7 @@
 /* $Id$
  * LC-3b Architecture header file
  *
- *  Copyright (C) 2003  Peter Johnson
+ *  Copyright (C) 2003-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/lc3b/lc3bbc.c b/modules/arch/lc3b/lc3bbc.c
index 59e607f..4d7496f 100644
--- a/modules/arch/lc3b/lc3bbc.c
+++ b/modules/arch/lc3b/lc3bbc.c
@@ -1,7 +1,7 @@
 /*
  * LC-3b bytecode utility functions
  *
- *  Copyright (C) 2003  Peter Johnson
+ *  Copyright (C) 2003-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/lc3b/lc3bid.re b/modules/arch/lc3b/lc3bid.re
index 0c7e82a..2dce1a4 100644
--- a/modules/arch/lc3b/lc3bid.re
+++ b/modules/arch/lc3b/lc3bid.re
@@ -1,7 +1,7 @@
 /*
  * LC-3b identifier recognition and instruction handling
  *
- *  Copyright (C) 2003  Peter Johnson
+ *  Copyright (C) 2003-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/x86/x86arch.c b/modules/arch/x86/x86arch.c
index d6319bf..1f41503 100644
--- a/modules/arch/x86/x86arch.c
+++ b/modules/arch/x86/x86arch.c
@@ -1,7 +1,7 @@
 /*
  * x86 architecture description
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/x86/x86arch.h b/modules/arch/x86/x86arch.h
index d7aea71..52f9f7b 100644
--- a/modules/arch/x86/x86arch.h
+++ b/modules/arch/x86/x86arch.h
@@ -1,7 +1,7 @@
 /* $Id$
  * x86 Architecture header file
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/x86/x86bc.c b/modules/arch/x86/x86bc.c
index 4dbe308..b41b356 100644
--- a/modules/arch/x86/x86bc.c
+++ b/modules/arch/x86/x86bc.c
@@ -1,7 +1,7 @@
 /*
  * x86 bytecode utility functions
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/x86/x86expr.c b/modules/arch/x86/x86expr.c
index 33d246e..de73b20 100644
--- a/modules/arch/x86/x86expr.c
+++ b/modules/arch/x86/x86expr.c
@@ -1,7 +1,7 @@
 /*
  * x86 expression handling
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/arch/x86/x86id.c b/modules/arch/x86/x86id.c
index 24647b8..a121e1d 100644
--- a/modules/arch/x86/x86id.c
+++ b/modules/arch/x86/x86id.c
@@ -1,7 +1,7 @@
 /*
  * x86 identifier recognition and instruction handling
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/codeview/cv-dbgfmt.c b/modules/dbgfmts/codeview/cv-dbgfmt.c
index 6ec6407..0c69afb 100644
--- a/modules/dbgfmts/codeview/cv-dbgfmt.c
+++ b/modules/dbgfmts/codeview/cv-dbgfmt.c
@@ -1,7 +1,7 @@
 /*
  * CodeView debugging formats implementation for Yasm
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/codeview/cv-dbgfmt.h b/modules/dbgfmts/codeview/cv-dbgfmt.h
index 3e8db32..1e146e2 100644
--- a/modules/dbgfmts/codeview/cv-dbgfmt.h
+++ b/modules/dbgfmts/codeview/cv-dbgfmt.h
@@ -1,7 +1,7 @@
 /* $Id$
  * CodeView debugging formats implementation for Yasm
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/codeview/cv-symline.c b/modules/dbgfmts/codeview/cv-symline.c
index 068ac56..94cf1ef 100644
--- a/modules/dbgfmts/codeview/cv-symline.c
+++ b/modules/dbgfmts/codeview/cv-symline.c
@@ -1,7 +1,7 @@
 /*
  * CodeView debugging format - symbol and line information
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/codeview/cv-type.c b/modules/dbgfmts/codeview/cv-type.c
index ecec7f9..f92f188 100644
--- a/modules/dbgfmts/codeview/cv-type.c
+++ b/modules/dbgfmts/codeview/cv-type.c
@@ -1,7 +1,7 @@
 /*
  * CodeView debugging format - type information
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/dwarf2/dwarf2-aranges.c b/modules/dbgfmts/dwarf2/dwarf2-aranges.c
index e277cda..8e93d3f 100644
--- a/modules/dbgfmts/dwarf2/dwarf2-aranges.c
+++ b/modules/dbgfmts/dwarf2/dwarf2-aranges.c
@@ -1,7 +1,7 @@
 /*
  * DWARF2 debugging format - address range table
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c b/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
index e498f0d..9836fd5 100644
--- a/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
+++ b/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
@@ -1,7 +1,7 @@
 /*
  * DWARF2 debugging format
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h b/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
index eeba0a1..6ed9d1e 100644
--- a/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
+++ b/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
@@ -1,7 +1,7 @@
 /* $Id$
  * DWARF2 debugging format
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/dwarf2/dwarf2-info.c b/modules/dbgfmts/dwarf2/dwarf2-info.c
index f17db48..5ae6647 100644
--- a/modules/dbgfmts/dwarf2/dwarf2-info.c
+++ b/modules/dbgfmts/dwarf2/dwarf2-info.c
@@ -1,7 +1,7 @@
 /*
  * DWARF2 debugging format - info and abbreviation tables
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/dwarf2/dwarf2-line.c b/modules/dbgfmts/dwarf2/dwarf2-line.c
index bba7f40..0ebd0ef 100644
--- a/modules/dbgfmts/dwarf2/dwarf2-line.c
+++ b/modules/dbgfmts/dwarf2/dwarf2-line.c
@@ -1,7 +1,7 @@
 /*
  * DWARF2 debugging format - line information
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/null/null-dbgfmt.c b/modules/dbgfmts/null/null-dbgfmt.c
index 4476693..6baac61 100644
--- a/modules/dbgfmts/null/null-dbgfmt.c
+++ b/modules/dbgfmts/null/null-dbgfmt.c
@@ -1,7 +1,7 @@
 /*
  * Null debugging format (creates NO debugging information)
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/dbgfmts/stabs/stabs-dbgfmt.c b/modules/dbgfmts/stabs/stabs-dbgfmt.c
index 1942d4b..c7409e5 100644
--- a/modules/dbgfmts/stabs/stabs-dbgfmt.c
+++ b/modules/dbgfmts/stabs/stabs-dbgfmt.c
@@ -1,7 +1,7 @@
 /*
  * Stabs debugging format
  *
- *  Copyright (C) 2003  Michael Urman
+ *  Copyright (C) 2003-2007  Michael Urman
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/listfmts/nasm/nasm-listfmt.c b/modules/listfmts/nasm/nasm-listfmt.c
index 0e0f24b..1d76f82 100644
--- a/modules/listfmts/nasm/nasm-listfmt.c
+++ b/modules/listfmts/nasm/nasm-listfmt.c
@@ -1,7 +1,7 @@
 /*
  * NASM-style list format
  *
- *  Copyright (C) 2004  Peter Johnson
+ *  Copyright (C) 2004-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/bin/bin-objfmt.c b/modules/objfmts/bin/bin-objfmt.c
index 1d93c3b..cdbefe2 100644
--- a/modules/objfmts/bin/bin-objfmt.c
+++ b/modules/objfmts/bin/bin-objfmt.c
@@ -1,7 +1,7 @@
 /*
  * Flat-format binary object format
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/coff/coff-objfmt.c b/modules/objfmts/coff/coff-objfmt.c
index 4487f70..e6cd735 100644
--- a/modules/objfmts/coff/coff-objfmt.c
+++ b/modules/objfmts/coff/coff-objfmt.c
@@ -1,7 +1,7 @@
 /*
  * COFF (DJGPP) object format
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/dbg/dbg-objfmt.c b/modules/objfmts/dbg/dbg-objfmt.c
index f3f7cba..74d7a57 100644
--- a/modules/objfmts/dbg/dbg-objfmt.c
+++ b/modules/objfmts/dbg/dbg-objfmt.c
@@ -1,7 +1,7 @@
 /*
  * Debugging object format (used to debug object format module interface)
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/elf/elf-machine.h b/modules/objfmts/elf/elf-machine.h
index bec98db..8b8a8dd 100644
--- a/modules/objfmts/elf/elf-machine.h
+++ b/modules/objfmts/elf/elf-machine.h
@@ -1,7 +1,7 @@
 /* $Id:$
  * ELF object machine specific format helpers
  *
- *  Copyright (C) 2004  Michael Urman
+ *  Copyright (C) 2004-2007  Michael Urman
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/elf/elf-objfmt.c b/modules/objfmts/elf/elf-objfmt.c
index 0642ac5..bca3efd 100644
--- a/modules/objfmts/elf/elf-objfmt.c
+++ b/modules/objfmts/elf/elf-objfmt.c
@@ -1,7 +1,7 @@
 /*
  * ELF object format
  *
- *  Copyright (C) 2003  Michael Urman
+ *  Copyright (C) 2003-2007  Michael Urman
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/elf/elf-x86-amd64.c b/modules/objfmts/elf/elf-x86-amd64.c
index 2d0f1fd..9459beb 100644
--- a/modules/objfmts/elf/elf-x86-amd64.c
+++ b/modules/objfmts/elf/elf-x86-amd64.c
@@ -1,7 +1,7 @@
 /*
  * ELF object format helpers - x86:amd64
  *
- *  Copyright (C) 2004  Michael Urman
+ *  Copyright (C) 2004-2007  Michael Urman
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/elf/elf-x86-x86.c b/modules/objfmts/elf/elf-x86-x86.c
index f49e7e0..0e006b4 100644
--- a/modules/objfmts/elf/elf-x86-x86.c
+++ b/modules/objfmts/elf/elf-x86-x86.c
@@ -1,7 +1,7 @@
 /*
  * ELF object format helpers - x86:x86
  *
- *  Copyright (C) 2004  Michael Urman
+ *  Copyright (C) 2004-2007  Michael Urman
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/elf/elf.c b/modules/objfmts/elf/elf.c
index 52b69ec..39e0695 100644
--- a/modules/objfmts/elf/elf.c
+++ b/modules/objfmts/elf/elf.c
@@ -1,7 +1,7 @@
 /*
  * ELF object format helpers
  *
- *  Copyright (C) 2003  Michael Urman
+ *  Copyright (C) 2003-2007  Michael Urman
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/elf/elf.h b/modules/objfmts/elf/elf.h
index c78c5f9..5efe859 100644
--- a/modules/objfmts/elf/elf.h
+++ b/modules/objfmts/elf/elf.h
@@ -1,7 +1,7 @@
 /* $Id$
  * ELF object format helpers
  *
- *  Copyright (C) 2003  Michael Urman
+ *  Copyright (C) 2003-2007  Michael Urman
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/rdf/rdf-objfmt.c b/modules/objfmts/rdf/rdf-objfmt.c
index fc5d1af..4a788b8 100644
--- a/modules/objfmts/rdf/rdf-objfmt.c
+++ b/modules/objfmts/rdf/rdf-objfmt.c
@@ -1,7 +1,7 @@
 /*
  * Relocatable Dynamic Object File Format (RDOFF) version 2 format
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/objfmts/xdf/xdf-objfmt.c b/modules/objfmts/xdf/xdf-objfmt.c
index aacd641..4fd9a97 100644
--- a/modules/objfmts/xdf/xdf-objfmt.c
+++ b/modules/objfmts/xdf/xdf-objfmt.c
@@ -1,7 +1,7 @@
 /*
  * Extended Dynamic Object format
  *
- *  Copyright (C) 2004  Peter Johnson
+ *  Copyright (C) 2004-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/parsers/gas/gas-parse.c b/modules/parsers/gas/gas-parse.c
index 4a6030d..0439ce3 100644
--- a/modules/parsers/gas/gas-parse.c
+++ b/modules/parsers/gas/gas-parse.c
@@ -1,7 +1,7 @@
 /*
  * GAS-compatible parser
  *
- *  Copyright (C) 2005  Peter Johnson
+ *  Copyright (C) 2005-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/parsers/gas/gas-parser.c b/modules/parsers/gas/gas-parser.c
index f929cb9..a4a6ebd 100644
--- a/modules/parsers/gas/gas-parser.c
+++ b/modules/parsers/gas/gas-parser.c
@@ -1,7 +1,7 @@
 /*
  * GAS-compatible parser
  *
- *  Copyright (C) 2005  Peter Johnson
+ *  Copyright (C) 2005-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/parsers/gas/gas-parser.h b/modules/parsers/gas/gas-parser.h
index b966168..23f1741 100644
--- a/modules/parsers/gas/gas-parser.h
+++ b/modules/parsers/gas/gas-parser.h
@@ -1,7 +1,7 @@
 /* $Id$
  * GAS-compatible parser header file
  *
- *  Copyright (C) 2005  Peter Johnson
+ *  Copyright (C) 2005-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/parsers/gas/gas-token.re b/modules/parsers/gas/gas-token.re
index 52b331c..e207318 100644
--- a/modules/parsers/gas/gas-token.re
+++ b/modules/parsers/gas/gas-token.re
@@ -1,7 +1,7 @@
 /*
  * GAS-compatible re2c lexer
  *
- *  Copyright (C) 2005  Peter Johnson
+ *  Copyright (C) 2005-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/parsers/nasm/nasm-parse.c b/modules/parsers/nasm/nasm-parse.c
index 4d1ae20..14ad8d0 100644
--- a/modules/parsers/nasm/nasm-parse.c
+++ b/modules/parsers/nasm/nasm-parse.c
@@ -1,7 +1,7 @@
 /*
  * NASM-compatible parser
  *
- *  Copyright (C) 2001  Peter Johnson, Michael Urman
+ *  Copyright (C) 2001-2007  Peter Johnson, Michael Urman
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/parsers/nasm/nasm-parser.c b/modules/parsers/nasm/nasm-parser.c
index d395fc3..5ca7dcb 100644
--- a/modules/parsers/nasm/nasm-parser.c
+++ b/modules/parsers/nasm/nasm-parser.c
@@ -1,7 +1,7 @@
 /*
  * NASM-compatible parser
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/parsers/nasm/nasm-parser.h b/modules/parsers/nasm/nasm-parser.h
index 65eae20..d2b078e 100644
--- a/modules/parsers/nasm/nasm-parser.h
+++ b/modules/parsers/nasm/nasm-parser.h
@@ -1,7 +1,7 @@
 /* $Id$
  * NASM-compatible parser header file
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/parsers/nasm/nasm-token.re b/modules/parsers/nasm/nasm-token.re
index 008fe95..a534442 100644
--- a/modules/parsers/nasm/nasm-token.re
+++ b/modules/parsers/nasm/nasm-token.re
@@ -1,7 +1,7 @@
 /*
  * NASM-compatible re2c lexer
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  *  Portions based on re2c's example code.
  *
diff --git a/modules/preprocs/nasm/genmacro.c b/modules/preprocs/nasm/genmacro.c
index 47d3ff3..ff56976 100644
--- a/modules/preprocs/nasm/genmacro.c
+++ b/modules/preprocs/nasm/genmacro.c
@@ -2,7 +2,7 @@
  *
  * C version of NASM's macros.pl
  *
- *  Copyright (C) 2004  Peter Johnson
+ *  Copyright (C) 2004-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/preprocs/nasm/genversion.c b/modules/preprocs/nasm/genversion.c
index 30b7fcc..d654ca1 100644
--- a/modules/preprocs/nasm/genversion.c
+++ b/modules/preprocs/nasm/genversion.c
@@ -2,7 +2,7 @@
  *
  * Generate version.mac
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/preprocs/nasm/nasm-preproc.c b/modules/preprocs/nasm/nasm-preproc.c
index 5702a1d..9db354d 100644
--- a/modules/preprocs/nasm/nasm-preproc.c
+++ b/modules/preprocs/nasm/nasm-preproc.c
@@ -1,7 +1,7 @@
 /*
  * Imported NASM preprocessor - glue code
  *
- *  Copyright (C) 2002  Peter Johnson
+ *  Copyright (C) 2002-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/modules/preprocs/raw/raw-preproc.c b/modules/preprocs/raw/raw-preproc.c
index fa318ca..aaf04af 100644
--- a/modules/preprocs/raw/raw-preproc.c
+++ b/modules/preprocs/raw/raw-preproc.c
@@ -1,7 +1,7 @@
 /*
  * Raw preprocessor (preforms NO preprocessing)
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/test_hd.c b/test_hd.c
index d3c5e9e..54838e6 100644
--- a/test_hd.c
+++ b/test_hd.c
@@ -2,7 +2,7 @@
  *
  * Simple hexidecimal dump, two hex digits per line.
  *
- *  Copyright (C) 2004  Peter Johnson
+ *  Copyright (C) 2004-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/tools/gap/gap.c b/tools/gap/gap.c
index b9069f2..c4aaf80 100644
--- a/tools/gap/gap.c
+++ b/tools/gap/gap.c
@@ -2,7 +2,7 @@
  *
  * Generate Arch Parser (GAP): generates ARCHparse.c from ARCHparse.gap.
  *
- *  Copyright (C) 2006  Peter Johnson
+ *  Copyright (C) 2006-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/tools/xdf/xdfdump.c b/tools/xdf/xdfdump.c
index c970d7a..e1ee251 100644
--- a/tools/xdf/xdfdump.c
+++ b/tools/xdf/xdfdump.c
@@ -1,7 +1,7 @@
 /* $Id$
  * Extended Dynamic Object format dumper
  *
- *  Copyright (C) 2004  Peter Johnson
+ *  Copyright (C) 2004-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/util.h b/util.h
index 842f021..c820c71 100644
--- a/util.h
+++ b/util.h
@@ -4,7 +4,7 @@
  * Includes standard headers and defines prototypes for replacement functions
  * if needed.
  *
- *  Copyright (C) 2001  Peter Johnson
+ *  Copyright (C) 2001-2007  Peter Johnson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions