summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-01-17 04:14:43 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-01-17 04:14:43 +0000
commit9564390fb91319c539c91ca7e8054e86b31a2d6e (patch)
treee228bff3d0b88276cfed1e4cc1d4034e016ae517 /include
parente6d52b08ba7986b9a51adf64209d050f7b6b9768 (diff)
downloadflac-9564390fb91319c539c91ca7e8054e86b31a2d6e.tar.gz
update copyright to 2004
Diffstat (limited to 'include')
-rw-r--r--include/FLAC++/Makefile.am2
-rw-r--r--include/FLAC++/all.h2
-rw-r--r--include/FLAC++/decoder.h2
-rw-r--r--include/FLAC++/encoder.h2
-rw-r--r--include/FLAC++/export.h2
-rw-r--r--include/FLAC++/metadata.h2
-rw-r--r--include/FLAC/Makefile.am2
-rw-r--r--include/FLAC/all.h2
-rw-r--r--include/FLAC/assert.h2
-rw-r--r--include/FLAC/export.h2
-rw-r--r--include/FLAC/file_decoder.h2
-rw-r--r--include/FLAC/file_encoder.h2
-rw-r--r--include/FLAC/format.h2
-rw-r--r--include/FLAC/metadata.h2
-rw-r--r--include/FLAC/ordinals.h2
-rw-r--r--include/FLAC/seekable_stream_decoder.h2
-rw-r--r--include/FLAC/seekable_stream_encoder.h2
-rw-r--r--include/FLAC/stream_decoder.h2
-rw-r--r--include/FLAC/stream_encoder.h2
-rw-r--r--include/Makefile.am2
-rw-r--r--include/OggFLAC++/Makefile.am2
-rw-r--r--include/OggFLAC++/all.h2
-rw-r--r--include/OggFLAC++/decoder.h2
-rw-r--r--include/OggFLAC++/encoder.h2
-rw-r--r--include/OggFLAC++/export.h2
-rw-r--r--include/OggFLAC/Makefile.am2
-rw-r--r--include/OggFLAC/all.h2
-rw-r--r--include/OggFLAC/export.h2
-rw-r--r--include/OggFLAC/file_decoder.h2
-rw-r--r--include/OggFLAC/file_encoder.h2
-rw-r--r--include/OggFLAC/seekable_stream_decoder.h2
-rw-r--r--include/OggFLAC/seekable_stream_encoder.h2
-rw-r--r--include/OggFLAC/stream_decoder.h2
-rw-r--r--include/OggFLAC/stream_encoder.h2
-rw-r--r--include/share/grabbag.h2
-rw-r--r--include/share/grabbag/cuesheet.h2
-rw-r--r--include/share/grabbag/file.h2
-rw-r--r--include/share/grabbag/replaygain.h2
-rw-r--r--include/share/grabbag/seektable.h2
-rw-r--r--include/share/replaygain_synthesis.h2
40 files changed, 40 insertions, 40 deletions
diff --git a/include/FLAC++/Makefile.am b/include/FLAC++/Makefile.am
index 73a70263..2e9e4c69 100644
--- a/include/FLAC++/Makefile.am
+++ b/include/FLAC++/Makefile.am
@@ -1,5 +1,5 @@
# libFLAC++ - Free Lossless Audio Codec library
-# Copyright (C) 2002,2003 Josh Coalson
+# Copyright (C) 2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/include/FLAC++/all.h b/include/FLAC++/all.h
index 14272f2a..79c83beb 100644
--- a/include/FLAC++/all.h
+++ b/include/FLAC++/all.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC++/decoder.h b/include/FLAC++/decoder.h
index 196e9f5e..51d21387 100644
--- a/include/FLAC++/decoder.h
+++ b/include/FLAC++/decoder.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC++/encoder.h b/include/FLAC++/encoder.h
index b00018ae..e7476d07 100644
--- a/include/FLAC++/encoder.h
+++ b/include/FLAC++/encoder.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC++/export.h b/include/FLAC++/export.h
index bd376792..8d37068f 100644
--- a/include/FLAC++/export.h
+++ b/include/FLAC++/export.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC++/metadata.h b/include/FLAC++/metadata.h
index 165edcfe..8a2d0823 100644
--- a/include/FLAC++/metadata.h
+++ b/include/FLAC++/metadata.h
@@ -1,5 +1,5 @@
/* libFLAC++ - Free Lossless Audio Codec library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/Makefile.am b/include/FLAC/Makefile.am
index 243442c9..8226909d 100644
--- a/include/FLAC/Makefile.am
+++ b/include/FLAC/Makefile.am
@@ -1,5 +1,5 @@
# libFLAC - Free Lossless Audio Codec library
-# Copyright (C) 2000,2001,2002,2003 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/include/FLAC/all.h b/include/FLAC/all.h
index 527cb2bd..d25e8717 100644
--- a/include/FLAC/all.h
+++ b/include/FLAC/all.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/assert.h b/include/FLAC/assert.h
index c26d88f0..cab471a2 100644
--- a/include/FLAC/assert.h
+++ b/include/FLAC/assert.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001,2002,2003 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/export.h b/include/FLAC/export.h
index 08eb2ed2..8cfa13a7 100644
--- a/include/FLAC/export.h
+++ b/include/FLAC/export.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/file_decoder.h b/include/FLAC/file_decoder.h
index f506326d..fedf4cc3 100644
--- a/include/FLAC/file_decoder.h
+++ b/include/FLAC/file_decoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/file_encoder.h b/include/FLAC/file_encoder.h
index 053f1626..147b3e82 100644
--- a/include/FLAC/file_encoder.h
+++ b/include/FLAC/file_encoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h
index 96ae4b7b..77597575 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/metadata.h b/include/FLAC/metadata.h
index 63bb7a0d..f8d99276 100644
--- a/include/FLAC/metadata.h
+++ b/include/FLAC/metadata.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001,2002,2003 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/ordinals.h b/include/FLAC/ordinals.h
index f1fb8cf8..27f81018 100644
--- a/include/FLAC/ordinals.h
+++ b/include/FLAC/ordinals.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/seekable_stream_decoder.h b/include/FLAC/seekable_stream_decoder.h
index ba314b06..c47d0840 100644
--- a/include/FLAC/seekable_stream_decoder.h
+++ b/include/FLAC/seekable_stream_decoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/seekable_stream_encoder.h b/include/FLAC/seekable_stream_encoder.h
index 271383ed..7b10c01d 100644
--- a/include/FLAC/seekable_stream_encoder.h
+++ b/include/FLAC/seekable_stream_encoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/stream_decoder.h b/include/FLAC/stream_decoder.h
index 97f724cb..894e28f9 100644
--- a/include/FLAC/stream_decoder.h
+++ b/include/FLAC/stream_decoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h
index e32479f1..54aff5c7 100644
--- a/include/FLAC/stream_encoder.h
+++ b/include/FLAC/stream_encoder.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/Makefile.am b/include/Makefile.am
index adf437a9..f2b4a9cc 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004 Josh Coalson
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
diff --git a/include/OggFLAC++/Makefile.am b/include/OggFLAC++/Makefile.am
index a1f53dc1..b7cedbca 100644
--- a/include/OggFLAC++/Makefile.am
+++ b/include/OggFLAC++/Makefile.am
@@ -1,5 +1,5 @@
# libOggFLAC++ - Free Lossless Audio Codec + Ogg library
-# Copyright (C) 2002,2003 Josh Coalson
+# Copyright (C) 2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC++/all.h b/include/OggFLAC++/all.h
index 778160bb..9aa1f537 100644
--- a/include/OggFLAC++/all.h
+++ b/include/OggFLAC++/all.h
@@ -1,5 +1,5 @@
/* libOggFLAC++ - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC++/decoder.h b/include/OggFLAC++/decoder.h
index 89fafb9f..9a4085d7 100644
--- a/include/OggFLAC++/decoder.h
+++ b/include/OggFLAC++/decoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC++ - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC++/encoder.h b/include/OggFLAC++/encoder.h
index 7123b0d7..1e9cb1c2 100644
--- a/include/OggFLAC++/encoder.h
+++ b/include/OggFLAC++/encoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC++ - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC++/export.h b/include/OggFLAC++/export.h
index 8eb8b1d5..ef8dc7e4 100644
--- a/include/OggFLAC++/export.h
+++ b/include/OggFLAC++/export.h
@@ -1,5 +1,5 @@
/* libOggFLAC++ - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/Makefile.am b/include/OggFLAC/Makefile.am
index 8d710dea..e9f6dffe 100644
--- a/include/OggFLAC/Makefile.am
+++ b/include/OggFLAC/Makefile.am
@@ -1,5 +1,5 @@
# libOggFLAC - Free Lossless Audio Codec + Ogg library
-# Copyright (C) 2002,2003 Josh Coalson
+# Copyright (C) 2002,2003,2004 Josh Coalson
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/all.h b/include/OggFLAC/all.h
index 2f2730b2..392ffe78 100644
--- a/include/OggFLAC/all.h
+++ b/include/OggFLAC/all.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/export.h b/include/OggFLAC/export.h
index f2d1bcfe..64a216c7 100644
--- a/include/OggFLAC/export.h
+++ b/include/OggFLAC/export.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/file_decoder.h b/include/OggFLAC/file_decoder.h
index 5a5a209f..f0019b49 100644
--- a/include/OggFLAC/file_decoder.h
+++ b/include/OggFLAC/file_decoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/file_encoder.h b/include/OggFLAC/file_encoder.h
index 7289f189..73c88d9f 100644
--- a/include/OggFLAC/file_encoder.h
+++ b/include/OggFLAC/file_encoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/seekable_stream_decoder.h b/include/OggFLAC/seekable_stream_decoder.h
index 98e5c035..cb11351f 100644
--- a/include/OggFLAC/seekable_stream_decoder.h
+++ b/include/OggFLAC/seekable_stream_decoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/seekable_stream_encoder.h b/include/OggFLAC/seekable_stream_encoder.h
index d72807c1..a93481cb 100644
--- a/include/OggFLAC/seekable_stream_encoder.h
+++ b/include/OggFLAC/seekable_stream_encoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/stream_decoder.h b/include/OggFLAC/stream_decoder.h
index 20c8576a..ab5b03f4 100644
--- a/include/OggFLAC/stream_decoder.h
+++ b/include/OggFLAC/stream_decoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/OggFLAC/stream_encoder.h b/include/OggFLAC/stream_encoder.h
index 1b1f0f28..5164b596 100644
--- a/include/OggFLAC/stream_encoder.h
+++ b/include/OggFLAC/stream_encoder.h
@@ -1,5 +1,5 @@
/* libOggFLAC - Free Lossless Audio Codec + Ogg library
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/share/grabbag.h b/include/share/grabbag.h
index f20c0013..05f31960 100644
--- a/include/share/grabbag.h
+++ b/include/share/grabbag.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/include/share/grabbag/cuesheet.h b/include/share/grabbag/cuesheet.h
index 280fc4a6..1baad169 100644
--- a/include/share/grabbag/cuesheet.h
+++ b/include/share/grabbag/cuesheet.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/include/share/grabbag/file.h b/include/share/grabbag/file.h
index 36467864..e8afe2a8 100644
--- a/include/share/grabbag/file.h
+++ b/include/share/grabbag/file.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/include/share/grabbag/replaygain.h b/include/share/grabbag/replaygain.h
index 2bf890b4..9667dbcd 100644
--- a/include/share/grabbag/replaygain.h
+++ b/include/share/grabbag/replaygain.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/include/share/grabbag/seektable.h b/include/share/grabbag/seektable.h
index 96509146..c5744b90 100644
--- a/include/share/grabbag/seektable.h
+++ b/include/share/grabbag/seektable.h
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/include/share/replaygain_synthesis.h b/include/share/replaygain_synthesis.h
index 9421275a..8164155e 100644
--- a/include/share/replaygain_synthesis.h
+++ b/include/share/replaygain_synthesis.h
@@ -1,5 +1,5 @@
/* plugin_common - Routines common to several plugins
- * Copyright (C) 2002,2003 Josh Coalson
+ * Copyright (C) 2002,2003,2004 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License