Added (c) stuff and some formatting.
[squirrelmail.git] / functions / array.php
index d17662bbdb22bba67612bf1abbe30a124b49dc8a..ead0d55f38e3d07abf485a772f0bae9b3218dbce 100644 (file)
@@ -1,12 +1,15 @@
 <?php
    /**
-    * array.php
-    *
-    * This contains functions that work with array manipulation.  They
-    * will help sort, and do other types of things with arrays
-    *
-    *  $Id$
-    */
+    ** array.php
+    **
+    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    ** This contains functions that work with array manipulation.  They
+    ** will help sort, and do other types of things with arrays
+    **
+    **  $Id$
+    **/
 
 
    function ary_sort($ary,$col, $dir = 1){