From e1565f04c898709c6bb961501d421bcb3791c933 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 10 Jan 2003 05:19:27 +0000 Subject: [PATCH] minor verbiage --- src/test_libFLAC++/README | 13 +++++++++---- src/test_libOggFLAC++/README | 13 +++++++++---- src/test_libOggFLAC/README | 16 ++++++++++------ 3 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/test_libFLAC++/README b/src/test_libFLAC++/README index d2b766c3..92425a3f 100644 --- a/src/test_libFLAC++/README +++ b/src/test_libFLAC++/README @@ -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. diff --git a/src/test_libOggFLAC++/README b/src/test_libOggFLAC++/README index 3ca35b28..6eaf3800 100644 --- a/src/test_libOggFLAC++/README +++ b/src/test_libOggFLAC++/README @@ -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. diff --git a/src/test_libOggFLAC/README b/src/test_libOggFLAC/README index 9e00a224..aef8a199 100644 --- a/src/test_libOggFLAC/README +++ b/src/test_libOggFLAC/README @@ -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.