From bfe92e90bc7c7cad55f455249101616825737c93 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Dec 21 2016 21:46:35 +0000 Subject: Replace references to Foobar with fegistry in Copyright blocks. Signed-off-by: Randy Barlow --- diff --git a/fegistry/__init__.py b/fegistry/__init__.py index 8eda8a9..5a44ae3 100644 --- a/fegistry/__init__.py +++ b/fegistry/__init__.py @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with fegistry. If not, see . """ Fegistry is a small flask application designed to handle requests for Fedora containers. diff --git a/fegistry/tests/test___init__.py b/fegistry/tests/test___init__.py index 37b61f4..1117b47 100644 --- a/fegistry/tests/test___init__.py +++ b/fegistry/tests/test___init__.py @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with fegistry. If not, see . """This test suite contains tests on fegistry.__init__.""" import imp diff --git a/fegistry/tests/test_style.py b/fegistry/tests/test_style.py index b4e90d9..422b4ce 100644 --- a/fegistry/tests/test_style.py +++ b/fegistry/tests/test_style.py @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with fegistry. If not, see . """This test suite enforces code style automatically.""" import os diff --git a/fegistry/tests/test_views.py b/fegistry/tests/test_views.py index 0c9d39a..c1847ab 100644 --- a/fegistry/tests/test_views.py +++ b/fegistry/tests/test_views.py @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with fegistry. If not, see . """This test suite contains tests on fegistry.views.""" import json diff --git a/fegistry/views.py b/fegistry/views.py index d5d39a7..6af84af 100644 --- a/fegistry/views.py +++ b/fegistry/views.py @@ -12,7 +12,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with fegistry. If not, see . import flask diff --git a/setup.py b/setup.py index 66904a8..1df5800 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with fegistry. If not, see . import os from setuptools import setup, find_packages