[yum-commits] scripts/urlgrabber-ext-down

zpavlas at osuosl.org zpavlas at osuosl.org
Tue Jul 10 15:03:00 UTC 2012


 scripts/urlgrabber-ext-down |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

New commits:
commit 4e307635194c7981713f2b7dfbfaaf586bf485ab
Author: Zdeněk Pavlas <zpavlas at redhat.com>
Date:   Tue Jul 10 16:35:13 2012 +0200

    Add a Copyright and LGPL notice to urlgrabber-ext-down

diff --git a/scripts/urlgrabber-ext-down b/scripts/urlgrabber-ext-down
index 670750c..3da55a4 100755
--- a/scripts/urlgrabber-ext-down
+++ b/scripts/urlgrabber-ext-down
@@ -1,5 +1,22 @@
 #! /usr/bin/python
 #  A very simple external downloader
+#  Copyright 2011-2012 Zdenek Pavlas
+
+#   This library is free software; you can redistribute it and/or
+#   modify it under the terms of the GNU Lesser General Public
+#   License as published by the Free Software Foundation; either
+#   version 2.1 of the License, or (at your option) any later version.
+#
+#   This library is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#   Lesser General Public License for more details.
+#
+#   You should have received a copy of the GNU Lesser General Public
+#   License along with this library; if not, write to the
+#      Free Software Foundation, Inc.,
+#      59 Temple Place, Suite 330,
+#      Boston, MA  02111-1307  USA
 
 import time, os, errno, sys
 from urlgrabber.grabber import \


More information about the Yum-commits mailing list