summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.lite2
-rw-r--r--src/flac/Makefile.am2
-rw-r--r--src/flac/Makefile.lite2
-rw-r--r--src/flac/analyze.c2
-rw-r--r--src/flac/analyze.h2
-rw-r--r--src/flac/decode.c2
-rw-r--r--src/flac/decode.h2
-rw-r--r--src/flac/encode.c2
-rw-r--r--src/flac/encode.h2
-rw-r--r--src/flac/local_string_utils.h2
-rw-r--r--src/flac/main.c6
-rw-r--r--src/flac/utils.c2
-rw-r--r--src/flac/utils.h2
-rw-r--r--src/flac/vorbiscomment.c2
-rw-r--r--src/flac/vorbiscomment.h2
-rw-r--r--src/libFLAC++/Makefile.am2
-rw-r--r--src/libFLAC++/Makefile.lite2
-rw-r--r--src/libFLAC++/metadata.cpp2
-rw-r--r--src/libFLAC++/stream_decoder.cpp2
-rw-r--r--src/libFLAC++/stream_encoder.cpp2
-rw-r--r--src/libFLAC/Makefile.am2
-rw-r--r--src/libFLAC/Makefile.lite2
-rw-r--r--src/libFLAC/bitmath.c2
-rw-r--r--src/libFLAC/bitwriter.c2
-rw-r--r--src/libFLAC/cpu.c2
-rw-r--r--src/libFLAC/crc.c2
-rw-r--r--src/libFLAC/fixed.c2
-rw-r--r--src/libFLAC/float.c2
-rw-r--r--src/libFLAC/format.c2
-rw-r--r--src/libFLAC/ia32/Makefile.am2
-rw-r--r--src/libFLAC/ia32/cpu_asm.nasm2
-rw-r--r--src/libFLAC/ia32/fixed_asm.nasm2
-rw-r--r--src/libFLAC/ia32/lpc_asm-unrolled.nasm2
-rw-r--r--src/libFLAC/ia32/lpc_asm.nasm2
-rw-r--r--src/libFLAC/ia32/nasm.h2
-rw-r--r--src/libFLAC/include/Makefile.am2
-rw-r--r--src/libFLAC/include/private/Makefile.am2
-rw-r--r--src/libFLAC/include/private/all.h2
-rw-r--r--src/libFLAC/include/private/bitmath.h2
-rw-r--r--src/libFLAC/include/private/cpu.h2
-rw-r--r--src/libFLAC/include/private/crc.h2
-rw-r--r--src/libFLAC/include/private/fixed.h2
-rw-r--r--src/libFLAC/include/private/float.h2
-rw-r--r--src/libFLAC/include/private/format.h2
-rw-r--r--src/libFLAC/include/private/lpc.h2
-rw-r--r--src/libFLAC/include/private/memory.h2
-rw-r--r--src/libFLAC/include/private/metadata.h2
-rw-r--r--src/libFLAC/include/private/ogg_decoder_aspect.h2
-rw-r--r--src/libFLAC/include/private/ogg_encoder_aspect.h2
-rw-r--r--src/libFLAC/include/private/ogg_helper.h2
-rw-r--r--src/libFLAC/include/private/ogg_mapping.h2
-rw-r--r--src/libFLAC/include/private/stream_encoder_framing.h2
-rw-r--r--src/libFLAC/include/private/window.h2
-rw-r--r--src/libFLAC/include/protected/Makefile.am2
-rw-r--r--src/libFLAC/include/protected/all.h2
-rw-r--r--src/libFLAC/include/protected/stream_decoder.h2
-rw-r--r--src/libFLAC/include/protected/stream_encoder.h2
-rw-r--r--src/libFLAC/lpc.c2
-rw-r--r--src/libFLAC/memory.c2
-rw-r--r--src/libFLAC/metadata_iterators.c2
-rw-r--r--src/libFLAC/metadata_object.c2
-rw-r--r--src/libFLAC/ogg_decoder_aspect.c2
-rw-r--r--src/libFLAC/ogg_encoder_aspect.c2
-rw-r--r--src/libFLAC/ogg_helper.c2
-rw-r--r--src/libFLAC/ogg_mapping.c2
-rw-r--r--src/libFLAC/ppc/Makefile.am2
-rw-r--r--src/libFLAC/ppc/as/Makefile.am2
-rw-r--r--src/libFLAC/ppc/as/lpc_asm.s2
-rw-r--r--src/libFLAC/ppc/gas/Makefile.am2
-rw-r--r--src/libFLAC/ppc/gas/lpc_asm.s2
-rw-r--r--src/libFLAC/stream_decoder.c2
-rw-r--r--src/libFLAC/stream_encoder.c2
-rw-r--r--src/libFLAC/stream_encoder_framing.c2
-rw-r--r--src/libFLAC/window.c2
-rw-r--r--src/metaflac/Makefile.am2
-rw-r--r--src/metaflac/Makefile.lite2
-rw-r--r--src/metaflac/main.c2
-rw-r--r--src/metaflac/operations.c2
-rw-r--r--src/metaflac/operations.h2
-rw-r--r--src/metaflac/operations_shorthand_cuesheet.c2
-rw-r--r--src/metaflac/operations_shorthand_picture.c2
-rw-r--r--src/metaflac/operations_shorthand_seektable.c2
-rw-r--r--src/metaflac/operations_shorthand_streaminfo.c2
-rw-r--r--src/metaflac/operations_shorthand_vorbiscomment.c2
-rw-r--r--src/metaflac/options.c2
-rw-r--r--src/metaflac/options.h2
-rw-r--r--src/metaflac/usage.c4
-rw-r--r--src/metaflac/usage.h2
-rw-r--r--src/metaflac/utils.c2
-rw-r--r--src/metaflac/utils.h2
-rw-r--r--src/monkeys_audio_utilities/Makefile.am2
-rw-r--r--src/monkeys_audio_utilities/flac_mac/Makefile.am2
-rw-r--r--src/monkeys_audio_utilities/flac_mac/main.c2
-rw-r--r--src/monkeys_audio_utilities/flac_ren/Makefile.am2
-rw-r--r--src/monkeys_audio_utilities/flac_ren/main.c2
-rw-r--r--src/plugin_common/Makefile.am2
-rw-r--r--src/plugin_common/Makefile.lite2
-rw-r--r--src/plugin_common/all.h2
-rw-r--r--src/plugin_common/charset.c2
-rw-r--r--src/plugin_common/charset.h2
-rw-r--r--src/plugin_common/defs.h2
-rw-r--r--src/plugin_common/dither.c2
-rw-r--r--src/plugin_common/dither.h2
-rw-r--r--src/plugin_common/replaygain.c2
-rw-r--r--src/plugin_common/replaygain.h2
-rw-r--r--src/plugin_common/tags.c2
-rw-r--r--src/plugin_common/tags.h2
-rw-r--r--src/plugin_winamp2/Makefile.am2
-rw-r--r--src/plugin_winamp2/configure.c2
-rw-r--r--src/plugin_winamp2/configure.h2
-rw-r--r--src/plugin_winamp2/in_flac.c2
-rw-r--r--src/plugin_winamp2/include/Makefile.am2
-rw-r--r--src/plugin_winamp2/include/winamp2/Makefile.am2
-rw-r--r--src/plugin_winamp2/infobox.c2
-rw-r--r--src/plugin_winamp2/infobox.h2
-rw-r--r--src/plugin_winamp2/playback.c2
-rw-r--r--src/plugin_winamp2/playback.h2
-rw-r--r--src/plugin_xmms/Makefile.am2
-rw-r--r--src/plugin_xmms/Makefile.lite2
-rw-r--r--src/plugin_xmms/locale_hack.h2
-rw-r--r--src/plugin_xmms/plugin.c2
-rw-r--r--src/plugin_xmms/plugin.h2
-rw-r--r--src/plugin_xmms/tag.c4
-rw-r--r--src/share/Makefile.am2
-rw-r--r--src/share/Makefile.lite2
-rw-r--r--src/share/grabbag/cuesheet.c2
-rw-r--r--src/share/grabbag/file.c2
-rw-r--r--src/share/grabbag/picture.c2
-rw-r--r--src/share/grabbag/replaygain.c2
-rw-r--r--src/share/grabbag/seektable.c2
-rw-r--r--src/share/replaygain_synthesis/include/Makefile.am2
-rw-r--r--src/share/replaygain_synthesis/include/private/Makefile.am2
-rw-r--r--src/share/replaygain_synthesis/replaygain_synthesis.c2
-rw-r--r--src/test_grabbag/Makefile.am2
-rw-r--r--src/test_grabbag/Makefile.lite2
-rw-r--r--src/test_grabbag/cuesheet/Makefile.am2
-rw-r--r--src/test_grabbag/cuesheet/Makefile.lite2
-rw-r--r--src/test_grabbag/cuesheet/main.c2
-rw-r--r--src/test_grabbag/picture/Makefile.am2
-rw-r--r--src/test_grabbag/picture/Makefile.lite2
-rw-r--r--src/test_grabbag/picture/main.c2
-rw-r--r--src/test_libFLAC++/Makefile.am2
-rw-r--r--src/test_libFLAC++/Makefile.lite2
-rw-r--r--src/test_libFLAC++/decoders.cpp2
-rw-r--r--src/test_libFLAC++/decoders.h2
-rw-r--r--src/test_libFLAC++/encoders.cpp2
-rw-r--r--src/test_libFLAC++/encoders.h2
-rw-r--r--src/test_libFLAC++/main.cpp2
-rw-r--r--src/test_libFLAC++/metadata.cpp2
-rw-r--r--src/test_libFLAC++/metadata.h2
-rw-r--r--src/test_libFLAC++/metadata_manip.cpp2
-rw-r--r--src/test_libFLAC++/metadata_object.cpp2
-rw-r--r--src/test_libFLAC/Makefile.am2
-rw-r--r--src/test_libFLAC/Makefile.lite2
-rw-r--r--src/test_libFLAC/bitwriter.c2
-rw-r--r--src/test_libFLAC/bitwriter.h2
-rw-r--r--src/test_libFLAC/decoders.c2
-rw-r--r--src/test_libFLAC/decoders.h2
-rw-r--r--src/test_libFLAC/encoders.c2
-rw-r--r--src/test_libFLAC/encoders.h2
-rw-r--r--src/test_libFLAC/format.c2
-rw-r--r--src/test_libFLAC/format.h2
-rw-r--r--src/test_libFLAC/main.c2
-rw-r--r--src/test_libFLAC/metadata.c2
-rw-r--r--src/test_libFLAC/metadata.h2
-rw-r--r--src/test_libFLAC/metadata_manip.c2
-rw-r--r--src/test_libFLAC/metadata_object.c2
-rw-r--r--src/test_libs_common/Makefile.am2
-rw-r--r--src/test_libs_common/Makefile.lite2
-rw-r--r--src/test_libs_common/file_utils_flac.c2
-rw-r--r--src/test_libs_common/metadata_utils.c2
-rw-r--r--src/test_seeking/Makefile.am2
-rw-r--r--src/test_seeking/Makefile.lite2
-rw-r--r--src/test_seeking/main.c2
-rw-r--r--src/test_streams/Makefile.am2
-rw-r--r--src/test_streams/Makefile.lite2
-rw-r--r--src/test_streams/main.c2
178 files changed, 182 insertions, 182 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9de7d7de..298eb17e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 3fc51104..1d496b02 100644
--- a/src/Makefile.lite
+++ b/src/Makefile.lite
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001,2002,2003,2004,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 2eedfa6a..1edc5506 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 cb63a403..59f6bb49 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 0ebb7259..2697e6e0 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 819962f8..fdbc682d 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 5dd9e603..35d47e47 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 a20cbf34..0b862134 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 5433428a..a03fefbe 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 52024798..d3b7791c 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 d4583c8b..e43041ba 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 36109a00..4d7c9e9e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -430,7 +430,7 @@ int do_it(void)
}
flac__utils_printf(stderr, 2, "\n");
- flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson\n", FLAC__VERSION_STRING);
+ flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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");
@@ -1060,7 +1060,7 @@ static void usage_header(void)
{
printf("===============================================================================\n");
printf("flac - Command-line FLAC encoder/decoder version %s\n", FLAC__VERSION_STRING);
- printf("Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson\n");
+ printf("Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 e97a6fb7..bca8af76 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 de8e6b31..0ba06e7e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 30df758e..23331e5e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 2f796b56..aeca20b0 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 c37dd300..43cc0222 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 8bdb59cf..ec1f6781 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 843b2c89..4aaa82c4 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 13f12814..38946952 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 c78d71f7..cf65f230 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 0d28fee0..09a275c1 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 5e0f7fba..2d08e710 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 a3e8b373..27e25f0f 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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/bitwriter.c b/src/libFLAC/bitwriter.c
index 0909adb7..28d26752 100644
--- a/src/libFLAC/bitwriter.c
+++ b/src/libFLAC/bitwriter.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 de2bb2a3..d78c7e17 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 de4e80e8..463ab65e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 a87e6c61..1a3aac09 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 7c58f651..8e192802 100644
--- a/src/libFLAC/float.c
+++ b/src/libFLAC/float.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2004,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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 a4e19baa..46ac754e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 1df0cc1f..5f010f6a 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 d5a975da..c982f7bb 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,2005,2006 Josh Coalson
+; Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 9ce38eee..b48d5973 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,2005,2006 Josh Coalson
+; Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 efffb83c..df1dbe69 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,2005,2006 Josh Coalson
+; Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 9c0ac513..47443674 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,2005,2006 Josh Coalson
+; Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 9b578b67..215498d8 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,2005,2006 Josh Coalson
+; Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 fe99bb40..866a8948 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 6ee7df67..e8abc582 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 ab937a96..304c471a 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 6fe42020..87fa0fac 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 bb855a32..c24f8b35 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 94f1ba8b..0b67fb4b 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 bb71b202..6656b796 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 24ce42f3..73313f6d 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,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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 db5f4eb2..7f5cc936 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 8d483107..9f433445 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 3851f6ce..7852c815 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 7d4b5d86..b5268c95 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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/ogg_decoder_aspect.h b/src/libFLAC/include/private/ogg_decoder_aspect.h
index 3c5a48ef..df2b6b55 100644
--- a/src/libFLAC/include/private/ogg_decoder_aspect.h
+++ b/src/libFLAC/include/private/ogg_decoder_aspect.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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/ogg_encoder_aspect.h b/src/libFLAC/include/private/ogg_encoder_aspect.h
index 41612882..290da071 100644
--- a/src/libFLAC/include/private/ogg_encoder_aspect.h
+++ b/src/libFLAC/include/private/ogg_encoder_aspect.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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/ogg_helper.h b/src/libFLAC/include/private/ogg_helper.h
index 98a14296..389be18a 100644
--- a/src/libFLAC/include/private/ogg_helper.h
+++ b/src/libFLAC/include/private/ogg_helper.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec
- * Copyright (C) 2004,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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/ogg_mapping.h b/src/libFLAC/include/private/ogg_mapping.h
index dbc86e18..07dd8b27 100644
--- a/src/libFLAC/include/private/ogg_mapping.h
+++ b/src/libFLAC/include/private/ogg_mapping.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec
- * Copyright (C) 2004,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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 58b13d12..4865c16c 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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/window.h b/src/libFLAC/include/private/window.h
index 7b801df2..01e0fc46 100644
--- a/src/libFLAC/include/private/window.h
+++ b/src/libFLAC/include/private/window.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2006 Josh Coalson
+ * Copyright (C) 2006,2007 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 9c3e5dfe..66c697c8 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 81a04c77..2921092b 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 8e9efab7..9108ca78 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 a9023332..e299916d 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 c21b6dd3..aecaebd7 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 dbed76b6..2df3bfb5 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 113f20f8..ecead503 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 d31a6a53..fdfc824e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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/ogg_decoder_aspect.c b/src/libFLAC/ogg_decoder_aspect.c
index eb325dba..6974de30 100644
--- a/src/libFLAC/ogg_decoder_aspect.c
+++ b/src/libFLAC/ogg_decoder_aspect.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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/ogg_encoder_aspect.c b/src/libFLAC/ogg_encoder_aspect.c
index d91d2860..37df0893 100644
--- a/src/libFLAC/ogg_encoder_aspect.c
+++ b/src/libFLAC/ogg_encoder_aspect.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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/ogg_helper.c b/src/libFLAC/ogg_helper.c
index d368fca7..aeaf99f4 100644
--- a/src/libFLAC/ogg_helper.c
+++ b/src/libFLAC/ogg_helper.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec
- * Copyright (C) 2004,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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/ogg_mapping.c b/src/libFLAC/ogg_mapping.c
index 0a9cd0e1..a5188926 100644
--- a/src/libFLAC/ogg_mapping.c
+++ b/src/libFLAC/ogg_mapping.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec
- * Copyright (C) 2004,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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 8242fb9c..87cd95c6 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,2005,2006 Josh Coalson
+# Copyright (C) 2004,2005,2006,2007 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 7952c407..919938bb 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,2005,2006 Josh Coalson
+# Copyright (C) 2004,2005,2006,2007 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 9d01fa65..ca39c6ff 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,2005,2006 Josh Coalson
+; Copyright (C) 2004,2005,2006,2007 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 27b4fe95..3a66c27a 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,2005,2006 Josh Coalson
+# Copyright (C) 2004,2005,2006,2007 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 684c31b0..22035701 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,2005,2006 Josh Coalson
+# Copyright (C) 2004,2005,2006,2007 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 22506c23..a347220e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 667a3cb6..70681033 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 55540284..8b9558b1 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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/window.c b/src/libFLAC/window.c
index 1a30cb19..cd689c57 100644
--- a/src/libFLAC/window.c
+++ b/src/libFLAC/window.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2006 Josh Coalson
+ * Copyright (C) 2006,2007 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 1a61e712..2f8345ed 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 abfb2f23..21a557dc 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 43241256..d2b8145e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 367307d4..d2f2165a 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 95bd5c38..b5144a36 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 323424ae..1f7e9501 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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_picture.c b/src/metaflac/operations_shorthand_picture.c
index 22346398..01461875 100644
--- a/src/metaflac/operations_shorthand_picture.c
+++ b/src/metaflac/operations_shorthand_picture.c
@@ -1,5 +1,5 @@
/* metaflac - Command-line FLAC metadata editor
- * Copyright (C) 2001,2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 4af5fbfb..9b6a1d8b 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 697cea4b..ab8e5d47 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 e28b9b11..ec1ec6c8 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 9c9e5917..153f738e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 4be81659..244a8d01 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 f5b00b44..f85d3957 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -29,7 +29,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,2005,2006 Josh Coalson\n");
+ fprintf(out, "Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 9a253b76..8ad091c7 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 75991d64..b9bb5a0c 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 8c76e4c7..111d10cc 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,2005,2006 Josh Coalson
+ * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 655f91a8..3cfe69af 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 e36c6913..2e52c919 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 adc7aea5..99109c0b 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 aa471c95..c90611a6 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 b307fd59..fa849836 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 e6b2559a..0fe453ab 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/Makefile.lite b/src/plugin_common/Makefile.lite
index b723267f..93db7c8e 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/all.h b/src/plugin_common/all.h
index d6f34b14..e987dd08 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/charset.c b/src/plugin_common/charset.c
index e63c5c4b..df0bcfa2 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 c6743b6b..7ea28381 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 d8409e39..0cc9b4b0 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/dither.c b/src/plugin_common/dither.c
index feaf298a..47d15c74 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 b1dc32b7..ad94bae1 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/replaygain.c b/src/plugin_common/replaygain.c
index 753a1900..048a0cae 100644
--- a/src/plugin_common/replaygain.c
+++ b/src/plugin_common/replaygain.c
@@ -1,5 +1,5 @@
/* plugin_common - Routines common to several plugins
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
* Copyright (C) 2003 Philip Jägenstedt
*
* This program is free software; you can redistribute it and/or
diff --git a/src/plugin_common/replaygain.h b/src/plugin_common/replaygain.h
index c54c8bd1..f3d1b0d7 100644
--- a/src/plugin_common/replaygain.h
+++ b/src/plugin_common/replaygain.h
@@ -1,5 +1,5 @@
/* plugin_common - Routines common to several plugins
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
* Copyright (C) 2003 Philip Jägenstedt
*
* This program is free software; you can redistribute it and/or
diff --git a/src/plugin_common/tags.c b/src/plugin_common/tags.c
index 9036d4c0..7a9ae82f 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_common/tags.h b/src/plugin_common/tags.h
index d6a07f45..78887674 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/Makefile.am b/src/plugin_winamp2/Makefile.am
index 83de684b..7077e811 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/configure.c b/src/plugin_winamp2/configure.c
index 39e022f6..51db3acd 100644
--- a/src/plugin_winamp2/configure.c
+++ b/src/plugin_winamp2/configure.c
@@ -1,5 +1,5 @@
/* in_flac - Winamp2 FLAC input plugin
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/configure.h b/src/plugin_winamp2/configure.h
index 9bf04220..c1900a95 100644
--- a/src/plugin_winamp2/configure.h
+++ b/src/plugin_winamp2/configure.h
@@ -1,5 +1,5 @@
/* in_flac - Winamp2 FLAC input plugin
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/in_flac.c b/src/plugin_winamp2/in_flac.c
index cd18cf37..a467b4ca 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/include/Makefile.am b/src/plugin_winamp2/include/Makefile.am
index d9ae5653..ea96623b 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/include/winamp2/Makefile.am b/src/plugin_winamp2/include/winamp2/Makefile.am
index db7518c3..8153ed8b 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/infobox.c b/src/plugin_winamp2/infobox.c
index 1b1b6846..c4b80341 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/infobox.h b/src/plugin_winamp2/infobox.h
index 7268b437..9748c2da 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/playback.c b/src/plugin_winamp2/playback.c
index b3e29129..cdadaa57 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_winamp2/playback.h b/src/plugin_winamp2/playback.h
index 040c896c..4648adcf 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am
index e1f4b114..62ca2abb 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 aebd5339..ffd92163 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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/locale_hack.h b/src/plugin_xmms/locale_hack.h
index d5097ef5..d04b1b2e 100644
--- a/src/plugin_xmms/locale_hack.h
+++ b/src/plugin_xmms/locale_hack.h
@@ -1,5 +1,5 @@
/* plugin_common - Routines common to several plugins
- * Copyright (C) 2002,2003,2004,2005 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2006,2007 Josh Coalson
*
* Based on:
* locale.h - 2000/05/05 13:10 Jerome Couderc
diff --git a/src/plugin_xmms/plugin.c b/src/plugin_xmms/plugin.c
index d27e9563..e46d29ad 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 c8b09439..334c167b 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,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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 308f064f..c4a7c940 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,2005,2006 Josh Coalson
- * Copyright (C) 2002,2003,2004,2005,2006 Daisuke Shimamura
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Daisuke Shimamura
*
* Based on FLAC plugin.c and mpg123 plugin
*
diff --git a/src/share/Makefile.am b/src/share/Makefile.am
index 2a1626af..19d71ee6 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 68650004..9ed2198e 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,2005,2006 Josh Coalson
+# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 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 2b2c7cdb..e5215525 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/share/grabbag/file.c b/src/share/grabbag/file.c
index 25b12990..a481f743 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/share/grabbag/picture.c b/src/share/grabbag/picture.c
index 09cb65c5..ba3ff437 100644
--- a/src/share/grabbag/picture.c
+++ b/src/share/grabbag/picture.c
@@ -1,5 +1,5 @@
/* grabbag - Convenience lib for various routines common to several tools
- * Copyright (C) 2006 Josh Coalson
+ * Copyright (C) 2006,2007 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 eafcaad0..8fedce7d 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/share/grabbag/seektable.c b/src/share/grabbag/seektable.c
index 3ee63745..55ac766e 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/share/replaygain_synthesis/include/Makefile.am b/src/share/replaygain_synthesis/include/Makefile.am
index 6586fbd1..4418640f 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/share/replaygain_synthesis/include/private/Makefile.am b/src/share/replaygain_synthesis/include/private/Makefile.am
index 774fdd7a..081d7ba4 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/src/share/replaygain_synthesis/replaygain_synthesis.c b/src/share/replaygain_synthesis/replaygain_synthesis.c
index 79b7285c..895791a5 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/test_grabbag/Makefile.am b/src/test_grabbag/Makefile.am
index 96407302..825d1cbe 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 807b2e34..93512c31 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 7b7a1ac5..7d5caf13 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 ed200c54..0178b1e5 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 6bbf04a3..bb99834c 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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/picture/Makefile.am b/src/test_grabbag/picture/Makefile.am
index 5fdaa0ed..de62569e 100644
--- a/src/test_grabbag/picture/Makefile.am
+++ b/src/test_grabbag/picture/Makefile.am
@@ -1,5 +1,5 @@
# test_picture - Simple tester for cuesheet routines in grabbag
-# Copyright (C) 2006 Josh Coalson
+# Copyright (C) 2006,2007 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/picture/Makefile.lite b/src/test_grabbag/picture/Makefile.lite
index 43ce4db4..3bea7b6e 100644
--- a/src/test_grabbag/picture/Makefile.lite
+++ b/src/test_grabbag/picture/Makefile.lite
@@ -1,5 +1,5 @@
# test_cuesheet - Simple tester for cuesheet routines in grabbag
-# Copyright (C) 2006 Josh Coalson
+# Copyright (C) 2006,2007 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/picture/main.c b/src/test_grabbag/picture/main.c
index 64e4b0e7..4b179fa1 100644
--- a/src/test_grabbag/picture/main.c
+++ b/src/test_grabbag/picture/main.c
@@ -1,5 +1,5 @@
/* test_picture - Simple tester for cuesheet routines in grabbag
- * Copyright (C) 2006 Josh Coalson
+ * Copyright (C) 2006,2007 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 bb581a3b..0865295c 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 cfa9302f..cf7eb4b4 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,2005,2006 Josh Coalson
+# Copyright (C) 2002,2003,2004,2005,2006,2007 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 55d84639..9a6c6931 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 260b0711..422c31c5 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 a93784f3..eab4442a 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 f98b5239..2b5c8c73 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 be7a6986..6a3a0a34 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 496a6697..135f61ef 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 b5cfd253..090dcc4b 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 5418cb38..c996cda8 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 db48d5e0..9e9aec44 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 c08eca07..4258c776 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 cfa628ab..60d99203 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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/bitwriter.c b/src/test_libFLAC/bitwriter.c
index 83fd437e..31fecf36 100644
--- a/src/test_libFLAC/bitwriter.c
+++ b/src/test_libFLAC/bitwriter.c
@@ -1,5 +1,5 @@
/* test_libFLAC - Unit tester for libFLAC
- * Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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/bitwriter.h b/src/test_libFLAC/bitwriter.h
index d6f4b845..44b6ade5 100644
--- a/src/test_libFLAC/bitwriter.h
+++ b/src/test_libFLAC/bitwriter.h
@@ -1,5 +1,5 @@
/* test_libFLAC - Unit tester for libFLAC
- * Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 f50b260d..9e77caca 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 54a4377c..11df1062 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 441813ff..c1de7ba3 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 9e0bdcc5..86c36909 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 ce4c9d57..74f62bed 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,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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 3f4f2e68..e48a0e09 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,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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 584f93e6..1807ff58 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 64293809..aacb6bfd 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 14e843aa..e6baac7b 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 99023eaa..8a00235f 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 25ab76c8..153f79ce 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,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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_libs_common/Makefile.am b/src/test_libs_common/Makefile.am
index 105649ba..2a31dbc4 100644
--- a/src/test_libs_common/Makefile.am
+++ b/src/test_libs_common/Makefile.am
@@ -1,5 +1,5 @@
# test_libs_common - Common code to library unit tests
-# Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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_libs_common/Makefile.lite b/src/test_libs_common/Makefile.lite
index 12365f9e..fe7c92f8 100644
--- a/src/test_libs_common/Makefile.lite
+++ b/src/test_libs_common/Makefile.lite
@@ -1,5 +1,5 @@
# test_libs_common - Common code to library unit tests
-# Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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_libs_common/file_utils_flac.c b/src/test_libs_common/file_utils_flac.c
index edc5ef3b..a52fee09 100644
--- a/src/test_libs_common/file_utils_flac.c
+++ b/src/test_libs_common/file_utils_flac.c
@@ -1,5 +1,5 @@
/* test_libFLAC - Unit tester for libFLAC
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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_libs_common/metadata_utils.c b/src/test_libs_common/metadata_utils.c
index 836d5f06..fe192e7c 100644
--- a/src/test_libs_common/metadata_utils.c
+++ b/src/test_libs_common/metadata_utils.c
@@ -1,5 +1,5 @@
/* test_libFLAC - Unit tester for libFLAC
- * Copyright (C) 2002,2003,2004,2005,2006 Josh Coalson
+ * Copyright (C) 2002,2003,2004,2005,2006,2007 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 63ba2a84..519b1543 100644
--- a/src/test_seeking/Makefile.am
+++ b/src/test_seeking/Makefile.am
@@ -1,5 +1,5 @@
# test_seeking - Seeking tester for libFLAC
-# Copyright (C) 2004,2005,2006 Josh Coalson
+# Copyright (C) 2004,2005,2006,2007 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 6f056af1..0df91a0c 100644
--- a/src/test_seeking/Makefile.lite
+++ b/src/test_seeking/Makefile.lite
@@ -1,5 +1,5 @@
# test_seeking - Seeking tester for libFLAC
-# Copyright (C) 2004,2005,2006 Josh Coalson
+# Copyright (C) 2004,2005,2006,2007 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 f31c4b34..3bc0db47 100644
--- a/src/test_seeking/main.c
+++ b/src/test_seeking/main.c
@@ -1,5 +1,5 @@
/* test_seeking - Seeking tester for libFLAC
- * Copyright (C) 2004,2005,2006 Josh Coalson
+ * Copyright (C) 2004,2005,2006,2007 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 176f18aa..6068e61d 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 06151c86..af9dab67 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,2005,2006 Josh Coalson
+# Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 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 a524c296..d3fe0680 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,2005,2006 Josh Coalson
+ * Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License