diff options
Diffstat (limited to 'settings/help.php')
-rw-r--r-- | settings/help.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/settings/help.php b/settings/help.php index 48fcec32782..b1dc1c5be77 100644 --- a/settings/help.php +++ b/settings/help.php @@ -1,6 +1,6 @@ <?php /** - * Copyright (c) 2011, Frank Karlitschek karlitschek@kde.org + * 2012 Frank Karlitschek frank@owncloud.org * This file is licensed under the Affero General Public License version 3 or later. * See the COPYING-README file. */ @@ -25,5 +25,3 @@ $tmpl->assign( "kbe", $kbe ); $tmpl->assign( "pagecount", $pagecount ); $tmpl->assign( "page", $page ); $tmpl->printPage(); - -?> |