fimfarchive/fimfarchive/__init__.py
2021-01-27 14:49:28 +01:00

33 lines
1.2 KiB
Python

r"""
______ _ __ _ _
| ___(_)_ __ ___ / _| __ _ _ __ ___| |__ (_)_ _____
| |_ | | '_ ` _ \| |_ / _` | '__/ __| '_ \| \ \ / / _ \
| _| | | | | | | | _| (_| | | | (__| | | | |\ V / __/
|_| |_|_| |_| |_|_| \__,_|_| \___|_| |_|_| \_/ \___|
"""
#
# Fimfarchive, preserves stories from Fimfiction.
# Copyright (C) 2015 Joakim Soderlund
#
# 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/>.
#
__author__ = 'Joakim Soderlund'
__copyright__ = 'Copyright (C) 2015 Joakim Soderlund'
__license__ = 'GPLv3'
__version__ = '0.1.0'