Made calender plugin conform to SquirrelMail Project Team cvs copyright
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 31 Aug 2002 21:07:14 +0000 (21:07 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 31 Aug 2002 21:07:14 +0000 (21:07 +0000)
standards.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3526 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/calendar/calendar.php
plugins/calendar/calendar_data.php
plugins/calendar/day.php
plugins/calendar/event_create.php
plugins/calendar/event_delete.php
plugins/calendar/event_edit.php
plugins/calendar/functions.php
plugins/calendar/index.php
plugins/calendar/setup.php

index fa27c48f201542ef66d4d27c67441413cb5d3efb..e4434fe6c2274c4bb1fc8ca12931830614f38b07 100644 (file)
@@ -1,18 +1,21 @@
 <?php
-/*
+
+/**
+ * calendar.php
  *
- *  calendar.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>
  *
- *  Displays the main calendar page (month view).
+ * Displays the main calendar page (month view).
  *
  * $Id$
  */
 
 require_once('calendar_data.php');
 require_once('functions.php');
+
 chdir('..');
 require_once('../src/validate.php');
 require_once('../functions/strings.php');
@@ -150,4 +153,4 @@ drawmonthview();
 endcalendar();
 
 ?>
-</body></html>
\ No newline at end of file
+</body></html>
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
+?>
index c2d609c83aa1f8d04991f880d115b93b82b09c48..53db266d936721694adf5ad0b8668d7e2c11e01a 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-/*
- *  day.php
+
+/**
+ * day.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>
  *
- *  Displays the day page (day view).
+ * Displays the day page (day view).
  *
  * $Id$
  */
index c4fd9c0754e4a7e019fb9dcd4236754e9d2581f4..1153a678caf647987a5a325109c2acedae060993 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-/*
- *  event_create.php
+
+/**
+ * event_create.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 create a event for calendar.
+ * functions to create a event for calendar.
  *
  * $Id$
  */
index 06f019b1a50adab3505c2e03b84a0a51a8a964f2..345e1e225e3c953d77dbbbe5d6ae8863f4a01b3a 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-/*
- *  event_delete.php
+
+/**
+ * event_delete.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 delete a event. 
+ * Functions to delete a event. 
  *
  * $Id$
  */
index 4cead6394964b8a5abde54c34eb5b8db0dd078ec..3e5cc9af7cddeded2c89411c0c861258083682be 100644 (file)
@@ -1,11 +1,14 @@
 <?php
-/*
- *  event_edit.php
+
+/**
+ * event_edit.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 edit an event.
+ * Functions to edit an event.
  *
  * $Id$
  */
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
+?>
index cb97cc209ad9108d7d5b569a3b2600dbbd449429..f026681cf2a3b02a0d7087e3441ebcf834d73b84 100644 (file)
@@ -1,17 +1,17 @@
 <?php
 
-   /**
   **  index.php -- Displays the main frameset
   **
   **  Copyright (c) 1999-2002 The SquirrelMail development team
   **  Licensed under the GNU GPL. For full terms see the file COPYING.
   **
   **  Redirects to the login page.
   **
   **  $Id$
   **/
+/**
* index.php -- Displays the main frameset
+ *
* Copyright (c) 2002 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
* Redirects to the login page.
+ *
* $Id$
+ */
 
-   header("Location:../../src/login.php\n\n");
-   exit();
+header("Location:../../src/login.php\n\n");
+exit();
 
-?>
\ No newline at end of file
+?>
index 0b038665df17a644b3b9d7ef760f198aa92060e9..0d7b7ac4ece98eceadfd5307402519177b773ded 100644 (file)
@@ -1,25 +1,27 @@
 <?php
-/*
- *  setup.php
+
+/**
+ * setup.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>
  *
- *  init plugin into squirrelmail
+ * init plugin into squirrelmail
  *
  * $Id$ 
  */
 
-
 function squirrelmail_plugin_init_calendar() {
     global $squirrelmail_plugin_hooks;
     $squirrelmail_plugin_hooks['menuline']['calendar'] = 'calendar';
 }
 
 function calendar() {
-    //Add Calendar link to upper menu
+    /* Add Calendar link to upper menu */
     displayInternalLink('plugins/calendar/calendar.php',_("Calendar"),'right');
     echo "&nbsp;&nbsp\n";
 }
 
-?>
\ No newline at end of file
+?>