minor verbiage

This commit is contained in:
Josh Coalson
2003-01-10 05:19:27 +00:00
parent 208097401a
commit e1565f04c8
3 changed files with 28 additions and 14 deletions

View File

@@ -1,4 +1,9 @@
NOTE: files file_utils.c and file_utils.h are copied from the
../test_libFLAC directory. It's too much pain to make a
convenience library for these and CVS can't do soft links, so
we put up with having two copies of these sources.
NOTE: the following files are copied from the ../test_libFLAC directory:
file_utils.c
file_utils.h
metadata_utils.c
metadata_utils.h
It's too much of a pain to make a convenience library for these and CVS
can't do soft links, so we put up with having two copies of these sources.

View File

@@ -1,4 +1,9 @@
NOTE: files file_utils.c and file_utils.h are copied from the
../test_libOggFLAC directory. It's too much pain to make a
convenience library for these and CVS can't do soft links, so
we put up with having two copies of these sources.
NOTE: the following files are copied from the ../test_libOggFLAC directory:
file_utils.c
file_utils.h
metadata_utils.c
metadata_utils.h
It's too much of a pain to make a convenience library for these and CVS
can't do soft links, so we put up with having two copies of these sources.

View File

@@ -1,7 +1,11 @@
NOTE: files metadata_utils.c and metadata_utils.h are copied from
the ../test_libFLAC directory. It's too much pain to make a
convenience library for these and CVS can't do soft links, so
we put up with having two copies of these sources.
NOTE: the following files are copied from the ../test_libFLAC directory:
file_utils.c and file_utils.h are also copies, with trivial
changes, for use in this package.
file_utils.c
file_utils.h
metadata_utils.c
metadata_utils.h
It's too much of a pain to make a convenience library for these and CVS
can't do soft links, so we put up with having two copies of these sources.
file_utils.c and file_utils.h have trivial changes for use in this package.