Browse code

Add credit and some idea of a license.

Jacob Appelbaum authored on 28/06/2008 07:06:05
Showing 1 changed files
... ...
@@ -6,6 +6,13 @@ use LWP;
6 6
 use Date::Parse;
7 7
 use Date::Format;
8 8
 
9
+#
10
+# A quick hack by Jacob Appelbaum <jacob@appelbaum.net>
11
+# LWP suggestions by Leigh Honeywell 
12
+# This is Free Software (GPLv3)
13
+# http://www.gnu.org/licenses/gpl-3.0.txt
14
+#
15
+
9 16
 print "Creating LWP agent ($LWP::VERSION)...\n";
10 17
 my $lua = LWP::UserAgent->new(
11 18
     keep_alive => 1,