From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 9 Mar 2010 16:37:36 +0000 (-0800)
Subject: setup: fix error in licensing declaration from Shawn Willden, as noted by the FSF... 
X-Git-Url: https://git.rkrishnan.org/%5B/simplejson/htmlfontify-example.html?a=commitdiff_plain;h=80ae6f270613ded24e954f6e0f83eae04fc92e7e;p=tahoe-lafs%2Ftahoe-lafs.git

setup: fix error in licensing declaration from Shawn Willden, as noted by the FSF compliance division
---

diff --git a/src/allmydata/util/statistics.py b/src/allmydata/util/statistics.py
index 6096ca9c..71547031 100644
--- a/src/allmydata/util/statistics.py
+++ b/src/allmydata/util/statistics.py
@@ -1,9 +1,9 @@
 # Copyright (c) 2009 Shawn Willden
 # mailto:shawn@willden.org
-# I hereby license all patches I have contributed or will contribute to
-# the Allmydata Tahoe-LAFS project, including the file 'statistics.py',
-# under both the GNU General Public License, version 2 or later, and
-# under the Transitive Grace Period Public License, version 1 or later.
+# I hereby license all patches I have contributed or will contribute to the
+# Allmydata Tahoe-LAFS project, including the file 'statistics.py', under
+# either the GNU General Public License, version 2 or later, or under the
+# Transitive Grace Period Public License, version 1 or later.
 
 from __future__ import division
 from mathutil import round_sigfigs