X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fchange_password%2Fsetup.php;h=3ab19fbb95bef313ea8374db3a1276861674161b;hp=9b7ca21b777aad5e27ed249a219f9a41402bcf32;hb=24024eb7a3db834ca68720cd30fec275af758237;hpb=75adae57ab5c05d52e4a4da78037ab42d6b749a3;ds=inline diff --git a/plugins/change_password/setup.php b/plugins/change_password/setup.php index 9b7ca21b..3ab19fbb 100644 --- a/plugins/change_password/setup.php +++ b/plugins/change_password/setup.php @@ -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