Skip to content

Commit 259f6c8

Browse files
committed
Merged remote-tracking branch 'upstream/master'.
2 parents 0cbb549 + b12f812 commit 259f6c8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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

src/chrome/content/rules/XHamster.com.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*** Unsecurable
5252
5353
-->
54-
<ruleset name="xHamster.com (partial)">
54+
<ruleset name="xHamster.com (buggy)" default_off="reportedly breaks videos">
5555

5656
<target host="xhamster.com" />
5757
<target host="*.xhamster.com" />
@@ -70,4 +70,4 @@
7070
<rule from="^http://suggestions\.xhamster\.com/track\.gif"
7171
to="https://xhamster.uservoice.com/track.gif" />
7272

73-
</ruleset>
73+
</ruleset>

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)