summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorFelix Möller <mail@felixmoeller.de>2012-07-30 16:13:53 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-30 16:13:53 +0200
commit1e9c89eafaac6b3a759115df9981526fe9083461 (patch)
tree30587f2399f8c3574333ce963097d421ffe5c8f4 /client
parent713bd83a892b9fa021f323e9df0df8e149d6194e (diff)
downloadgvfs-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 'client')
-rw-r--r--client/afpuri.c4
-rw-r--r--client/gdaemonfile.c4
-rw-r--r--client/gdaemonfile.h4
-rw-r--r--client/gdaemonfileenumerator.c4
-rw-r--r--client/gdaemonfileenumerator.h4
-rw-r--r--client/gdaemonfileinputstream.c8
-rw-r--r--client/gdaemonfileinputstream.h4
-rw-r--r--client/gdaemonfilemonitor.c4
-rw-r--r--client/gdaemonfilemonitor.h4
-rw-r--r--client/gdaemonfileoutputstream.c4
-rw-r--r--client/gdaemonfileoutputstream.h4
-rw-r--r--client/gdaemonmount.c4
-rw-r--r--client/gdaemonmount.h4
-rw-r--r--client/gdaemonvfs.c4
-rw-r--r--client/gdaemonvfs.h4
-rw-r--r--client/gdaemonvolumemonitor.c4
-rw-r--r--client/gdaemonvolumemonitor.h4
-rw-r--r--client/gvfsdaemondbus.c4
-rw-r--r--client/gvfsdaemondbus.h4
-rw-r--r--client/gvfsfusedaemon.c4
-rw-r--r--client/gvfsiconloadable.c4
-rw-r--r--client/gvfsiconloadable.h4
-rw-r--r--client/gvfsurimapper.c4
-rw-r--r--client/gvfsurimapper.h4
-rw-r--r--client/gvfsuriutils.c4
-rw-r--r--client/gvfsuriutils.h4
-rw-r--r--client/httpuri.c4
-rw-r--r--client/smburi.c4
28 files changed, 58 insertions, 58 deletions
diff --git a/client/afpuri.c b/client/afpuri.c
index 8669eae9..4f290589 100644
--- a/client/afpuri.c
+++ b/client/afpuri.c
@@ -15,8 +15,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>
* Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c
index abfbae0f..27e86950 100644
--- a/client/gdaemonfile.c
+++ b/client/gdaemonfile.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/client/gdaemonfile.h b/client/gdaemonfile.h
index 1c92e6ec..2bf3cd9a 100644
--- a/client/gdaemonfile.h
+++ b/client/gdaemonfile.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/client/gdaemonfileenumerator.c b/client/gdaemonfileenumerator.c
index d8ca8ab6..9e8722a2 100644
--- a/client/gdaemonfileenumerator.c
+++ b/client/gdaemonfileenumerator.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/client/gdaemonfileenumerator.h b/client/gdaemonfileenumerator.h
index 90189c7a..17e7ddbe 100644
--- a/client/gdaemonfileenumerator.h
+++ b/client/gdaemonfileenumerator.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/client/gdaemonfileinputstream.c b/client/gdaemonfileinputstream.c
index 45918321..bfe02bde 100644
--- a/client/gdaemonfileinputstream.c
+++ b/client/gdaemonfileinputstream.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>
*/
@@ -36,8 +36,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/client/gdaemonfileinputstream.h b/client/gdaemonfileinputstream.h
index 2d4cc4ce..a91e2780 100644
--- a/client/gdaemonfileinputstream.h
+++ b/client/gdaemonfileinputstream.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/client/gdaemonfilemonitor.c b/client/gdaemonfilemonitor.c
index dea5152f..8c80e42f 100644
--- a/client/gdaemonfilemonitor.c
+++ b/client/gdaemonfilemonitor.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/client/gdaemonfilemonitor.h b/client/gdaemonfilemonitor.h
index 9cd02175..b63138ca 100644
--- a/client/gdaemonfilemonitor.h
+++ b/client/gdaemonfilemonitor.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/client/gdaemonfileoutputstream.c b/client/gdaemonfileoutputstream.c
index 74e4caff..4516c975 100644
--- a/client/gdaemonfileoutputstream.c
+++ b/client/gdaemonfileoutputstream.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/client/gdaemonfileoutputstream.h b/client/gdaemonfileoutputstream.h
index e609a48b..0b48728f 100644
--- a/client/gdaemonfileoutputstream.h
+++ b/client/gdaemonfileoutputstream.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/client/gdaemonmount.c b/client/gdaemonmount.c
index f5bc5a62..f1b82a7d 100644
--- a/client/gdaemonmount.c
+++ b/client/gdaemonmount.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/client/gdaemonmount.h b/client/gdaemonmount.h
index bf4ba099..9d39ea7f 100644
--- a/client/gdaemonmount.h
+++ b/client/gdaemonmount.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/client/gdaemonvfs.c b/client/gdaemonvfs.c
index e53f033e..6930a284 100644
--- a/client/gdaemonvfs.c
+++ b/client/gdaemonvfs.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/client/gdaemonvfs.h b/client/gdaemonvfs.h
index f96ab89a..e656a1cf 100644
--- a/client/gdaemonvfs.h
+++ b/client/gdaemonvfs.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/client/gdaemonvolumemonitor.c b/client/gdaemonvolumemonitor.c
index c254511c..af381a6e 100644
--- a/client/gdaemonvolumemonitor.c
+++ b/client/gdaemonvolumemonitor.c
@@ -15,8 +15,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/client/gdaemonvolumemonitor.h b/client/gdaemonvolumemonitor.h
index 4019ca35..c7fc1e39 100644
--- a/client/gdaemonvolumemonitor.h
+++ b/client/gdaemonvolumemonitor.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/client/gvfsdaemondbus.c b/client/gvfsdaemondbus.c
index 2cfd2e63..e8f59e28 100644
--- a/client/gvfsdaemondbus.c
+++ b/client/gvfsdaemondbus.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/client/gvfsdaemondbus.h b/client/gvfsdaemondbus.h
index c60108f5..3683eaf9 100644
--- a/client/gvfsdaemondbus.h
+++ b/client/gvfsdaemondbus.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/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index c760f14c..3a355808 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.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: Hans Petter Jansson <hpj@novell.com>
*/
diff --git a/client/gvfsiconloadable.c b/client/gvfsiconloadable.c
index 0660b303..2ca2d0fd 100644
--- a/client/gvfsiconloadable.c
+++ b/client/gvfsiconloadable.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: David Zeuthen <davidz@redhat.com>
*/
diff --git a/client/gvfsiconloadable.h b/client/gvfsiconloadable.h
index bda7485a..29459639 100644
--- a/client/gvfsiconloadable.h
+++ b/client/gvfsiconloadable.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: David Zeuthen <davidz@redhat.com>
*/
diff --git a/client/gvfsurimapper.c b/client/gvfsurimapper.c
index 9c98347a..40c12fca 100644
--- a/client/gvfsurimapper.c
+++ b/client/gvfsurimapper.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/client/gvfsurimapper.h b/client/gvfsurimapper.h
index 6a3b5ea5..4b599293 100644
--- a/client/gvfsurimapper.h
+++ b/client/gvfsurimapper.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/client/gvfsuriutils.c b/client/gvfsuriutils.c
index 2cb2a622..58a71e19 100644
--- a/client/gvfsuriutils.c
+++ b/client/gvfsuriutils.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/client/gvfsuriutils.h b/client/gvfsuriutils.h
index 15550464..3d585931 100644
--- a/client/gvfsuriutils.h
+++ b/client/gvfsuriutils.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/client/httpuri.c b/client/httpuri.c
index 03f7fb68..ebbf0a4d 100644
--- a/client/httpuri.c
+++ b/client/httpuri.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: Christian Kellner <gicmo@gnome.org>
*/
diff --git a/client/smburi.c b/client/smburi.c
index d3804cf4..fc718713 100644
--- a/client/smburi.c
+++ b/client/smburi.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>
*/