Skip to content

Commit

Permalink
change the top comment to mention the license
Browse files Browse the repository at this point in the history
  • Loading branch information
kronicka committed Jan 5, 2019
1 parent b41bac1 commit 38f5b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# All the scraped life expectancy data belongs to The World Bank Group (http://www.worldbank.org/)
# The code belongs to me, kronicka (https://github.com/kronicka)
# The code is written by me, kronicka (https://github.com/kronicka) and is licensed under GNU 3.0

import constants
from datetime import date
Expand Down
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scraper of the The World Bank's most recent life expectancy stats
# All the scraped life expectancy data belongs to The World Bank Group (http://www.worldbank.org/)
# The code belongs to me, kronicka (https://github.com/kronicka)
# The code is written by me, kronicka (https://github.com/kronicka) and is licensed under GNU 3.0

from bs4 import BeautifulSoup
from pycountry import countries
Expand Down

0 comments on commit 38f5b7e

Please sign in to comment.