]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: remove separate licensing declaration
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 11 Nov 2010 04:45:30 +0000 (20:45 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 11 Nov 2010 04:45:30 +0000 (20:45 -0800)
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

index 5e1e42f05477c8225dcf48dd60f7b4877ea0eba7..901c38f748d556655a72bca6670978144a1c3469 100644 (file)
@@ -1,5 +1,4 @@
 #!python
-# MIT or any Tahoe license.
 
 # range of hash output lengths
 range_L_hash = [128]