From b8a7f8621a84083735d0e2c8748f5fa2b7f4b36a Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Tue, 27 Apr 2010 10:17:23 +0200 Subject: 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 --- COPYING-LGPL-2.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'COPYING-LGPL-2.1') diff --git a/COPYING-LGPL-2.1 b/COPYING-LGPL-2.1 index b124cf581..f1ed6182c 100644 --- a/COPYING-LGPL-2.1 +++ b/COPYING-LGPL-2.1 @@ -3,7 +3,7 @@ Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -490,7 +490,7 @@ notice is found. 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 USA + Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA Also add information on how to contact you by electronic and paper mail. -- cgit v1.2.1