summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-07-30 15:37:45 +0200
committerAndrea Canciani <ranma42@gmail.com>2011-07-31 13:05:21 +0200
commit90216cfde01900839a722424ae0047f1fbd0c01f (patch)
tree7bcd23c86a86a62efc9ba8af9c9cc9751fa70a23
parentf6b30686ca637b504d6caabb40773f1aadcee3fe (diff)
Update FSF address
I updated the Free Software Foundation address using the following script. for i in $(git grep Temple | cut -d: -f1 ) do sed -e 's/59 Temple Place[, -]* Suite 330, Boston, MA *02111-1307[, ]* USA/51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA/' -i "$i" done
-rw-r--r--src/cairo-backend-private.h2
-rw-r--r--src/cairo-default-context-private.h2
-rw-r--r--src/cairo-pattern-private.h2
-rw-r--r--src/cairo-pdf-shading-private.h2
-rw-r--r--src/cairo-pdf-shading.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/cairo-backend-private.h b/src/cairo-backend-private.h
index 720b28c30..e09b43650 100644
--- a/src/cairo-backend-private.h
+++ b/src/cairo-backend-private.h
@@ -12,7 +12,7 @@
*
* You should have received a copy of the LGPL along with this library
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
* You should have received a copy of the MPL along with this library
* in the file COPYING-MPL-1.1
*
diff --git a/src/cairo-default-context-private.h b/src/cairo-default-context-private.h
index e2d780d25..32fd12de1 100644
--- a/src/cairo-default-context-private.h
+++ b/src/cairo-default-context-private.h
@@ -12,7 +12,7 @@
*
* You should have received a copy of the LGPL along with this library
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
* You should have received a copy of the MPL along with this library
* in the file COPYING-MPL-1.1
*
diff --git a/src/cairo-pattern-private.h b/src/cairo-pattern-private.h
index af9cb43f8..fc6f8ebe4 100644
--- a/src/cairo-pattern-private.h
+++ b/src/cairo-pattern-private.h
@@ -12,7 +12,7 @@
*
* You should have received a copy of the LGPL along with this library
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
* You should have received a copy of the MPL along with this library
* in the file COPYING-MPL-1.1
*
diff --git a/src/cairo-pdf-shading-private.h b/src/cairo-pdf-shading-private.h
index f059d7f05..0ca8cb7d5 100644
--- a/src/cairo-pdf-shading-private.h
+++ b/src/cairo-pdf-shading-private.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the LGPL along with this library
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
* You should have received a copy of the MPL along with this library
* in the file COPYING-MPL-1.1
*
diff --git a/src/cairo-pdf-shading.c b/src/cairo-pdf-shading.c
index 8a277ac12..6b7bcea16 100644
--- a/src/cairo-pdf-shading.c
+++ b/src/cairo-pdf-shading.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the LGPL along with this library
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
* You should have received a copy of the MPL along with this library
* in the file COPYING-MPL-1.1
*