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 /src/cairo-composite-rectangles.c | |
parent | 9672aab6b7c3f1efc065a6e5eb69443a1ecaa723 (diff) | |
download | cairo-b8a7f8621a84083735d0e2c8748f5fa2b7f4b36a.tar.gz |
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 'src/cairo-composite-rectangles.c')
-rw-r--r-- | src/cairo-composite-rectangles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-composite-rectangles.c b/src/cairo-composite-rectangles.c index 2bd823f1c..0aebee36e 100644 --- a/src/cairo-composite-rectangles.c +++ b/src/cairo-composite-rectangles.c @@ -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 * |