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