diff options
author | Andrea Canciani <ranma42@gmail.com> | 2010-04-27 10:17:23 +0200 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2010-04-27 11:13:38 +0200 |
commit | b8a7f8621a84083735d0e2c8748f5fa2b7f4b36a (patch) | |
tree | 4637497eeca9bcee09def63cd7f82cbe96729258 /doc | |
parent | 9672aab6b7c3f1efc065a6e5eb69443a1ecaa723 (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
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21356
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tutorial/src/include/cairo-tutorial-gtk.h | 2 | ||||
-rw-r--r-- | doc/tutorial/src/include/cairo-tutorial-pdf.h | 2 | ||||
-rw-r--r-- | doc/tutorial/src/include/cairo-tutorial-png.h | 2 | ||||
-rw-r--r-- | doc/tutorial/src/include/cairo-tutorial-xlib.h | 2 | ||||
-rw-r--r-- | doc/tutorial/src/include/cairo-tutorial.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/tutorial/src/include/cairo-tutorial-gtk.h b/doc/tutorial/src/include/cairo-tutorial-gtk.h index e9445530..60516a35 100644 --- a/doc/tutorial/src/include/cairo-tutorial-gtk.h +++ b/doc/tutorial/src/include/cairo-tutorial-gtk.h @@ -13,7 +13,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. + * Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. */ #include <gtk/gtk.h> diff --git a/doc/tutorial/src/include/cairo-tutorial-pdf.h b/doc/tutorial/src/include/cairo-tutorial-pdf.h index 4c89590a..00d0f188 100644 --- a/doc/tutorial/src/include/cairo-tutorial-pdf.h +++ b/doc/tutorial/src/include/cairo-tutorial-pdf.h @@ -13,7 +13,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. + * Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. */ #include <cairo.h> diff --git a/doc/tutorial/src/include/cairo-tutorial-png.h b/doc/tutorial/src/include/cairo-tutorial-png.h index 9e15d4c2..428baf29 100644 --- a/doc/tutorial/src/include/cairo-tutorial-png.h +++ b/doc/tutorial/src/include/cairo-tutorial-png.h @@ -13,7 +13,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. + * Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. */ #include <cairo.h> diff --git a/doc/tutorial/src/include/cairo-tutorial-xlib.h b/doc/tutorial/src/include/cairo-tutorial-xlib.h index bfb4e9f4..5e78d035 100644 --- a/doc/tutorial/src/include/cairo-tutorial-xlib.h +++ b/doc/tutorial/src/include/cairo-tutorial-xlib.h @@ -13,7 +13,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. + * Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. */ #include <stdio.h> diff --git a/doc/tutorial/src/include/cairo-tutorial.h b/doc/tutorial/src/include/cairo-tutorial.h index 91167eed..ec738e91 100644 --- a/doc/tutorial/src/include/cairo-tutorial.h +++ b/doc/tutorial/src/include/cairo-tutorial.h @@ -13,7 +13,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. + * Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. */ #include <cairo.h> |