marking function as private.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 18 Apr 2004 15:47:31 +0000 (15:47 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 18 Apr 2004 15:47:31 +0000 (15:47 +0000)
moving copyright and license info into phpdoc tags

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

plugins/filters/filters.php
plugins/filters/index.php
plugins/filters/options.php
plugins/filters/setup.php
plugins/filters/spamoptions.php

index 5b9ebdc90e033073ae31e0afea7a3d9cc51dee94..5c3a75bf8c083a32223fb61724335ba611fe6154 100644 (file)
@@ -2,9 +2,6 @@
 /**
  * Message and Spam Filter Plugin - Filtering Functions
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This plugin filters your inbox into different folders based upon given
  * criteria.  It is most useful for people who are subscibed to mailing lists
  * to help organize their messages.  The argument stands that filtering is
@@ -22,6 +19,8 @@
  * Also view plugins/README.plugins for more information.
  *
  * @version $Id$
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage filters
  */
@@ -764,6 +763,7 @@ function filter_swap($id1, $id2) {
 /**
  * This update the filter rules when renaming or deleting folders
  * @param array $args
+ * @access private
  */
 function update_for_folder ($args) {
     $old_folder = $args[0];
index ac1800eb7620d46002020dabcd48939b94277d9a..e4b52db3f25689431fb525847dfabee9f2594039 100644 (file)
@@ -1,14 +1,12 @@
 <?php
-
 /**
  *  index.php -- Displays the main frameset
  *
- *  Copyright (c) 1999-2004 The SquirrelMail development team
- *  Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  *  Redirects to the login page.
  *
  * @version $Id$
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage filters
  */
index c5d076e35e030bf30ff28151a40d393a7481c467..35436671a3e23ecdefe1cc5d42b744aebf6c91fc 100644 (file)
@@ -2,9 +2,6 @@
 /**
  * Message and Spam Filter Plugin - Filtering Options
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This plugin filters your inbox into different folders based upon given
  * criteria. It is most useful for people who are subscibed to mailing lists
  * to help organize their messages.  The argument stands that filtering is
@@ -22,6 +19,8 @@
  * Also view plugins/README.plugins for more information.
  *
  * @version $Id$
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage filters
  */
index 6aa0b057a6de6b5a944d3c069a8b73ff4c8807d8..64d571299f4df34b0b1156b60f8d76569ff98cfc 100644 (file)
@@ -1,9 +1,6 @@
 <?php
 /**
- * Message and Spam Filter Plugin
- *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Message and Spam Filter Plugin - Setup script
  *
  * This plugin filters your inbox into different folders based upon given
  * criteria.  It is most useful for people who are subscibed to mailing lists
@@ -22,6 +19,8 @@
  * Also view plugins/README.plugins for more information.
  *
  * @version $Id$
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage filters
  */
index 5b3a09f3735834b45533162d0d179de3e4435844..39cbb4e51d139a67b664f5ba59adb040105ee7a4 100644 (file)
@@ -1,9 +1,6 @@
 <?php
 /**
- * Message and Spam Filter Plugin
- *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Message and Spam Filter Plugin - Spam Options
  *
  * This plugin filters your inbox into different folders based upon given
  * criteria.  It is most useful for people who are subscibed to mailing lists
@@ -22,6 +19,8 @@
  * Also view plugins/README.plugins for more information.
  *
  * @version $Id$
+ * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage filters
  */