FDEunlock
stable
  • FDEunlock introduction
  • Installation
  • Getting started
  • CLI interface
  • Host checkers
  • Configuration
  • Related projects
  • Design principles
  • fdeunlock package
  • Contributing and issue reporting
  • Copyright
  • Changelog
  • TODO list
FDEunlock
  • Docs »
  • Copyright
  • Edit on GitHub

CopyrightΒΆ

"""
Meta information about FDEunlock
"""

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

__license__ = 'AGPL-3.0'
__author__ = 'Robin Schneider <ypid@riseup.net>'
__copyright__ = [
    'Copyright (C) 2013-2016 Marcel McKinnon <sdrfnord@gmx.de>',
    'Copyright (C) 2017 Robin Schneider <ypid@riseup.net>',
]


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

# FDEunlock 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.
#
# FDEunlock 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 2017, Robin Schneider Revision 9165cb8d.

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