Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
70118f62
Commit
70118f62
authored
Jan 16, 2001
by
Josh Coalson
Browse files
update copyright for 2001
parent
cd168af9
Changes
33
Hide whitespace changes
Inline
Side-by-side
include/FLAC/all.h
View file @
70118f62
/* 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
...
...
include/FLAC/encoder.h
View file @
70118f62
/* 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
...
...
include/FLAC/file_decoder.h
View file @
70118f62
/* 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
...
...
include/FLAC/format.h
View file @
70118f62
/* 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
...
...
include/FLAC/ordinals.h
View file @
70118f62
/* 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
...
...
include/FLAC/stream_decoder.h
View file @
70118f62
/* 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
...
...
src/flac/decode.c
View file @
70118f62
/* 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
...
...
src/flac/decode.h
View file @
70118f62
/* 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
...
...
src/flac/encode.c
View file @
70118f62
/* 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
...
...
src/flac/encode.h
View file @
70118f62
/* 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
...
...
src/flac/main.c
View file @
70118f62
/* 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
"
);
...
...
src/libFLAC/bitbuffer.c
View file @
70118f62
/* 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
...
...
src/libFLAC/crc.c
View file @
70118f62
/* 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
...
...
src/libFLAC/encoder.c
View file @
70118f62
/* 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
...
...
src/libFLAC/encoder_framing.c
View file @
70118f62
/* 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
...
...
src/libFLAC/file_decoder.c
View file @
70118f62
/* 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
...
...
src/libFLAC/fixed.c
View file @
70118f62
/* 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
...
...
src/libFLAC/format.c
View file @
70118f62
/* 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
...
...
src/libFLAC/include/private/all.h
View file @
70118f62
/* 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
...
...
src/libFLAC/include/private/bitbuffer.h
View file @
70118f62
/* 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
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment