]> granicus.if.org Git - yasm/commitdiff
Update all copyright dates.
authorPeter Johnson <peter@tortall.net>
Sun, 22 Apr 2007 05:09:49 +0000 (05:09 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 22 Apr 2007 05:09:49 +0000 (05:09 -0000)
svn path=/trunk/yasm/; revision=1827

103 files changed:
frontends/yasm/yasm.c
genstring.c
libyasm.h
libyasm/arch.c
libyasm/arch.h
libyasm/assocdat.c
libyasm/assocdat.h
libyasm/bc-align.c
libyasm/bc-data.c
libyasm/bc-incbin.c
libyasm/bc-insn.c
libyasm/bc-int.h
libyasm/bc-org.c
libyasm/bc-reserve.c
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/coretype.h
libyasm/dbgfmt.h
libyasm/errwarn.c
libyasm/errwarn.h
libyasm/expr-int.h
libyasm/expr.c
libyasm/expr.h
libyasm/file.c
libyasm/file.h
libyasm/floatnum.c
libyasm/floatnum.h
libyasm/genmodule.c
libyasm/hamt.c
libyasm/hamt.h
libyasm/intnum.c
libyasm/intnum.h
libyasm/linemap.c
libyasm/linemap.h
libyasm/listfmt.h
libyasm/module.h
libyasm/module.in
libyasm/objfmt.h
libyasm/parser.h
libyasm/preproc.h
libyasm/section.c
libyasm/section.h
libyasm/symrec.c
libyasm/symrec.h
libyasm/tests/bitvect_test.c
libyasm/tests/combpath_test.c
libyasm/tests/floatnum_test.c
libyasm/tests/leb128_test.c
libyasm/tests/splitpath_test.c
libyasm/tests/uncstring_test.c
libyasm/valparam.c
libyasm/valparam.h
libyasm/value.c
libyasm/value.h
libyasm/xmalloc.c
modules/arch/lc3b/lc3barch.c
modules/arch/lc3b/lc3barch.h
modules/arch/lc3b/lc3bbc.c
modules/arch/lc3b/lc3bid.re
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86expr.c
modules/arch/x86/x86id.c
modules/dbgfmts/codeview/cv-dbgfmt.c
modules/dbgfmts/codeview/cv-dbgfmt.h
modules/dbgfmts/codeview/cv-symline.c
modules/dbgfmts/codeview/cv-type.c
modules/dbgfmts/dwarf2/dwarf2-aranges.c
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
modules/dbgfmts/dwarf2/dwarf2-info.c
modules/dbgfmts/dwarf2/dwarf2-line.c
modules/dbgfmts/null/null-dbgfmt.c
modules/dbgfmts/stabs/stabs-dbgfmt.c
modules/listfmts/nasm/nasm-listfmt.c
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/dbg/dbg-objfmt.c
modules/objfmts/elf/elf-machine.h
modules/objfmts/elf/elf-objfmt.c
modules/objfmts/elf/elf-x86-amd64.c
modules/objfmts/elf/elf-x86-x86.c
modules/objfmts/elf/elf.c
modules/objfmts/elf/elf.h
modules/objfmts/rdf/rdf-objfmt.c
modules/objfmts/xdf/xdf-objfmt.c
modules/parsers/gas/gas-parse.c
modules/parsers/gas/gas-parser.c
modules/parsers/gas/gas-parser.h
modules/parsers/gas/gas-token.re
modules/parsers/nasm/nasm-parse.c
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/nasm-parser.h
modules/parsers/nasm/nasm-token.re
modules/preprocs/nasm/genmacro.c
modules/preprocs/nasm/genversion.c
modules/preprocs/nasm/nasm-preproc.c
modules/preprocs/raw/raw-preproc.c
test_hd.c
tools/gap/gap.c
tools/xdf/xdfdump.c
util.h

index d30539a97f7f4079dc1550d6fea5e5cbf9405822..519d4ef68f4667721af5d83ed721600de3e18a5d 100644 (file)
@@ -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
index b57bfa6107ea290f2f1440101a2a7d3ea17341a4..51b7681066f5b32a18a7ae6e0c9de509e6065233 100644 (file)
@@ -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
index b13abc280cd47b2a1a831e46c500f9ece335a039..ec92aa53e7aaebf558725503298f49fa36c51657 100644 (file)
--- 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
index 7f405c7aedc98740b8dc39815eaf048ef54733df..e16f6ca7b973de4cff038f80c1a8f1f1db2ff0a1 100644 (file)
@@ -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
index 7975834793581f6a6b95a8782ac85b2eb5fa0b75..f6e23ae3cd59927fa1048b0da0ace78a785606b7 100644 (file)
@@ -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
index 7b5408bc44f04ebb6b1aa0703cb40270cb5d27ef..f27b2b411de8ab8fa927f2d01f32ae72acd66cf8 100644 (file)
@@ -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
index 09415260aebb6ff01f9bb8295a7a1e71d26b946e..4b162d668e522b7a04d2211a6e9cef2a08f5a312 100644 (file)
@@ -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
index c71fdc993be0899c027bc3adfa5eb6093d34e559..dec63a2b4b5a3a59c1c4b66a0f2ea55160454bf6 100644 (file)
@@ -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
index 67753f95d78416ba3c422267f3a7eb5ff2a311ee..50851eb1c42425fb32b42ef08c8eb4e34aa30f65 100644 (file)
@@ -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
index cb4a6ce16fa3294b77c193842e766470db705088..f97f6901e6822e1745618b3ccdf65115701f9952 100644 (file)
@@ -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
index 7250bc16b63ee03f0f833507e9da8994acd95e0b..de8f5143cdb8de4a407a77afb7e91e359105ad58 100644 (file)
@@ -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
index 14038c63c1ca862bd0163634536a67d30cb5d47f..763385092ea7716bf74bf3ce3c689b783b865ea2 100644 (file)
@@ -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
index 001d20051aec8b9dbcf70c979c6dbecc1abeef4b..0b73c79f97f5c15927bb2f17c5ed1f4e9e2f199b 100644 (file)
@@ -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
index 42fcd979d710fa269db9f58fc2cd8b2ee843108d..8ffa98b95c2efc252d1e27b8ac6bf14fbde11b1b 100644 (file)
@@ -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
index a93f53a8700953f40d90cc83cf1a506e19369454..d785e9b856d539660a0f44d7bffe48005d419b98 100644 (file)
@@ -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
index 8c31560350533d2e809a1a680a31514db1b77f6e..269952167260b714a0248c99b2d17e4f2ccb946f 100644 (file)
@@ -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
index c54c046dec7387f6a863715abb23940806a4fbde..5dc42a223e93aa68b05f6a02f55f9d7a22934b58 100644 (file)
@@ -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
index f0cdfff79c64d3b0503ff236226b8b49a7bfcca0..aa0690bd22083f8561acab369208b51385e3d78a 100644 (file)
@@ -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
index 04479b60c5e5ceefc91113d9fcd90f79147d6f05..626ecbeee332c72d07e09b1cc6c52cc41b386296 100644 (file)
@@ -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
index b0a1aae2b17127b0ec48655b26f129f101e2487d..214f31253b6ecb6fde5067f5333ead5f87b76c58 100644 (file)
@@ -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
index 941726d1e2aee44a42af801164134ec461c4acab..6946adc5bdf19fa56cab64615973df800f0eccd2 100644 (file)
@@ -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
index 604f2fd6fc324dcb7602bae8e6b1374d370e50e7..e32b4776d6bc18d137810d84dfd375609f11a80f 100644 (file)
@@ -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
index 7ec2f7ac5e0467547084e20104f99d3b14b6636d..ca189d0a4474f7609e86352014004e844d4c3ec3 100644 (file)
@@ -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
index 84b776fe6bde318bdbdc3b1a0881ac49ffc6bab8..2ee3ee6f3c8c80b1f8094d743f9d98bffe651e22 100644 (file)
@@ -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
index d138cf0d1a6856a6f45d339832e06388b7cac7ad..c706994947d61428ad606e5da1c6fc4ea02b4088 100644 (file)
@@ -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
index 9a7e02ae7164ecef8d43bdc34862021a5e627034..ac34352839667ef9be12fcb236bde3f39e095dcd 100644 (file)
@@ -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).
  *
