Skip to content

Commit b12f812

Browse files
committed
Clarify licensing
1 parent ba055e4 commit b12f812

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/LICENSE.txt renamed to LICENSE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Incorporating code from Convergence
1212
Copyright © Moxie Marlinspike
1313
Licensed GPL v3+
1414

15+
The build system incorporates code from Python 2.6,
16+
Copyright © 2001-2006 Python Software Foundation
17+
Python Software Foundation License Version 2
18+
1519
Net License: GPL v3+ (complete tree)
1620
GPL v2+ (if Moxie's NSS.js is absent)
1721

utils/zipfile_deterministic.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This module aims to create deterministic, byte-for-byte identical zip files.
44
55
Author: Yan Zhu, yan@mit.edu
6+
7+
Derived from Python 2.6, Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006
8+
Python Software Foundation; All Rights Reserved, License at
9+
http://www.python.org/download/releases/2.6/license/
610
"""
711

812
import struct, os, time, sys, shutil

0 commit comments

Comments
 (0)