From 2e33b78ec4a09a218743cec8c2aa1fa928810393 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 May 2009 01:38:26 +0000 Subject: [PATCH] Update README file to be like other directories. --- htdocs/includes/simplemail/README | 10 +++++----- htdocs/includes/smtps/README | 7 +++++++ htdocs/includes/vcard/README | 6 ++++++ 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 htdocs/includes/smtps/README create mode 100644 htdocs/includes/vcard/README diff --git a/htdocs/includes/simplemail/README b/htdocs/includes/simplemail/README index 794e1497946..112cd0ac6b2 100644 --- a/htdocs/includes/simplemail/README +++ b/htdocs/includes/simplemail/README @@ -1,6 +1,6 @@ -README.txt ----------- +README (english) +---------------- -This file comes from web site -http://classes.scriptsphp.org et -and is distributed under GPL licence. \ No newline at end of file +This file is a library for manipulating Email in PHP. +Web: http://classes.scriptsphp.org +Licence: GPL diff --git a/htdocs/includes/smtps/README b/htdocs/includes/smtps/README new file mode 100644 index 00000000000..66eecc9a689 --- /dev/null +++ b/htdocs/includes/smtps/README @@ -0,0 +1,7 @@ +README (english) +---------------- + +This directory contains a PHP library for manipulating SMTPS. +Web: http://www.paehl.de/cms/php_scripts (Class from SMTP PHP Mail project) +Author: Dirk Paehl +Licence: GPL \ No newline at end of file diff --git a/htdocs/includes/vcard/README b/htdocs/includes/vcard/README new file mode 100644 index 00000000000..c9958c747fc --- /dev/null +++ b/htdocs/includes/vcard/README @@ -0,0 +1,6 @@ +README (english) +---------------- + +This directory contains a PHP library for manipulating VCal format. +Author: Kai Blankenhorn +Licence: GPL 2.0 \ No newline at end of file