summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
51 files changed, 51 insertions, 51 deletions
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