SVN: toys/rsget.pl/RSGet: AutoUpdate.pm Captcha.pm Curl.pm Dispatch.pm FileList.pm Form.pm Get.pm HT...

sparky sparky at pld-linux.org
Mon Oct 26 22:41:21 CET 2009


Author: sparky
Date: Mon Oct 26 22:41:21 2009
New Revision: 10863

Modified:
   toys/rsget.pl/RSGet/AutoUpdate.pm
   toys/rsget.pl/RSGet/Captcha.pm
   toys/rsget.pl/RSGet/Curl.pm
   toys/rsget.pl/RSGet/Dispatch.pm
   toys/rsget.pl/RSGet/FileList.pm
   toys/rsget.pl/RSGet/Form.pm
   toys/rsget.pl/RSGet/Get.pm
   toys/rsget.pl/RSGet/HTTPRequest.pm
   toys/rsget.pl/RSGet/HTTPServer.pm
   toys/rsget.pl/RSGet/Line.pm
   toys/rsget.pl/RSGet/ListAdder.pm
   toys/rsget.pl/RSGet/ListManager.pm
   toys/rsget.pl/RSGet/Main.pm
   toys/rsget.pl/RSGet/MortalObject.pm
   toys/rsget.pl/RSGet/Processor.pm
   toys/rsget.pl/RSGet/Tools.pm
   toys/rsget.pl/RSGet/Wait.pm
Log:
- preamble


Modified: toys/rsget.pl/RSGet/AutoUpdate.pm
==============================================================================
--- toys/rsget.pl/RSGet/AutoUpdate.pm	(original)
+++ toys/rsget.pl/RSGet/AutoUpdate.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::AutoUpdate;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -61,4 +66,5 @@
 }
 
 1;
-# vim:ts=4:sw=4
+
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/Captcha.pm
==============================================================================
--- toys/rsget.pl/RSGet/Captcha.pm	(original)
+++ toys/rsget.pl/RSGet/Captcha.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Captcha;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -700,4 +705,4 @@
 
 1;
 
-# vim:ts=4:sw=4:fdm=marker
+# vim: ts=4:sw=4:fdm=marker

Modified: toys/rsget.pl/RSGet/Curl.pm
==============================================================================
--- toys/rsget.pl/RSGet/Curl.pm	(original)
+++ toys/rsget.pl/RSGet/Curl.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Curl;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -552,4 +557,4 @@
 
 1;
 
-# vim:ts=4:sw=4
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/Dispatch.pm
==============================================================================
--- toys/rsget.pl/RSGet/Dispatch.pm	(original)
+++ toys/rsget.pl/RSGet/Dispatch.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Dispatch;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -286,4 +291,4 @@
 
 1;
 
-# vim:ts=4:sw=4
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/FileList.pm
==============================================================================
--- toys/rsget.pl/RSGet/FileList.pm	(original)
+++ toys/rsget.pl/RSGet/FileList.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::FileList;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -275,4 +280,4 @@
 
 1;
 
-# vim:ts=4:sw=4
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/Form.pm
==============================================================================
--- toys/rsget.pl/RSGet/Form.pm	(original)
+++ toys/rsget.pl/RSGet/Form.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Form;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -241,4 +246,4 @@
 
 1;
 
-# vim:ts=4:sw=4
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/Get.pm
==============================================================================
--- toys/rsget.pl/RSGet/Get.pm	(original)
+++ toys/rsget.pl/RSGet/Get.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Get;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -414,4 +419,4 @@
 
 1;
 
-# vim:ts=4:sw=4
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/HTTPRequest.pm
==============================================================================
--- toys/rsget.pl/RSGet/HTTPRequest.pm	(original)
+++ toys/rsget.pl/RSGet/HTTPRequest.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::HTTPRequest;
+# This file is an optional part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;

Modified: toys/rsget.pl/RSGet/HTTPServer.pm
==============================================================================
--- toys/rsget.pl/RSGet/HTTPServer.pm	(original)
+++ toys/rsget.pl/RSGet/HTTPServer.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::HTTPServer;
+# This file is an optional part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;

Modified: toys/rsget.pl/RSGet/Line.pm
==============================================================================
--- toys/rsget.pl/RSGet/Line.pm	(original)
+++ toys/rsget.pl/RSGet/Line.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Line;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -206,4 +211,4 @@
 
 1;
 
-# vim:ts=4:sw=4
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/ListAdder.pm
==============================================================================
--- toys/rsget.pl/RSGet/ListAdder.pm	(original)
+++ toys/rsget.pl/RSGet/ListAdder.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::ListAdder;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;

Modified: toys/rsget.pl/RSGet/ListManager.pm
==============================================================================
--- toys/rsget.pl/RSGet/ListManager.pm	(original)
+++ toys/rsget.pl/RSGet/ListManager.pm	Mon Oct 26 22:41:21 2009
@@ -1,8 +1,12 @@
 package RSGet::ListManager;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
-#use diagnostics;
 use RSGet::Tools;
 use RSGet::FileList;
 use RSGet::Dispatch;

Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm	(original)
+++ toys/rsget.pl/RSGet/Main.pm	Mon Oct 26 22:41:21 2009
@@ -1,8 +1,10 @@
 package RSGet::Main;
+# This file is an integral part of rsget.pl downloader.
 #
 # 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
-# Use/modify/distribute under GPL v2 or newer.
-#
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
+
 use strict;
 use warnings;
 use RSGet::AutoUpdate;
@@ -298,4 +300,5 @@
 }
 
 1;
-# vim:ts=4:sw=4
+
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/MortalObject.pm
==============================================================================
--- toys/rsget.pl/RSGet/MortalObject.pm	(original)
+++ toys/rsget.pl/RSGet/MortalObject.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::MortalObject;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -108,3 +113,5 @@
 }
 
 1;
+
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/Processor.pm
==============================================================================
--- toys/rsget.pl/RSGet/Processor.pm	(original)
+++ toys/rsget.pl/RSGet/Processor.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Processor;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -270,4 +275,5 @@
 }
 
 1;
-# vim:ts=4:sw=4
+
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/Tools.pm
==============================================================================
--- toys/rsget.pl/RSGet/Tools.pm	(original)
+++ toys/rsget.pl/RSGet/Tools.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Tools;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -188,4 +193,5 @@
 }
 
 1;
-# vim:ts=4:sw=4
+
+# vim: ts=4:sw=4

Modified: toys/rsget.pl/RSGet/Wait.pm
==============================================================================
--- toys/rsget.pl/RSGet/Wait.pm	(original)
+++ toys/rsget.pl/RSGet/Wait.pm	Mon Oct 26 22:41:21 2009
@@ -1,4 +1,9 @@
 package RSGet::Wait;
+# This file is an integral part of rsget.pl downloader.
+#
+# 2009 (c) Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 use strict;
 use warnings;
@@ -76,3 +81,5 @@
 }
 
 1;
+
+# vim: ts=4:sw=4


More information about the pld-cvs-commit mailing list