index e7cbea3ed4ef82c34371bb8ca7dfecc54ef3e819..15696a568b8321f37395d7c89d549719e1b83c35 100644 (file)
@@ -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).
  *
index a3088c505be47ce2e24eb3b5ef81f51bd54725d7..4ae31083ec070f52be5ce7bd66f6971326b4c0c9 100644 (file)
@@ -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
index 093ca85430b7596394b213d644d20b3f600bc6d0..32e1303553826e131e9de8e0760f58e63a17b865 100644 (file)
@@ -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
index 4f75181d3c5730065f4142a0a903d9940c2904d5..d33bbe3bb43518be94af77f24fc8b41afeab0ef4 100644 (file)
@@ -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
index da23e75d5bef3070c55988b92901905f1b36cd08..2132733fa6d5f0495b44550fa917c14ef415f4d3 100644 (file)
@@ -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
index 58144170da99e12d2af705b39c54da33d5f8abcd..36cb6fea108b4ba999104cfb09bd544ba3b47028 100644 (file)
@@ -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
index 3639baa3877086d224672d4e8beac17d367410a1..befd9acfd2b5ba87e69c21df90d0867e0c60929e 100644 (file)
@@ -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
index 0078b266859d48cf89d00334131b12a79572a48c..18062989033b6199103b2a3f190850a3e8de7443 100644 (file)
@@ -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
index f862abee23b1d59e93376e775dd0dded753f0b35..bfdfac464f7fbfe58aead7e79b1251d26e47fc8e 100644 (file)
@@ -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
index 11439e6d43e8a2edf9f1ef2d48c4241043c3a647..f930800f8d9769a13cb564f37dd9251a99664953 100644 (file)
@@ -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
index 8591a0263282bf352c41d8730dee77ffedc210f4..2a3fd571924152a0d680598a4364386fba2d58d2 100644 (file)
@@ -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
index 8d73bebe8843988e50171a44de4ac93d0202e88c..afde85ebaa57ef75aca5ed9be61cf57d2a1f7482 100644 (file)
@@ -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
index 0583cbe2c430f1863cfe1976cfab429097e44cae..2ed5ce1cb7fae3ba38cd817d08aaa25be0dc9bcf 100644 (file)
@@ -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
index d7171421ab34151a2e8c0694e6859bc46123151e..f93a838ccc3aed103661c133c38e834cdc06cbfd 100644 (file)
@@ -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
index 0011491d9283f5d4b47148a8be686c16f98c3bb7..6ee8eeae244b8cea5cd3777aa335c8cd442b033b 100644 (file)
@@ -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
index d4f5cc861c6d7ab06a3373dac48f79c3550ba439..a99a8430994e617ccdfe344da0a8dd65f32b4bf7 100644 (file)
@@ -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
index 705f71cab1e41b573b90196eb316c054f7c784af..2754fe440989c75ec5e2b9c5dde5b745fe782e46 100644 (file)
@@ -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
index 050ee1a14e5126cbf9f473a02553d2fd6fa4d1bc..349dcce5642639c0d3e2400a0d7608f3e6e6afa6 100644 (file)
@@ -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
index 087025ad3ee55f29486757cc2565a04b2936cb75..404852621c37345314d3eb154e6f5f638541a707 100644 (file)
@@ -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
index 00276135b6cd413935edd07ad684d348e0c486df..e0edf8eba1c11c7690f8bce4e5925468f999efe9 100644 (file)
@@ -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
index e9e36a3c58ebac3a816c3523cefa85c991412d31..45f951df6cba257d548f8ead0f467cb5895d2281 100644 (file)
@@ -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
index 85d5530c4ce0c4f14396524e8c1f46301eab2ff5..18ae9958d8020ae0fb52a59f8a8559d1064fd3e8 100644 (file)
@@ -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
index a8888cb9ca63d0fe6d99a9abad55ed60e0104195..aada6a5d3a424650d99ce3170c3ac6e69a3af3d4 100644 (file)
@@ -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
index ef88552c2402ef768aee70badfd116d27c5f1c15..a067858e823e4dc81bb9e3e80e976815d3551e17 100644 (file)
@@ -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
index 8f51167f9ac8973abefb1e9bddeb9aaf2d299446..336ae9e718f348a067111156b89eed75301849c5 100644 (file)
@@ -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
index f007d0e65732ef29e78f79c8a757c80dcd4a8064..ee5d23fa98e8c4d748c3244f3963bee4482e0777 100644 (file)
@@ -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
index 458f1b15cfee845d82f995d3caa6fdbeb2f7bb19..decaaff88ee934bc5bf4a059b442eaca948df906 100644 (file)
@@ -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
index cb3386172175cccada6090e296daad1dd03045e5..cc6d346945ec0d3e885bb71a8eaf717a86d7d7ab 100644 (file)
@@ -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
index e65236d1ebc4ba9d02eb3922c1546a1c1c6cc292..5430ddd5a072bde1e444fdf1a708ba871774b207 100644 (file)
@@ -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
index 69cfbd2c169e5b8deaafe91e0acf131e203f71e7..aad37108eecb94f33f60a4a8efa5765eb5af6c3b 100644 (file)
@@ -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
index 466d07b743d2ae29de0a54a32862ba81f658b124..ff7d97e4a4acc6bae11b17310d81ddc1deda827d 100644 (file)
@@ -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
index bd4381960d10e02846a6ec3e1a941507930e21c5..95478897cbb8ef66480f049b4202bf171b379c63 100644 (file)
@@ -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
index cb1e538f1d48ca881d565a7265773ecbedf32b40..dcd6599db10598eb93a08a0108979e45256a3f2b 100644 (file)
@@ -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
index 11af5c495a41100bf26ecf35fc47b6957c1a2467..371e5b4797e1f49e0044bd4fd3f0eb9474048fe0 100644 (file)
@@ -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
index 7228f02e039ce0789262123f690a7e5c0abe7321..7e8bd6cc4e3c3ec7ade2db599223430559551f1c 100644 (file)
@@ -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
index 288fd31f714e77c627f748631c7157e1e5ee7385..a558982e618340bac3755b8455c45e67052a9594 100644 (file)
@@ -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
index 40fd80bc47182437fec240cf2c9cd1962540ef80..2ad101c041b531c3d679a43ac0a70685103e992b 100644 (file)
@@ -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
index e99d731d1f3b2e66efccd628c6cf937d33e28fcd..d6f47931220e8c7408e348800728d9537451dfd7 100644 (file)
@@ -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
index 6016e821b7e7720614af29c1b5b831d03856c972..75dc2f1ebc994d0d009e542755f412a586ff9ef8 100644 (file)
@@ -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
index 36cdcff3ede5c7392c0bfead02190be2e50fe16c..5f415d7bdbb35724e92f6e1c980ab6cf80b5284f 100644 (file)
@@ -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
index d40f40106fcf1123bcd69cc2e41e0eb20f30b984..f9ddd9923c877cbabc794f632b8cef77a45e30d2 100644 (file)
@@ -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
index 17f53926faf1246294601b91eb80b723339e16f6..9722a414d55714fd7c4b990786e5de9a197b3581 100644 (file)
@@ -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
index b144224f874962a2b695428fbf332df04b5b140a..34ff80e1bfd3ecdc908f58acc57ea891404cad95 100644 (file)
@@ -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
index 23e797e663ca2e0b9728fada9f332387ca356fc4..b0469c32ecfedc178d1574d51542cc0fcb826bb0 100644 (file)
@@ -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
index 38ba0c5353f4f4b241a6bfa52902d62d162575c5..7331bf367b7508ee814dec319edc757bf0fb6b60 100644 (file)
@@ -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
index e08ea1c0dc293df2be53aac0eb4236e0a610bb42..f6d2643ead6d03bf72e4a29eafc6c5b739ca4027 100644 (file)
@@ -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
index dc26b3711a75af17e80f02368d833a4c10c9b0d3..f98759960c33a4e59e2ed0cec4b6925b7e210364 100644 (file)
@@ -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
index 1afa1bb6026ff40f8b1a2701643016d021e0986b..d3f5fd13b0bbe8b9a88bb478056540dfb7c77fd5 100644 (file)
@@ -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
index a3000c28c32f8a4c2b812b074eba68ec268d4572..a3fe8277376b39df7bea3b759ef0e2b08aa28b3e 100644 (file)
@@ -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
index 42d3291cec6552a8e82c6ba10800c6e994489ea3..21ce433061ce1e0fe6b50809bbd133c555653fa7 100644 (file)
@@ -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
index 337302c0884be86fe877f478491a24c57c35a9eb..1524ac6cb46528b54977ed8ad0fdab7e4e50b6a4 100644 (file)
@@ -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
index 4d619621978d93811871777dcfa00122ae7d4add..72b2bdc6e6225f394ede0508781892fd4b853913 100644 (file)
@@ -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
index 73a0dd35fd7eac148aae0e95929fd370d6b5b113..b2e8d4510fa3cf251e444db05ea0b2f1842c9537 100644 (file)
@@ -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
index 325c34d53b4941401c4317b47a925c1c82fa6b12..562e098c685670a353083f30fd4f0585e30688b5 100644 (file)
@@ -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
index 90258f2226cf10c379729614166584484bb79972..eb4e662c14f064b990d297a0a3b777de5cd25b63 100644 (file)
@@ -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
index 66ba3af1da3ee9851a5cee7fec95716cab790deb..0c5ba3c98a2bf68491b6111a5212560b01d4733a 100644 (file)
@@ -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
index 0286c22ee1e16cc40c19cffc125acf5e9532983c..c6b41c0ec61a455165b81930898f161c3a70bdc0 100644 (file)
@@ -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
index 024ab6528783674cd2d7989f181c34df0cbd7b2e..3bcbffb59241e039e487c2241ed89f7e921eaca0 100644 (file)
@@ -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
index a7393c72f85c712ea8918c60b4b466f7006520b4..b876a75e702914b6d812c599232e2448e8662eaf 100644 (file)
@@ -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
index aa8b9b881ba4b68c91ac53dbd3d2a25f6cccbb0c..f9fc22689271f2dec392d054629e7dd3f43abdc3 100644 (file)
@@ -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
index bd07077d24585504a303d1518d779cdfeba13fba..0c924e850c1aec4538b1c9744a5f8eebb2990698 100644 (file)
@@ -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
index 0045814687647dc1ac646cdf33be2a2ff7bf28f2..6ed0212f7c381ff4b4dcf30dc8a783a62acfefec 100644 (file)
@@ -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
index 0a0bd442830dd919ef87e644921d3af4e475f19a..12b786a16bcf0739da567fea22101c19742e15b1 100644 (file)
@@ -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
index 5992b43ec78be8d61a19d5f025df98ba5881405b..214048e0fd42e6206c884d5b8f857471a8e26f2b 100644 (file)
@@ -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
index df3886a7630d312829f73af8e5a16462e8b4bd68..69d816b131f758d33d87f120ff87e2e3e17e8e0f 100644 (file)
@@ -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
index 486a5b9acbc8cbfedc5fd01dd67f40d8b3696427..311057e46773d12e0b1e254eb21ca46d35212b7a 100644 (file)
@@ -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
index 6ff75a4a0d183b315c825ea250378dd768d79d45..0a0f7729584a57ac9e54a55c5b764ced348294ba 100644 (file)
@@ -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
index 099ab5d9769b62caa1c26193f8065b22cd55a651..51bb6b7d8603bb52dc5ea32ed8dbc93683492eb8 100644 (file)
@@ -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
index 144f9e4f525372f62c766926ae7b6851c5f5cb91..4931498ce2438945365fb6a7d95cf61de87476bd 100644 (file)
@@ -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.
  *
