Author: phd
Date: Sat Oct 5 05:56:02 2013
New Revision: 4662
Log:
Changed old FSF address to the new one
Modified:
SQLObject/branches/1.5/docs/News.txt
SQLObject/branches/1.5/sqlobject/main.py
SQLObject/branches/1.5/sqlobject/sqlbuilder.py
Modified: SQLObject/branches/1.5/docs/News.txt
==============================================================================
--- SQLObject/branches/1.5/docs/News.txt Mon Sep 30 08:26:40 2013 (r4661)
+++ SQLObject/branches/1.5/docs/News.txt Sat Oct 5 05:56:02 2013 (r4662)
@@ -39,6 +39,11 @@
* Fixed parameters for pymssql.
+Documentation
+-------------
+
+* Old FSF address was changed to the new one.
+
SQLObject 1.4.1
===============
Modified: SQLObject/branches/1.5/sqlobject/main.py
==============================================================================
--- SQLObject/branches/1.5/sqlobject/main.py Mon Sep 30 08:26:40 2013 (r4661)
+++ SQLObject/branches/1.5/sqlobject/main.py Sat Oct 5 05:56:02 2013 (r4662)
@@ -22,7 +22,7 @@
You should have received a copy of the GNU Lesser 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,
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA.
"""
Modified: SQLObject/branches/1.5/sqlobject/sqlbuilder.py
==============================================================================
--- SQLObject/branches/1.5/sqlobject/sqlbuilder.py Mon Sep 30 08:26:40 2013 (r4661)
+++ SQLObject/branches/1.5/sqlobject/sqlbuilder.py Sat Oct 5 05:56:02 2013 (r4662)
@@ -21,7 +21,7 @@
You should have received a copy of the GNU Lesser 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,
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA.
Instructions
|