librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1644] added licenses to these two


From: Matt Lee
Subject: [Librefm-commits] [1644] added licenses to these two
Date: Fri, 15 May 2009 23:18:13 +0000

Revision: 1644
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1644
Author:   mattl
Date:     2009-05-15 23:18:13 +0000 (Fri, 15 May 2009)
Log Message:
-----------
added licenses to these two

Modified Paths:
--------------
    trunk/lastscrape/import.py
    trunk/lastscrape/lastscrape.py

Modified: trunk/lastscrape/import.py
===================================================================
--- trunk/lastscrape/import.py  2009-05-15 23:17:39 UTC (rev 1643)
+++ trunk/lastscrape/import.py  2009-05-15 23:18:13 UTC (rev 1644)
@@ -1,4 +1,21 @@
 #!/usr/bin/python
+#
+# Lastscrape -- recovers data from libre.fm
+# Copyright (C) 2009 Free Software Foundation, Inc
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# 
 
 import os.path
 import sys

Modified: trunk/lastscrape/lastscrape.py
===================================================================
--- trunk/lastscrape/lastscrape.py      2009-05-15 23:17:39 UTC (rev 1643)
+++ trunk/lastscrape/lastscrape.py      2009-05-15 23:18:13 UTC (rev 1644)
@@ -1,5 +1,23 @@
 #!/usr/bin/env python
 #-*- coding: utf-8 -*-
+#
+# Lastscrape -- recovers data from libre.fm
+# Copyright (C) 2009 Free Software Foundation, Inc
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# 
+
 """usage: lastscrape.py USER [OUTPUT_FILE]"""
 import sys
 import time





reply via email to

[Prev in Thread] Current Thread [Next in Thread]