summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2004-03-01 08:51:25 +0000
committerErik de Castro Lopo <erikd@mega-nerd.com>2004-03-01 08:51:25 +0000
commitb27fdfb4d4f13975e93c4bc67f9118cb20ada134 (patch)
tree7645b4e03d7f8d993d5d1c2ae3834f1ff1844e6c
parent0a6b0aa4a9aaf9a884d24ad2c2f58ff437dd04c8 (diff)
Add 2004 copyright dates.
-rw-r--r--Win32/config.h2
-rw-r--r--Win32/sndfile.h2
-rw-r--r--examples/cooledit-fixer.c2
-rw-r--r--examples/generate.c2
-rw-r--r--examples/list_formats.c2
-rw-r--r--examples/make_sine.c2
-rw-r--r--examples/paf_write.c2
-rw-r--r--examples/sfprocess.c2
-rw-r--r--examples/sndfile-convert.c2
-rw-r--r--examples/sndfile-info.c2
-rw-r--r--examples/sndfile-play.c2
-rw-r--r--src/G72x/g72x_test.c2
-rw-r--r--src/alaw.c2
-rw-r--r--src/au.c2
-rw-r--r--src/au.h2
-rw-r--r--src/au_g72x.c2
-rw-r--r--src/command.c2
-rwxr-xr-xsrc/create_symbols_file.py2
-rw-r--r--src/dither.c2
-rw-r--r--src/double64.c2
-rw-r--r--src/dwd.c2
-rw-r--r--src/dwvw.c2
-rw-r--r--src/file_io.c2
-rw-r--r--src/float32.c2
-rw-r--r--src/float_cast.h2
-rw-r--r--src/gsm610.c2
-rw-r--r--src/htk.c2
-rw-r--r--src/ima_adpcm.c2
-rw-r--r--src/interleave.c2
-rw-r--r--src/ircam.c2
-rw-r--r--src/macbinary3.c2
-rw-r--r--src/macos.c2
-rw-r--r--src/mat4.c2
-rw-r--r--src/mat5.c2
-rw-r--r--src/ms_adpcm.c2
-rw-r--r--src/new.c2
-rw-r--r--src/nist.c2
-rw-r--r--src/ogg.c2
-rw-r--r--src/paf.c2
-rw-r--r--src/pcm.c2
-rw-r--r--src/pvf.c2
-rw-r--r--src/raw.c2
-rw-r--r--src/rx2.c2
-rw-r--r--src/sd2.c2
-rw-r--r--src/sds.c2
-rw-r--r--src/sf_unistd.h2
-rw-r--r--src/sfendian.c2
-rw-r--r--src/sfendian.h2
-rw-r--r--src/sndfile.c2
-rw-r--r--src/sndfile.h.in2
-rw-r--r--src/strings.c2
-rw-r--r--src/svx.c2
-rw-r--r--src/test_file_io.c2
-rw-r--r--src/test_log_printf.c2
-rw-r--r--src/txw.c2
-rw-r--r--src/ulaw.c2
-rw-r--r--src/voc.c2
-rw-r--r--src/vox_adpcm.c2
-rw-r--r--src/wav_w64.c2
-rw-r--r--src/wav_w64.h2
-rw-r--r--src/wve.c2
-rw-r--r--src/xi.c2
-rw-r--r--tests/aiff_rw_test.c2
-rw-r--r--tests/alaw_test.c2
-rw-r--r--tests/dft_cmp.c2
-rw-r--r--tests/dft_cmp.h2
-rw-r--r--tests/dither_test.c2
-rw-r--r--tests/dwvw_test.c2
-rw-r--r--tests/error_test.c2
-rw-r--r--tests/fix_this.c2
-rw-r--r--tests/floating_point_test.c2
-rw-r--r--tests/headerless_test.c2
-rw-r--r--tests/lossy_comp_test.c2
-rw-r--r--tests/misc_test.c2
-rw-r--r--tests/open_fail_test.c2
-rw-r--r--tests/peak_chunk_test.c2
-rw-r--r--tests/pipe_test.c2
-rw-r--r--tests/raw_test.c2
-rw-r--r--tests/sftest.c2
-rw-r--r--tests/sfversion.c2
-rw-r--r--tests/stdin_test.c2
-rw-r--r--tests/stdio_test.c2
-rw-r--r--tests/stdout_test.c2
-rw-r--r--tests/string_test.c6
-rw-r--r--tests/ulaw_test.c2
-rw-r--r--tests/win32_test.c2
-rw-r--r--tests/write_read_test.tpl2
87 files changed, 89 insertions, 89 deletions
diff --git a/Win32/config.h b/Win32/config.h
index 7aedb23..a5dd27c 100644
--- a/Win32/config.h
+++ b/Win32/config.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/Win32/sndfile.h b/Win32/sndfile.h
index 8cf46a3..644fad0 100644
--- a/Win32/sndfile.h
+++ b/Win32/sndfile.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/examples/cooledit-fixer.c b/examples/cooledit-fixer.c
index d553e6a..b1dd111 100644
--- a/examples/cooledit-fixer.c
+++ b/examples/cooledit-fixer.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/examples/generate.c b/examples/generate.c
index 960134d..1a99480 100644
--- a/examples/generate.c
+++ b/examples/generate.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/examples/list_formats.c b/examples/list_formats.c
index be362a4..10b7981 100644
--- a/examples/list_formats.c
+++ b/examples/list_formats.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/examples/make_sine.c b/examples/make_sine.c
index e224d1b..93309b6 100644
--- a/examples/make_sine.c
+++ b/examples/make_sine.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/examples/paf_write.c b/examples/paf_write.c
index 4cdf274..70355d9 100644
--- a/examples/paf_write.c
+++ b/examples/paf_write.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/examples/sfprocess.c b/examples/sfprocess.c
index b368d55..807ea6f 100644
--- a/examples/sfprocess.c
+++ b/examples/sfprocess.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/examples/sndfile-convert.c b/examples/sndfile-convert.c
index a000d51..f18f735 100644
--- a/examples/sndfile-convert.c
+++ b/examples/sndfile-convert.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/examples/sndfile-info.c b/examples/sndfile-info.c
index 281e485..058a391 100644
--- a/examples/sndfile-info.c
+++ b/examples/sndfile-info.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/examples/sndfile-play.c b/examples/sndfile-play.c
index 131d941..617b533 100644
--- a/examples/sndfile-play.c
+++ b/examples/sndfile-play.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/src/G72x/g72x_test.c b/src/G72x/g72x_test.c
index e0b6cba..caf5846 100644
--- a/src/G72x/g72x_test.c
+++ b/src/G72x/g72x_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/src/alaw.c b/src/alaw.c
index 80ecfb5..c6aff0b 100644
--- a/src/alaw.c
+++ b/src/alaw.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/au.c b/src/au.c
index 4abfb09..3d2fba1 100644
--- a/src/au.c
+++ b/src/au.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/au.h b/src/au.h
index ce98883..36a8504 100644
--- a/src/au.h
+++ b/src/au.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/au_g72x.c b/src/au_g72x.c
index 2bc91ab..a7bfe0c 100644
--- a/src/au_g72x.c
+++ b/src/au_g72x.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/command.c b/src/command.c
index 08033b4..dfea93a 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/create_symbols_file.py b/src/create_symbols_file.py
index a214f77..04f4e4b 100755
--- a/src/create_symbols_file.py
+++ b/src/create_symbols_file.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# Copyright (C) 2003 Erik de Castro Lopo <erikd@zip.com.au>
+# Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@zip.com.au>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/dither.c b/src/dither.c
index a6739ef..fb25c5c 100644
--- a/src/dither.c
+++ b/src/dither.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/double64.c b/src/double64.c
index 7dc403d..1f72544 100644
--- a/src/double64.c
+++ b/src/double64.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/dwd.c b/src/dwd.c
index 9af047e..cfa0f8a 100644
--- a/src/dwd.c
+++ b/src/dwd.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/dwvw.c b/src/dwvw.c
index d7b05a4..1fe5bc9 100644
--- a/src/dwvw.c
+++ b/src/dwvw.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/file_io.c b/src/file_io.c
index 08c8536..415191c 100644
--- a/src/file_io.c
+++ b/src/file_io.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
** Copyright (C) 2003 Ross Bencina <rbencina@iprimus.com.au>
**
** This program is free software; you can redistribute it and/or modify
diff --git a/src/float32.c b/src/float32.c
index fa18a15..36ecd07 100644
--- a/src/float32.c
+++ b/src/float32.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/float_cast.h b/src/float_cast.h
index 6059e83..1074696 100644
--- a/src/float_cast.h
+++ b/src/float_cast.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/gsm610.c b/src/gsm610.c
index 9a39279..c55dd94 100644
--- a/src/gsm610.c
+++ b/src/gsm610.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/htk.c b/src/htk.c
index cc2a64c..20ddcda 100644
--- a/src/htk.c
+++ b/src/htk.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/ima_adpcm.c b/src/ima_adpcm.c
index b97c334..fa079ab 100644
--- a/src/ima_adpcm.c
+++ b/src/ima_adpcm.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/interleave.c b/src/interleave.c
index 1783273..53f6def 100644
--- a/src/interleave.c
+++ b/src/interleave.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/ircam.c b/src/ircam.c
index 46cc031..65423b1 100644
--- a/src/ircam.c
+++ b/src/ircam.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/macbinary3.c b/src/macbinary3.c
index c50db68..0e00e5b 100644
--- a/src/macbinary3.c
+++ b/src/macbinary3.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/macos.c b/src/macos.c
index 56639a0..21da3f3 100644
--- a/src/macos.c
+++ b/src/macos.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/mat4.c b/src/mat4.c
index b82b0d2..1ce4aa0 100644
--- a/src/mat4.c
+++ b/src/mat4.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/mat5.c b/src/mat5.c
index a6c50b9..2bd5834 100644
--- a/src/mat5.c
+++ b/src/mat5.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/ms_adpcm.c b/src/ms_adpcm.c
index 34aa733..ca804d7 100644
--- a/src/ms_adpcm.c
+++ b/src/ms_adpcm.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/new.c b/src/new.c
index 6dfc912..47297f7 100644
--- a/src/new.c
+++ b/src/new.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/nist.c b/src/nist.c
index 66df409..1be98a8 100644
--- a/src/nist.c
+++ b/src/nist.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/ogg.c b/src/ogg.c
index 542d9c7..1f747ad 100644
--- a/src/ogg.c
+++ b/src/ogg.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/paf.c b/src/paf.c
index bb40d1e..ee11e9e 100644
--- a/src/paf.c
+++ b/src/paf.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/pcm.c b/src/pcm.c
index 7e17adc..3f8086b 100644
--- a/src/pcm.c
+++ b/src/pcm.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/pvf.c b/src/pvf.c
index 5a1f3cf..d92b1c6 100644
--- a/src/pvf.c
+++ b/src/pvf.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/raw.c b/src/raw.c
index 82d19d4..2efa967 100644
--- a/src/raw.c
+++ b/src/raw.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/rx2.c b/src/rx2.c
index f311e57..52c3e0f 100644
--- a/src/rx2.c
+++ b/src/rx2.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/sd2.c b/src/sd2.c
index 9caddf1..580b73a 100644
--- a/src/sd2.c
+++ b/src/sd2.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/sds.c b/src/sds.c
index c4ad50d..d21c8fa 100644
--- a/src/sds.c
+++ b/src/sds.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/sf_unistd.h b/src/sf_unistd.h
index 180f21b..532fd95 100644
--- a/src/sf_unistd.h
+++ b/src/sf_unistd.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/sfendian.c b/src/sfendian.c
index 42643d4..8d8b868 100644
--- a/src/sfendian.c
+++ b/src/sfendian.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/sfendian.h b/src/sfendian.h
index eb11f71..7e2e5af 100644
--- a/src/sfendian.h
+++ b/src/sfendian.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/sndfile.c b/src/sndfile.c
index 4c186d3..c3308ac 100644
--- a/src/sndfile.c
+++ b/src/sndfile.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/sndfile.h.in b/src/sndfile.h.in
index 5c26e9d..9cee8b7 100644
--- a/src/sndfile.h.in
+++ b/src/sndfile.h.in
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/strings.c b/src/strings.c
index f4cbaff..7a6b50a 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/svx.c b/src/svx.c
index 3e3c685..4063fd3 100644
--- a/src/svx.c
+++ b/src/svx.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/test_file_io.c b/src/test_file_io.c
index e3440c8..0a4f990 100644
--- a/src/test_file_io.c
+++ b/src/test_file_io.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/test_log_printf.c b/src/test_log_printf.c
index 372697a..fde54b7 100644
--- a/src/test_log_printf.c
+++ b/src/test_log_printf.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/txw.c b/src/txw.c
index d563b3c..2928cf4 100644
--- a/src/txw.c
+++ b/src/txw.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/ulaw.c b/src/ulaw.c
index 18d7458..fff2983 100644
--- a/src/ulaw.c
+++ b/src/ulaw.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/voc.c b/src/voc.c
index e3fa038..9697e2e 100644
--- a/src/voc.c
+++ b/src/voc.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/vox_adpcm.c b/src/vox_adpcm.c
index db5394a..ae41090 100644
--- a/src/vox_adpcm.c
+++ b/src/vox_adpcm.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/wav_w64.c b/src/wav_w64.c
index 83b601b..4b48280 100644
--- a/src/wav_w64.c
+++ b/src/wav_w64.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/wav_w64.h b/src/wav_w64.h
index ee06b45..8bacdb6 100644
--- a/src/wav_w64.h
+++ b/src/wav_w64.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/wve.c b/src/wve.c
index 8197eea..d5588e8 100644
--- a/src/wve.c
+++ b/src/wve.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/xi.c b/src/xi.c
index fcf78d6..5e8d973 100644
--- a/src/xi.c
+++ b/src/xi.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Lesser General Public License as published by
diff --git a/tests/aiff_rw_test.c b/tests/aiff_rw_test.c
index f454d16..52604db 100644
--- a/tests/aiff_rw_test.c
+++ b/tests/aiff_rw_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/alaw_test.c b/tests/alaw_test.c
index 1b95726..242deb6 100644
--- a/tests/alaw_test.c
+++ b/tests/alaw_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/dft_cmp.c b/tests/dft_cmp.c
index e0b041e..cf80338 100644
--- a/tests/dft_cmp.c
+++ b/tests/dft_cmp.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/dft_cmp.h b/tests/dft_cmp.h
index b96572c..1fb63c5 100644
--- a/tests/dft_cmp.h
+++ b/tests/dft_cmp.h
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/dither_test.c b/tests/dither_test.c
index 2f6e388..50147ad 100644
--- a/tests/dither_test.c
+++ b/tests/dither_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/dwvw_test.c b/tests/dwvw_test.c
index 0ac8ce2..35c5a88 100644
--- a/tests/dwvw_test.c
+++ b/tests/dwvw_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/error_test.c b/tests/error_test.c
index 011ec3b..9a3166c 100644
--- a/tests/error_test.c
+++ b/tests/error_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/fix_this.c b/tests/fix_this.c
index d7b9e7e..04264c1 100644
--- a/tests/fix_this.c
+++ b/tests/fix_this.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/floating_point_test.c b/tests/floating_point_test.c
index f6209f6..29084ad 100644
--- a/tests/floating_point_test.c
+++ b/tests/floating_point_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/headerless_test.c b/tests/headerless_test.c
index 66a6ecd..25e9dc7 100644
--- a/tests/headerless_test.c
+++ b/tests/headerless_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/lossy_comp_test.c b/tests/lossy_comp_test.c
index 05fd841..c235940 100644
--- a/tests/lossy_comp_test.c
+++ b/tests/lossy_comp_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/misc_test.c b/tests/misc_test.c
index b902bff..d617a20 100644
--- a/tests/misc_test.c
+++ b/tests/misc_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/open_fail_test.c b/tests/open_fail_test.c
index fef95a2..8598fda 100644
--- a/tests/open_fail_test.c
+++ b/tests/open_fail_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/peak_chunk_test.c b/tests/peak_chunk_test.c
index aec94ed..fdfc0b7 100644
--- a/tests/peak_chunk_test.c
+++ b/tests/peak_chunk_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/pipe_test.c b/tests/pipe_test.c
index 21d00fc..bd729a5 100644
--- a/tests/pipe_test.c
+++ b/tests/pipe_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/raw_test.c b/tests/raw_test.c
index 3e7e034..5167ee4 100644
--- a/tests/raw_test.c
+++ b/tests/raw_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2002,2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/sftest.c b/tests/sftest.c
index 05f09a9..6c723a4 100644
--- a/tests/sftest.c
+++ b/tests/sftest.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/sfversion.c b/tests/sfversion.c
index 6a7ccd0..5074d37 100644
--- a/tests/sfversion.c
+++ b/tests/sfversion.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/stdin_test.c b/tests/stdin_test.c
index 8df93fb..c36564e 100644
--- a/tests/stdin_test.c
+++ b/tests/stdin_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/stdio_test.c b/tests/stdio_test.c
index 5846c39..947d5b6 100644
--- a/tests/stdio_test.c
+++ b/tests/stdio_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/stdout_test.c b/tests/stdout_test.c
index da2f16d..c9953b9 100644
--- a/tests/stdout_test.c
+++ b/tests/stdout_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/string_test.c b/tests/string_test.c
index ed4f757..d82b723 100644
--- a/tests/string_test.c
+++ b/tests/string_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2003,2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@@ -80,9 +80,9 @@ main (int argc, char *argv [])
static const char
software [] = "software",
artist [] = "The Artist",
- copyright [] = "Copyright (c) 2003 The Artist",
+ copyright [] = "Copyright (c) 2003,2004 The Artist",
comment [] = "Comment goes here!!!",
- date [] = "2003/01/27" ;
+ date [] = "2003,2004/01/27" ;
static short data_out [BUFFER_LEN] ;
diff --git a/tests/ulaw_test.c b/tests/ulaw_test.c
index ae76191..72bff87 100644
--- a/tests/ulaw_test.c
+++ b/tests/ulaw_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 1999-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/win32_test.c b/tests/win32_test.c
index bead425..79b8ab1 100644
--- a/tests/win32_test.c
+++ b/tests/win32_test.c
@@ -1,5 +1,5 @@
/*
-** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 2001-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/write_read_test.tpl b/tests/write_read_test.tpl
index f2c99d0..bbbf054 100644
--- a/tests/write_read_test.tpl
+++ b/tests/write_read_test.tpl
@@ -1,6 +1,6 @@
[+ AutoGen5 template c +]
/*
-** Copyright (C) 1999-2002 Erik de Castro Lopo <erikd@mega-nerd.com>
+** Copyright (C) 1999-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by