From 1152f9fe26cdb399c26449b8a12e87a0c1162e28 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 26 Jan 2002 18:05:12 +0000 Subject: [PATCH] update copyright date to include 2002 --- AUTHORS | 2 +- Makefile.am | 2 +- Makefile.lite | 2 +- README | 2 +- build/config.mk | 2 +- build/exe.mk | 2 +- build/lib.mk | 2 +- configure.in | 2 +- doc/Makefile.am | 2 +- doc/images/Makefile.am | 2 +- doc/ru/Makefile.am | 2 +- doc/ru/authors.html | 4 ++-- doc/ru/comparison.html | 4 ++-- doc/ru/developers.html | 4 ++-- doc/ru/documentation.html | 4 ++-- doc/ru/download.html | 4 ++-- doc/ru/features.html | 4 ++-- doc/ru/format.html | 4 ++-- doc/ru/goals.html | 4 ++-- doc/ru/id.html | 4 ++-- doc/ru/index.html | 4 ++-- doc/ru/links.html | 4 ++-- doc/ru/news.html | 4 ++-- include/FLAC/assert.h | 2 +- include/FLAC/seek_table.h | 2 +- include/FLAC/utility.h | 2 +- include/Makefile.am | 2 +- src/Makefile.am | 2 +- src/flac/file.c | 2 +- src/flac/file.h | 2 +- src/libFLAC/Makefile.am | 2 +- src/libFLAC/Makefile.lite | 2 +- src/libFLAC/Makefile.vc | 2 +- src/libFLAC/bitmath.c | 2 +- src/libFLAC/cpu.c | 2 +- src/libFLAC/ia32/Makefile.am | 2 +- src/libFLAC/ia32/Makefile.am.libtool-1.4b | 2 +- src/libFLAC/ia32/cpu_asm.nasm | 2 +- src/libFLAC/ia32/fixed_asm.nasm | 2 +- src/libFLAC/ia32/lpc_asm-unrolled.nasm | 2 +- src/libFLAC/ia32/lpc_asm.nasm | 2 +- src/libFLAC/ia32/nasm.h | 2 +- src/libFLAC/include/Makefile.am | 2 +- src/libFLAC/include/private/Makefile.am | 2 +- src/libFLAC/include/private/bitmath.h | 2 +- src/libFLAC/include/private/cpu.h | 2 +- src/libFLAC/include/private/memory.h | 2 +- src/libFLAC/include/protected/Makefile.am | 2 +- src/libFLAC/include/protected/all.h | 2 +- src/libFLAC/include/protected/stream_encoder.h | 2 +- src/libFLAC/memory.c | 2 +- src/libFLAC/seek_table.c | 2 +- src/libFLAC/utility.c | 2 +- src/metaflac/main.c | 4 ++-- src/monkeys_audio_utilities/Makefile.am | 2 +- src/monkeys_audio_utilities/flac_mac/Makefile.am | 2 +- src/monkeys_audio_utilities/flac_ren/Makefile.am | 2 +- src/plugin_winamp3/Makefile.am | 2 +- src/test_streams/Makefile.vc | 2 +- src/test_unit/Makefile.vc | 2 +- test/Makefile.am | 2 +- test/Makefile.lite | 2 +- test/test_bins.sh | 2 +- test/test_streams.sh | 2 +- test/test_unit.sh | 2 +- 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 @@ - + @@ -90,7 +90,7 @@

-

 Copyright (c) 2001 Josh Coalson

+

 Copyright (c) 2001,2002 Josh Coalson

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 @@ - + @@ -638,7 +638,7 @@ WaveZIP2:25.86107.47 MB0.5032

-

 Copyright (c) 2001 Josh Coalson

+

 Copyright (c) 2001,2002 Josh Coalson

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 @@ - + @@ -113,7 +113,7 @@

В исходных текстах проекта есть несколько примеров использования libFLAC. На странице файлы написано, как можно их получить.

-

 Copyright (c) 2001 Josh Coalson

+

 Copyright (c) 2001,2002 Josh Coalson

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 @@ - + @@ -560,7 +560,7 @@

Отслеживание ошибок ведется на этой странице проекта, находящейся на SourceForge. Если Вы будете сообщать об ошибке, пожалуйста, оставьте e-mail для контакта.

-

 Copyright (c) 2001 Josh Coalson

+

 Copyright (c) 2001,2002 Josh Coalson

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 @@ - + @@ -95,7 +95,7 @@

-

 Copyright (c) 2001 Josh Coalson

+

 Copyright (c) 2001,2002 Josh Coalson

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 @@ - + @@ -128,7 +128,7 @@
  • FLAC не будет SDMI совместимым и т.п. Перед проектом не стоит цели поддерживать методы защиты, которые на практике лишь увеличивают объем файла. Конечно, мы не собираемся препятствовать кому-либо создавать соответствующие блоки метаданных, однако, стандартные декодеры все равно будут их пропускать.
  • -

     Copyright (c) 2001 Josh Coalson

    +

     Copyright (c) 2001,2002 Josh Coalson

    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 @@ - + @@ -895,7 +895,7 @@

    -

     Copyright (c) 2001 Josh Coalson

    +

     Copyright (c) 2001,2002 Josh Coalson

    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 @@ - + @@ -98,7 +98,7 @@
  • Защита от копирования в любом виде.
  • -

     Copyright (c) 2001 Josh Coalson

    +

     Copyright (c) 2001,2002 Josh Coalson

    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 @@ - + @@ -116,7 +116,7 @@ -

     Copyright (c) 2001 Josh Coalson

    +

     Copyright (c) 2001,2002 Josh Coalson

    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 @@ - + @@ -131,7 +131,7 @@

    Астафьев Андрей

    -

     Copyright (c) 2001 Josh Coalson

    +

     Copyright (c) 2001,2002 Josh Coalson

    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 @@ - + @@ -103,7 +103,7 @@

    -

     Copyright (c) 2001 Josh Coalson

    +

     Copyright (c) 2001,2002 Josh Coalson

    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 @@ - + @@ -177,7 +177,7 @@

  • 10.12.2000

  • FLAC выложен на SourceForge. Посетите страницу проекта, чтобы подписаться на список расылки или стать разработчиком.

    -

     Copyright (c) 2001 Josh Coalson

    +

     Copyright (c) 2001,2002 Josh Coalson

    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