From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 21 Sep 2009 15:46:59 +0000 (-0700)
Subject: docs: Csaba Henk granted permission to license fuse.py under the same terms as Tahoe... 
X-Git-Url: https://git.rkrishnan.org/components/%22news.html/simplejson/flags?a=commitdiff_plain;h=5a46ace53af6930d65d71fffc6054be8ff3ee753;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/mac/fuse.py b/mac/fuse.py
index 51f602ba..ff71bf72 100644
--- a/mac/fuse.py
+++ b/mac/fuse.py
@@ -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
diff --git a/mac/fuseparts/subbedopts.py b/mac/fuseparts/subbedopts.py
index 9cf40ae7..8a1f1ae8 100644
--- a/mac/fuseparts/subbedopts.py
+++ b/mac/fuseparts/subbedopts.py
@@ -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