diff options
author | Sascha Wilde <wilde@intevation.de> | 2008-08-15 16:04:21 (GMT) |
---|---|---|
committer | Sascha Wilde <wilde@intevation.de> | 2008-08-15 16:04:21 (GMT) |
commit | 725700f64b7cafdb134e63678df7fabddf1ac769 (patch) | |
tree | 313b4a2ce0855f621d5ffd149fff7ad53d3edf7e | |
parent | eeba698a602e4b2cd106b85b06c1ca1dbfb34a46 (diff) | |
download | kolab-webadmin-725700f64b7cafdb134e63678df7fabddf1ac769.tar.gz |
Added acknowledgments for OpenSSL and PHP.
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | php/admin/templates/kolab.tpl | 11 |
2 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-08-15 Sascha Wilde <wilde@intevation.de> + + * php/admin/templates/kolab.tpl: Added acknowledgments for PHP and + OpenSSL according to their respective licenses. + 2008-07-05 Richard Bos <richard@radoeka.nl> * php/admin/locale/nl/LC_MESSAGES/messages.po: changed translation to Kolab diff --git a/php/admin/templates/kolab.tpl b/php/admin/templates/kolab.tpl index 208fdc9..d43db6c 100755 --- a/php/admin/templates/kolab.tpl +++ b/php/admin/templates/kolab.tpl @@ -96,4 +96,15 @@ </ul> </div> +<hr> +<small> + <p> + This product includes PHP, freely available from + http://www.php.net/ + </p><p> + This product includes software developed by the OpenSSL Project + for use in the OpenSSL Toolkit (http://www.openssl.org/) + </p> +</small> + </div> |