From 1c449db88f7f32d13f430ae250f386e3bdc5b81d Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Wed, 10 Nov 2010 20:45:30 -0800 Subject: [PATCH] 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. --- misc/simulators/hashbasedsig.py | 1 - 1 file changed, 1 deletion(-) 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] -- 2.45.2