Add preview pane to advanced default template. This serves as an example of how...
[squirrelmail.git] / plugins / change_password / setup.php
index 9b7ca21b777aad5e27ed249a219f9a41402bcf32..3ab19fbb95bef313ea8374db3a1276861674161b 100644 (file)
@@ -3,12 +3,11 @@
 /**
  * setup.php - Generic Change Password plugin
  *
- * Copyright (c) 2003-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This plugin aims to provide a general framework for all password
  * changing methods that currently have their own plugins.
  *
+ * @copyright © 2003-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage change_password
@@ -48,7 +47,6 @@ function change_password_loadinfo() {
         // i18n: is displayed after "Successfully Saved Options:"
         $optpage_name=_("User's Password");
     }
-
 }
 
 /**
@@ -58,4 +56,3 @@ function change_password_loadinfo() {
 function change_password_version() {
     return '0.2';
 }
-?>
\ No newline at end of file