add 2007 copyright
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 2 Feb 2007 06:58:19 +0000 (06:58 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 2 Feb 2007 06:58:19 +0000 (06:58 +0000)
commite74bd9516cf01689a367836c10fa4bc77c194ce5
tree2db7034c9d131f031560668042eca9df069a3704
parentfc92d8dbc6401560787afaa46bddfe7449c7a5fe
add 2007 copyright
279 files changed:
AUTHORS
COPYING.Xiph
Makefile.am
Makefile.lite
README
build/Makefile.am
build/config.mk
build/exe.mk
build/lib.mk
configure.in
doc/Makefile.am
doc/Makefile.lite
doc/doxygen.footer.html
doc/doxygen.header.html
doc/html/Makefile.am
doc/html/changelog.html
doc/html/comparison.html
doc/html/developers.html
doc/html/documentation.html
doc/html/documentation_bugs.html
doc/html/documentation_format_overview.html
doc/html/documentation_tasks.html
doc/html/documentation_tools.html
doc/html/documentation_tools_flac.html
doc/html/documentation_tools_metaflac.html
doc/html/documentation_tools_plugins.html
doc/html/download.html
doc/html/faq.html
doc/html/features.html
doc/html/flac.css
doc/html/format.html
doc/html/id.html
doc/html/images/Makefile.am
doc/html/itunes.html
doc/html/license.html
doc/html/links.html
doc/html/news.html
doc/html/ogg_mapping.html
doc/html/ru/Makefile.am
doc/html/ru/authors.html
doc/html/ru/comparison.html
doc/html/ru/developers.html
doc/html/ru/documentation.html
doc/html/ru/download.html
doc/html/ru/features.html
doc/html/ru/format.html
doc/html/ru/goals.html
doc/html/ru/id.html
doc/html/ru/index.html
doc/html/ru/links.html
doc/html/ru/news.html
flac.pbproj/Makefile.am
include/FLAC++/Makefile.am
include/FLAC++/all.h
include/FLAC++/decoder.h
include/FLAC++/encoder.h
include/FLAC++/export.h
include/FLAC++/metadata.h
include/FLAC/Makefile.am
include/FLAC/all.h
include/FLAC/assert.h
include/FLAC/callback.h
include/FLAC/export.h
include/FLAC/format.h
include/FLAC/metadata.h
include/FLAC/ordinals.h
include/FLAC/stream_decoder.h
include/FLAC/stream_encoder.h
include/Makefile.am
include/share/grabbag.h
include/share/grabbag/cuesheet.h
include/share/grabbag/file.h
include/share/grabbag/picture.h
include/share/grabbag/replaygain.h
include/share/grabbag/seektable.h
include/share/replaygain_synthesis.h
include/test_libs_common/file_utils_flac.h
include/test_libs_common/metadata_utils.h
m4/Makefile.am
man/Makefile.am
obj/Makefile.am
obj/debug/Makefile.am
obj/debug/bin/Makefile.am
obj/debug/lib/Makefile.am
obj/release/Makefile.am
obj/release/bin/Makefile.am
obj/release/lib/Makefile.am
src/Makefile.am
src/Makefile.lite
src/flac/Makefile.am
src/flac/Makefile.lite
src/flac/analyze.c
src/flac/analyze.h
src/flac/decode.c
src/flac/decode.h
src/flac/encode.c
src/flac/encode.h
src/flac/local_string_utils.h
src/flac/main.c
src/flac/utils.c
src/flac/utils.h
src/flac/vorbiscomment.c
src/flac/vorbiscomment.h
src/libFLAC++/Makefile.am
src/libFLAC++/Makefile.lite
src/libFLAC++/metadata.cpp
src/libFLAC++/stream_decoder.cpp
src/libFLAC++/stream_encoder.cpp
src/libFLAC/Makefile.am
src/libFLAC/Makefile.lite
src/libFLAC/bitmath.c
src/libFLAC/bitwriter.c
src/libFLAC/cpu.c
src/libFLAC/crc.c
src/libFLAC/fixed.c
src/libFLAC/float.c
src/libFLAC/format.c
src/libFLAC/ia32/Makefile.am
src/libFLAC/ia32/cpu_asm.nasm
src/libFLAC/ia32/fixed_asm.nasm
src/libFLAC/ia32/lpc_asm-unrolled.nasm
src/libFLAC/ia32/lpc_asm.nasm
src/libFLAC/ia32/nasm.h
src/libFLAC/include/Makefile.am
src/libFLAC/include/private/Makefile.am
src/libFLAC/include/private/all.h
src/libFLAC/include/private/bitmath.h
src/libFLAC/include/private/cpu.h
src/libFLAC/include/private/crc.h
src/libFLAC/include/private/fixed.h
src/libFLAC/include/private/float.h
src/libFLAC/include/private/format.h
src/libFLAC/include/private/lpc.h
src/libFLAC/include/private/memory.h
src/libFLAC/include/private/metadata.h
src/libFLAC/include/private/ogg_decoder_aspect.h
src/libFLAC/include/private/ogg_encoder_aspect.h
src/libFLAC/include/private/ogg_helper.h
src/libFLAC/include/private/ogg_mapping.h
src/libFLAC/include/private/stream_encoder_framing.h
src/libFLAC/include/private/window.h
src/libFLAC/include/protected/Makefile.am
src/libFLAC/include/protected/all.h
src/libFLAC/include/protected/stream_decoder.h
src/libFLAC/include/protected/stream_encoder.h
src/libFLAC/lpc.c
src/libFLAC/memory.c
src/libFLAC/metadata_iterators.c
src/libFLAC/metadata_object.c
src/libFLAC/ogg_decoder_aspect.c
src/libFLAC/ogg_encoder_aspect.c
src/libFLAC/ogg_helper.c
src/libFLAC/ogg_mapping.c
src/libFLAC/ppc/Makefile.am
src/libFLAC/ppc/as/Makefile.am
src/libFLAC/ppc/as/lpc_asm.s
src/libFLAC/ppc/gas/Makefile.am
src/libFLAC/ppc/gas/lpc_asm.s
src/libFLAC/stream_decoder.c
src/libFLAC/stream_encoder.c
src/libFLAC/stream_encoder_framing.c
src/libFLAC/window.c
src/metaflac/Makefile.am
src/metaflac/Makefile.lite
src/metaflac/main.c
src/metaflac/operations.c
src/metaflac/operations.h
src/metaflac/operations_shorthand_cuesheet.c
src/metaflac/operations_shorthand_picture.c
src/metaflac/operations_shorthand_seektable.c
src/metaflac/operations_shorthand_streaminfo.c
src/metaflac/operations_shorthand_vorbiscomment.c
src/metaflac/options.c
src/metaflac/options.h
src/metaflac/usage.c
src/metaflac/usage.h
src/metaflac/utils.c
src/metaflac/utils.h
src/monkeys_audio_utilities/Makefile.am
src/monkeys_audio_utilities/flac_mac/Makefile.am
src/monkeys_audio_utilities/flac_mac/main.c
src/monkeys_audio_utilities/flac_ren/Makefile.am
src/monkeys_audio_utilities/flac_ren/main.c
src/plugin_common/Makefile.am
src/plugin_common/Makefile.lite
src/plugin_common/all.h
src/plugin_common/charset.c
src/plugin_common/charset.h
src/plugin_common/defs.h
src/plugin_common/dither.c
src/plugin_common/dither.h
src/plugin_common/replaygain.c
src/plugin_common/replaygain.h
src/plugin_common/tags.c
src/plugin_common/tags.h
src/plugin_winamp2/Makefile.am
src/plugin_winamp2/configure.c
src/plugin_winamp2/configure.h
src/plugin_winamp2/in_flac.c
src/plugin_winamp2/include/Makefile.am
src/plugin_winamp2/include/winamp2/Makefile.am
src/plugin_winamp2/infobox.c
src/plugin_winamp2/infobox.h
src/plugin_winamp2/playback.c
src/plugin_winamp2/playback.h
src/plugin_xmms/Makefile.am
src/plugin_xmms/Makefile.lite
src/plugin_xmms/locale_hack.h
src/plugin_xmms/plugin.c
src/plugin_xmms/plugin.h
src/plugin_xmms/tag.c
src/share/Makefile.am
src/share/Makefile.lite
src/share/grabbag/cuesheet.c
src/share/grabbag/file.c
src/share/grabbag/picture.c
src/share/grabbag/replaygain.c
src/share/grabbag/seektable.c
src/share/replaygain_synthesis/include/Makefile.am
src/share/replaygain_synthesis/include/private/Makefile.am
src/share/replaygain_synthesis/replaygain_synthesis.c
src/test_grabbag/Makefile.am
src/test_grabbag/Makefile.lite
src/test_grabbag/cuesheet/Makefile.am
src/test_grabbag/cuesheet/Makefile.lite
src/test_grabbag/cuesheet/main.c
src/test_grabbag/picture/Makefile.am
src/test_grabbag/picture/Makefile.lite
src/test_grabbag/picture/main.c
src/test_libFLAC++/Makefile.am
src/test_libFLAC++/Makefile.lite
src/test_libFLAC++/decoders.cpp
src/test_libFLAC++/decoders.h
src/test_libFLAC++/encoders.cpp
src/test_libFLAC++/encoders.h
src/test_libFLAC++/main.cpp
src/test_libFLAC++/metadata.cpp
src/test_libFLAC++/metadata.h
src/test_libFLAC++/metadata_manip.cpp
src/test_libFLAC++/metadata_object.cpp
src/test_libFLAC/Makefile.am
src/test_libFLAC/Makefile.lite
src/test_libFLAC/bitwriter.c
src/test_libFLAC/bitwriter.h
src/test_libFLAC/decoders.c
src/test_libFLAC/decoders.h
src/test_libFLAC/encoders.c
src/test_libFLAC/encoders.h
src/test_libFLAC/format.c
src/test_libFLAC/format.h
src/test_libFLAC/main.c
src/test_libFLAC/metadata.c
src/test_libFLAC/metadata.h
src/test_libFLAC/metadata_manip.c
src/test_libFLAC/metadata_object.c
src/test_libs_common/Makefile.am
src/test_libs_common/Makefile.lite
src/test_libs_common/file_utils_flac.c
src/test_libs_common/metadata_utils.c
src/test_seeking/Makefile.am
src/test_seeking/Makefile.lite
src/test_seeking/main.c
src/test_streams/Makefile.am
src/test_streams/Makefile.lite
src/test_streams/main.c
test/Makefile.am
test/Makefile.lite
test/cuesheets/Makefile.am
test/flac-to-flac-metadata-test-files/Makefile.am
test/metaflac-test-files/Makefile.am
test/pictures/Makefile.am
test/test_bins.sh
test/test_flac.sh
test/test_grabbag.sh
test/test_libFLAC++.sh
test/test_libFLAC.sh
test/test_metaflac.sh
test/test_seeking.sh
test/test_streams.sh