phpDocumentor updates
[squirrelmail.git] / include / load_prefs.php
index cb637ce4f4cdbac90d82b3c4613855ef682bf169..dd110ef7b7c602f77114b42689d2ec854737ec46 100644 (file)
@@ -3,12 +3,11 @@
 /**
  * load_prefs.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Loads preferences from the $username.pref file used by almost
  * every other script in the source directory and alswhere.
  *
+ * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -362,4 +361,4 @@ $iframe_height = getPref($data_dir, $username, 'iframe_height', '300');
 
 do_hook('loading_prefs');
 
-?>
+?>
\ No newline at end of file