* Support for LIST-SUBSCRIBED capability.
[squirrelmail.git] / functions / date.php
index 55502c2ef33d816f7238d9c33ec61a4bf7e5f703..e40cf7c6f221fcf66748c2ea8eddc0881f7229e8 100644 (file)
@@ -3,14 +3,13 @@
 /**
  * date.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Takes a date and parses it into a usable format.  The form that a
  * date SHOULD arrive in is:
  *       <Tue,> 29 Jun 1999 09:52:11 -0500 (EDT)
  * (as specified in RFC 822) -- 'Tue' is optional
  *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage date