phpDocumentor updates
[squirrelmail.git] / plugins / change_password / options.php
index a62fd3634b2f20fa5d18588be04760142269bea3..2317878e288a469afb9814a0c34c547dbf9236ce 100644 (file)
@@ -3,9 +3,8 @@
 /**
  * options.php - Change Password HTML page
  *
- * Copyright (c) 2004-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
+ * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage change_password
@@ -30,7 +29,7 @@ if (file_exists(SM_PATH . 'plugins/change_password/config_default.php')) {
 }
 
 /**
- * prevent possible corruption of configuration overrides in 
+ * prevent possible corruption of configuration overrides in
  * register_globals=on and preloaded php scripts.
  */
 $cpw_ldap=array();