mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
update copyright date to include 2002
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# flac - Command-line FLAC encoder/decoder
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# flac - Command-line FLAC encoder/decoder
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# flac - Command-line FLAC encoder/decoder
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac - Command-line FLAC encoder/decoder
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac - Command-line FLAC encoder/decoder
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac - Command-line FLAC encoder/decoder
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac - Command-line FLAC encoder/decoder
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac - Command-line FLAC encoder/decoder
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac - Command-line FLAC encoder/decoder
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac - Command-line FLAC encoder/decoder
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
@@ -375,7 +375,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if(verbose) {
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, "flac %s, Copyright (C) 2000,2001 Josh Coalson\n", FLAC__VERSION_STRING);
|
||||
fprintf(stderr, "flac %s, Copyright (C) 2000,2001,2002 Josh Coalson\n", FLAC__VERSION_STRING);
|
||||
fprintf(stderr, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n");
|
||||
fprintf(stderr, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");
|
||||
|
||||
@@ -442,7 +442,7 @@ static void usage_header()
|
||||
{
|
||||
fprintf(stderr, "===============================================================================\n");
|
||||
fprintf(stderr, "flac - Command-line FLAC encoder/decoder version %s\n", FLAC__VERSION_STRING);
|
||||
fprintf(stderr, "Copyright (C) 2000,2001 Josh Coalson\n");
|
||||
fprintf(stderr, "Copyright (C) 2000,2001,2002 Josh Coalson\n");
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, "This program is free software; you can redistribute it and/or\n");
|
||||
fprintf(stderr, "modify it under the terms of the GNU General Public License\n");
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libFLAC - Free Lossless Audio Codec library
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# metaflac - Command-line FLAC metadata editor
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# metaflac - Command-line FLAC metadata editor
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# metaflac - Command-line FLAC metadata editor
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac_mac - wedge utility to add FLAC support to Monkey's Audio
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* flac_ren - renamer part of utility to add FLAC support to Monkey's Audio
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# in_flac - Winamp2 FLAC input plugin
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# in_flac - Winamp2 FLAC input plugin
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* in_flac - Winamp2 FLAC input plugin
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* FLAC input plugin for Winamp3
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* FLAC input plugin for Winamp3
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* FLAC input plugin for Winamp3
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* FLAC input plugin for Winamp3
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# libxmms-flac - XMMS FLAC input plugin
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# libxmms-flac - XMMS FLAC input plugin
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* libxmms-flac - XMMS FLAC input plugin
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# test_streams - Simple test pattern generator
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# test_streams - Simple test pattern generator
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* test_streams - Simple test pattern generator
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# test_unit - Simple FLAC unit tester
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# test_unit - Simple FLAC unit tester
|
||||
# Copyright (C) 2000,2001 Josh Coalson
|
||||
# Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* test_unit - Simple FLAC unit tester
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* test_unit - Simple FLAC unit tester
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* test_unit - Simple FLAC unit tester
|
||||
* Copyright (C) 2000,2001 Josh Coalson
|
||||
* Copyright (C) 2000,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
|
||||
|
||||
Reference in New Issue
Block a user