"""
FtpCube
Copyright (C) Michael Gilfix
This file is part of FtpCube.
You should have received a file COPYING containing license terms
along with this program; if not, write to Michael Gilfix
(mgilfix@eecs.tufts.edu) for a copy.
This version of FtpCube is open source; you can redistribute it and/or
modify it under the terms listed in the file COPYING.
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.
"""
# The module in this package have been converted via img2py
# from GPL'd icons from the Gnome project and fall under
# separate licensing indicated within the COPYING.ICONS
# file. These icons are separate works from the Ftpcube
# engine and can be replaced at will. Thus their licensing is
# separate from the source code licensing of Ftpcube.
__all__ = [
'abort',
'add_bookmark',
'add_folder',
'bookmark',
'check_archive',
'clear',
'connect',
'disconnect',
'edit_bookmark',
'enable',
'exit',
'file',
'folder',
'ftpcube',
'link',
'load_queue',
'main_thread',
'quick_connect',
'refresh',
'resubmit_job',
'save_queue',
'thread_abort',
'thread_action',
'thread_connect',
'thread_download',
'thread_idle',
'thread_listing'
]
|