diff options
author | Felix Möller <mail@felixmoeller.de> | 2012-07-30 16:13:53 +0200 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-30 16:13:53 +0200 |
commit | 1e9c89eafaac6b3a759115df9981526fe9083461 (patch) | |
tree | 30587f2399f8c3574333ce963097d421ffe5c8f4 /metadata | |
parent | 713bd83a892b9fa021f323e9df0df8e149d6194e (diff) | |
download | gvfs-1e9c89eafaac6b3a759115df9981526fe9083461.tar.gz |
Update the Address of the FSF
Updating the address of the FSF.
This has been done by:
while read file; do
sed -i 's:59 Temple Place:51 Franklin Street:' $file
sed -i 's:Suite 330:Fifth Floor:' $file
sed -i 's:02111-1307:02110-1301:' $file
done
https://bugzilla.gnome.org/show_bug.cgi?id=656598
Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/dbus-interface.xml | 4 | ||||
-rw-r--r-- | metadata/meta-daemon.c | 4 | ||||
-rw-r--r-- | metadata/metabuilder.h | 4 | ||||
-rw-r--r-- | metadata/metatree.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/metadata/dbus-interface.xml b/metadata/dbus-interface.xml index f4d8af83..9151747d 100644 --- a/metadata/dbus-interface.xml +++ b/metadata/dbus-interface.xml @@ -17,8 +17,8 @@ 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. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. Author: Tomas Bzatek <tbzatek@redhat.com> --> diff --git a/metadata/meta-daemon.c b/metadata/meta-daemon.c index 9c102a56..35548b76 100644 --- a/metadata/meta-daemon.c +++ b/metadata/meta-daemon.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Author: Alexander Larsson <alexl@redhat.com> */ diff --git a/metadata/metabuilder.h b/metadata/metabuilder.h index f67d24de..364c0d84 100644 --- a/metadata/metabuilder.h +++ b/metadata/metabuilder.h @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Author: Alexander Larsson <alexl@redhat.com> */ diff --git a/metadata/metatree.h b/metadata/metatree.h index 40b4457e..4bbb192c 100644 --- a/metadata/metatree.h +++ b/metadata/metatree.h @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * Author: Alexander Larsson <alexl@redhat.com> */ |