Made calender plugin conform to SquirrelMail Project Team cvs copyright
[squirrelmail.git] / plugins / calendar / functions.php
index be12a0d7290e1f797fa529d448ed2f17c7135690..e11bb049e241b05b7e0de53a7f1f54b5cd777d91 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-/*
- *  functions.php
+
+/**
+ * functions.php
+ *
+ * Copyright (c) 2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *  Copyright (c) 2001 Michal Szczotka <michal@tuxy.org>
- *  Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  *
- *  miscelenous functions.
+ * miscelenous functions.
  *
  * $Id$
  */
@@ -144,4 +147,4 @@ function select_option_day($selected) {
     }
 }
 
-?>
\ No newline at end of file
+?>