diff options
-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> |