From: Zooko O'Whielacronx Date: Thu, 11 Nov 2010 04:45:30 +0000 (-0800) Subject: setup: remove separate licensing declaration X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/...?a=commitdiff_plain;h=1c449db88f7f32d13f430ae250f386e3bdc5b81d;p=tahoe-lafs%2Ftahoe-lafs.git setup: remove separate licensing declaration Whenever Free Software/Open Source legal folks are examining the Tahoe-LAFS source code, it seems like there has to be a discussion and documentation about every single licensing declaration. Since this one is (was) permissive, then you would think it could be avoided, but I'm not betting on it. We would probably have to install a copy of the MIT licence into every one of the "copyright" files under the debian/ subdirectory, for example. So: let's just let hashbasedsig.py be licensed the same way as the rest of Tahoe-LAFS. --- diff --git a/misc/simulators/hashbasedsig.py b/misc/simulators/hashbasedsig.py index 5e1e42f0..901c38f7 100644 --- a/misc/simulators/hashbasedsig.py +++ b/misc/simulators/hashbasedsig.py @@ -1,5 +1,4 @@ #!python -# MIT or any Tahoe license. # range of hash output lengths range_L_hash = [128]