From: groceryheist Date: Sat, 2 Jun 2018 22:05:11 +0000 (-0700) Subject: put in the longer version of the copyright X-Git-Url: https://code.communitydata.science/wikia_userroles_scraper.git/commitdiff_plain/HEAD put in the longer version of the copyright --- diff --git a/scrape_list.sh b/scrape_list.sh index ada076e..99ff9ed 100755 --- a/scrape_list.sh +++ b/scrape_list.sh @@ -8,6 +8,14 @@ # 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 . + # you specify a csv file that has a list of wikis wikilist=example/wikiList.csv diff --git a/scrape_log.sh b/scrape_log.sh index 675ba3e..69bc2d5 100755 --- a/scrape_log.sh +++ b/scrape_log.sh @@ -8,6 +8,14 @@ # 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 . + # you specify a csv file that has a list of wikis wikilist=example/wikiList.csv diff --git a/scraper_utils.py b/scraper_utils.py index 76016e3..696c59b 100644 --- a/scraper_utils.py +++ b/scraper_utils.py @@ -6,6 +6,14 @@ # 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 . + # returns an iterator of wiki,url tuples import pandas as pd from os import makedirs, path diff --git a/setup.py b/setup.py index 5ca888f..b97abbb 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # configuration for the python package # Copyright (C) 2018 Nathan TeBlunthuis @@ -6,8 +8,14 @@ # 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 . -#!/usr/bin/env python3 from setuptools import setup setup(name='WikiaUserrolesScraper', diff --git a/userroles_from_listusers.py b/userroles_from_listusers.py index 3378d28..33cbe21 100755 --- a/userroles_from_listusers.py +++ b/userroles_from_listusers.py @@ -8,6 +8,14 @@ # 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 . + import argparse import csv import json diff --git a/userroles_from_logevents.py b/userroles_from_logevents.py index 8c28cc3..8800a1f 100755 --- a/userroles_from_logevents.py +++ b/userroles_from_logevents.py @@ -8,6 +8,13 @@ # 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 . from os import path import argparse