X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fright_main.php;h=6c36e3caf3a2f2eb166154483b42ecbb470f28e1;hp=bcb02f36009b7809231881f28594cf2e00d6e7a7;hb=4b4abf93a9624311afef0c385023724ee46a2b60;hpb=65d0d1624a60633c008fd0b5631ca37713a7ad7c diff --git a/src/right_main.php b/src/right_main.php index bcb02f3..6c36e3c 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -3,12 +3,11 @@ /** * right_main.php * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * This is where the mailboxes are listed. This controls most of what * goes on in SquirrelMail. * + * @copyright © 1999-2005 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ @@ -389,4 +388,4 @@ $oTemplate->display('footer.tpl'); /* add the mailbox to the cache */ $mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox; sqsession_register($mailbox_cache,'mailbox_cache'); -?> +?> \ No newline at end of file