update copyright for 2001
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 16 Jan 2001 20:17:53 +0000 (20:17 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 16 Jan 2001 20:17:53 +0000 (20:17 +0000)
33 files changed:
include/FLAC/all.h
include/FLAC/encoder.h
include/FLAC/file_decoder.h
include/FLAC/format.h
include/FLAC/ordinals.h
include/FLAC/stream_decoder.h
src/flac/decode.c
src/flac/decode.h
src/flac/encode.c
src/flac/encode.h
src/flac/main.c
src/libFLAC/bitbuffer.c
src/libFLAC/crc.c
src/libFLAC/encoder.c
src/libFLAC/encoder_framing.c
src/libFLAC/file_decoder.c
src/libFLAC/fixed.c
src/libFLAC/format.c
src/libFLAC/include/private/all.h
src/libFLAC/include/private/bitbuffer.h
src/libFLAC/include/private/crc.h
src/libFLAC/include/private/encoder_framing.h
src/libFLAC/include/private/fixed.h
src/libFLAC/include/private/lpc.h
src/libFLAC/include/protected/stream_decoder.h
src/libFLAC/lpc.c
src/libFLAC/stream_decoder.c
src/plugin_winamp2/in_flac.c
src/plugin_xmms/plugin.c
src/test_streams/main.c
src/test_unit/bitbuffer.c
src/test_unit/bitbuffer.h
src/test_unit/main.c

index 9464dcc..453e461 100644 (file)
@@ -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
index 2f2656c..f20b63d 100644 (file)
@@ -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
index d0b43a3..770e369 100644 (file)
@@ -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
index 3e419d3..f0d34d6 100644 (file)
@@ -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
index d9f024a..111d473 100644 (file)
@@ -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
index 6043679..92405c6 100644 (file)
@@ -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
index 0b49309..ca11898 100644 (file)
@@ -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
index f09e3cc..60879fd 100644 (file)
@@ -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
index c7df4f5..2ce51d8 100644 (file)
@@ -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
index 0bb4601..0d98792 100644 (file)
@@ -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
index 082ed65..ebcfd5e 100644 (file)
@@ -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");
index 2feef7b..9c5a19c 100644 (file)
@@ -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
index 7f6cbd2..276eccd 100644 (file)
@@ -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
index dccf796..c58bf7c 100644 (file)
@@ -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
index de50081..7a60e6f 100644 (file)
@@ -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
index 206040b..693d1ab 100644 (file)
@@ -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
index 1b762bc..a0b1a9c 100644 (file)
@@ -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
index 5262e0d..0e58427 100644 (file)
@@ -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
index b05a4b1..3aa191a 100644 (file)
@@ -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
index 4e902d9..79e5f96 100644 (file)
@@ -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
index 742d9bc..61f8f9e 100644 (file)
@@ -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
index bf26649..33649b4 100644 (file)
@@ -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
index e018da6..0721356 100644 (file)
@@ -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
index c30871b..7f294c7 100644 (file)
@@ -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
index be6e541..6c26dbd 100644 (file)
@@ -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
index 615a734..87b5f64 100644 (file)
@@ -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
index 181a1e0..56fb486 100644 (file)
@@ -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
index a7c3a75..3cbbd50 100644 (file)
@@ -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
index 2792e94..6dae97c 100644 (file)
@@ -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
index 4216520..6e7eb80 100644 (file)
@@ -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
index c5279ae..8df60dd 100644 (file)
@@ -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
index 5a6de2b..e251537 100644 (file)
@@ -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
index 8d172bc..ffdd17e 100644 (file)
@@ -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