From b133b5dfce253290fea704c99836f8166ed885bc Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 11 Mar 2007 10:19:52 +0000 Subject: [PATCH] Moved more files from FILENAME to FILENAME.txt ... --- CHANGELOG => CHANGELOG.txt | 0 CREDITS => CREDITS.txt | 2 +- TODO => TODO.txt | 2 +- physfs.h | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename CHANGELOG => CHANGELOG.txt (100%) rename CREDITS => CREDITS.txt (98%) rename TODO => TODO.txt (99%) diff --git a/CHANGELOG b/CHANGELOG.txt similarity index 100% rename from CHANGELOG rename to CHANGELOG.txt diff --git a/CREDITS b/CREDITS.txt similarity index 98% rename from CREDITS rename to CREDITS.txt index 3f491b72..fce3a5a5 100644 --- a/CREDITS +++ b/CREDITS.txt @@ -98,5 +98,5 @@ Windows .rc file: Other stuff: Your name here! Patches go to icculus@icculus.org ... -/* end of CREDITS ... */ +/* end of CREDITS.txt ... */ diff --git a/TODO b/TODO.txt similarity index 99% rename from TODO rename to TODO.txt index aa9d124e..6b0ba748 100644 --- a/TODO +++ b/TODO.txt @@ -58,5 +58,5 @@ Stuff: - Make mutexes recursive, so callbacks can call into the API. - Archivers need abstracted i/o to read from memory or files (archives in archives?) -// end of TODO ... +// end of TODO.txt ... diff --git a/physfs.h b/physfs.h index 117dcbc3..c40abb90 100644 --- a/physfs.h +++ b/physfs.h @@ -203,7 +203,7 @@ * Please see the file LICENSE.txt in the source's root directory for licensing * and redistribution rights. * - * Please see the file CREDITS in the source's root directory for a more or + * Please see the file CREDITS.txt in the source's root directory for a more or * less complete list of who's responsible for this. * * \author Ryan C. Gordon.