Added minimum GNU License
[squirrelmail.git] / src / download.php
index fa61287cba4117134cdf4f59bddc47b4c99f332f..9d6d25e5a1835fcbed30de9439db584dd2a27bd7 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+   /**
+    **  download.php
+    **
+    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Handles attachment downloads to the users computer.
+    **  Also allows displaying of attachments when possible.
+    **/
+
    session_start();
 
    if (!isset($config_php))