docs: Csaba Henk granted permission to license fuse.py under the same terms as Tahoe-LAFS itself

This commit is contained in:
Zooko O'Whielacronx 2009-09-21 08:46:59 -07:00
parent 890ce9e7bb
commit 5a46ace53a
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
# This program can be distributed under the terms of the GNU LGPL.
# See the file COPYING.
#
# On 2009-09-21 Csaba Henk granted permission for this file to be
# licensed under the same terms as Tahoe-LAFS itself.
#
# suppress version mismatch warnings

View File

@ -4,6 +4,9 @@
# This program can be distributed under the terms of the GNU LGPL.
# See the file COPYING.
#
# On 2009-09-21 Csaba Henk granted permission for this file to be
# licensed under the same terms as Tahoe-LAFS itself.
#
from optparse import Option, OptionParser, OptParseError, OptionConflictError
from optparse import HelpFormatter, IndentedHelpFormatter, SUPPRESS_HELP