Author: sparky Date: Mon Oct 26 22:42:49 2009 New Revision: 10864 Modified: toys/rsget.pl/rsget.pl Log: - preamble
Modified: toys/rsget.pl/rsget.pl ============================================================================== --- toys/rsget.pl/rsget.pl (original) +++ toys/rsget.pl/rsget.pl Mon Oct 26 22:42:49 2009 @@ -1,7 +1,10 @@ #!/usr/bin/perl +# $Id$ +# This file is the main executable of rsget.pl downloader. # # 2009 (c) Przemysław Iskra <[email protected]> -# 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; _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
