From 70118f62c09a007c827ca3756b3a494ffded84f3 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 16 Jan 2001 20:17:53 +0000 Subject: [PATCH] update copyright for 2001 --- include/FLAC/all.h | 2 +- include/FLAC/encoder.h | 2 +- include/FLAC/file_decoder.h | 2 +- include/FLAC/format.h | 2 +- include/FLAC/ordinals.h | 2 +- include/FLAC/stream_decoder.h | 2 +- src/flac/decode.c | 2 +- src/flac/decode.h | 2 +- src/flac/encode.c | 2 +- src/flac/encode.h | 2 +- src/flac/main.c | 6 +++--- src/libFLAC/bitbuffer.c | 2 +- src/libFLAC/crc.c | 2 +- src/libFLAC/encoder.c | 2 +- src/libFLAC/encoder_framing.c | 2 +- src/libFLAC/file_decoder.c | 2 +- src/libFLAC/fixed.c | 2 +- src/libFLAC/format.c | 2 +- src/libFLAC/include/private/all.h | 2 +- src/libFLAC/include/private/bitbuffer.h | 2 +- src/libFLAC/include/private/crc.h | 2 +- src/libFLAC/include/private/encoder_framing.h | 2 +- src/libFLAC/include/private/fixed.h | 2 +- src/libFLAC/include/private/lpc.h | 2 +- src/libFLAC/include/protected/stream_decoder.h | 2 +- src/libFLAC/lpc.c | 2 +- src/libFLAC/stream_decoder.c | 2 +- src/plugin_winamp2/in_flac.c | 2 +- src/plugin_xmms/plugin.c | 2 +- src/test_streams/main.c | 2 +- src/test_unit/bitbuffer.c | 2 +- src/test_unit/bitbuffer.h | 2 +- src/test_unit/main.c | 2 +- 33 files changed, 35 insertions(+), 35 deletions(-) diff --git a/include/FLAC/all.h b/include/FLAC/all.h index 9464dcc0..453e461a 100644 --- a/include/FLAC/all.h +++ b/include/FLAC/all.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/include/FLAC/encoder.h b/include/FLAC/encoder.h index 2f2656cf..f20b63dc 100644 --- a/include/FLAC/encoder.h +++ b/include/FLAC/encoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/include/FLAC/file_decoder.h b/include/FLAC/file_decoder.h index d0b43a3b..770e369c 100644 --- a/include/FLAC/file_decoder.h +++ b/include/FLAC/file_decoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/include/FLAC/format.h b/include/FLAC/format.h index 3e419d35..f0d34d6d 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/include/FLAC/ordinals.h b/include/FLAC/ordinals.h index d9f024a6..111d473f 100644 --- a/include/FLAC/ordinals.h +++ b/include/FLAC/ordinals.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/include/FLAC/stream_decoder.h b/include/FLAC/stream_decoder.h index 60436790..92405c6a 100644 --- a/include/FLAC/stream_decoder.h +++ b/include/FLAC/stream_decoder.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/flac/decode.c b/src/flac/decode.c index 0b493096..ca11898e 100644 --- a/src/flac/decode.c +++ b/src/flac/decode.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 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 f09e3cc0..60879fdd 100644 --- a/src/flac/decode.h +++ b/src/flac/decode.h @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 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 c7df4f5e..2ce51d8f 100644 --- a/src/flac/encode.c +++ b/src/flac/encode.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 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 0bb46016..0d98792d 100644 --- a/src/flac/encode.h +++ b/src/flac/encode.h @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 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 082ed659..ebcfd5e5 100644 --- a/src/flac/main.c +++ b/src/flac/main.c @@ -1,5 +1,5 @@ /* flac - Command-line FLAC encoder/decoder - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -241,7 +241,7 @@ int main(int argc, char *argv[]) if(verbose) { printf("\n"); - printf("flac v%u.%u, Copyright (C) 2000 Josh Coalson\n", FLAC__MAJOR_VERSION, FLAC__MINOR_VERSION); + printf("flac v%u.%u, Copyright (C) 2000,2001 Josh Coalson\n", FLAC__MAJOR_VERSION, FLAC__MINOR_VERSION); printf("flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"); printf("welcome to redistribute it under certain conditions. Type `flac' for details.\n\n"); @@ -283,7 +283,7 @@ int usage(const char *message, ...) } printf("==============================================================================\n"); printf("flac - Command-line FLAC encoder/decoder version %u.%u\n", FLAC__MAJOR_VERSION, FLAC__MINOR_VERSION); - printf("Copyright (C) 2000 Josh Coalson\n"); + printf("Copyright (C) 2000,2001 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/libFLAC/bitbuffer.c b/src/libFLAC/bitbuffer.c index 2feef7b1..9c5a19c0 100644 --- a/src/libFLAC/bitbuffer.c +++ b/src/libFLAC/bitbuffer.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/crc.c b/src/libFLAC/crc.c index 7f6cbd21..276eccd3 100644 --- a/src/libFLAC/crc.c +++ b/src/libFLAC/crc.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/encoder.c b/src/libFLAC/encoder.c index dccf796d..c58bf7ca 100644 --- a/src/libFLAC/encoder.c +++ b/src/libFLAC/encoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/encoder_framing.c b/src/libFLAC/encoder_framing.c index de50081b..7a60e6f3 100644 --- a/src/libFLAC/encoder_framing.c +++ b/src/libFLAC/encoder_framing.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/file_decoder.c b/src/libFLAC/file_decoder.c index 206040b1..693d1ab2 100644 --- a/src/libFLAC/file_decoder.c +++ b/src/libFLAC/file_decoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/fixed.c b/src/libFLAC/fixed.c index 1b762bcc..a0b1a9cf 100644 --- a/src/libFLAC/fixed.c +++ b/src/libFLAC/fixed.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/format.c b/src/libFLAC/format.c index 5262e0da..0e584276 100644 --- a/src/libFLAC/format.c +++ b/src/libFLAC/format.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/include/private/all.h b/src/libFLAC/include/private/all.h index b05a4b1f..3aa191a4 100644 --- a/src/libFLAC/include/private/all.h +++ b/src/libFLAC/include/private/all.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/include/private/bitbuffer.h b/src/libFLAC/include/private/bitbuffer.h index 4e902d9c..79e5f967 100644 --- a/src/libFLAC/include/private/bitbuffer.h +++ b/src/libFLAC/include/private/bitbuffer.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/include/private/crc.h b/src/libFLAC/include/private/crc.h index 742d9bc3..61f8f9ea 100644 --- a/src/libFLAC/include/private/crc.h +++ b/src/libFLAC/include/private/crc.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/include/private/encoder_framing.h b/src/libFLAC/include/private/encoder_framing.h index bf266497..33649b4c 100644 --- a/src/libFLAC/include/private/encoder_framing.h +++ b/src/libFLAC/include/private/encoder_framing.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/include/private/fixed.h b/src/libFLAC/include/private/fixed.h index e018da62..0721356a 100644 --- a/src/libFLAC/include/private/fixed.h +++ b/src/libFLAC/include/private/fixed.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/include/private/lpc.h b/src/libFLAC/include/private/lpc.h index c30871bf..7f294c7c 100644 --- a/src/libFLAC/include/private/lpc.h +++ b/src/libFLAC/include/private/lpc.h @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/include/protected/stream_decoder.h b/src/libFLAC/include/protected/stream_decoder.h index be6e541e..6c26dbdb 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 Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/lpc.c b/src/libFLAC/lpc.c index 615a7342..87b5f649 100644 --- a/src/libFLAC/lpc.c +++ b/src/libFLAC/lpc.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c index 181a1e08..56fb4865 100644 --- a/src/libFLAC/stream_decoder.c +++ b/src/libFLAC/stream_decoder.c @@ -1,5 +1,5 @@ /* libFLAC - Free Lossless Audio Coder library - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/src/plugin_winamp2/in_flac.c b/src/plugin_winamp2/in_flac.c index a7c3a757..3cbbd509 100644 --- a/src/plugin_winamp2/in_flac.c +++ b/src/plugin_winamp2/in_flac.c @@ -1,5 +1,5 @@ /* in_flac - Winamp FLAC input plugin - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 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.c b/src/plugin_xmms/plugin.c index 2792e94c..6dae97c6 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 Josh Coalson + * Copyright (C) 2000,2001 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 42165205..6e7eb80b 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 Josh Coalson + * Copyright (C) 2000,2001 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_unit/bitbuffer.c b/src/test_unit/bitbuffer.c index c5279ae5..8df60dd1 100644 --- a/src/test_unit/bitbuffer.c +++ b/src/test_unit/bitbuffer.c @@ -1,5 +1,5 @@ /* test_unit - Simple FLAC unit tester - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 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_unit/bitbuffer.h b/src/test_unit/bitbuffer.h index 5a6de2b3..e251537d 100644 --- a/src/test_unit/bitbuffer.h +++ b/src/test_unit/bitbuffer.h @@ -1,5 +1,5 @@ /* test_unit - Simple FLAC unit tester - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 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_unit/main.c b/src/test_unit/main.c index 8d172bc0..ffdd17e2 100644 --- a/src/test_unit/main.c +++ b/src/test_unit/main.c @@ -1,5 +1,5 @@ /* test_unit - Simple FLAC unit tester - * Copyright (C) 2000 Josh Coalson + * Copyright (C) 2000,2001 Josh Coalson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License