Made calender plugin conform to SquirrelMail Project Team cvs copyright
[squirrelmail.git] / plugins / calendar / calendar_data.php
index 7a2a455aacc4e5194653f7d4ad6d848c143ff961..b7934606a1cf466d005c08bbecc3a86b4b2e04b0 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-/*
- *  calendar_data.php
+
+/**
+ * calendar_data.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>
  *
- *  functions to operate on calendar data files.
+ * functions to operate on calendar data files.
  *
  * $Id$
  */
@@ -110,4 +113,4 @@ function update_event($date, $time) {
 }
 
 
-?>
\ No newline at end of file
+?>