summaryrefslogtreecommitdiff
path: root/common
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 /common
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 'common')
-rw-r--r--common/gmountoperationdbus.c4
-rw-r--r--common/gmountoperationdbus.h4
-rw-r--r--common/gmountsource.c4
-rw-r--r--common/gmountsource.h4
-rw-r--r--common/gmountspec.c4
-rw-r--r--common/gmountspec.h4
-rw-r--r--common/gmounttracker.c4
-rw-r--r--common/gmounttracker.h4
-rw-r--r--common/gsysutils.c4
-rw-r--r--common/gsysutils.h4
-rw-r--r--common/gvfsdaemonprotocol.c4
-rw-r--r--common/gvfsdbusutils.c4
-rw-r--r--common/gvfsdbusutils.h4
-rw-r--r--common/gvfsdnssdresolver.c4
-rw-r--r--common/gvfsdnssdresolver.h4
-rw-r--r--common/gvfsdnssdutils.c4
-rw-r--r--common/gvfsdnssdutils.h4
-rw-r--r--common/gvfsfileinfo.c4
-rw-r--r--common/gvfsfileinfo.h4
-rw-r--r--common/gvfsicon.c4
-rw-r--r--common/gvfsicon.h4
-rw-r--r--common/gvfsmountinfo.c4
-rw-r--r--common/gvfsmountinfo.h4
23 files changed, 46 insertions, 46 deletions
diff --git a/common/gmountoperationdbus.c b/common/gmountoperationdbus.c
index c5e251e2..b1989c16 100644
--- a/common/gmountoperationdbus.c
+++ b/common/gmountoperationdbus.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/common/gmountoperationdbus.h b/common/gmountoperationdbus.h
index 26ee4013..564fc739 100644
--- a/common/gmountoperationdbus.h
+++ b/common/gmountoperationdbus.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/common/gmountsource.c b/common/gmountsource.c
index da1b1c7f..95202280 100644
--- a/common/gmountsource.c
+++ b/common/gmountsource.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/common/gmountsource.h b/common/gmountsource.h
index 6a1d2e02..31b58afe 100644
--- a/common/gmountsource.h
+++ b/common/gmountsource.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/common/gmountspec.c b/common/gmountspec.c
index 8536ddce..5c42d900 100644
--- a/common/gmountspec.c
+++ b/common/gmountspec.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/common/gmountspec.h b/common/gmountspec.h
index 879c39b8..f7837e65 100644
--- a/common/gmountspec.h
+++ b/common/gmountspec.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/common/gmounttracker.c b/common/gmounttracker.c
index 3c6a8eb9..00908ca0 100644
--- a/common/gmounttracker.c
+++ b/common/gmounttracker.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/common/gmounttracker.h b/common/gmounttracker.h
index 47236637..caaab8a6 100644
--- a/common/gmounttracker.h
+++ b/common/gmounttracker.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/common/gsysutils.c b/common/gsysutils.c
index 6c056ab2..db43574f 100644
--- a/common/gsysutils.c
+++ b/common/gsysutils.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/common/gsysutils.h b/common/gsysutils.h
index f68a2642..d7e0f218 100644
--- a/common/gsysutils.h
+++ b/common/gsysutils.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/common/gvfsdaemonprotocol.c b/common/gvfsdaemonprotocol.c
index ebcdaa41..b35efcb9 100644
--- a/common/gvfsdaemonprotocol.c
+++ b/common/gvfsdaemonprotocol.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/common/gvfsdbusutils.c b/common/gvfsdbusutils.c
index 1b735cde..a3988b41 100644
--- a/common/gvfsdbusutils.c
+++ b/common/gvfsdbusutils.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/common/gvfsdbusutils.h b/common/gvfsdbusutils.h
index a79723d5..9d0909d7 100644
--- a/common/gvfsdbusutils.h
+++ b/common/gvfsdbusutils.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/common/gvfsdnssdresolver.c b/common/gvfsdnssdresolver.c
index 1bb92e94..e70e57f6 100644
--- a/common/gvfsdnssdresolver.c
+++ b/common/gvfsdnssdresolver.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/common/gvfsdnssdresolver.h b/common/gvfsdnssdresolver.h
index a694ff93..425a4603 100644
--- a/common/gvfsdnssdresolver.h
+++ b/common/gvfsdnssdresolver.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/common/gvfsdnssdutils.c b/common/gvfsdnssdutils.c
index f6592e1a..cc12f74b 100644
--- a/common/gvfsdnssdutils.c
+++ b/common/gvfsdnssdutils.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/common/gvfsdnssdutils.h b/common/gvfsdnssdutils.h
index 21fe8a54..a2694cdf 100644
--- a/common/gvfsdnssdutils.h
+++ b/common/gvfsdnssdutils.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/common/gvfsfileinfo.c b/common/gvfsfileinfo.c
index b0ace11d..316b20fc 100644
--- a/common/gvfsfileinfo.c
+++ b/common/gvfsfileinfo.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/common/gvfsfileinfo.h b/common/gvfsfileinfo.h
index 970f9e4f..34e9eeaf 100644
--- a/common/gvfsfileinfo.h
+++ b/common/gvfsfileinfo.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/common/gvfsicon.c b/common/gvfsicon.c
index 62a29f1e..318440c7 100644
--- a/common/gvfsicon.c
+++ b/common/gvfsicon.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/common/gvfsicon.h b/common/gvfsicon.h
index b32c2ba4..7ed0935e 100644
--- a/common/gvfsicon.h
+++ b/common/gvfsicon.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/common/gvfsmountinfo.c b/common/gvfsmountinfo.c
index c49b0554..cea2be4d 100644
--- a/common/gvfsmountinfo.c
+++ b/common/gvfsmountinfo.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: David Zeuthen <davidz@redhat.com>
*/
diff --git a/common/gvfsmountinfo.h b/common/gvfsmountinfo.h
index 81d0b8f0..37cec403 100644
--- a/common/gvfsmountinfo.h
+++ b/common/gvfsmountinfo.h
@@ -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: David Zeuthen <davidz@redhat.com>
*/