From 7018d574904e3075f6fca92681e848aebe82b96d Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 29 Sep 2008 03:15:14 +0000 Subject: Rename all modinfo.txt files to info.txt, since they are all (none) of them modules now. In any case there is no distinction so info.txt seems better. --- src/codec/base64/info.txt | 11 +++++++++++ src/codec/base64/modinfo.txt | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 src/codec/base64/info.txt delete mode 100644 src/codec/base64/modinfo.txt (limited to 'src/codec/base64') diff --git a/src/codec/base64/info.txt b/src/codec/base64/info.txt new file mode 100644 index 000000000..c9c05a255 --- /dev/null +++ b/src/codec/base64/info.txt @@ -0,0 +1,11 @@ +realname "Base64 Codec" + +define BASE64_CODEC + +load_on auto + + +base64.cpp +b64_char.cpp +base64.h + diff --git a/src/codec/base64/modinfo.txt b/src/codec/base64/modinfo.txt deleted file mode 100644 index c9c05a255..000000000 --- a/src/codec/base64/modinfo.txt +++ /dev/null @@ -1,11 +0,0 @@ -realname "Base64 Codec" - -define BASE64_CODEC - -load_on auto - - -base64.cpp -b64_char.cpp -base64.h - -- cgit v1.2.3