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 /build/aclocal.pkg.m4 | |
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 'build/aclocal.pkg.m4')
-rw-r--r-- | build/aclocal.pkg.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/aclocal.pkg.m4 b/build/aclocal.pkg.m4 index a0b9cd45d..74306ce6b 100644 --- a/build/aclocal.pkg.m4 +++ b/build/aclocal.pkg.m4 @@ -14,7 +14,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. +# Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a |