Blob Blame History Raw
From 3febccac80b699b7a053676d526564616c18cabb Mon Sep 17 00:00:00 2001
From: Steve Zesch <stevezesch2@gmail.com>
Date: Mon, 19 Nov 2012 01:57:03 +0000
Subject: fixed incorrect fsf addresses.

---
diff --git a/src/caja-python-object.c b/src/caja-python-object.c
index 14667bb..7a2025d 100644
--- a/src/caja-python-object.c
+++ b/src/caja-python-object.c
@@ -14,7 +14,7 @@
  *
  *  You should have received a copy of the GNU General Public
  *  License along with this library; if not, write to the Free
- *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  *  Author: Dave Camp <dave@ximian.com>
  * 
diff --git a/src/caja-python-object.h b/src/caja-python-object.h
index e1d7e74..3cb4cea 100644
--- a/src/caja-python-object.h
+++ b/src/caja-python-object.h
@@ -16,7 +16,7 @@
  *
  *  You should have received a copy of the GNU General Public
  *  License along with this library; if not, write to the Free
- *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  *  Author: Dave Camp <dave@ximian.com>
  * 
diff --git a/src/caja-python.c b/src/caja-python.c
index ac6d18b..01b3bc6 100644
--- a/src/caja-python.c
+++ b/src/caja-python.c
@@ -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 St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifdef HAVE_CONFIG_H
diff --git a/src/caja-python.h b/src/caja-python.h
index a57f499..ec6c4c8 100644
--- a/src/caja-python.h
+++ b/src/caja-python.h
@@ -15,7 +15,7 @@
  *
  *  You should have received a copy of the GNU General Public
  *  License along with this library; if not, write to the Free
- *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  */
 
diff --git a/src/cajamodule.c b/src/cajamodule.c
index 550ff7a..22414bd 100644
--- a/src/cajamodule.c
+++ b/src/cajamodule.c
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; 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
  */
 
--
cgit