summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.lite2
-rw-r--r--README2
-rw-r--r--build/config.mk2
-rw-r--r--build/exe.mk2
-rw-r--r--build/lib.mk2
-rw-r--r--configure.in2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/images/Makefile.am2
-rw-r--r--doc/ru/Makefile.am2
-rw-r--r--doc/ru/authors.html4
-rw-r--r--doc/ru/comparison.html4
-rw-r--r--doc/ru/developers.html4
-rw-r--r--doc/ru/documentation.html4
-rw-r--r--doc/ru/download.html4
-rw-r--r--doc/ru/features.html4
-rw-r--r--doc/ru/format.html4
-rw-r--r--doc/ru/goals.html4
-rw-r--r--doc/ru/id.html4
-rw-r--r--doc/ru/index.html4
-rw-r--r--doc/ru/links.html4
-rw-r--r--doc/ru/news.html4
-rw-r--r--include/FLAC/assert.h2
-rw-r--r--include/FLAC/seek_table.h2
-rw-r--r--include/FLAC/utility.h2
-rw-r--r--include/Makefile.am2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/flac/file.c2
-rw-r--r--src/flac/file.h2
-rw-r--r--src/libFLAC/Makefile.am2
-rw-r--r--src/libFLAC/Makefile.lite2
-rw-r--r--src/libFLAC/Makefile.vc2
-rw-r--r--src/libFLAC/bitmath.c2
-rw-r--r--src/libFLAC/cpu.c2
-rw-r--r--src/libFLAC/ia32/Makefile.am2
-rw-r--r--src/libFLAC/ia32/Makefile.am.libtool-1.4b2
-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/bitmath.h2
-rw-r--r--src/libFLAC/include/private/cpu.h2
-rw-r--r--src/libFLAC/include/private/memory.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_encoder.h2
-rw-r--r--src/libFLAC/memory.c2
-rw-r--r--src/libFLAC/seek_table.c2
-rw-r--r--src/libFLAC/utility.c2
-rw-r--r--src/metaflac/main.c4
-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_ren/Makefile.am2
-rw-r--r--src/plugin_winamp3/Makefile.am2
-rw-r--r--src/test_streams/Makefile.vc2
-rw-r--r--src/test_unit/Makefile.vc2
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.lite2
-rwxr-xr-xtest/test_bins.sh2
-rwxr-xr-xtest/test_streams.sh2
-rwxr-xr-xtest/test_unit.sh2
65 files changed, 78 insertions, 78 deletions
diff --git a/AUTHORS b/AUTHORS
index 762691ff..84a3723e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
/* FLAC - Free Lossless Audio Codec
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 Josh Coalson
*
* This program is part of FLAC; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/Makefile.am b/Makefile.am
index 552ae0b9..c4af58ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/Makefile.lite b/Makefile.lite
index ce949ecc..46be2dd9 100644
--- a/Makefile.lite
+++ b/Makefile.lite
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/README b/README
index 91fcb93b..9c5d8a98 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
/* FLAC - Free Lossless Audio Codec
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 Josh Coalson
*
* This program is part of FLAC; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/build/config.mk b/build/config.mk
index 48bcd38a..09a9c3b8 100644
--- a/build/config.mk
+++ b/build/config.mk
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/build/exe.mk b/build/exe.mk
index 507d3b17..77843323 100644
--- a/build/exe.mk
+++ b/build/exe.mk
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/build/lib.mk b/build/lib.mk
index 9a723351..11095fca 100644
--- a/build/lib.mk
+++ b/build/lib.mk
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/configure.in b/configure.in
index b7f643c0..f1062502 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6e09e345..ce8e608c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/doc/images/Makefile.am b/doc/images/Makefile.am
index 4d2059c1..ce77bf6a 100644
--- a/doc/images/Makefile.am
+++ b/doc/images/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/doc/ru/Makefile.am b/doc/ru/Makefile.am
index a21b85bf..38c70538 100644
--- a/doc/ru/Makefile.am
+++ b/doc/ru/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/doc/ru/authors.html b/doc/ru/authors.html
index 20c5a14a..8faaa7b7 100644
--- a/doc/ru/authors.html
+++ b/doc/ru/authors.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2000,2001,2002 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -90,7 +90,7 @@
</BLOCKQUOTE></P>
</BLOCKQUOTE>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/comparison.html b/doc/ru/comparison.html
index 9639856f..ceb0defd 100644
--- a/doc/ru/comparison.html
+++ b/doc/ru/comparison.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -638,7 +638,7 @@
<TR BGCOLOR="#E0E0E0"><TD>WaveZIP</TD><TD>2:25.86</TD><TD>107.47 MB</TD><TD>0.5032</TD></TR> </TABLE>
</P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/developers.html b/doc/ru/developers.html
index cdf45ba8..5082f5ee 100644
--- a/doc/ru/developers.html
+++ b/doc/ru/developers.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -113,7 +113,7 @@
<P>В исходных текстах проекта есть несколько примеров использования <B><TT>libFLAC</TT></B>. На странице <A HREF="download.html">файлы</A> написано, как можно их получить.</P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/documentation.html b/doc/ru/documentation.html
index 95a77ecd..ec44aadd 100644
--- a/doc/ru/documentation.html
+++ b/doc/ru/documentation.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -560,7 +560,7 @@
<P>Отслеживание ошибок ведется на <A HREF="http://sourceforge.net/bugs/?group_id=13478">этой</A> странице проекта, находящейся на SourceForge. Если Вы будете сообщать об ошибке, пожалуйста, оставьте e-mail для контакта.</P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/download.html b/doc/ru/download.html
index c98746f2..4ef6233b 100644
--- a/doc/ru/download.html
+++ b/doc/ru/download.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -95,7 +95,7 @@
</UL></BLOCKQUOTE></P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/features.html b/doc/ru/features.html
index 7f8e3b0e..b67bc3f2 100644
--- a/doc/ru/features.html
+++ b/doc/ru/features.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -128,7 +128,7 @@
<LI>FLAC не будет SDMI совместимым и т.п. Перед проектом не стоит цели поддерживать методы защиты, которые на практике лишь увеличивают объем файла. Конечно, мы не собираемся препятствовать кому-либо создавать соответствующие блоки метаданных, однако, стандартные декодеры все равно будут их пропускать.</LI>
</UL></BLOCKQUOTE></B>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/format.html b/doc/ru/format.html
index 5cc096e4..ba75d8c5 100644
--- a/doc/ru/format.html
+++ b/doc/ru/format.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -895,7 +895,7 @@
</TABLE></P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/goals.html b/doc/ru/goals.html
index 411f4e27..0594091f 100644
--- a/doc/ru/goals.html
+++ b/doc/ru/goals.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -98,7 +98,7 @@
<LI>Защита от копирования в любом виде.</LI>
</UL></BLOCKQUOTE></P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/id.html b/doc/ru/id.html
index f50c1887..598d2276 100644
--- a/doc/ru/id.html
+++ b/doc/ru/id.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -116,7 +116,7 @@
</TABLE>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/index.html b/doc/ru/index.html
index 6e56e921..f063f765 100644
--- a/doc/ru/index.html
+++ b/doc/ru/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -131,7 +131,7 @@
<P>Астафьев Андрей</P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/links.html b/doc/ru/links.html
index 43cdf9e5..7f38d454 100644
--- a/doc/ru/links.html
+++ b/doc/ru/links.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -103,7 +103,7 @@
</BLOCKQUOTE></P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/doc/ru/news.html b/doc/ru/news.html
index 98f7a6a2..45bd495b 100644
--- a/doc/ru/news.html
+++ b/doc/ru/news.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//RU">
-<!-- Copyright (c) 2001 Josh Coalson -->
+<!-- Copyright (c) 2001,2002 Josh Coalson -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -177,7 +177,7 @@
<P><LI><B>10.12.2000</B></LI><BR>
FLAC выложен на SourceForge. Посетите <A HREF="http://www.sourceforge.net/projects/flac/">страницу</A> проекта, чтобы подписаться на список расылки или стать разработчиком.</P>
-<P>&nbsp;Copyright (c) 2001 Josh Coalson</P>
+<P>&nbsp;Copyright (c) 2001,2002 Josh Coalson</P>
</BODY>
</HTML>
diff --git a/include/FLAC/assert.h b/include/FLAC/assert.h
index ed626bce..2a3f671b 100644
--- a/include/FLAC/assert.h
+++ b/include/FLAC/assert.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/seek_table.h b/include/FLAC/seek_table.h
index 84b4a5cd..89e1037a 100644
--- a/include/FLAC/seek_table.h
+++ b/include/FLAC/seek_table.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/utility.h b/include/FLAC/utility.h
index 9498a56c..70110ec2 100644
--- a/include/FLAC/utility.h
+++ b/include/FLAC/utility.h
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/Makefile.am b/include/Makefile.am
index 77add5db..cbdbfca7 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
# libFLAC - Free Lossless Audio Codec library
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 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/Makefile.am b/src/Makefile.am
index 3970d61a..d5646cdc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/src/flac/file.c b/src/flac/file.c
index fa6a9e4d..8c11da3f 100644
--- a/src/flac/file.c
+++ b/src/flac/file.c
@@ -1,5 +1,5 @@
/* flac - Command-line FLAC encoder/decoder
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/file.h b/src/flac/file.h
index b3c8b96c..6c55fc42 100644
--- a/src/flac/file.h
+++ b/src/flac/file.h
@@ -1,5 +1,5 @@
/* flac - Command-line FLAC encoder/decoder
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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 3886f828..64459579 100644
--- a/src/libFLAC/Makefile.am
+++ b/src/libFLAC/Makefile.am
@@ -1,5 +1,5 @@
# libFLAC - Free Lossless Audio Codec library
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 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/Makefile.lite b/src/libFLAC/Makefile.lite
index 3de4cfa6..f60cdc03 100644
--- a/src/libFLAC/Makefile.lite
+++ b/src/libFLAC/Makefile.lite
@@ -1,5 +1,5 @@
# libFLAC - Free Lossless Audio Codec library
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 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/Makefile.vc b/src/libFLAC/Makefile.vc
index 59b8e877..80959eb7 100644
--- a/src/libFLAC/Makefile.vc
+++ b/src/libFLAC/Makefile.vc
@@ -1,5 +1,5 @@
# libFLAC - Free Lossless Audio Codec library
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 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/bitmath.c b/src/libFLAC/bitmath.c
index 644f5ad1..1deed61c 100644
--- a/src/libFLAC/bitmath.c
+++ b/src/libFLAC/bitmath.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/cpu.c b/src/libFLAC/cpu.c
index e4b7d326..3e031836 100644
--- a/src/libFLAC/cpu.c
+++ b/src/libFLAC/cpu.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/ia32/Makefile.am b/src/libFLAC/ia32/Makefile.am
index 6148f7fd..b405f1de 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 Josh Coalson
+# Copyright (C) 2001,2002 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/ia32/Makefile.am.libtool-1.4b b/src/libFLAC/ia32/Makefile.am.libtool-1.4b
index 9b30573d..df4b5ae2 100644
--- a/src/libFLAC/ia32/Makefile.am.libtool-1.4b
+++ b/src/libFLAC/ia32/Makefile.am.libtool-1.4b
@@ -1,5 +1,5 @@
# libFLAC - Free Lossless Audio Codec library
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 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/ia32/cpu_asm.nasm b/src/libFLAC/ia32/cpu_asm.nasm
index 2da60196..916d4573 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 Josh Coalson
+; Copyright (C) 2001,2002 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/ia32/fixed_asm.nasm b/src/libFLAC/ia32/fixed_asm.nasm
index ff92e6c5..93a84137 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 Josh Coalson
+; Copyright (C) 2001,2002 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/ia32/lpc_asm-unrolled.nasm b/src/libFLAC/ia32/lpc_asm-unrolled.nasm
index a61a4051..ef596d8f 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 Josh Coalson
+; Copyright (C) 2001,2002 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/ia32/lpc_asm.nasm b/src/libFLAC/ia32/lpc_asm.nasm
index 56e6f536..1ff0e862 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 Josh Coalson
+; Copyright (C) 2001,2002 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/ia32/nasm.h b/src/libFLAC/ia32/nasm.h
index cfa3d3e6..42eccd80 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 Josh Coalson
+; Copyright (C) 2001,2002 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/Makefile.am b/src/libFLAC/include/Makefile.am
index 3f0fdcb1..d558353b 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 Josh Coalson
+# Copyright (C) 2001,2002 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/Makefile.am b/src/libFLAC/include/private/Makefile.am
index 21c36373..80801d77 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 Josh Coalson
+# Copyright (C) 2001,2002 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/bitmath.h b/src/libFLAC/include/private/bitmath.h
index 8d83458e..ccc78bde 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 Josh Coalson
+ * Copyright (C) 2001,2002 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/cpu.h b/src/libFLAC/include/private/cpu.h
index 3a02d510..7b621747 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 Josh Coalson
+ * Copyright (C) 2001,2002 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/memory.h b/src/libFLAC/include/private/memory.h
index 21730ab8..c23a2c79 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 Josh Coalson
+ * Copyright (C) 2001,2002 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/Makefile.am b/src/libFLAC/include/protected/Makefile.am
index 992ce251..64245b25 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 Josh Coalson
+# Copyright (C) 2001,2002 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/all.h b/src/libFLAC/include/protected/all.h
index 2ad3d9d3..2d9b2af5 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 Josh Coalson
+ * Copyright (C) 2001,2002 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_encoder.h b/src/libFLAC/include/protected/stream_encoder.h
index 970160ea..d814298b 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 Josh Coalson
+ * Copyright (C) 2001,2002 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/memory.c b/src/libFLAC/memory.c
index 213ed52c..adeb1758 100644
--- a/src/libFLAC/memory.c
+++ b/src/libFLAC/memory.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/seek_table.c b/src/libFLAC/seek_table.c
index ea8fc592..a7b694be 100644
--- a/src/libFLAC/seek_table.c
+++ b/src/libFLAC/seek_table.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/utility.c b/src/libFLAC/utility.c
index a5e8bfa7..4ddfe36b 100644
--- a/src/libFLAC/utility.c
+++ b/src/libFLAC/utility.c
@@ -1,5 +1,5 @@
/* libFLAC - Free Lossless Audio Codec library
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 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/metaflac/main.c b/src/metaflac/main.c
index b1399be6..66a102a6 100644
--- a/src/metaflac/main.c
+++ b/src/metaflac/main.c
@@ -1,5 +1,5 @@
/* metaflac - Command-line FLAC metadata editor
- * Copyright (C) 2001 Josh Coalson
+ * Copyright (C) 2001,2002 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -105,7 +105,7 @@ int usage(const char *message, ...)
}
printf("==============================================================================\n");
printf("metaflac - Command-line FLAC metadata editor version %s\n", FLAC__VERSION_STRING);
- printf("Copyright (C) 2001 Josh Coalson\n");
+ printf("Copyright (C) 2001,2002 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/monkeys_audio_utilities/Makefile.am b/src/monkeys_audio_utilities/Makefile.am
index ea5f7791..052d3473 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 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; 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/Makefile.am b/src/monkeys_audio_utilities/flac_mac/Makefile.am
index b442d8a3..f3f35cd0 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 Josh Coalson
+# Copyright (C) 2001,2002 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 e6e82540..cde3d2ee 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 Josh Coalson
+# Copyright (C) 2001,2002 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_winamp3/Makefile.am b/src/plugin_winamp3/Makefile.am
index f7a328ac..76a9350b 100644
--- a/src/plugin_winamp3/Makefile.am
+++ b/src/plugin_winamp3/Makefile.am
@@ -1,5 +1,5 @@
# in_flac - Winamp3 FLAC input plugin
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 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.vc b/src/test_streams/Makefile.vc
index 77857a36..4f143a13 100644
--- a/src/test_streams/Makefile.vc
+++ b/src/test_streams/Makefile.vc
@@ -1,5 +1,5 @@
# test_streams - Simple test pattern generator
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 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/Makefile.vc b/src/test_unit/Makefile.vc
index a58714d7..92ac0458 100644
--- a/src/test_unit/Makefile.vc
+++ b/src/test_unit/Makefile.vc
@@ -1,5 +1,5 @@
# test_unit - Simple FLAC unit tester
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/test/Makefile.am b/test/Makefile.am
index a8027bd0..01f2e9e5 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/test/Makefile.lite b/test/Makefile.lite
index 467ffb8a..26b10976 100644
--- a/test/Makefile.lite
+++ b/test/Makefile.lite
@@ -1,5 +1,5 @@
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/test/test_bins.sh b/test/test_bins.sh
index 0c93dfd0..5449911e 100755
--- a/test/test_bins.sh
+++ b/test/test_bins.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/test/test_streams.sh b/test/test_streams.sh
index 46248a76..c9e5dec9 100755
--- a/test/test_streams.sh
+++ b/test/test_streams.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/test/test_unit.sh b/test/test_unit.sh
index 7311007c..a12122d4 100755
--- a/test/test_unit.sh
+++ b/test/test_unit.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# FLAC - Free Lossless Audio Codec
-# Copyright (C) 2001 Josh Coalson
+# Copyright (C) 2001,2002 Josh Coalson
#
# This program is part of FLAC; you can redistribute it and/or
# modify it under the terms of the GNU General Public License