Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
flac
Commits
6a1f59b5
Commit
6a1f59b5
authored
Dec 04, 2012
by
Miroslav Lichvar
Committed by
Erik de Castro Lopo
Dec 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FSF address.
parent
a43f56c0
Changes
138
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
138 changed files
with
431 additions
and
432 deletions
+431
-432
COPYING.GPL
COPYING.GPL
+21
-22
doc/Makefile.am
doc/Makefile.am
+3
-3
doc/Makefile.lite
doc/Makefile.lite
+3
-3
examples/c/decode/file/Makefile.am
examples/c/decode/file/Makefile.am
+3
-3
examples/c/decode/file/Makefile.lite
examples/c/decode/file/Makefile.lite
+3
-3
examples/c/decode/file/main.c
examples/c/decode/file/main.c
+3
-3
examples/c/encode/file/Makefile.am
examples/c/encode/file/Makefile.am
+3
-3
examples/c/encode/file/Makefile.lite
examples/c/encode/file/Makefile.lite
+3
-3
examples/c/encode/file/main.c
examples/c/encode/file/main.c
+3
-3
examples/cpp/decode/file/Makefile.am
examples/cpp/decode/file/Makefile.am
+3
-3
examples/cpp/decode/file/Makefile.lite
examples/cpp/decode/file/Makefile.lite
+3
-3
examples/cpp/decode/file/main.cpp
examples/cpp/decode/file/main.cpp
+3
-3
examples/cpp/encode/file/Makefile.am
examples/cpp/encode/file/Makefile.am
+3
-3
examples/cpp/encode/file/Makefile.lite
examples/cpp/encode/file/Makefile.lite
+3
-3
examples/cpp/encode/file/main.cpp
examples/cpp/encode/file/main.cpp
+3
-3
include/share/getopt.h
include/share/getopt.h
+2
-2
include/share/grabbag/picture.h
include/share/grabbag/picture.h
+3
-3
include/share/replaygain_analysis.h
include/share/replaygain_analysis.h
+1
-1
include/test_libs_common/file_utils_flac.h
include/test_libs_common/file_utils_flac.h
+3
-3
include/test_libs_common/metadata_utils.h
include/test_libs_common/metadata_utils.h
+3
-3
man/Makefile.am
man/Makefile.am
+3
-3
src/flac/Makefile.am
src/flac/Makefile.am
+3
-3
src/flac/Makefile.lite
src/flac/Makefile.lite
+3
-3
src/flac/Makefile.lite.iffscan
src/flac/Makefile.lite.iffscan
+3
-3
src/flac/analyze.c
src/flac/analyze.c
+3
-3
src/flac/analyze.h
src/flac/analyze.h
+3
-3
src/flac/decode.c
src/flac/decode.c
+3
-3
src/flac/decode.h
src/flac/decode.h
+3
-3
src/flac/encode.c
src/flac/encode.c
+3
-3
src/flac/encode.h
src/flac/encode.h
+3
-3
src/flac/foreign_metadata.c
src/flac/foreign_metadata.c
+3
-3
src/flac/foreign_metadata.h
src/flac/foreign_metadata.h
+3
-3
src/flac/iffscan.c
src/flac/iffscan.c
+3
-3
src/flac/local_string_utils.h
src/flac/local_string_utils.h
+3
-3
src/flac/main.c
src/flac/main.c
+6
-6
src/flac/utils.c
src/flac/utils.c
+3
-3
src/flac/utils.h
src/flac/utils.h
+3
-3
src/flac/vorbiscomment.c
src/flac/vorbiscomment.c
+3
-3
src/flac/vorbiscomment.h
src/flac/vorbiscomment.h
+3
-3
src/metaflac/Makefile.am
src/metaflac/Makefile.am
+3
-3
src/metaflac/Makefile.lite
src/metaflac/Makefile.lite
+3
-3
src/metaflac/main.c
src/metaflac/main.c
+3
-3
src/metaflac/operations.c
src/metaflac/operations.c
+3
-3
src/metaflac/operations.h
src/metaflac/operations.h
+3
-3
src/metaflac/operations_shorthand.h
src/metaflac/operations_shorthand.h
+3
-3
src/metaflac/operations_shorthand_cuesheet.c
src/metaflac/operations_shorthand_cuesheet.c
+3
-3
src/metaflac/operations_shorthand_picture.c
src/metaflac/operations_shorthand_picture.c
+3
-3
src/metaflac/operations_shorthand_seektable.c
src/metaflac/operations_shorthand_seektable.c
+3
-3
src/metaflac/operations_shorthand_streaminfo.c
src/metaflac/operations_shorthand_streaminfo.c
+3
-3
src/metaflac/operations_shorthand_vorbiscomment.c
src/metaflac/operations_shorthand_vorbiscomment.c
+3
-3
src/metaflac/options.c
src/metaflac/options.c
+3
-3
src/metaflac/options.h
src/metaflac/options.h
+3
-3
src/metaflac/usage.c
src/metaflac/usage.c
+6
-6
src/metaflac/usage.h
src/metaflac/usage.h
+3
-3
src/metaflac/utils.c
src/metaflac/utils.c
+3
-3
src/metaflac/utils.h
src/metaflac/utils.h
+3
-3
src/monkeys_audio_utilities/flac_mac/Makefile.am
src/monkeys_audio_utilities/flac_mac/Makefile.am
+3
-3
src/monkeys_audio_utilities/flac_mac/main.c
src/monkeys_audio_utilities/flac_mac/main.c
+3
-3
src/monkeys_audio_utilities/flac_ren/Makefile.am
src/monkeys_audio_utilities/flac_ren/Makefile.am
+3
-3
src/monkeys_audio_utilities/flac_ren/main.c
src/monkeys_audio_utilities/flac_ren/main.c
+3
-3
src/plugin_common/charset.c
src/plugin_common/charset.c
+3
-3
src/plugin_common/charset.h
src/plugin_common/charset.h
+3
-3
src/plugin_common/dither.c
src/plugin_common/dither.c
+3
-3
src/plugin_common/replaygain.c
src/plugin_common/replaygain.c
+3
-3
src/plugin_common/replaygain.h
src/plugin_common/replaygain.h
+3
-3
src/plugin_xmms/Makefile.am
src/plugin_xmms/Makefile.am
+3
-3
src/plugin_xmms/Makefile.lite
src/plugin_xmms/Makefile.lite
+3
-3
src/plugin_xmms/charset.c
src/plugin_xmms/charset.c
+3
-3
src/plugin_xmms/charset.h
src/plugin_xmms/charset.h
+3
-3
src/plugin_xmms/configure.c
src/plugin_xmms/configure.c
+3
-3
src/plugin_xmms/configure.h
src/plugin_xmms/configure.h
+3
-3
src/plugin_xmms/fileinfo.c
src/plugin_xmms/fileinfo.c
+3
-3
src/plugin_xmms/http.c
src/plugin_xmms/http.c
+3
-3
src/plugin_xmms/http.h
src/plugin_xmms/http.h
+3
-3
src/plugin_xmms/locale_hack.h
src/plugin_xmms/locale_hack.h
+3
-3
src/plugin_xmms/plugin.c
src/plugin_xmms/plugin.c
+3
-3
src/plugin_xmms/plugin.h
src/plugin_xmms/plugin.h
+3
-3
src/plugin_xmms/tag.c
src/plugin_xmms/tag.c
+3
-3
src/plugin_xmms/tag.h
src/plugin_xmms/tag.h
+3
-3
src/share/getopt/getopt.c
src/share/getopt/getopt.c
+2
-2
src/share/getopt/getopt1.c
src/share/getopt/getopt1.c
+2
-2
src/share/grabbag/picture.c
src/share/grabbag/picture.c
+3
-3
src/share/replaygain_analysis/replaygain_analysis.c
src/share/replaygain_analysis/replaygain_analysis.c
+1
-1
src/share/utf8/charset.c
src/share/utf8/charset.c
+3
-3
src/share/utf8/charset.h
src/share/utf8/charset.h
+3
-3
src/share/utf8/charset_test.c
src/share/utf8/charset_test.c
+3
-3
src/share/utf8/iconvert.c
src/share/utf8/iconvert.c
+3
-3
src/share/utf8/iconvert.h
src/share/utf8/iconvert.h
+3
-3
src/share/utf8/makemap.c
src/share/utf8/makemap.c
+3
-3
src/share/utf8/utf8.c
src/share/utf8/utf8.c
+3
-3
src/test_grabbag/Makefile.lite
src/test_grabbag/Makefile.lite
+3
-3
src/test_grabbag/cuesheet/Makefile.am
src/test_grabbag/cuesheet/Makefile.am
+3
-3
src/test_grabbag/cuesheet/Makefile.lite
src/test_grabbag/cuesheet/Makefile.lite
+3
-3
src/test_grabbag/cuesheet/main.c
src/test_grabbag/cuesheet/main.c
+3
-3
src/test_grabbag/picture/Makefile.am
src/test_grabbag/picture/Makefile.am
+3
-3
src/test_grabbag/picture/Makefile.lite
src/test_grabbag/picture/Makefile.lite
+3
-3
src/test_grabbag/picture/main.c
src/test_grabbag/picture/main.c
+3
-3
src/test_libFLAC++/Makefile.am
src/test_libFLAC++/Makefile.am
+3
-3
src/test_libFLAC++/Makefile.lite
src/test_libFLAC++/Makefile.lite
+3
-3
src/test_libFLAC++/decoders.cpp
src/test_libFLAC++/decoders.cpp
+3
-3
src/test_libFLAC++/decoders.h
src/test_libFLAC++/decoders.h
+3
-3
src/test_libFLAC++/encoders.cpp
src/test_libFLAC++/encoders.cpp
+3
-3
src/test_libFLAC++/encoders.h
src/test_libFLAC++/encoders.h
+3
-3
src/test_libFLAC++/main.cpp
src/test_libFLAC++/main.cpp
+3
-3
src/test_libFLAC++/metadata.cpp
src/test_libFLAC++/metadata.cpp
+3
-3
src/test_libFLAC++/metadata.h
src/test_libFLAC++/metadata.h
+3
-3
src/test_libFLAC++/metadata_manip.cpp
src/test_libFLAC++/metadata_manip.cpp
+3
-3
src/test_libFLAC++/metadata_object.cpp
src/test_libFLAC++/metadata_object.cpp
+3
-3
src/test_libFLAC/Makefile.am
src/test_libFLAC/Makefile.am
+3
-3
src/test_libFLAC/Makefile.lite
src/test_libFLAC/Makefile.lite
+3
-3
src/test_libFLAC/bitwriter.c
src/test_libFLAC/bitwriter.c
+3
-3
src/test_libFLAC/bitwriter.h
src/test_libFLAC/bitwriter.h
+3
-3
src/test_libFLAC/decoders.c
src/test_libFLAC/decoders.c
+3
-3
src/test_libFLAC/decoders.h
src/test_libFLAC/decoders.h
+3
-3
src/test_libFLAC/encoders.c
src/test_libFLAC/encoders.c
+3
-3
src/test_libFLAC/encoders.h
src/test_libFLAC/encoders.h
+3
-3
src/test_libFLAC/format.c
src/test_libFLAC/format.c
+3
-3
src/test_libFLAC/format.h
src/test_libFLAC/format.h
+3
-3
src/test_libFLAC/main.c
src/test_libFLAC/main.c
+3
-3
src/test_libFLAC/metadata.c
src/test_libFLAC/metadata.c
+3
-3
src/test_libFLAC/metadata.h
src/test_libFLAC/metadata.h
+3
-3
src/test_libFLAC/metadata_manip.c
src/test_libFLAC/metadata_manip.c
+3
-3
src/test_libFLAC/metadata_object.c
src/test_libFLAC/metadata_object.c
+3
-3
src/test_libs_common/Makefile.am
src/test_libs_common/Makefile.am
+3
-3
src/test_libs_common/Makefile.lite
src/test_libs_common/Makefile.lite
+3
-3
src/test_libs_common/file_utils_flac.c
src/test_libs_common/file_utils_flac.c
+3
-3
src/test_libs_common/metadata_utils.c
src/test_libs_common/metadata_utils.c
+3
-3
src/test_seeking/Makefile.am
src/test_seeking/Makefile.am
+3
-3
src/test_seeking/Makefile.lite
src/test_seeking/Makefile.lite
+3
-3
src/test_seeking/main.c
src/test_seeking/main.c
+3
-3
src/test_streams/Makefile.am
src/test_streams/Makefile.am
+3
-3
src/test_streams/Makefile.lite
src/test_streams/Makefile.lite
+3
-3
src/test_streams/main.c
src/test_streams/main.c
+3
-3
src/utils/flacdiff/Makefile.am
src/utils/flacdiff/Makefile.am
+3
-3
src/utils/flacdiff/Makefile.lite
src/utils/flacdiff/Makefile.lite
+3
-3
src/utils/flacdiff/main.cpp
src/utils/flacdiff/main.cpp
+3
-3
src/utils/flactimer/Makefile.am
src/utils/flactimer/Makefile.am
+3
-3
src/utils/flactimer/main.cpp
src/utils/flactimer/main.cpp
+3
-3
No files found.
COPYING.GPL
View file @
6a1f59b5
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
9 Temple Place, Suite 330
, Boston, MA
0211
1
-130
7
USA
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
,
5
1 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
...
...
@@ -15,7 +15,7 @@ software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU L
ibrary
General Public License instead.) You can apply it to
the GNU L
esser
General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
...
...
@@ -55,8 +55,8 @@ patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
...
...
@@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
...
...
@@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
...
...
@@ -225,7 +225,7 @@ impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
...
...
@@ -255,7 +255,7 @@ make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
...
...
@@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
...
...
@@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C)
19yy
<name of author>
Copyright (C)
<year>
<name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -303,17 +303,16 @@ the "copyright" line and a pointer to where the full notice is found.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C)
19yy
name of author
Gnomovision version 69, Copyright (C)
year
name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
...
...
@@ -336,5 +335,5 @@ necessary. Here is a sample; alter the names:
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU L
ibrary
General
library. If this is what you want to do, use the GNU L
esser
General
Public License instead of this License.
doc/Makefile.am
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
AUTOMAKE_OPTIONS
=
foreign
...
...
doc/Makefile.lite
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
topdir
=
..
...
...
examples/c/decode/file/Makefile.am
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
EXTRA_DIST
=
\
Makefile.lite
\
...
...
examples/c/decode/file/Makefile.lite
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
#
# GNU makefile
...
...
examples/c/decode/file/main.c
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
/*
...
...
examples/c/encode/file/Makefile.am
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
EXTRA_DIST
=
\
Makefile.lite
\
...
...
examples/c/encode/file/Makefile.lite
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
#
# GNU makefile
...
...
examples/c/encode/file/main.c
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
/*
...
...
examples/cpp/decode/file/Makefile.am
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
EXTRA_DIST
=
\
Makefile.lite
\
...
...
examples/cpp/decode/file/Makefile.lite
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
#
# GNU makefile
...
...
examples/cpp/decode/file/main.cpp
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
/*
...
...
examples/cpp/encode/file/Makefile.am
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
EXTRA_DIST
=
\
Makefile.lite
\
...
...
examples/cpp/encode/file/Makefile.lite
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
#
# GNU makefile
...
...
examples/cpp/encode/file/main.cpp
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
/*
...
...
include/share/getopt.h
View file @
6a1f59b5
...
...
@@ -28,8 +28,8 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
write to the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
,
Boston, MA 0211
1
-130
7
, USA. */
write to the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
,
Boston, MA 0211
0
-130
1
, USA. */
#ifndef SHARE__GETOPT_H
#define SHARE__GETOPT_H
...
...
include/share/grabbag/picture.h
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
/* This .h cannot be included by itself; #include "share/grabbag.h" instead. */
...
...
include/share/replaygain_analysis.h
View file @
6a1f59b5
...
...
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 5
9 Temple Place, Suite 330
, Boston, MA 0211
1
-130
7
USA
* Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA
*
* concept and filter values by David Robinson (David@Robinson.org)
* -- blame him if you think the idea is flawed
...
...
include/test_libs_common/file_utils_flac.h
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#ifndef FLAC__TEST_LIBFLAC_FILE_UTILS_H
...
...
include/test_libs_common/metadata_utils.h
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#ifndef FLAC__TEST_LIBS_COMMON_METADATA_UTILS_H
...
...
man/Makefile.am
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
if
FLaC__HAS_DOCBOOK_TO_MAN
flac.1
:
flac.sgml
...
...
src/flac/Makefile.am
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
bin_PROGRAMS
=
flac
...
...
src/flac/Makefile.lite
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
#
# GNU makefile
...
...
src/flac/Makefile.lite.iffscan
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
#
along
with this program; if not, write to the Free Software
#
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
# You should have received a copy of the GNU General Public License
along
# with this program; if not, write to the Free Software
Foundation, Inc.,
#
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
#
# GNU makefile
...
...
src/flac/analyze.c
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#if HAVE_CONFIG_H
...
...
src/flac/analyze.h
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#ifndef flac__analyze_h
...
...
src/flac/decode.c
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#if HAVE_CONFIG_H
...
...
src/flac/decode.h
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#ifndef flac__decode_h
...
...
src/flac/encode.c
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#if HAVE_CONFIG_H
...
...
src/flac/encode.h
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#ifndef flac__encode_h
...
...
src/flac/foreign_metadata.c
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#if HAVE_CONFIG_H
...
...
src/flac/foreign_metadata.h
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#ifndef flac__foreign_metadata_h
...
...
src/flac/iffscan.c
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#if HAVE_CONFIG_H
...
...
src/flac/local_string_utils.h
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,
*
51 Franklin Street, Fifth Floor
, Boston, MA 0211
0
-130
1
USA.
*/
#ifndef flac__local_string_utils_h
...
...
src/flac/main.c
View file @
6a1f59b5
...
...
@@ -11,9 +11,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along
with this program; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place - Suite 330
, Boston, MA
0211
1
-130
7,
USA.
* You should have received a copy of the GNU General Public License
along
* with this program; if not, write to the Free Software
Foundation, Inc.,