From a78fac662cc3f86897afb3fc2cd03074a77109cf Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 25 Jan 2005 04:17:55 +0000 Subject: [PATCH] add 2005 to copyright notices --- AUTHORS | 2 +- COPYING.Xiph | 2 +- Makefile.am | 2 +- Makefile.lite | 2 +- README | 2 +- build/Makefile.am | 2 +- build/config.mk | 2 +- build/exe.mk | 2 +- build/lib.mk | 2 +- configure.in | 2 +- doc/Makefile.am | 2 +- doc/Makefile.lite | 2 +- doc/html/Makefile.am | 2 +- doc/html/changelog.html | 4 ++-- doc/html/comparison.html | 4 ++-- doc/html/developers.html | 4 ++-- doc/html/documentation.html | 4 ++-- doc/html/download.html | 4 ++-- doc/html/faq.html | 4 ++-- doc/html/features.html | 4 ++-- doc/html/format.html | 4 ++-- doc/html/goals.html | 4 ++-- doc/html/id.html | 4 ++-- doc/html/images/Makefile.am | 2 +- doc/html/index.html | 4 ++-- doc/html/license.html | 4 ++-- doc/html/links.html | 4 ++-- doc/html/news.html | 4 ++-- doc/html/ogg_mapping.html | 4 ++-- doc/html/ru/Makefile.am | 2 +- doc/html/ru/authors.html | 4 ++-- doc/html/ru/comparison.html | 4 ++-- doc/html/ru/developers.html | 4 ++-- doc/html/ru/documentation.html | 4 ++-- doc/html/ru/download.html | 4 ++-- doc/html/ru/features.html | 4 ++-- doc/html/ru/format.html | 4 ++-- doc/html/ru/goals.html | 4 ++-- doc/html/ru/id.html | 4 ++-- doc/html/ru/index.html | 4 ++-- doc/html/ru/links.html | 4 ++-- doc/html/ru/news.html | 4 ++-- flac.pbproj/Makefile.am | 2 +- include/FLAC++/Makefile.am | 2 +- include/FLAC++/all.h | 2 +- include/FLAC++/decoder.h | 2 +- include/FLAC++/encoder.h | 2 +- include/FLAC++/export.h | 2 +- include/FLAC++/metadata.h | 2 +- include/FLAC/Makefile.am | 2 +- include/FLAC/all.h | 2 +- include/FLAC/assert.h | 2 +- include/FLAC/callback.h | 2 +- include/FLAC/export.h | 2 +- include/FLAC/file_decoder.h | 2 +- include/FLAC/file_encoder.h | 2 +- include/FLAC/format.h | 2 +- include/FLAC/metadata.h | 2 +- include/FLAC/ordinals.h | 2 +- include/FLAC/seekable_stream_decoder.h | 2 +- include/FLAC/seekable_stream_encoder.h | 2 +- include/FLAC/stream_decoder.h | 2 +- include/FLAC/stream_encoder.h | 2 +- include/Makefile.am | 2 +- include/OggFLAC++/Makefile.am | 2 +- include/OggFLAC++/all.h | 2 +- include/OggFLAC++/decoder.h | 2 +- include/OggFLAC++/encoder.h | 2 +- include/OggFLAC++/export.h | 2 +- include/OggFLAC/Makefile.am | 2 +- include/OggFLAC/all.h | 2 +- include/OggFLAC/export.h | 2 +- include/OggFLAC/file_decoder.h | 2 +- include/OggFLAC/file_encoder.h | 2 +- include/OggFLAC/seekable_stream_decoder.h | 2 +- include/OggFLAC/seekable_stream_encoder.h | 2 +- include/OggFLAC/stream_decoder.h | 2 +- include/OggFLAC/stream_encoder.h | 2 +- include/share/grabbag.h | 2 +- include/share/grabbag/cuesheet.h | 2 +- include/share/grabbag/file.h | 2 +- include/share/grabbag/replaygain.h | 2 +- include/share/grabbag/seektable.h | 2 +- include/share/replaygain_synthesis.h | 2 +- man/Makefile.am | 2 +- obj/Makefile.am | 2 +- obj/debug/Makefile.am | 2 +- obj/debug/bin/Makefile.am | 2 +- obj/debug/lib/Makefile.am | 2 +- obj/release/Makefile.am | 2 +- obj/release/bin/Makefile.am | 2 +- obj/release/lib/Makefile.am | 2 +- src/Makefile.am | 2 +- src/Makefile.lite | 2 +- src/flac/Makefile.am | 2 +- src/flac/Makefile.lite | 2 +- src/flac/analyze.c | 2 +- src/flac/analyze.h | 2 +- src/flac/decode.c | 2 +- src/flac/decode.h | 2 +- src/flac/encode.c | 2 +- src/flac/encode.h | 2 +- src/flac/local_string_utils.h | 2 +- src/flac/main.c | 6 +++--- src/flac/utils.c | 2 +- src/flac/utils.h | 2 +- src/flac/vorbiscomment.c | 2 +- src/flac/vorbiscomment.h | 2 +- src/libFLAC++/Makefile.am | 2 +- src/libFLAC++/Makefile.lite | 2 +- src/libFLAC++/file_decoder.cpp | 2 +- src/libFLAC++/file_encoder.cpp | 2 +- src/libFLAC++/metadata.cpp | 2 +- src/libFLAC++/seekable_stream_decoder.cpp | 2 +- src/libFLAC++/seekable_stream_encoder.cpp | 2 +- src/libFLAC++/stream_decoder.cpp | 2 +- src/libFLAC++/stream_encoder.cpp | 2 +- src/libFLAC/Makefile.am | 2 +- src/libFLAC/Makefile.lite | 2 +- src/libFLAC/bitbuffer.c | 2 +- src/libFLAC/bitmath.c | 2 +- src/libFLAC/cpu.c | 2 +- src/libFLAC/crc.c | 2 +- src/libFLAC/file_decoder.c | 2 +- src/libFLAC/file_encoder.c | 2 +- src/libFLAC/fixed.c | 2 +- src/libFLAC/float.c | 2 +- src/libFLAC/format.c | 2 +- src/libFLAC/ia32/Makefile.am | 2 +- src/libFLAC/ia32/cpu_asm.nasm | 2 +- src/libFLAC/ia32/fixed_asm.nasm | 2 +- src/libFLAC/ia32/lpc_asm-unrolled.nasm | 2 +- src/libFLAC/ia32/lpc_asm.nasm | 2 +- src/libFLAC/ia32/nasm.h | 2 +- src/libFLAC/include/Makefile.am | 2 +- src/libFLAC/include/private/Makefile.am | 2 +- src/libFLAC/include/private/all.h | 2 +- src/libFLAC/include/private/bitbuffer.h | 2 +- src/libFLAC/include/private/bitmath.h | 2 +- src/libFLAC/include/private/cpu.h | 2 +- src/libFLAC/include/private/crc.h | 2 +- src/libFLAC/include/private/fixed.h | 2 +- src/libFLAC/include/private/float.h | 2 +- src/libFLAC/include/private/format.h | 2 +- src/libFLAC/include/private/lpc.h | 2 +- src/libFLAC/include/private/memory.h | 2 +- src/libFLAC/include/private/metadata.h | 2 +- src/libFLAC/include/private/stream_encoder_framing.h | 2 +- src/libFLAC/include/protected/Makefile.am | 2 +- src/libFLAC/include/protected/all.h | 2 +- src/libFLAC/include/protected/file_decoder.h | 2 +- src/libFLAC/include/protected/file_encoder.h | 2 +- src/libFLAC/include/protected/seekable_stream_decoder.h | 2 +- src/libFLAC/include/protected/seekable_stream_encoder.h | 2 +- src/libFLAC/include/protected/stream_decoder.h | 2 +- src/libFLAC/include/protected/stream_encoder.h | 2 +- src/libFLAC/lpc.c | 2 +- src/libFLAC/memory.c | 2 +- src/libFLAC/metadata_iterators.c | 2 +- src/libFLAC/metadata_object.c | 2 +- src/libFLAC/ppc/Makefile.am | 2 +- src/libFLAC/ppc/as/Makefile.am | 2 +- src/libFLAC/ppc/as/lpc_asm.s | 2 +- src/libFLAC/ppc/gas/Makefile.am | 2 +- src/libFLAC/ppc/gas/lpc_asm.s | 2 +- src/libFLAC/seekable_stream_decoder.c | 2 +- src/libFLAC/seekable_stream_encoder.c | 2 +- src/libFLAC/stream_decoder.c | 2 +- src/libFLAC/stream_encoder.c | 2 +- src/libFLAC/stream_encoder_framing.c | 2 +- src/libOggFLAC++/Makefile.am | 2 +- src/libOggFLAC++/Makefile.lite | 2 +- src/libOggFLAC++/file_decoder.cpp | 2 +- src/libOggFLAC++/file_encoder.cpp | 2 +- src/libOggFLAC++/seekable_stream_decoder.cpp | 2 +- src/libOggFLAC++/seekable_stream_encoder.cpp | 2 +- src/libOggFLAC++/stream_decoder.cpp | 2 +- src/libOggFLAC++/stream_encoder.cpp | 2 +- src/libOggFLAC/Makefile.am | 2 +- src/libOggFLAC/Makefile.lite | 2 +- src/libOggFLAC/file_decoder.c | 2 +- src/libOggFLAC/file_encoder.c | 2 +- src/libOggFLAC/include/Makefile.am | 2 +- src/libOggFLAC/include/private/Makefile.am | 2 +- src/libOggFLAC/include/private/all.h | 2 +- src/libOggFLAC/include/private/ogg_decoder_aspect.h | 2 +- src/libOggFLAC/include/private/ogg_encoder_aspect.h | 2 +- src/libOggFLAC/include/private/ogg_helper.h | 2 +- src/libOggFLAC/include/private/ogg_mapping.h | 2 +- src/libOggFLAC/include/protected/Makefile.am | 2 +- src/libOggFLAC/include/protected/all.h | 2 +- src/libOggFLAC/include/protected/file_decoder.h | 2 +- src/libOggFLAC/include/protected/file_encoder.h | 2 +- src/libOggFLAC/include/protected/seekable_stream_decoder.h | 2 +- src/libOggFLAC/include/protected/seekable_stream_encoder.h | 2 +- src/libOggFLAC/include/protected/stream_decoder.h | 2 +- src/libOggFLAC/include/protected/stream_encoder.h | 2 +- src/libOggFLAC/ogg_decoder_aspect.c | 2 +- src/libOggFLAC/ogg_encoder_aspect.c | 2 +- src/libOggFLAC/ogg_helper.c | 2 +- src/libOggFLAC/ogg_mapping.c | 2 +- src/libOggFLAC/seekable_stream_decoder.c | 2 +- src/libOggFLAC/seekable_stream_encoder.c | 2 +- src/libOggFLAC/stream_decoder.c | 2 +- src/libOggFLAC/stream_encoder.c | 2 +- src/metaflac/Makefile.am | 2 +- src/metaflac/Makefile.lite | 2 +- src/metaflac/main.c | 2 +- src/metaflac/operations.c | 2 +- src/metaflac/operations.h | 2 +- src/metaflac/operations_shorthand_cuesheet.c | 2 +- src/metaflac/operations_shorthand_seektable.c | 2 +- src/metaflac/operations_shorthand_streaminfo.c | 2 +- src/metaflac/operations_shorthand_vorbiscomment.c | 2 +- src/metaflac/options.c | 2 +- src/metaflac/options.h | 2 +- src/metaflac/usage.c | 4 ++-- src/metaflac/usage.h | 2 +- src/metaflac/utils.c | 2 +- src/metaflac/utils.h | 2 +- src/monkeys_audio_utilities/Makefile.am | 2 +- src/monkeys_audio_utilities/flac_mac/Makefile.am | 2 +- src/monkeys_audio_utilities/flac_mac/main.c | 2 +- src/monkeys_audio_utilities/flac_ren/Makefile.am | 2 +- src/monkeys_audio_utilities/flac_ren/main.c | 2 +- src/plugin_common/Makefile.am | 2 +- src/plugin_common/Makefile.lite | 2 +- src/plugin_common/all.h | 2 +- src/plugin_common/charset.c | 2 +- src/plugin_common/charset.h | 2 +- src/plugin_common/defs.h | 2 +- src/plugin_common/dither.c | 2 +- src/plugin_common/dither.h | 2 +- src/plugin_common/locale_hack.h | 2 +- src/plugin_common/tags.c | 2 +- src/plugin_common/tags.h | 2 +- src/plugin_winamp2/Makefile.am | 2 +- src/plugin_winamp2/config.c | 2 +- src/plugin_winamp2/config.h | 2 +- src/plugin_winamp2/in_flac.c | 2 +- src/plugin_winamp2/include/Makefile.am | 2 +- src/plugin_winamp2/include/winamp2/Makefile.am | 2 +- src/plugin_winamp2/infobox.c | 2 +- src/plugin_winamp2/infobox.h | 2 +- src/plugin_winamp2/playback.c | 2 +- src/plugin_winamp2/playback.h | 2 +- src/plugin_xmms/Makefile.am | 2 +- src/plugin_xmms/Makefile.lite | 2 +- src/plugin_xmms/charset.c | 2 +- src/plugin_xmms/charset.h | 2 +- src/plugin_xmms/configure.c | 2 +- src/plugin_xmms/configure.h | 2 +- src/plugin_xmms/fileinfo.c | 2 +- src/plugin_xmms/plugin.c | 2 +- src/plugin_xmms/plugin.h | 2 +- src/plugin_xmms/tag.c | 4 ++-- src/plugin_xmms/tag.h | 2 +- src/share/Makefile.am | 2 +- src/share/Makefile.lite | 2 +- src/share/grabbag/cuesheet.c | 2 +- src/share/grabbag/file.c | 2 +- src/share/grabbag/replaygain.c | 2 +- src/share/grabbag/seektable.c | 2 +- src/share/replaygain_synthesis/include/Makefile.am | 2 +- src/share/replaygain_synthesis/include/private/Makefile.am | 2 +- src/share/replaygain_synthesis/replaygain_synthesis.c | 2 +- src/test_grabbag/Makefile.am | 2 +- src/test_grabbag/Makefile.lite | 2 +- src/test_grabbag/cuesheet/Makefile.am | 2 +- src/test_grabbag/cuesheet/Makefile.lite | 2 +- src/test_grabbag/cuesheet/main.c | 2 +- src/test_libFLAC++/Makefile.am | 2 +- src/test_libFLAC++/Makefile.lite | 2 +- src/test_libFLAC++/decoders.cpp | 2 +- src/test_libFLAC++/decoders.h | 2 +- src/test_libFLAC++/encoders.cpp | 2 +- src/test_libFLAC++/encoders.h | 2 +- src/test_libFLAC++/file_utils.c | 2 +- src/test_libFLAC++/file_utils.h | 2 +- src/test_libFLAC++/main.cpp | 2 +- src/test_libFLAC++/metadata.cpp | 2 +- src/test_libFLAC++/metadata.h | 2 +- src/test_libFLAC++/metadata_manip.cpp | 2 +- src/test_libFLAC++/metadata_object.cpp | 2 +- src/test_libFLAC++/metadata_utils.c | 2 +- src/test_libFLAC++/metadata_utils.h | 2 +- src/test_libFLAC/Makefile.am | 2 +- src/test_libFLAC/Makefile.lite | 2 +- src/test_libFLAC/bitbuffer.c | 2 +- src/test_libFLAC/bitbuffer.h | 2 +- src/test_libFLAC/decoders.c | 2 +- src/test_libFLAC/decoders.h | 2 +- src/test_libFLAC/encoders.c | 2 +- src/test_libFLAC/encoders.h | 2 +- src/test_libFLAC/file_utils.c | 2 +- src/test_libFLAC/file_utils.h | 2 +- src/test_libFLAC/format.c | 2 +- src/test_libFLAC/format.h | 2 +- src/test_libFLAC/main.c | 2 +- src/test_libFLAC/metadata.c | 2 +- src/test_libFLAC/metadata.h | 2 +- src/test_libFLAC/metadata_manip.c | 2 +- src/test_libFLAC/metadata_object.c | 2 +- src/test_libFLAC/metadata_utils.c | 2 +- src/test_libFLAC/metadata_utils.h | 2 +- src/test_libOggFLAC++/Makefile.am | 2 +- src/test_libOggFLAC++/Makefile.lite | 2 +- src/test_libOggFLAC++/decoders.cpp | 2 +- src/test_libOggFLAC++/decoders.h | 2 +- src/test_libOggFLAC++/encoders.cpp | 2 +- src/test_libOggFLAC++/encoders.h | 2 +- src/test_libOggFLAC++/file_utils.c | 2 +- src/test_libOggFLAC++/file_utils.h | 2 +- src/test_libOggFLAC++/main.cpp | 2 +- src/test_libOggFLAC++/metadata_utils.c | 2 +- src/test_libOggFLAC++/metadata_utils.h | 2 +- src/test_libOggFLAC/Makefile.am | 2 +- src/test_libOggFLAC/Makefile.lite | 2 +- src/test_libOggFLAC/decoders.c | 2 +- src/test_libOggFLAC/decoders.h | 2 +- src/test_libOggFLAC/encoders.c | 2 +- src/test_libOggFLAC/encoders.h | 2 +- src/test_libOggFLAC/file_utils.c | 2 +- src/test_libOggFLAC/file_utils.h | 2 +- src/test_libOggFLAC/main.c | 2 +- src/test_libOggFLAC/metadata_utils.c | 2 +- src/test_libOggFLAC/metadata_utils.h | 2 +- src/test_seeking/Makefile.am | 2 +- src/test_seeking/Makefile.lite | 2 +- src/test_seeking/main.c | 2 +- src/test_streams/Makefile.am | 2 +- src/test_streams/Makefile.lite | 2 +- src/test_streams/main.c | 2 +- test/Makefile.am | 2 +- test/Makefile.lite | 2 +- test/cuesheets/Makefile.am | 2 +- test/test_bins.sh | 2 +- test/test_flac.sh | 2 +- test/test_grabbag.sh | 2 +- test/test_libFLAC++.sh | 2 +- test/test_libFLAC.sh | 2 +- test/test_libOggFLAC++.sh | 2 +- test/test_libOggFLAC.sh | 2 +- test/test_metaflac.sh | 2 +- test/test_seeking.sh | 2 +- test/test_streams.sh | 2 +- 346 files changed, 377 insertions(+), 377 deletions(-) diff --git a/AUTHORS b/AUTHORS index 54771a8a..a5005b4d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ /* FLAC - Free Lossless Audio Codec - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/COPYING.Xiph b/COPYING.Xiph index c64e8621..610a3ba1 100644 --- a/COPYING.Xiph +++ b/COPYING.Xiph @@ -1,4 +1,4 @@ -Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/Makefile.am b/Makefile.am index df9f3b17..dd80d422 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/Makefile.lite b/Makefile.lite index ecd4315a..7c025dfc 100644 --- a/Makefile.lite +++ b/Makefile.lite @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/README b/README index 0db98b72..a45a6f42 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ /* FLAC - Free Lossless Audio Codec - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/build/Makefile.am b/build/Makefile.am index d0b42697..b983be50 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/build/config.mk b/build/config.mk index 816b7eeb..6597bb8a 100644 --- a/build/config.mk +++ b/build/config.mk @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/build/exe.mk b/build/exe.mk index 090487ff..35c0474d 100644 --- a/build/exe.mk +++ b/build/exe.mk @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/build/lib.mk b/build/lib.mk index 5547cd4b..87909a9a 100644 --- a/build/lib.mk +++ b/build/lib.mk @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/configure.in b/configure.in index e6034b6b..08aa04e1 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/doc/Makefile.am b/doc/Makefile.am index b461fde4..267d73b4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # flac - Command-line FLAC encoder/decoder -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/doc/Makefile.lite b/doc/Makefile.lite index 20919d2a..e31e0c20 100644 --- a/doc/Makefile.lite +++ b/doc/Makefile.lite @@ -1,5 +1,5 @@ # flac - Command-line FLAC encoder/decoder -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/doc/html/Makefile.am b/doc/html/Makefile.am index 44b0e256..05cbede8 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/doc/html/changelog.html b/doc/html/changelog.html index 9fec0d1b..052c97b5 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -1,5 +1,5 @@ - + @@ -398,7 +398,7 @@ -

 Copyright (c) 2004 Josh Coalson

+

 Copyright (c) 2004,2005 Josh Coalson

diff --git a/doc/html/comparison.html b/doc/html/comparison.html index f5e8bac2..69fdea89 100644 --- a/doc/html/comparison.html +++ b/doc/html/comparison.html @@ -1,5 +1,5 @@ - + @@ -1223,7 +1223,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/developers.html b/doc/html/developers.html index d1a8858d..c0fd768f 100644 --- a/doc/html/developers.html +++ b/doc/html/developers.html @@ -1,5 +1,5 @@ - + @@ -150,7 +150,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/documentation.html b/doc/html/documentation.html index fdad1e25..496c7f34 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -1,5 +1,5 @@ - + @@ -1537,7 +1537,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/download.html b/doc/html/download.html index 428df79d..430753e2 100644 --- a/doc/html/download.html +++ b/doc/html/download.html @@ -1,5 +1,5 @@ - + @@ -251,7 +251,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/faq.html b/doc/html/faq.html index e522580d..0f9b686d 100644 --- a/doc/html/faq.html +++ b/doc/html/faq.html @@ -1,5 +1,5 @@ - + @@ -414,7 +414,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/features.html b/doc/html/features.html index a43e1541..0b0f7a87 100644 --- a/doc/html/features.html +++ b/doc/html/features.html @@ -1,5 +1,5 @@ - + @@ -153,7 +153,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/format.html b/doc/html/format.html index b3623556..10d56a9d 100644 --- a/doc/html/format.html +++ b/doc/html/format.html @@ -1,5 +1,5 @@ - + @@ -1595,7 +1595,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/goals.html b/doc/html/goals.html index d1f37954..c15fd29c 100644 --- a/doc/html/goals.html +++ b/doc/html/goals.html @@ -1,5 +1,5 @@ - + @@ -133,7 +133,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/id.html b/doc/html/id.html index a7b39e79..0e4e46d5 100644 --- a/doc/html/id.html +++ b/doc/html/id.html @@ -1,5 +1,5 @@ - + @@ -212,7 +212,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/images/Makefile.am b/doc/html/images/Makefile.am index 2e5210f2..4f37b568 100644 --- a/doc/html/images/Makefile.am +++ b/doc/html/images/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/doc/html/index.html b/doc/html/index.html index 5d9cc023..34126b60 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -1,5 +1,5 @@ - + @@ -264,7 +264,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/license.html b/doc/html/license.html index 9f65995e..845d897a 100644 --- a/doc/html/license.html +++ b/doc/html/license.html @@ -1,5 +1,5 @@ - + @@ -113,7 +113,7 @@ -

 Copyright (c) 2004 Josh Coalson

+

 Copyright (c) 2004,2005 Josh Coalson

diff --git a/doc/html/links.html b/doc/html/links.html index 15121b6b..6c4ce00f 100644 --- a/doc/html/links.html +++ b/doc/html/links.html @@ -1,5 +1,5 @@ - + @@ -361,7 +361,7 @@ -

 Copyright (c) 2004 Josh Coalson

+

 Copyright (c) 2004,2005 Josh Coalson

diff --git a/doc/html/news.html b/doc/html/news.html index aeeb86c6..9e47e9ec 100644 --- a/doc/html/news.html +++ b/doc/html/news.html @@ -1,5 +1,5 @@ - + @@ -679,7 +679,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/ogg_mapping.html b/doc/html/ogg_mapping.html index 544ed514..92863aed 100644 --- a/doc/html/ogg_mapping.html +++ b/doc/html/ogg_mapping.html @@ -1,5 +1,5 @@ - + @@ -158,7 +158,7 @@ -

 Copyright (c) 2004 Josh Coalson

+

 Copyright (c) 2004,2005 Josh Coalson

diff --git a/doc/html/ru/Makefile.am b/doc/html/ru/Makefile.am index 9c03c328..af79a9a0 100644 --- a/doc/html/ru/Makefile.am +++ b/doc/html/ru/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/doc/html/ru/authors.html b/doc/html/ru/authors.html index f5d29826..2a4a7d01 100644 --- a/doc/html/ru/authors.html +++ b/doc/html/ru/authors.html @@ -1,5 +1,5 @@ - + @@ -106,7 +106,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/ru/comparison.html b/doc/html/ru/comparison.html index dd03d5ff..14a2844e 100644 --- a/doc/html/ru/comparison.html +++ b/doc/html/ru/comparison.html @@ -1,5 +1,5 @@ - + @@ -858,7 +858,7 @@

-

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/ru/developers.html b/doc/html/ru/developers.html index 48cc90fa..e28ac3da 100644 --- a/doc/html/ru/developers.html +++ b/doc/html/ru/developers.html @@ -1,5 +1,5 @@ - + @@ -103,7 +103,7 @@

В исходных текстах проекта есть несколько примеров использования libFLAC и libFLAC++. На странице файлы написано, как можно их получить.

-

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/ru/documentation.html b/doc/html/ru/documentation.html index 1b36c8e8..f2394c47 100644 --- a/doc/html/ru/documentation.html +++ b/doc/html/ru/documentation.html @@ -1,5 +1,5 @@ - + @@ -510,7 +510,7 @@

Другие оболочки можно использовать примерно таким же способом.

-

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/ru/download.html b/doc/html/ru/download.html index 3a4d150e..09062e19 100644 --- a/doc/html/ru/download.html +++ b/doc/html/ru/download.html @@ -1,5 +1,5 @@ - + @@ -103,7 +103,7 @@

-

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/ru/features.html b/doc/html/ru/features.html index 972b6cca..f073fc35 100644 --- a/doc/html/ru/features.html +++ b/doc/html/ru/features.html @@ -1,5 +1,5 @@ - + @@ -118,7 +118,7 @@ -

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/ru/format.html b/doc/html/ru/format.html index d4eb0a46..2edcf6a7 100644 --- a/doc/html/ru/format.html +++ b/doc/html/ru/format.html @@ -1,5 +1,5 @@ - + @@ -1000,7 +1000,7 @@

-

 Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

+

 Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

diff --git a/doc/html/ru/goals.html b/doc/html/ru/goals.html index b63da74e..84b58926 100644 --- a/doc/html/ru/goals.html +++ b/doc/html/ru/goals.html @@ -1,5 +1,5 @@ - + @@ -98,7 +98,7 @@
  • Защита от копирования в любом виде.
  • -

     Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

    +

     Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

    diff --git a/doc/html/ru/id.html b/doc/html/ru/id.html index 5c03478a..510bb381 100644 --- a/doc/html/ru/id.html +++ b/doc/html/ru/id.html @@ -1,5 +1,5 @@ - + @@ -122,7 +122,7 @@ -

     Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

    +

     Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

    diff --git a/doc/html/ru/index.html b/doc/html/ru/index.html index 58e126fc..9079b2e7 100644 --- a/doc/html/ru/index.html +++ b/doc/html/ru/index.html @@ -1,5 +1,5 @@ - + @@ -115,7 +115,7 @@

    Если у вас есть приложение, использующее FLAC, и вы хотите, чтобы оно работало с добавляемыми в файл метаданными, зайдите на страницу регистрации и зарезервируйте для него идентификатор.

    -

     Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

    +

     Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

    diff --git a/doc/html/ru/links.html b/doc/html/ru/links.html index d821307b..7e7485df 100644 --- a/doc/html/ru/links.html +++ b/doc/html/ru/links.html @@ -1,5 +1,5 @@ - + @@ -118,7 +118,7 @@

    -

     Copyright (c) 2001,2002,2003,2004 Josh Coalson

    +

     Copyright (c) 2001,2002,2003,2004,2005 Josh Coalson

    diff --git a/doc/html/ru/news.html b/doc/html/ru/news.html index c934012d..f9e7a6c7 100644 --- a/doc/html/ru/news.html +++ b/doc/html/ru/news.html @@ -1,5 +1,5 @@ - + @@ -298,7 +298,7 @@

  • 10.12.2000

  • FLAC выложен на SourceForge. Посетите страницу проекта, чтобы подписаться на список расылки или стать разработчиком.

    -

     Copyright (c) 2000,2001,2002,2003,2004 Josh Coalson

    +

     Copyright (c) 2000,2001,2002,2003,2004,2005 Josh Coalson

    diff --git a/flac.pbproj/Makefile.am b/flac.pbproj/Makefile.am index c2eac9b2..c2fa2f7f 100644 --- a/flac.pbproj/Makefile.am +++ b/flac.pbproj/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/FLAC++/Makefile.am b/include/FLAC++/Makefile.am index 2e9e4c69..da6fadd0 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,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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 79c83beb..e1f0d27b 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 3409942d..872c420c 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 386a73b8..7f639141 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 4d0bf415..bf915faf 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 dc1d78fe..0e18e949 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 be758771..adeb46cf 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,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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 3f750e3e..0fd49af6 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,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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 cab471a2..99e3381f 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,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/callback.h b/include/FLAC/callback.h index 97582a0f..c6f94c0c 100644 --- a/include/FLAC/callback.h +++ b/include/FLAC/callback.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 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 5fdf2eaa..db4ec59d 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,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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 04e05ffb..c4b1c6cd 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,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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 147b3e82..fbbfadb3 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 1effad34..26080cbf 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,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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 6c831876..6be9252c 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,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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 8ed8f62a..10bc25d5 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,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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 b28f4472..dee5a89c 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,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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 7b10c01d..4efeb427 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 9c2c3670..086c8ca9 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,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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 9eeaee92..0ac18a36 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,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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 f2b4a9cc..ae9f66c7 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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 b7cedbca..3d3964f4 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,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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 9aa1f537..a76a87a2 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 39249f80..be3174aa 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 23970163..8aa9abcd 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 151a50c9..be44e881 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 e9f6dffe..668ab456 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,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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 392ffe78..cf4b0b52 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 e1074cdb..0347680c 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 eba9d217..019774ff 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 7f12aa4c..0f0024e0 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 0a576a5f..32d840d8 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 f201d9db..5109154b 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 983f94c7..6cda675f 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 62d46e90..11025c15 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 05f31960..b06bc86a 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 1baad169..546a5b92 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 e8afe2a8..7f0a326b 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 9667dbcd..2d1111ce 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 c5744b90..00d1f833 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,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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 c2d02050..9c928cb6 100644 --- a/include/share/replaygain_synthesis.h +++ b/include/share/replaygain_synthesis.h @@ -1,5 +1,5 @@ /* replaygain_synthesis - Routines for applying ReplayGain to a signal - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/man/Makefile.am b/man/Makefile.am index cdfb46e1..86691a00 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,5 +1,5 @@ # flac - Command-line FLAC encoder/decoder -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/obj/Makefile.am b/obj/Makefile.am index 7b08b55d..56cd2a71 100644 --- a/obj/Makefile.am +++ b/obj/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/obj/debug/Makefile.am b/obj/debug/Makefile.am index 71f88e14..925ffae8 100644 --- a/obj/debug/Makefile.am +++ b/obj/debug/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/obj/debug/bin/Makefile.am b/obj/debug/bin/Makefile.am index 4d998884..8f3cfdd3 100644 --- a/obj/debug/bin/Makefile.am +++ b/obj/debug/bin/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/obj/debug/lib/Makefile.am b/obj/debug/lib/Makefile.am index 4d998884..8f3cfdd3 100644 --- a/obj/debug/lib/Makefile.am +++ b/obj/debug/lib/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/obj/release/Makefile.am b/obj/release/Makefile.am index 71f88e14..925ffae8 100644 --- a/obj/release/Makefile.am +++ b/obj/release/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/obj/release/bin/Makefile.am b/obj/release/bin/Makefile.am index 4d998884..8f3cfdd3 100644 --- a/obj/release/bin/Makefile.am +++ b/obj/release/bin/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/obj/release/lib/Makefile.am b/obj/release/lib/Makefile.am index 4d998884..8f3cfdd3 100644 --- a/obj/release/lib/Makefile.am +++ b/obj/release/lib/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/Makefile.am b/src/Makefile.am index 7afb0e23..36c2769f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/src/Makefile.lite b/src/Makefile.lite index aa23c4b1..a6abd64b 100644 --- a/src/Makefile.lite +++ b/src/Makefile.lite @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/src/flac/Makefile.am b/src/flac/Makefile.am index a01953d5..86188b4d 100644 --- a/src/flac/Makefile.am +++ b/src/flac/Makefile.am @@ -1,5 +1,5 @@ # flac - Command-line FLAC encoder/decoder -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/flac/Makefile.lite b/src/flac/Makefile.lite index 03bbe0c8..48231f46 100644 --- a/src/flac/Makefile.lite +++ b/src/flac/Makefile.lite @@ -1,5 +1,5 @@ # flac - Command-line FLAC encoder/decoder -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/flac/analyze.c b/src/flac/analyze.c index 12cf2e7e..f12abb2a 100644 --- a/src/flac/analyze.c +++ b/src/flac/analyze.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/flac/analyze.h b/src/flac/analyze.h index cf096674..eccbeaa4 100644 --- a/src/flac/analyze.h +++ b/src/flac/analyze.h @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/flac/decode.c b/src/flac/decode.c index 9e1234c3..c1ca7abb 100644 --- a/src/flac/decode.c +++ b/src/flac/decode.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/flac/decode.h b/src/flac/decode.h index 58a616c6..15915828 100644 --- a/src/flac/decode.h +++ b/src/flac/decode.h @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/flac/encode.c b/src/flac/encode.c index 8d1887c6..eb88b026 100644 --- a/src/flac/encode.c +++ b/src/flac/encode.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/flac/encode.h b/src/flac/encode.h index 79976c60..9dd0300e 100644 --- a/src/flac/encode.h +++ b/src/flac/encode.h @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/flac/local_string_utils.h b/src/flac/local_string_utils.h index 0f9c7b20..208e3f85 100644 --- a/src/flac/local_string_utils.h +++ b/src/flac/local_string_utils.h @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/flac/main.c b/src/flac/main.c index 0a26ab53..b27940d5 100644 --- a/src/flac/main.c +++ b/src/flac/main.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -440,7 +440,7 @@ int do_it() } flac__utils_printf(stderr, 2, "\n"); - flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson\n", FLAC__VERSION_STRING); + flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson\n", FLAC__VERSION_STRING); flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"); flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n"); @@ -1099,7 +1099,7 @@ static void usage_header() { printf("===============================================================================\n"); printf("flac - Command-line FLAC encoder/decoder version %s\n", FLAC__VERSION_STRING); - printf("Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson\n"); + printf("Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson\n"); printf("\n"); printf("This program is free software; you can redistribute it and/or\n"); printf("modify it under the terms of the GNU General Public License\n"); diff --git a/src/flac/utils.c b/src/flac/utils.c index 1eefb7b1..abfb3263 100644 --- a/src/flac/utils.c +++ b/src/flac/utils.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/flac/utils.h b/src/flac/utils.h index 3248c9fb..def05850 100644 --- a/src/flac/utils.h +++ b/src/flac/utils.h @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/flac/vorbiscomment.c b/src/flac/vorbiscomment.c index 27495211..b2025ce4 100644 --- a/src/flac/vorbiscomment.c +++ b/src/flac/vorbiscomment.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/flac/vorbiscomment.h b/src/flac/vorbiscomment.h index b559a1ea..be2bddcf 100644 --- a/src/flac/vorbiscomment.h +++ b/src/flac/vorbiscomment.h @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/libFLAC++/Makefile.am b/src/libFLAC++/Makefile.am index e034f1fe..bab08085 100644 --- a/src/libFLAC++/Makefile.am +++ b/src/libFLAC++/Makefile.am @@ -1,5 +1,5 @@ # libFLAC++ - Free Lossless Audio Codec library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC++/Makefile.lite b/src/libFLAC++/Makefile.lite index fce1bf6a..80c70fec 100644 --- a/src/libFLAC++/Makefile.lite +++ b/src/libFLAC++/Makefile.lite @@ -1,5 +1,5 @@ # libFLAC++ - Free Lossless Audio Codec library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC++/file_decoder.cpp b/src/libFLAC++/file_decoder.cpp index bfd0c018..21088bad 100644 --- a/src/libFLAC++/file_decoder.cpp +++ b/src/libFLAC++/file_decoder.cpp @@ -1,5 +1,5 @@ /* libFLAC++ - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC++/file_encoder.cpp b/src/libFLAC++/file_encoder.cpp index d91b07b2..706dc68b 100644 --- a/src/libFLAC++/file_encoder.cpp +++ b/src/libFLAC++/file_encoder.cpp @@ -1,5 +1,5 @@ /* libFLAC++ - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC++/metadata.cpp b/src/libFLAC++/metadata.cpp index 55e56e20..22acac16 100644 --- a/src/libFLAC++/metadata.cpp +++ b/src/libFLAC++/metadata.cpp @@ -1,5 +1,5 @@ /* libFLAC++ - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC++/seekable_stream_decoder.cpp b/src/libFLAC++/seekable_stream_decoder.cpp index 57510ac8..25ed8e74 100644 --- a/src/libFLAC++/seekable_stream_decoder.cpp +++ b/src/libFLAC++/seekable_stream_decoder.cpp @@ -1,5 +1,5 @@ /* libFLAC++ - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC++/seekable_stream_encoder.cpp b/src/libFLAC++/seekable_stream_encoder.cpp index 0cfde87f..f7f2975c 100644 --- a/src/libFLAC++/seekable_stream_encoder.cpp +++ b/src/libFLAC++/seekable_stream_encoder.cpp @@ -1,5 +1,5 @@ /* libFLAC++ - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC++/stream_decoder.cpp b/src/libFLAC++/stream_decoder.cpp index d2bc03a7..81945733 100644 --- a/src/libFLAC++/stream_decoder.cpp +++ b/src/libFLAC++/stream_decoder.cpp @@ -1,5 +1,5 @@ /* libFLAC++ - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC++/stream_encoder.cpp b/src/libFLAC++/stream_encoder.cpp index e7924aec..6d8fd713 100644 --- a/src/libFLAC++/stream_encoder.cpp +++ b/src/libFLAC++/stream_encoder.cpp @@ -1,5 +1,5 @@ /* libFLAC++ - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/Makefile.am b/src/libFLAC/Makefile.am index 9c44d212..28575008 100644 --- a/src/libFLAC/Makefile.am +++ b/src/libFLAC/Makefile.am @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/Makefile.lite b/src/libFLAC/Makefile.lite index e6b01e34..2e8c62c6 100644 --- a/src/libFLAC/Makefile.lite +++ b/src/libFLAC/Makefile.lite @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/bitbuffer.c b/src/libFLAC/bitbuffer.c index 7b8c3a00..299a0f9f 100644 --- a/src/libFLAC/bitbuffer.c +++ b/src/libFLAC/bitbuffer.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/bitmath.c b/src/libFLAC/bitmath.c index 6b4912ea..2bc509b4 100644 --- a/src/libFLAC/bitmath.c +++ b/src/libFLAC/bitmath.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/cpu.c b/src/libFLAC/cpu.c index 0dacd23e..1e6b2799 100644 --- a/src/libFLAC/cpu.c +++ b/src/libFLAC/cpu.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/crc.c b/src/libFLAC/crc.c index f453f8c7..52e1b600 100644 --- a/src/libFLAC/crc.c +++ b/src/libFLAC/crc.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/file_decoder.c b/src/libFLAC/file_decoder.c index 94e5c945..29d48958 100644 --- a/src/libFLAC/file_decoder.c +++ b/src/libFLAC/file_decoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/file_encoder.c b/src/libFLAC/file_encoder.c index e1ab7350..db4c421f 100644 --- a/src/libFLAC/file_encoder.c +++ b/src/libFLAC/file_encoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/fixed.c b/src/libFLAC/fixed.c index 6b132b89..c1d4a52b 100644 --- a/src/libFLAC/fixed.c +++ b/src/libFLAC/fixed.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/float.c b/src/libFLAC/float.c index a0b4617d..cbb381d4 100644 --- a/src/libFLAC/float.c +++ b/src/libFLAC/float.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c index d149928c..e04f4580 100644 --- a/src/libFLAC/format.c +++ b/src/libFLAC/format.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ia32/Makefile.am b/src/libFLAC/ia32/Makefile.am index c5be2bff..d224db40 100644 --- a/src/libFLAC/ia32/Makefile.am +++ b/src/libFLAC/ia32/Makefile.am @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ia32/cpu_asm.nasm b/src/libFLAC/ia32/cpu_asm.nasm index bec10b10..12e92fd0 100644 --- a/src/libFLAC/ia32/cpu_asm.nasm +++ b/src/libFLAC/ia32/cpu_asm.nasm @@ -1,5 +1,5 @@ ; libFLAC - Free Lossless Audio Codec library -; Copyright (C) 2001,2002,2003,2004 Josh Coalson +; Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ia32/fixed_asm.nasm b/src/libFLAC/ia32/fixed_asm.nasm index 2139104d..58082350 100644 --- a/src/libFLAC/ia32/fixed_asm.nasm +++ b/src/libFLAC/ia32/fixed_asm.nasm @@ -1,5 +1,5 @@ ; libFLAC - Free Lossless Audio Codec library -; Copyright (C) 2001,2002,2003,2004 Josh Coalson +; Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ia32/lpc_asm-unrolled.nasm b/src/libFLAC/ia32/lpc_asm-unrolled.nasm index 4b131516..d9340013 100644 --- a/src/libFLAC/ia32/lpc_asm-unrolled.nasm +++ b/src/libFLAC/ia32/lpc_asm-unrolled.nasm @@ -1,5 +1,5 @@ ; libFLAC - Free Lossless Audio Codec library -; Copyright (C) 2001,2002,2003,2004 Josh Coalson +; Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ia32/lpc_asm.nasm b/src/libFLAC/ia32/lpc_asm.nasm index c236f47e..68b77880 100644 --- a/src/libFLAC/ia32/lpc_asm.nasm +++ b/src/libFLAC/ia32/lpc_asm.nasm @@ -1,5 +1,5 @@ ; libFLAC - Free Lossless Audio Codec library -; Copyright (C) 2001,2002,2003,2004 Josh Coalson +; Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ia32/nasm.h b/src/libFLAC/ia32/nasm.h index fcd6baba..e35fce7a 100644 --- a/src/libFLAC/ia32/nasm.h +++ b/src/libFLAC/ia32/nasm.h @@ -1,5 +1,5 @@ ; libFLAC - Free Lossless Audio Codec library -; Copyright (C) 2001,2002,2003,2004 Josh Coalson +; Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/Makefile.am b/src/libFLAC/include/Makefile.am index 931ff4be..1109c103 100644 --- a/src/libFLAC/include/Makefile.am +++ b/src/libFLAC/include/Makefile.am @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/Makefile.am b/src/libFLAC/include/private/Makefile.am index 478e51bf..c61007a6 100644 --- a/src/libFLAC/include/private/Makefile.am +++ b/src/libFLAC/include/private/Makefile.am @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/all.h b/src/libFLAC/include/private/all.h index d78e7d88..5c9e9842 100644 --- a/src/libFLAC/include/private/all.h +++ b/src/libFLAC/include/private/all.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/bitbuffer.h b/src/libFLAC/include/private/bitbuffer.h index 2efe6832..4ce5957f 100644 --- a/src/libFLAC/include/private/bitbuffer.h +++ b/src/libFLAC/include/private/bitbuffer.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/bitmath.h b/src/libFLAC/include/private/bitmath.h index 6e39ecce..1615c338 100644 --- a/src/libFLAC/include/private/bitmath.h +++ b/src/libFLAC/include/private/bitmath.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/cpu.h b/src/libFLAC/include/private/cpu.h index 37a92859..a5793605 100644 --- a/src/libFLAC/include/private/cpu.h +++ b/src/libFLAC/include/private/cpu.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/crc.h b/src/libFLAC/include/private/crc.h index 8256acb2..487ed040 100644 --- a/src/libFLAC/include/private/crc.h +++ b/src/libFLAC/include/private/crc.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/fixed.h b/src/libFLAC/include/private/fixed.h index 8949c9b1..8401ffa8 100644 --- a/src/libFLAC/include/private/fixed.h +++ b/src/libFLAC/include/private/fixed.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/float.h b/src/libFLAC/include/private/float.h index 2a1215f9..50bedd74 100644 --- a/src/libFLAC/include/private/float.h +++ b/src/libFLAC/include/private/float.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/format.h b/src/libFLAC/include/private/format.h index 490cfaaf..69589c87 100644 --- a/src/libFLAC/include/private/format.h +++ b/src/libFLAC/include/private/format.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/lpc.h b/src/libFLAC/include/private/lpc.h index 4938111e..513c1ca1 100644 --- a/src/libFLAC/include/private/lpc.h +++ b/src/libFLAC/include/private/lpc.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/memory.h b/src/libFLAC/include/private/memory.h index 2b78a3fd..fca80815 100644 --- a/src/libFLAC/include/private/memory.h +++ b/src/libFLAC/include/private/memory.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/metadata.h b/src/libFLAC/include/private/metadata.h index 14c2744b..f95e2dea 100644 --- a/src/libFLAC/include/private/metadata.h +++ b/src/libFLAC/include/private/metadata.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/private/stream_encoder_framing.h b/src/libFLAC/include/private/stream_encoder_framing.h index 359fddc9..5b5426a3 100644 --- a/src/libFLAC/include/private/stream_encoder_framing.h +++ b/src/libFLAC/include/private/stream_encoder_framing.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/protected/Makefile.am b/src/libFLAC/include/protected/Makefile.am index 2a5eea8c..e4e3931f 100644 --- a/src/libFLAC/include/protected/Makefile.am +++ b/src/libFLAC/include/protected/Makefile.am @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/protected/all.h b/src/libFLAC/include/protected/all.h index 3569418f..12e7ae2a 100644 --- a/src/libFLAC/include/protected/all.h +++ b/src/libFLAC/include/protected/all.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/protected/file_decoder.h b/src/libFLAC/include/protected/file_decoder.h index 9f1a40a8..88662bb3 100644 --- a/src/libFLAC/include/protected/file_decoder.h +++ b/src/libFLAC/include/protected/file_decoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/protected/file_encoder.h b/src/libFLAC/include/protected/file_encoder.h index e04e1654..1d516d1d 100644 --- a/src/libFLAC/include/protected/file_encoder.h +++ b/src/libFLAC/include/protected/file_encoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/protected/seekable_stream_decoder.h b/src/libFLAC/include/protected/seekable_stream_decoder.h index 67007ae3..71123da8 100644 --- a/src/libFLAC/include/protected/seekable_stream_decoder.h +++ b/src/libFLAC/include/protected/seekable_stream_decoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/protected/seekable_stream_encoder.h b/src/libFLAC/include/protected/seekable_stream_encoder.h index b2b13fa9..3341d9a5 100644 --- a/src/libFLAC/include/protected/seekable_stream_encoder.h +++ b/src/libFLAC/include/protected/seekable_stream_encoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/protected/stream_decoder.h b/src/libFLAC/include/protected/stream_decoder.h index 928977d3..15eaf28d 100644 --- a/src/libFLAC/include/protected/stream_decoder.h +++ b/src/libFLAC/include/protected/stream_decoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/include/protected/stream_encoder.h b/src/libFLAC/include/protected/stream_encoder.h index cfee6993..86495cc9 100644 --- a/src/libFLAC/include/protected/stream_encoder.h +++ b/src/libFLAC/include/protected/stream_encoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/lpc.c b/src/libFLAC/lpc.c index 7b3af558..499d93bf 100644 --- a/src/libFLAC/lpc.c +++ b/src/libFLAC/lpc.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/memory.c b/src/libFLAC/memory.c index 8d165e04..9718b261 100644 --- a/src/libFLAC/memory.c +++ b/src/libFLAC/memory.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/metadata_iterators.c b/src/libFLAC/metadata_iterators.c index 13f1c3f7..2d50dd2b 100644 --- a/src/libFLAC/metadata_iterators.c +++ b/src/libFLAC/metadata_iterators.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/metadata_object.c b/src/libFLAC/metadata_object.c index d1c0792e..c2106c3e 100644 --- a/src/libFLAC/metadata_object.c +++ b/src/libFLAC/metadata_object.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ppc/Makefile.am b/src/libFLAC/ppc/Makefile.am index d40dc77e..24e6ac5e 100644 --- a/src/libFLAC/ppc/Makefile.am +++ b/src/libFLAC/ppc/Makefile.am @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2004 Josh Coalson +# Copyright (C) 2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ppc/as/Makefile.am b/src/libFLAC/ppc/as/Makefile.am index a0359c47..30c63862 100644 --- a/src/libFLAC/ppc/as/Makefile.am +++ b/src/libFLAC/ppc/as/Makefile.am @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2004 Josh Coalson +# Copyright (C) 2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ppc/as/lpc_asm.s b/src/libFLAC/ppc/as/lpc_asm.s index 17fd1cb8..98cb5e8e 100644 --- a/src/libFLAC/ppc/as/lpc_asm.s +++ b/src/libFLAC/ppc/as/lpc_asm.s @@ -1,5 +1,5 @@ ; libFLAC - Free Lossless Audio Codec library -; Copyright (C) 2004 Josh Coalson +; Copyright (C) 2004,2005 Josh Coalson ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ppc/gas/Makefile.am b/src/libFLAC/ppc/gas/Makefile.am index e4891595..eded72d9 100644 --- a/src/libFLAC/ppc/gas/Makefile.am +++ b/src/libFLAC/ppc/gas/Makefile.am @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2004 Josh Coalson +# Copyright (C) 2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/ppc/gas/lpc_asm.s b/src/libFLAC/ppc/gas/lpc_asm.s index 485902ef..274a40f4 100644 --- a/src/libFLAC/ppc/gas/lpc_asm.s +++ b/src/libFLAC/ppc/gas/lpc_asm.s @@ -1,5 +1,5 @@ # libFLAC - Free Lossless Audio Codec library -# Copyright (C) 2004 Josh Coalson +# Copyright (C) 2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libFLAC/seekable_stream_decoder.c b/src/libFLAC/seekable_stream_decoder.c index c4115ba4..1f4da73c 100644 --- a/src/libFLAC/seekable_stream_decoder.c +++ b/src/libFLAC/seekable_stream_decoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/seekable_stream_encoder.c b/src/libFLAC/seekable_stream_encoder.c index ac3ed18e..18291a80 100644 --- a/src/libFLAC/seekable_stream_encoder.c +++ b/src/libFLAC/seekable_stream_encoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c index ce571dba..5d814ae2 100644 --- a/src/libFLAC/stream_decoder.c +++ b/src/libFLAC/stream_decoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/stream_encoder.c b/src/libFLAC/stream_encoder.c index 314df265..9fb5d1d5 100644 --- a/src/libFLAC/stream_encoder.c +++ b/src/libFLAC/stream_encoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libFLAC/stream_encoder_framing.c b/src/libFLAC/stream_encoder_framing.c index 5eb4a0cb..36bf9524 100644 --- a/src/libFLAC/stream_encoder_framing.c +++ b/src/libFLAC/stream_encoder_framing.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Codec library - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC++/Makefile.am b/src/libOggFLAC++/Makefile.am index 7784bf10..46e9f7c8 100644 --- a/src/libOggFLAC++/Makefile.am +++ b/src/libOggFLAC++/Makefile.am @@ -1,5 +1,5 @@ # libOggFLAC++ - Free Lossless Audio Codec + Ogg library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC++/Makefile.lite b/src/libOggFLAC++/Makefile.lite index 467ff8aa..0a1c39c6 100644 --- a/src/libOggFLAC++/Makefile.lite +++ b/src/libOggFLAC++/Makefile.lite @@ -1,5 +1,5 @@ # libOggFLAC++ - Free Lossless Audio Codec + Ogg library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC++/file_decoder.cpp b/src/libOggFLAC++/file_decoder.cpp index 88ac709a..6257e511 100644 --- a/src/libOggFLAC++/file_decoder.cpp +++ b/src/libOggFLAC++/file_decoder.cpp @@ -1,5 +1,5 @@ /* libOggFLAC++ - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC++/file_encoder.cpp b/src/libOggFLAC++/file_encoder.cpp index 672bb044..ddc90f9e 100644 --- a/src/libOggFLAC++/file_encoder.cpp +++ b/src/libOggFLAC++/file_encoder.cpp @@ -1,5 +1,5 @@ /* libOggFLAC++ - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC++/seekable_stream_decoder.cpp b/src/libOggFLAC++/seekable_stream_decoder.cpp index c1012f58..079f25d4 100644 --- a/src/libOggFLAC++/seekable_stream_decoder.cpp +++ b/src/libOggFLAC++/seekable_stream_decoder.cpp @@ -1,5 +1,5 @@ /* libOggFLAC++ - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC++/seekable_stream_encoder.cpp b/src/libOggFLAC++/seekable_stream_encoder.cpp index 3b78c457..b2046e90 100644 --- a/src/libOggFLAC++/seekable_stream_encoder.cpp +++ b/src/libOggFLAC++/seekable_stream_encoder.cpp @@ -1,5 +1,5 @@ /* libOggFLAC++ - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC++/stream_decoder.cpp b/src/libOggFLAC++/stream_decoder.cpp index b99497b0..28383814 100644 --- a/src/libOggFLAC++/stream_decoder.cpp +++ b/src/libOggFLAC++/stream_decoder.cpp @@ -1,5 +1,5 @@ /* libOggFLAC++ - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC++/stream_encoder.cpp b/src/libOggFLAC++/stream_encoder.cpp index a75378b5..fe457bb2 100644 --- a/src/libOggFLAC++/stream_encoder.cpp +++ b/src/libOggFLAC++/stream_encoder.cpp @@ -1,5 +1,5 @@ /* libOggFLAC++ - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/Makefile.am b/src/libOggFLAC/Makefile.am index 6a82a3dc..340d124a 100644 --- a/src/libOggFLAC/Makefile.am +++ b/src/libOggFLAC/Makefile.am @@ -1,5 +1,5 @@ # libOggFLAC - Free Lossless Audio Codec + Ogg library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/Makefile.lite b/src/libOggFLAC/Makefile.lite index bf07c132..c53f2dec 100644 --- a/src/libOggFLAC/Makefile.lite +++ b/src/libOggFLAC/Makefile.lite @@ -1,5 +1,5 @@ # libOggFLAC - Free Lossless Audio Codec + Ogg library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/file_decoder.c b/src/libOggFLAC/file_decoder.c index c782a12c..74da9ed3 100644 --- a/src/libOggFLAC/file_decoder.c +++ b/src/libOggFLAC/file_decoder.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/file_encoder.c b/src/libOggFLAC/file_encoder.c index 35d83c51..4567685b 100644 --- a/src/libOggFLAC/file_encoder.c +++ b/src/libOggFLAC/file_encoder.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/Makefile.am b/src/libOggFLAC/include/Makefile.am index ae11de25..1cc988be 100644 --- a/src/libOggFLAC/include/Makefile.am +++ b/src/libOggFLAC/include/Makefile.am @@ -1,5 +1,5 @@ # libOggFLAC - Free Lossless Audio Codec + Ogg library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/private/Makefile.am b/src/libOggFLAC/include/private/Makefile.am index 4c481f79..c05794c4 100644 --- a/src/libOggFLAC/include/private/Makefile.am +++ b/src/libOggFLAC/include/private/Makefile.am @@ -1,5 +1,5 @@ # libOggFLAC - Free Lossless Audio Codec + Ogg library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/private/all.h b/src/libOggFLAC/include/private/all.h index e21b50bf..a62fcf5a 100644 --- a/src/libOggFLAC/include/private/all.h +++ b/src/libOggFLAC/include/private/all.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/private/ogg_decoder_aspect.h b/src/libOggFLAC/include/private/ogg_decoder_aspect.h index 77e02e90..e883b147 100644 --- a/src/libOggFLAC/include/private/ogg_decoder_aspect.h +++ b/src/libOggFLAC/include/private/ogg_decoder_aspect.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/private/ogg_encoder_aspect.h b/src/libOggFLAC/include/private/ogg_encoder_aspect.h index 053f769f..ba8e5a2b 100644 --- a/src/libOggFLAC/include/private/ogg_encoder_aspect.h +++ b/src/libOggFLAC/include/private/ogg_encoder_aspect.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/private/ogg_helper.h b/src/libOggFLAC/include/private/ogg_helper.h index d26806d5..91a07675 100644 --- a/src/libOggFLAC/include/private/ogg_helper.h +++ b/src/libOggFLAC/include/private/ogg_helper.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/private/ogg_mapping.h b/src/libOggFLAC/include/private/ogg_mapping.h index 690d8bbe..c8d2f623 100644 --- a/src/libOggFLAC/include/private/ogg_mapping.h +++ b/src/libOggFLAC/include/private/ogg_mapping.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/protected/Makefile.am b/src/libOggFLAC/include/protected/Makefile.am index b9783200..020967f8 100644 --- a/src/libOggFLAC/include/protected/Makefile.am +++ b/src/libOggFLAC/include/protected/Makefile.am @@ -1,5 +1,5 @@ # libOggFLAC - Free Lossless Audio Codec + Ogg library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 Josh Coalson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/protected/all.h b/src/libOggFLAC/include/protected/all.h index d9fee4c1..e204acd3 100644 --- a/src/libOggFLAC/include/protected/all.h +++ b/src/libOggFLAC/include/protected/all.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/protected/file_decoder.h b/src/libOggFLAC/include/protected/file_decoder.h index f5ddd8e6..c5d59d03 100644 --- a/src/libOggFLAC/include/protected/file_decoder.h +++ b/src/libOggFLAC/include/protected/file_decoder.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/protected/file_encoder.h b/src/libOggFLAC/include/protected/file_encoder.h index 360bf5c6..f594edfd 100644 --- a/src/libOggFLAC/include/protected/file_encoder.h +++ b/src/libOggFLAC/include/protected/file_encoder.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/protected/seekable_stream_decoder.h b/src/libOggFLAC/include/protected/seekable_stream_decoder.h index 8612a39f..c3440acc 100644 --- a/src/libOggFLAC/include/protected/seekable_stream_decoder.h +++ b/src/libOggFLAC/include/protected/seekable_stream_decoder.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/protected/seekable_stream_encoder.h b/src/libOggFLAC/include/protected/seekable_stream_encoder.h index ad6be98f..8623900f 100644 --- a/src/libOggFLAC/include/protected/seekable_stream_encoder.h +++ b/src/libOggFLAC/include/protected/seekable_stream_encoder.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/protected/stream_decoder.h b/src/libOggFLAC/include/protected/stream_decoder.h index aae4b139..a29d1086 100644 --- a/src/libOggFLAC/include/protected/stream_decoder.h +++ b/src/libOggFLAC/include/protected/stream_decoder.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/include/protected/stream_encoder.h b/src/libOggFLAC/include/protected/stream_encoder.h index ea698250..d860adf4 100644 --- a/src/libOggFLAC/include/protected/stream_encoder.h +++ b/src/libOggFLAC/include/protected/stream_encoder.h @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/ogg_decoder_aspect.c b/src/libOggFLAC/ogg_decoder_aspect.c index 5b6e639d..06efd7e2 100644 --- a/src/libOggFLAC/ogg_decoder_aspect.c +++ b/src/libOggFLAC/ogg_decoder_aspect.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/ogg_encoder_aspect.c b/src/libOggFLAC/ogg_encoder_aspect.c index 49d9409f..43e23525 100644 --- a/src/libOggFLAC/ogg_encoder_aspect.c +++ b/src/libOggFLAC/ogg_encoder_aspect.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/ogg_helper.c b/src/libOggFLAC/ogg_helper.c index 169ee3aa..dcbcc22a 100644 --- a/src/libOggFLAC/ogg_helper.c +++ b/src/libOggFLAC/ogg_helper.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/ogg_mapping.c b/src/libOggFLAC/ogg_mapping.c index b5e395fd..ae826518 100644 --- a/src/libOggFLAC/ogg_mapping.c +++ b/src/libOggFLAC/ogg_mapping.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/seekable_stream_decoder.c b/src/libOggFLAC/seekable_stream_decoder.c index c9ad6fbc..1044da78 100644 --- a/src/libOggFLAC/seekable_stream_decoder.c +++ b/src/libOggFLAC/seekable_stream_decoder.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/seekable_stream_encoder.c b/src/libOggFLAC/seekable_stream_encoder.c index b1050a7e..0aa6e72f 100644 --- a/src/libOggFLAC/seekable_stream_encoder.c +++ b/src/libOggFLAC/seekable_stream_encoder.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/stream_decoder.c b/src/libOggFLAC/stream_decoder.c index bccf28cc..66a3290d 100644 --- a/src/libOggFLAC/stream_decoder.c +++ b/src/libOggFLAC/stream_decoder.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/libOggFLAC/stream_encoder.c b/src/libOggFLAC/stream_encoder.c index bfb8da8b..2552101a 100644 --- a/src/libOggFLAC/stream_encoder.c +++ b/src/libOggFLAC/stream_encoder.c @@ -1,5 +1,5 @@ /* libOggFLAC - Free Lossless Audio Codec + Ogg library - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/metaflac/Makefile.am b/src/metaflac/Makefile.am index 1773f770..8abd2fc5 100644 --- a/src/metaflac/Makefile.am +++ b/src/metaflac/Makefile.am @@ -1,5 +1,5 @@ # metaflac - Command-line FLAC metadata editor -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/metaflac/Makefile.lite b/src/metaflac/Makefile.lite index fadb1d9f..e1c27b68 100644 --- a/src/metaflac/Makefile.lite +++ b/src/metaflac/Makefile.lite @@ -1,5 +1,5 @@ # metaflac - Command-line FLAC metadata editor -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/metaflac/main.c b/src/metaflac/main.c index c637da12..da999851 100644 --- a/src/metaflac/main.c +++ b/src/metaflac/main.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/operations.c b/src/metaflac/operations.c index a19e9e13..008b0612 100644 --- a/src/metaflac/operations.c +++ b/src/metaflac/operations.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/operations.h b/src/metaflac/operations.h index bf4211d7..a0e57675 100644 --- a/src/metaflac/operations.h +++ b/src/metaflac/operations.h @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/operations_shorthand_cuesheet.c b/src/metaflac/operations_shorthand_cuesheet.c index 76a1afda..a11f41e7 100644 --- a/src/metaflac/operations_shorthand_cuesheet.c +++ b/src/metaflac/operations_shorthand_cuesheet.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/operations_shorthand_seektable.c b/src/metaflac/operations_shorthand_seektable.c index 03d7c381..a50e16ba 100644 --- a/src/metaflac/operations_shorthand_seektable.c +++ b/src/metaflac/operations_shorthand_seektable.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/operations_shorthand_streaminfo.c b/src/metaflac/operations_shorthand_streaminfo.c index f9a277bd..1f28a4f9 100644 --- a/src/metaflac/operations_shorthand_streaminfo.c +++ b/src/metaflac/operations_shorthand_streaminfo.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/operations_shorthand_vorbiscomment.c b/src/metaflac/operations_shorthand_vorbiscomment.c index f92d8793..6ecbf3e8 100644 --- a/src/metaflac/operations_shorthand_vorbiscomment.c +++ b/src/metaflac/operations_shorthand_vorbiscomment.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/options.c b/src/metaflac/options.c index 8e6f59ad..a9c5576e 100644 --- a/src/metaflac/options.c +++ b/src/metaflac/options.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/options.h b/src/metaflac/options.h index 8253cf4b..714eefd9 100644 --- a/src/metaflac/options.h +++ b/src/metaflac/options.h @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/usage.c b/src/metaflac/usage.c index 6fab15db..7f92e0b1 100644 --- a/src/metaflac/usage.c +++ b/src/metaflac/usage.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -25,7 +25,7 @@ static void usage_header(FILE *out) { fprintf(out, "==============================================================================\n"); fprintf(out, "metaflac - Command-line FLAC metadata editor version %s\n", FLAC__VERSION_STRING); - fprintf(out, "Copyright (C) 2001,2002,2003,2004 Josh Coalson\n"); + fprintf(out, "Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson\n"); fprintf(out, "\n"); fprintf(out, "This program is free software; you can redistribute it and/or\n"); fprintf(out, "modify it under the terms of the GNU General Public License\n"); diff --git a/src/metaflac/usage.h b/src/metaflac/usage.h index 111404bc..76ed722b 100644 --- a/src/metaflac/usage.h +++ b/src/metaflac/usage.h @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/utils.c b/src/metaflac/utils.c index ee9d03ba..e7389a2a 100644 --- a/src/metaflac/utils.c +++ b/src/metaflac/utils.c @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/metaflac/utils.h b/src/metaflac/utils.h index aa233be3..525c68f2 100644 --- a/src/metaflac/utils.h +++ b/src/metaflac/utils.h @@ -1,5 +1,5 @@ /* metaflac - Command-line FLAC metadata editor - * Copyright (C) 2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2001,2002,2003,2004,2005 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/src/monkeys_audio_utilities/Makefile.am b/src/monkeys_audio_utilities/Makefile.am index 3c2bb021..f47ef09e 100644 --- a/src/monkeys_audio_utilities/Makefile.am +++ b/src/monkeys_audio_utilities/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/src/monkeys_audio_utilities/flac_mac/Makefile.am b/src/monkeys_audio_utilities/flac_mac/Makefile.am index 9596e94f..601612ff 100644 --- a/src/monkeys_audio_utilities/flac_mac/Makefile.am +++ b/src/monkeys_audio_utilities/flac_mac/Makefile.am @@ -1,5 +1,5 @@ # flac_mac - wedge utility to add FLAC support to Monkey's Audio -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/src/monkeys_audio_utilities/flac_mac/main.c b/src/monkeys_audio_utilities/flac_mac/main.c index 2f385c72..f2fa625d 100644 --- a/src/monkeys_audio_utilities/flac_mac/main.c +++ b/src/monkeys_audio_utilities/flac_mac/main.c @@ -1,5 +1,5 @@ /* flac_mac - wedge utility to add FLAC support to Monkey's Audio - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/monkeys_audio_utilities/flac_ren/Makefile.am b/src/monkeys_audio_utilities/flac_ren/Makefile.am index b87d84a6..d960b464 100644 --- a/src/monkeys_audio_utilities/flac_ren/Makefile.am +++ b/src/monkeys_audio_utilities/flac_ren/Makefile.am @@ -1,5 +1,5 @@ # flac_ren - renamer part of utility to add FLAC support to Monkey's Audio -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/src/monkeys_audio_utilities/flac_ren/main.c b/src/monkeys_audio_utilities/flac_ren/main.c index 9bf27794..8c4c9a63 100644 --- a/src/monkeys_audio_utilities/flac_ren/main.c +++ b/src/monkeys_audio_utilities/flac_ren/main.c @@ -1,5 +1,5 @@ /* flac_ren - renamer part of utility to add FLAC support to Monkey's Audio - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am index 5bf78ac6..bd462d13 100644 --- a/src/plugin_common/Makefile.am +++ b/src/plugin_common/Makefile.am @@ -1,5 +1,5 @@ # plugin_common - Routines common to several plugins -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/plugin_common/Makefile.lite b/src/plugin_common/Makefile.lite index 031c4964..8a8243c8 100644 --- a/src/plugin_common/Makefile.lite +++ b/src/plugin_common/Makefile.lite @@ -1,5 +1,5 @@ # plugin_common - Routines common to several plugins -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/plugin_common/all.h b/src/plugin_common/all.h index 559f802e..063a1130 100644 --- a/src/plugin_common/all.h +++ b/src/plugin_common/all.h @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_common/charset.c b/src/plugin_common/charset.c index ce3e8b88..a0f6aeaf 100644 --- a/src/plugin_common/charset.c +++ b/src/plugin_common/charset.c @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Only slightly modified charset.c from: * EasyTAG - Tag editor for MP3 and OGG files diff --git a/src/plugin_common/charset.h b/src/plugin_common/charset.h index f4130c45..d6a127fe 100644 --- a/src/plugin_common/charset.h +++ b/src/plugin_common/charset.h @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Only slightly modified charset.h from: * charset.h - 2001/12/04 diff --git a/src/plugin_common/defs.h b/src/plugin_common/defs.h index 9c7d5fa1..3ea7a6d3 100644 --- a/src/plugin_common/defs.h +++ b/src/plugin_common/defs.h @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_common/dither.c b/src/plugin_common/dither.c index 804c3736..19fa44bd 100644 --- a/src/plugin_common/dither.c +++ b/src/plugin_common/dither.c @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * dithering routine derived from (other GPLed source): * mad - MPEG audio decoder diff --git a/src/plugin_common/dither.h b/src/plugin_common/dither.h index eec68856..b6d9f0be 100644 --- a/src/plugin_common/dither.h +++ b/src/plugin_common/dither.h @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_common/locale_hack.h b/src/plugin_common/locale_hack.h index 038dd093..d5097ef5 100644 --- a/src/plugin_common/locale_hack.h +++ b/src/plugin_common/locale_hack.h @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Josh Coalson * * Based on: * locale.h - 2000/05/05 13:10 Jerome Couderc diff --git a/src/plugin_common/tags.c b/src/plugin_common/tags.c index c69d1b06..ab66b0df 100644 --- a/src/plugin_common/tags.c +++ b/src/plugin_common/tags.c @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_common/tags.h b/src/plugin_common/tags.h index 379d2440..d9b052c4 100644 --- a/src/plugin_common/tags.h +++ b/src/plugin_common/tags.h @@ -1,5 +1,5 @@ /* plugin_common - Routines common to several plugins - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_winamp2/Makefile.am b/src/plugin_winamp2/Makefile.am index b293fe1a..e5bae96b 100644 --- a/src/plugin_winamp2/Makefile.am +++ b/src/plugin_winamp2/Makefile.am @@ -1,5 +1,5 @@ # in_flac - Winamp2 FLAC input plugin -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_winamp2/config.c b/src/plugin_winamp2/config.c index 86462e15..6a152675 100644 --- a/src/plugin_winamp2/config.c +++ b/src/plugin_winamp2/config.c @@ -1,5 +1,5 @@ /* in_flac - Winamp2 FLAC input plugin - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_winamp2/config.h b/src/plugin_winamp2/config.h index 93b1bfb9..1716c0ad 100644 --- a/src/plugin_winamp2/config.h +++ b/src/plugin_winamp2/config.h @@ -1,5 +1,5 @@ /* in_flac - Winamp2 FLAC input plugin - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_winamp2/in_flac.c b/src/plugin_winamp2/in_flac.c index 4cb2297f..d6f1640b 100644 --- a/src/plugin_winamp2/in_flac.c +++ b/src/plugin_winamp2/in_flac.c @@ -1,5 +1,5 @@ /* in_flac - Winamp2 FLAC input plugin - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_winamp2/include/Makefile.am b/src/plugin_winamp2/include/Makefile.am index 823eb29d..e42a0707 100644 --- a/src/plugin_winamp2/include/Makefile.am +++ b/src/plugin_winamp2/include/Makefile.am @@ -1,5 +1,5 @@ # in_flac - Winamp2 FLAC input plugin -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_winamp2/include/winamp2/Makefile.am b/src/plugin_winamp2/include/winamp2/Makefile.am index 09080c86..ffbfbad5 100644 --- a/src/plugin_winamp2/include/winamp2/Makefile.am +++ b/src/plugin_winamp2/include/winamp2/Makefile.am @@ -1,5 +1,5 @@ # in_flac - Winamp2 FLAC input plugin -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_winamp2/infobox.c b/src/plugin_winamp2/infobox.c index dddcff5e..89e7fb74 100644 --- a/src/plugin_winamp2/infobox.c +++ b/src/plugin_winamp2/infobox.c @@ -1,5 +1,5 @@ /* in_flac - Winamp2 FLAC input plugin - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_winamp2/infobox.h b/src/plugin_winamp2/infobox.h index dfd7608f..29cd123c 100644 --- a/src/plugin_winamp2/infobox.h +++ b/src/plugin_winamp2/infobox.h @@ -1,5 +1,5 @@ /* in_flac - Winamp2 FLAC input plugin - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/plugin_winamp2/playback.c b/src/plugin_winamp2/playback.c index d58b313d..ef510f71 100644 --- a/src/plugin_winamp2/playback.c +++ b/src/plugin_winamp2/playback.c @@ -1,5 +1,5 @@ /* in_flac - Winamp2 FLAC input plugin - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_winamp2/playback.h b/src/plugin_winamp2/playback.h index 8b133f7a..75b96bea 100644 --- a/src/plugin_winamp2/playback.h +++ b/src/plugin_winamp2/playback.h @@ -1,5 +1,5 @@ /* in_flac - Winamp2 FLAC input plugin - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am index 4421e90e..18afa2df 100644 --- a/src/plugin_xmms/Makefile.am +++ b/src/plugin_xmms/Makefile.am @@ -1,5 +1,5 @@ # libxmms-flac - XMMS FLAC input plugin -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_xmms/Makefile.lite b/src/plugin_xmms/Makefile.lite index 05aa9b64..16aaf1d5 100644 --- a/src/plugin_xmms/Makefile.lite +++ b/src/plugin_xmms/Makefile.lite @@ -1,5 +1,5 @@ # libxmms-flac - XMMS FLAC input plugin -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_xmms/charset.c b/src/plugin_xmms/charset.c index 4ed3251a..a60181bf 100644 --- a/src/plugin_xmms/charset.c +++ b/src/plugin_xmms/charset.c @@ -1,5 +1,5 @@ /* libxmms-flac - XMMS FLAC input plugin - * Copyright (C) 2002,2003,2004 Daisuke Shimamura + * Copyright (C) 2002,2003,2004,2005 Daisuke Shimamura * * Almost from charset.c * EasyTAG - Tag editor for MP3 and OGG files diff --git a/src/plugin_xmms/charset.h b/src/plugin_xmms/charset.h index ad5ea953..e7c33b56 100644 --- a/src/plugin_xmms/charset.h +++ b/src/plugin_xmms/charset.h @@ -1,5 +1,5 @@ /* libxmms-flac - XMMS FLAC input plugin - * Copyright (C) 2002,2003,2004 Daisuke Shimamura + * Copyright (C) 2002,2003,2004,2005 Daisuke Shimamura * * Almost from charset.h - 2001/12/04 * EasyTAG - Tag editor for MP3 and OGG files diff --git a/src/plugin_xmms/configure.c b/src/plugin_xmms/configure.c index 82ba8626..f675a1fe 100644 --- a/src/plugin_xmms/configure.c +++ b/src/plugin_xmms/configure.c @@ -1,5 +1,5 @@ /* libxmms-flac - XMMS FLAC input plugin - * Copyright (C) 2002,2003,2004 Daisuke Shimamura + * Copyright (C) 2002,2003,2004,2005 Daisuke Shimamura * * Based on mpg123 plugin * and prefs.c - 2000/05/06 diff --git a/src/plugin_xmms/configure.h b/src/plugin_xmms/configure.h index 24e0e508..12c9f3aa 100644 --- a/src/plugin_xmms/configure.h +++ b/src/plugin_xmms/configure.h @@ -1,5 +1,5 @@ /* libxmms-flac - XMMS FLAC input plugin - * Copyright (C) 2002,2003,2004 Daisuke Shimamura + * Copyright (C) 2002,2003,2004,2005 Daisuke Shimamura * * Based on mpg123 plugin * diff --git a/src/plugin_xmms/fileinfo.c b/src/plugin_xmms/fileinfo.c index cc5ea30e..38266801 100644 --- a/src/plugin_xmms/fileinfo.c +++ b/src/plugin_xmms/fileinfo.c @@ -1,7 +1,7 @@ /* XMMS - Cross-platform multimedia player * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies * Copyright (C) 1999,2000 Hеvard Kvеlen - * Copyright (C) 2002,2003,2004 Daisuke Shimamura + * Copyright (C) 2002,2003,2004,2005 Daisuke Shimamura * * 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/plugin_xmms/plugin.c b/src/plugin_xmms/plugin.c index d95ae37f..c6020c5b 100644 --- a/src/plugin_xmms/plugin.c +++ b/src/plugin_xmms/plugin.c @@ -1,5 +1,5 @@ /* libxmms-flac - XMMS FLAC input plugin - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/plugin_xmms/plugin.h b/src/plugin_xmms/plugin.h index e900df7e..a9e6f709 100644 --- a/src/plugin_xmms/plugin.h +++ b/src/plugin_xmms/plugin.h @@ -1,5 +1,5 @@ /* libxmms-flac - XMMS FLAC input plugin - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 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/src/plugin_xmms/tag.c b/src/plugin_xmms/tag.c index d7695ecf..03565382 100644 --- a/src/plugin_xmms/tag.c +++ b/src/plugin_xmms/tag.c @@ -1,6 +1,6 @@ /* libxmms-flac - XMMS FLAC input plugin - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson - * Copyright (C) 2002,2003,2004 Daisuke Shimamura + * Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 Daisuke Shimamura * * Based on FLAC plugin.c and mpg123 plugin * diff --git a/src/plugin_xmms/tag.h b/src/plugin_xmms/tag.h index 479eb3bd..1d22408b 100644 --- a/src/plugin_xmms/tag.h +++ b/src/plugin_xmms/tag.h @@ -1,5 +1,5 @@ /* libxmms-flac - XMMS FLAC input plugin - * Copyright (C) 2002,2003,2004 Daisuke Shimamura + * Copyright (C) 2002,2003,2004,2005 Daisuke Shimamura * * 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/src/share/Makefile.am b/src/share/Makefile.am index b26a8608..01407202 100644 --- a/src/share/Makefile.am +++ b/src/share/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/share/Makefile.lite b/src/share/Makefile.lite index 72610a44..87096381 100644 --- a/src/share/Makefile.lite +++ b/src/share/Makefile.lite @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/src/share/grabbag/cuesheet.c b/src/share/grabbag/cuesheet.c index 5c493f7e..58fa444d 100644 --- a/src/share/grabbag/cuesheet.c +++ b/src/share/grabbag/cuesheet.c @@ -1,5 +1,5 @@ /* grabbag - Convenience lib for various routines common to several tools - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/share/grabbag/file.c b/src/share/grabbag/file.c index 79ee0a81..5f362da6 100644 --- a/src/share/grabbag/file.c +++ b/src/share/grabbag/file.c @@ -1,5 +1,5 @@ /* grabbag - Convenience lib for various routines common to several tools - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/share/grabbag/replaygain.c b/src/share/grabbag/replaygain.c index 5417fac6..bb9e2429 100644 --- a/src/share/grabbag/replaygain.c +++ b/src/share/grabbag/replaygain.c @@ -1,5 +1,5 @@ /* grabbag - Convenience lib for various routines common to several tools - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/share/grabbag/seektable.c b/src/share/grabbag/seektable.c index a3082d10..7e0d79c6 100644 --- a/src/share/grabbag/seektable.c +++ b/src/share/grabbag/seektable.c @@ -1,5 +1,5 @@ /* grabbag - Convenience lib for various routines common to several tools - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/share/replaygain_synthesis/include/Makefile.am b/src/share/replaygain_synthesis/include/Makefile.am index 2b156567..a8525c05 100644 --- a/src/share/replaygain_synthesis/include/Makefile.am +++ b/src/share/replaygain_synthesis/include/Makefile.am @@ -1,5 +1,5 @@ # replaygain_synthesis - Routines for applying ReplayGain to a signal -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/share/replaygain_synthesis/include/private/Makefile.am b/src/share/replaygain_synthesis/include/private/Makefile.am index c5ad6b3f..62f145d0 100644 --- a/src/share/replaygain_synthesis/include/private/Makefile.am +++ b/src/share/replaygain_synthesis/include/private/Makefile.am @@ -1,5 +1,5 @@ # replaygain_synthesis - Routines for applying ReplayGain to a signal -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/share/replaygain_synthesis/replaygain_synthesis.c b/src/share/replaygain_synthesis/replaygain_synthesis.c index cdcc7dc6..2c4a5700 100644 --- a/src/share/replaygain_synthesis/replaygain_synthesis.c +++ b/src/share/replaygain_synthesis/replaygain_synthesis.c @@ -1,5 +1,5 @@ /* replaygain_synthesis - Routines for applying ReplayGain to a signal - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_grabbag/Makefile.am b/src/test_grabbag/Makefile.am index 550854e8..a0cfd633 100644 --- a/src/test_grabbag/Makefile.am +++ b/src/test_grabbag/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_grabbag/Makefile.lite b/src/test_grabbag/Makefile.lite index 81ef52ef..656b7593 100644 --- a/src/test_grabbag/Makefile.lite +++ b/src/test_grabbag/Makefile.lite @@ -1,5 +1,5 @@ # test_grabbag - Simple testers for the grabbag library -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_grabbag/cuesheet/Makefile.am b/src/test_grabbag/cuesheet/Makefile.am index 39010dcf..a11d752c 100644 --- a/src/test_grabbag/cuesheet/Makefile.am +++ b/src/test_grabbag/cuesheet/Makefile.am @@ -1,5 +1,5 @@ # test_cuesheet - Simple tester for cuesheet routines in grabbag -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_grabbag/cuesheet/Makefile.lite b/src/test_grabbag/cuesheet/Makefile.lite index 2923f2f0..93f0f581 100644 --- a/src/test_grabbag/cuesheet/Makefile.lite +++ b/src/test_grabbag/cuesheet/Makefile.lite @@ -1,5 +1,5 @@ # test_cuesheet - Simple tester for cuesheet routines in grabbag -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_grabbag/cuesheet/main.c b/src/test_grabbag/cuesheet/main.c index 5d612b7a..07f384e8 100644 --- a/src/test_grabbag/cuesheet/main.c +++ b/src/test_grabbag/cuesheet/main.c @@ -1,5 +1,5 @@ /* test_cuesheet - Simple tester for cuesheet routines in grabbag - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/Makefile.am b/src/test_libFLAC++/Makefile.am index 1f223826..ea7ce0cf 100644 --- a/src/test_libFLAC++/Makefile.am +++ b/src/test_libFLAC++/Makefile.am @@ -1,5 +1,5 @@ # test_libFLAC++ - Unit tester for libFLAC++ -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/Makefile.lite b/src/test_libFLAC++/Makefile.lite index c757f800..e5f489a4 100644 --- a/src/test_libFLAC++/Makefile.lite +++ b/src/test_libFLAC++/Makefile.lite @@ -1,5 +1,5 @@ # test_libFLAC++ - Unit tester for libFLAC++ -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/decoders.cpp b/src/test_libFLAC++/decoders.cpp index 06453c2a..4604cf08 100644 --- a/src/test_libFLAC++/decoders.cpp +++ b/src/test_libFLAC++/decoders.cpp @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/decoders.h b/src/test_libFLAC++/decoders.h index 001f2caa..79abf925 100644 --- a/src/test_libFLAC++/decoders.h +++ b/src/test_libFLAC++/decoders.h @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/encoders.cpp b/src/test_libFLAC++/encoders.cpp index 370241df..7d90f790 100644 --- a/src/test_libFLAC++/encoders.cpp +++ b/src/test_libFLAC++/encoders.cpp @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/encoders.h b/src/test_libFLAC++/encoders.h index 36bbb8f0..da797d8f 100644 --- a/src/test_libFLAC++/encoders.h +++ b/src/test_libFLAC++/encoders.h @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/file_utils.c b/src/test_libFLAC++/file_utils.c index ed2c15a9..b1c074bb 100644 --- a/src/test_libFLAC++/file_utils.c +++ b/src/test_libFLAC++/file_utils.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/file_utils.h b/src/test_libFLAC++/file_utils.h index e10b2b11..a641cebc 100644 --- a/src/test_libFLAC++/file_utils.h +++ b/src/test_libFLAC++/file_utils.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/main.cpp b/src/test_libFLAC++/main.cpp index d424c11a..4d1015df 100644 --- a/src/test_libFLAC++/main.cpp +++ b/src/test_libFLAC++/main.cpp @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/metadata.cpp b/src/test_libFLAC++/metadata.cpp index 0e501345..181ff778 100644 --- a/src/test_libFLAC++/metadata.cpp +++ b/src/test_libFLAC++/metadata.cpp @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/metadata.h b/src/test_libFLAC++/metadata.h index eef2eb47..9ffad6bc 100644 --- a/src/test_libFLAC++/metadata.h +++ b/src/test_libFLAC++/metadata.h @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/metadata_manip.cpp b/src/test_libFLAC++/metadata_manip.cpp index 5bd8c0a7..ec6ee35d 100644 --- a/src/test_libFLAC++/metadata_manip.cpp +++ b/src/test_libFLAC++/metadata_manip.cpp @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/metadata_object.cpp b/src/test_libFLAC++/metadata_object.cpp index 22d6427c..cf1dae9e 100644 --- a/src/test_libFLAC++/metadata_object.cpp +++ b/src/test_libFLAC++/metadata_object.cpp @@ -1,5 +1,5 @@ /* test_libFLAC++ - Unit tester for libFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/metadata_utils.c b/src/test_libFLAC++/metadata_utils.c index 7dc57acd..fb8a3594 100644 --- a/src/test_libFLAC++/metadata_utils.c +++ b/src/test_libFLAC++/metadata_utils.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC++/metadata_utils.h b/src/test_libFLAC++/metadata_utils.h index 7a653938..82a9e2dc 100644 --- a/src/test_libFLAC++/metadata_utils.h +++ b/src/test_libFLAC++/metadata_utils.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/Makefile.am b/src/test_libFLAC/Makefile.am index 9036cbd4..e9a07aaa 100644 --- a/src/test_libFLAC/Makefile.am +++ b/src/test_libFLAC/Makefile.am @@ -1,5 +1,5 @@ # test_libFLAC - Unit tester for libFLAC -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/test_libFLAC/Makefile.lite b/src/test_libFLAC/Makefile.lite index f01071d2..9d416e47 100644 --- a/src/test_libFLAC/Makefile.lite +++ b/src/test_libFLAC/Makefile.lite @@ -1,5 +1,5 @@ # test_libFLAC - Unit tester for libFLAC -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/test_libFLAC/bitbuffer.c b/src/test_libFLAC/bitbuffer.c index 0196e761..8fa5558d 100644 --- a/src/test_libFLAC/bitbuffer.c +++ b/src/test_libFLAC/bitbuffer.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/test_libFLAC/bitbuffer.h b/src/test_libFLAC/bitbuffer.h index e1515629..f12248c5 100644 --- a/src/test_libFLAC/bitbuffer.h +++ b/src/test_libFLAC/bitbuffer.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/test_libFLAC/decoders.c b/src/test_libFLAC/decoders.c index ebbd5ae4..81d4d20a 100644 --- a/src/test_libFLAC/decoders.c +++ b/src/test_libFLAC/decoders.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/decoders.h b/src/test_libFLAC/decoders.h index 96950bd2..00f5a566 100644 --- a/src/test_libFLAC/decoders.h +++ b/src/test_libFLAC/decoders.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/encoders.c b/src/test_libFLAC/encoders.c index 71b36e4f..98f267bb 100644 --- a/src/test_libFLAC/encoders.c +++ b/src/test_libFLAC/encoders.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/encoders.h b/src/test_libFLAC/encoders.h index cb5cf160..840ff25f 100644 --- a/src/test_libFLAC/encoders.h +++ b/src/test_libFLAC/encoders.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/file_utils.c b/src/test_libFLAC/file_utils.c index ed2c15a9..b1c074bb 100644 --- a/src/test_libFLAC/file_utils.c +++ b/src/test_libFLAC/file_utils.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/file_utils.h b/src/test_libFLAC/file_utils.h index e10b2b11..a641cebc 100644 --- a/src/test_libFLAC/file_utils.h +++ b/src/test_libFLAC/file_utils.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/format.c b/src/test_libFLAC/format.c index 75d8a310..7980e5d4 100644 --- a/src/test_libFLAC/format.c +++ b/src/test_libFLAC/format.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 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/src/test_libFLAC/format.h b/src/test_libFLAC/format.h index 567272c5..8500876e 100644 --- a/src/test_libFLAC/format.h +++ b/src/test_libFLAC/format.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 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/src/test_libFLAC/main.c b/src/test_libFLAC/main.c index 74c1f6bd..ca62c902 100644 --- a/src/test_libFLAC/main.c +++ b/src/test_libFLAC/main.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/test_libFLAC/metadata.c b/src/test_libFLAC/metadata.c index 66ba4b16..92378fdc 100644 --- a/src/test_libFLAC/metadata.c +++ b/src/test_libFLAC/metadata.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/metadata.h b/src/test_libFLAC/metadata.h index 7b8d5e75..be026e58 100644 --- a/src/test_libFLAC/metadata.h +++ b/src/test_libFLAC/metadata.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/metadata_manip.c b/src/test_libFLAC/metadata_manip.c index 5cd4c080..eedd0c3c 100644 --- a/src/test_libFLAC/metadata_manip.c +++ b/src/test_libFLAC/metadata_manip.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/metadata_object.c b/src/test_libFLAC/metadata_object.c index aee8de1f..0c450f3b 100644 --- a/src/test_libFLAC/metadata_object.c +++ b/src/test_libFLAC/metadata_object.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/metadata_utils.c b/src/test_libFLAC/metadata_utils.c index 7dc57acd..fb8a3594 100644 --- a/src/test_libFLAC/metadata_utils.c +++ b/src/test_libFLAC/metadata_utils.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libFLAC/metadata_utils.h b/src/test_libFLAC/metadata_utils.h index 7a653938..82a9e2dc 100644 --- a/src/test_libFLAC/metadata_utils.h +++ b/src/test_libFLAC/metadata_utils.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/Makefile.am b/src/test_libOggFLAC++/Makefile.am index ee70400c..1615a811 100644 --- a/src/test_libOggFLAC++/Makefile.am +++ b/src/test_libOggFLAC++/Makefile.am @@ -1,5 +1,5 @@ # test_libOggFLAC++ - Unit tester for libOggFLAC++ -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/Makefile.lite b/src/test_libOggFLAC++/Makefile.lite index 08d67580..b79ce3de 100644 --- a/src/test_libOggFLAC++/Makefile.lite +++ b/src/test_libOggFLAC++/Makefile.lite @@ -1,5 +1,5 @@ # test_libOggFLAC++ - Unit tester for libOggFLAC++ -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/decoders.cpp b/src/test_libOggFLAC++/decoders.cpp index fc31fb8f..aa7d1ba5 100644 --- a/src/test_libOggFLAC++/decoders.cpp +++ b/src/test_libOggFLAC++/decoders.cpp @@ -1,5 +1,5 @@ /* test_libOggFLAC++ - Unit tester for libOggFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/decoders.h b/src/test_libOggFLAC++/decoders.h index e022a84f..9d009e71 100644 --- a/src/test_libOggFLAC++/decoders.h +++ b/src/test_libOggFLAC++/decoders.h @@ -1,5 +1,5 @@ /* test_libOggFLAC++ - Unit tester for libOggFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/encoders.cpp b/src/test_libOggFLAC++/encoders.cpp index 67cd983c..469ea6ed 100644 --- a/src/test_libOggFLAC++/encoders.cpp +++ b/src/test_libOggFLAC++/encoders.cpp @@ -1,5 +1,5 @@ /* test_libOggFLAC++ - Unit tester for libOggFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/encoders.h b/src/test_libOggFLAC++/encoders.h index 79aef0ed..d55b5e5e 100644 --- a/src/test_libOggFLAC++/encoders.h +++ b/src/test_libOggFLAC++/encoders.h @@ -1,5 +1,5 @@ /* test_libOggFLAC++ - Unit tester for libOggFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/file_utils.c b/src/test_libOggFLAC++/file_utils.c index 40816f5a..c60e85be 100644 --- a/src/test_libOggFLAC++/file_utils.c +++ b/src/test_libOggFLAC++/file_utils.c @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/file_utils.h b/src/test_libOggFLAC++/file_utils.h index ef47f37e..45338c64 100644 --- a/src/test_libOggFLAC++/file_utils.h +++ b/src/test_libOggFLAC++/file_utils.h @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/main.cpp b/src/test_libOggFLAC++/main.cpp index c9f23799..63afe0a9 100644 --- a/src/test_libOggFLAC++/main.cpp +++ b/src/test_libOggFLAC++/main.cpp @@ -1,5 +1,5 @@ /* test_libOggFLAC++ - Unit tester for libOggFLAC++ - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/metadata_utils.c b/src/test_libOggFLAC++/metadata_utils.c index 7dc57acd..fb8a3594 100644 --- a/src/test_libOggFLAC++/metadata_utils.c +++ b/src/test_libOggFLAC++/metadata_utils.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC++/metadata_utils.h b/src/test_libOggFLAC++/metadata_utils.h index 7a653938..82a9e2dc 100644 --- a/src/test_libOggFLAC++/metadata_utils.h +++ b/src/test_libOggFLAC++/metadata_utils.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/Makefile.am b/src/test_libOggFLAC/Makefile.am index 75588316..59a2aed0 100644 --- a/src/test_libOggFLAC/Makefile.am +++ b/src/test_libOggFLAC/Makefile.am @@ -1,5 +1,5 @@ # test_libOggFLAC - Unit tester for libOggFLAC -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/Makefile.lite b/src/test_libOggFLAC/Makefile.lite index 06a62e33..b03c6f1c 100644 --- a/src/test_libOggFLAC/Makefile.lite +++ b/src/test_libOggFLAC/Makefile.lite @@ -1,5 +1,5 @@ # test_libOggFLAC - Unit tester for libOggFLAC -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/decoders.c b/src/test_libOggFLAC/decoders.c index 6705b4e5..5a8e3dbb 100644 --- a/src/test_libOggFLAC/decoders.c +++ b/src/test_libOggFLAC/decoders.c @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/decoders.h b/src/test_libOggFLAC/decoders.h index d89d742c..09813546 100644 --- a/src/test_libOggFLAC/decoders.h +++ b/src/test_libOggFLAC/decoders.h @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/encoders.c b/src/test_libOggFLAC/encoders.c index 4ba62de1..73bad3b2 100644 --- a/src/test_libOggFLAC/encoders.c +++ b/src/test_libOggFLAC/encoders.c @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/encoders.h b/src/test_libOggFLAC/encoders.h index ea446d94..3180d410 100644 --- a/src/test_libOggFLAC/encoders.h +++ b/src/test_libOggFLAC/encoders.h @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/file_utils.c b/src/test_libOggFLAC/file_utils.c index 40816f5a..c60e85be 100644 --- a/src/test_libOggFLAC/file_utils.c +++ b/src/test_libOggFLAC/file_utils.c @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/file_utils.h b/src/test_libOggFLAC/file_utils.h index ef47f37e..45338c64 100644 --- a/src/test_libOggFLAC/file_utils.h +++ b/src/test_libOggFLAC/file_utils.h @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/main.c b/src/test_libOggFLAC/main.c index b6897b4c..ce960fae 100644 --- a/src/test_libOggFLAC/main.c +++ b/src/test_libOggFLAC/main.c @@ -1,5 +1,5 @@ /* test_libOggFLAC - Unit tester for libOggFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/metadata_utils.c b/src/test_libOggFLAC/metadata_utils.c index 7dc57acd..fb8a3594 100644 --- a/src/test_libOggFLAC/metadata_utils.c +++ b/src/test_libOggFLAC/metadata_utils.c @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_libOggFLAC/metadata_utils.h b/src/test_libOggFLAC/metadata_utils.h index 7a653938..82a9e2dc 100644 --- a/src/test_libOggFLAC/metadata_utils.h +++ b/src/test_libOggFLAC/metadata_utils.h @@ -1,5 +1,5 @@ /* test_libFLAC - Unit tester for libFLAC - * Copyright (C) 2002,2003,2004 Josh Coalson + * Copyright (C) 2002,2003,2004,2005 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/src/test_seeking/Makefile.am b/src/test_seeking/Makefile.am index 7ff931c1..1036180c 100644 --- a/src/test_seeking/Makefile.am +++ b/src/test_seeking/Makefile.am @@ -1,5 +1,5 @@ # test_seeking - Seeking tester for libFLAC and libOggFLAC -# Copyright (C) 2004 Josh Coalson +# Copyright (C) 2004,2005 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/src/test_seeking/Makefile.lite b/src/test_seeking/Makefile.lite index 5dae725b..e3e3ffc9 100644 --- a/src/test_seeking/Makefile.lite +++ b/src/test_seeking/Makefile.lite @@ -1,5 +1,5 @@ # test_seeking - Seeking tester for libFLAC and libOggFLAC -# Copyright (C) 2004 Josh Coalson +# Copyright (C) 2004,2005 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/src/test_seeking/main.c b/src/test_seeking/main.c index cf62eca5..d981d03e 100644 --- a/src/test_seeking/main.c +++ b/src/test_seeking/main.c @@ -1,5 +1,5 @@ /* test_seeking - Seeking tester for libFLAC and libOggFLAC - * Copyright (C) 2004 Josh Coalson + * Copyright (C) 2004,2005 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/src/test_streams/Makefile.am b/src/test_streams/Makefile.am index 972d7c67..3b821275 100644 --- a/src/test_streams/Makefile.am +++ b/src/test_streams/Makefile.am @@ -1,5 +1,5 @@ # test_streams - Simple test pattern generator -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/test_streams/Makefile.lite b/src/test_streams/Makefile.lite index dac8078e..e9fc314b 100644 --- a/src/test_streams/Makefile.lite +++ b/src/test_streams/Makefile.lite @@ -1,5 +1,5 @@ # test_streams - Simple test pattern generator -# Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2000,2001,2002,2003,2004,2005 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/src/test_streams/main.c b/src/test_streams/main.c index 0b9f4978..15972539 100644 --- a/src/test_streams/main.c +++ b/src/test_streams/main.c @@ -1,5 +1,5 @@ /* test_streams - Simple test pattern generator - * Copyright (C) 2000,2001,2002,2003,2004 Josh Coalson + * Copyright (C) 2000,2001,2002,2003,2004,2005 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/test/Makefile.am b/test/Makefile.am index e8242e11..08c2f329 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/test/Makefile.lite b/test/Makefile.lite index 32a9207d..2f57293c 100644 --- a/test/Makefile.lite +++ b/test/Makefile.lite @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/test/cuesheets/Makefile.am b/test/cuesheets/Makefile.am index b2ca8c29..8566e2c4 100644 --- a/test/cuesheets/Makefile.am +++ b/test/cuesheets/Makefile.am @@ -1,5 +1,5 @@ # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/test/test_bins.sh b/test/test_bins.sh index 868bdf25..913cbbcc 100755 --- a/test/test_bins.sh +++ b/test/test_bins.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/test/test_flac.sh b/test/test_flac.sh index e3bed8f0..6f68f731 100755 --- a/test/test_flac.sh +++ b/test/test_flac.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/test/test_grabbag.sh b/test/test_grabbag.sh index 2569b874..877884cb 100755 --- a/test/test_grabbag.sh +++ b/test/test_grabbag.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/test/test_libFLAC++.sh b/test/test_libFLAC++.sh index a0f492de..12ca4b52 100755 --- a/test/test_libFLAC++.sh +++ b/test/test_libFLAC++.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/test/test_libFLAC.sh b/test/test_libFLAC.sh index 7a6a3e81..34449299 100755 --- a/test/test_libFLAC.sh +++ b/test/test_libFLAC.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 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/test/test_libOggFLAC++.sh b/test/test_libOggFLAC++.sh index a4706527..c4709ba1 100755 --- a/test/test_libOggFLAC++.sh +++ b/test/test_libOggFLAC++.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/test/test_libOggFLAC.sh b/test/test_libOggFLAC.sh index b871b97d..80133265 100755 --- a/test/test_libOggFLAC.sh +++ b/test/test_libOggFLAC.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/test/test_metaflac.sh b/test/test_metaflac.sh index 0b7225d8..26ab690a 100755 --- a/test/test_metaflac.sh +++ b/test/test_metaflac.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2002,2003,2004 Josh Coalson +# Copyright (C) 2002,2003,2004,2005 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/test/test_seeking.sh b/test/test_seeking.sh index 9c8c989f..4892b7ca 100755 --- a/test/test_seeking.sh +++ b/test/test_seeking.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2004 Josh Coalson +# Copyright (C) 2004,2005 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/test/test_streams.sh b/test/test_streams.sh index 8281e9a5..96df8c1d 100755 --- a/test/test_streams.sh +++ b/test/test_streams.sh @@ -1,7 +1,7 @@ #!/bin/sh # FLAC - Free Lossless Audio Codec -# Copyright (C) 2001,2002,2003,2004 Josh Coalson +# Copyright (C) 2001,2002,2003,2004,2005 Josh Coalson # # This file is part the FLAC project. FLAC is comprised of several # components distributed under difference licenses. The codec libraries