index 3e7259a8716c481fa5bcf4b5b344b1770cc20eb6..e6f4019305eae5ef94522f633d1069b8ac3825c4 100644 (file)
@@ -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
index fdd65f30fc558d1496e2a7c24fdf7421ae1f443e..5426c3ddb471a523c6f0afebb490145175877e3b 100644 (file)
@@ -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
index d3319156f8515a62df4d1c66035c2e983cbdd7d9..58f5a2f597791907f180a896e6c5a33fd4d097ca 100644 (file)
@@ -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
index b87673c8cf15a095f7aa5fd7981aa18d5ae3a704..f58856c3e432e562711f24274689b2c7d8b07906 100644 (file)
@@ -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
index d917adf5505b2fe428019236459788841f010528..05b53e530e582e249c8a42ff3ba49e06cf627da5 100644 (file)
--- 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
index 9aa80fcd8c890c73c424ab32369f58c22467054d..0f135bf796cac3ec8380a68b935d9baae5b67e92 100644 (file)
@@ -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
index e376636a924d5d2b1afe7aab621e2a9bef13c5f4..15064c18c3e54eae0fc2cfff3f7afe931310b558 100644 (file)
@@ -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 3cd94830bf6660a7098731be657b134165c25ba4..189378129afdff9527a362dc15e499ca8367ced2 100644 (file)
--- 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