[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r15538: Add credit and some idea of a license. (website/trunk)



Author: ioerror
Date: 2008-06-28 01:06:05 -0400 (Sat, 28 Jun 2008)
New Revision: 15538

Modified:
   website/trunk/update-mirrors.pl
Log:
Add credit and some idea of a license.


Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl	2008-06-28 04:54:48 UTC (rev 15537)
+++ website/trunk/update-mirrors.pl	2008-06-28 05:06:05 UTC (rev 15538)
@@ -6,6 +6,13 @@
 use Date::Parse;
 use Date::Format;
 
+#
+# A quick hack by Jacob Appelbaum <jacob@xxxxxxxxxxxxx>
+# LWP suggestions by Leigh Honeywell 
+# This is Free Software (GPLv3)
+# http://www.gnu.org/licenses/gpl-3.0.txt
+#
+
 print "Creating LWP agent ($LWP::VERSION)...\n";
 my $lua = LWP::UserAgent->new(
     keep_alive => 1,