From 80ae6f270613ded24e954f6e0f83eae04fc92e7e Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 9 Mar 2010 08:37:36 -0800 Subject: [PATCH] setup: fix error in licensing declaration from Shawn Willden, as noted by the FSF compliance division --- src/allmydata/util/statistics.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.45.2