Split out functionality that gathers system specs
[squirrelmail.git] / plugins / calendar / calendar.php
index 881cd9d692437f053da250daea8f387be27dbf45..edfacbef8de6a29f21b76c281ca77c112489770d 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * calendar.php
  *
- * Copyright (c) 2002-2003 The SquirrelMail Project Team
+ * Copyright (c) 2002-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  * Displays the main calendar page (month view).
  *
  * $Id$
+ * @package plugins
+ * @subpackage calendar
  */
+
+/**
+*/
 define('SM_PATH','../../');
 
 /* Calender plugin required files. */