Skip to content

Commit b8a7f86

Browse files
committed
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
1 parent 9672aab commit b8a7f86

File tree

262 files changed

+263
-263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+263
-263
lines changed

COPYING-LGPL-2.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 2.1, February 1999
44

55
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
6-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6+
51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
77
Everyone is permitted to copy and distribute verbatim copies
88
of this license document, but changing it is not allowed.
99

@@ -490,7 +490,7 @@ notice is found.
490490

491491
You should have received a copy of the GNU Lesser General Public
492492
License along with this library; if not, write to the Free Software
493-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
493+
Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
494494

495495
Also add information on how to contact you by electronic and paper mail.
496496

boilerplate/cairo-boilerplate-drm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

boilerplate/cairo-boilerplate-gl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

boilerplate/cairo-boilerplate-qt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

boilerplate/cairo-boilerplate-vg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

build/aclocal.pkg.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program; if not, write to the Free Software
17-
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17+
# Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
1818
#
1919
# As a special exception to the GNU General Public License, if you
2020
# distribute this file as part of a program that contains a

doc/tutorial/src/include/cairo-tutorial-gtk.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the GNU General Public License
1515
* along with this program; if not, write to the Free Software Foundation,
16-
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16+
* Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
1717
*/
1818

1919
#include <gtk/gtk.h>

doc/tutorial/src/include/cairo-tutorial-pdf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the GNU General Public License
1515
* along with this program; if not, write to the Free Software Foundation,
16-
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16+
* Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
1717
*/
1818

1919
#include <cairo.h>

doc/tutorial/src/include/cairo-tutorial-png.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the GNU General Public License
1515
* along with this program; if not, write to the Free Software Foundation,
16-
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16+
* Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
1717
*/
1818

1919
#include <cairo.h>

doc/tutorial/src/include/cairo-tutorial-xlib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the GNU General Public License
1515
* along with this program; if not, write to the Free Software Foundation,
16-
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16+
* Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
1717
*/
1818

1919
#include <stdio.h>

doc/tutorial/src/include/cairo-tutorial.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the GNU General Public License
1515
* along with this program; if not, write to the Free Software Foundation,
16-
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16+
* Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
1717
*/
1818

1919
#include <cairo.h>

src/cairo-analysis-surface-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* You should have received a copy of the LGPL along with this library
1313
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
14-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1515
* You should have received a copy of the MPL along with this library
1616
* in the file COPYING-MPL-1.1
1717
*

src/cairo-analysis-surface.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-arc-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-arc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-array.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-atomic-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-atomic.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-base64-stream.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* You should have received a copy of the LGPL along with this library
1616
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1818
* You should have received a copy of the MPL along with this library
1919
* in the file COPYING-MPL-1.1
2020
*

src/cairo-base85-stream.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-bentley-ottmann-rectangular.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-bentley-ottmann-rectilinear.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-bentley-ottmann.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-beos-surface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-beos.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-botor-scan-converter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* You should have received a copy of the LGPL along with this library
1818
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
2020
* You should have received a copy of the MPL along with this library
2121
* in the file COPYING-MPL-1.1
2222
*

src/cairo-boxes-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-boxes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-cache-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-cache.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-cff-subset.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-clip-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-clip.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* You should have received a copy of the LGPL along with this library
1717
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
18-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1919
* You should have received a copy of the MPL along with this library
2020
* in the file COPYING-MPL-1.1
2121
*

src/cairo-color.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-combsort-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* You should have received a copy of the LGPL along with this library
1313
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
14-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1515
* You should have received a copy of the MPL along with this library
1616
* in the file COPYING-MPL-1.1
1717
*

src/cairo-compiler-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-composite-rectangles-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-composite-rectangles.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-debug.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-deflate-stream.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* You should have received a copy of the LGPL along with this library
1515
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1717
* You should have received a copy of the MPL along with this library
1818
* in the file COPYING-MPL-1.1
1919
*

src/cairo-deprecated.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-device-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

src/cairo-device.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* You should have received a copy of the LGPL along with this library
1414
* in the file COPYING-LGPL-2.1; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
* Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
1616
* You should have received a copy of the MPL along with this library
1717
* in the file COPYING-MPL-1.1
1818
*

0 commit comments

Comments
 (0)