Skip to content

Commit

Permalink
Updating the GPL text
Browse files Browse the repository at this point in the history
  • Loading branch information
youngian committed Jun 4, 2009
1 parent 40e8489 commit 89a4a80
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions scrape.py
Expand Up @@ -3,19 +3,18 @@
# Ian Young
# December 2008

# 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 2 of the License, or (at your option)
# any later version.
# 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.
# 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, write to the Free Software Foundation, Inc., 59
# Temple Place, Suite 330, Boston, MA 02111-1307 USA
# 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 urllib
from BeautifulSoup import BeautifulSoup
Expand Down

0 comments on commit 89a4a80

Please sign in to comment.