yaml4rst
latest
  • yaml4rst introduction
  • Installation
  • CLI interface
  • Configuration
  • Design principles
  • yaml4rst package
  • Contributing and issue reporting
  • Copyright
  • Changelog
yaml4rst
  • Docs »
  • Copyright
  • Edit on GitHub

CopyrightΒΆ

# -*- coding: utf-8 -*-

"""
Meta information about yaml4rst
"""

# https://stackoverflow.com/a/16084844
__version__ = '0.1.6'

__license__ = 'AGPL-3.0'
__author__ = 'Robin Schneider <ypid@riseup.net>'
__copyright__ = 'Copyright (C) 2016-2017 Robin Schneider <ypid@riseup.net>'

__all__ = ['__version__', '__license__', '__author__', '__copyright__']

# yaml4rst is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, version 3 of the
# License.
#
# yaml4rst 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 Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
Next Previous

© Copyright 2016-2017, Robin Schneider Revision 5317aa13.

Built with Sphinx using a theme provided by Read the Docs.