From 453f61da532f6e3a72be37a7b2d7816b01a0ac00 Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Mon, 27 Jun 2011 14:41:49 -0400 Subject: [PATCH] Dict: Fix FSF address in included dictclient module Taking fresh address from http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4 --- plugins/Dict/local/dictclient.py | 2 +- src/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Dict/local/dictclient.py b/plugins/Dict/local/dictclient.py index e7a6094e2..8701dbf9a 100644 --- a/plugins/Dict/local/dictclient.py +++ b/plugins/Dict/local/dictclient.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import socket, re diff --git a/src/version.py b/src/version.py index 778a19ff3..82a94a88e 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-07-16T13:59:49+0200)' +version = '0.83.4.1+limnoria (2011-07-16T14:27:52+0200)'