summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/9p.c2
-rw-r--r--daemon/Makefile.am2
-rw-r--r--daemon/augeas.c2
-rw-r--r--daemon/available.c2
-rw-r--r--daemon/base64.c2
-rw-r--r--daemon/blkid.c2
-rw-r--r--daemon/blockdev.c2
-rw-r--r--daemon/btrfs.c2
-rw-r--r--daemon/checksum.c2
-rw-r--r--daemon/cmp.c2
-rw-r--r--daemon/command.c2
-rw-r--r--daemon/compress.c2
-rw-r--r--daemon/copy.c2
-rw-r--r--daemon/cpmv.c2
-rw-r--r--daemon/dd.c2
-rw-r--r--daemon/debug.c2
-rw-r--r--daemon/devsparts.c2
-rw-r--r--daemon/df.c2
-rw-r--r--daemon/dir.c2
-rw-r--r--daemon/dmesg.c2
-rw-r--r--daemon/dropcaches.c2
-rw-r--r--daemon/du.c2
-rw-r--r--daemon/echo_daemon.c2
-rw-r--r--daemon/ext2.c2
-rw-r--r--daemon/fallocate.c2
-rw-r--r--daemon/file.c2
-rw-r--r--daemon/fill.c2
-rw-r--r--daemon/find.c2
-rw-r--r--daemon/findfs.c2
-rw-r--r--daemon/fsck.c2
-rw-r--r--daemon/glob.c2
-rw-r--r--daemon/grep.c2
-rw-r--r--daemon/grub.c2
-rw-r--r--daemon/guestfsd.c2
-rw-r--r--daemon/headtail.c2
-rw-r--r--daemon/hexdump.c2
-rw-r--r--daemon/initrd.c2
-rw-r--r--daemon/inotify.c2
-rw-r--r--daemon/is.c2
-rw-r--r--daemon/link.c2
-rw-r--r--daemon/ls.c2
-rw-r--r--daemon/luks.c2
-rw-r--r--daemon/lvm-filter.c2
-rw-r--r--daemon/lvm.c2
-rw-r--r--daemon/mkfs.c2
-rw-r--r--daemon/mknod.c2
-rw-r--r--daemon/modprobe.c2
-rw-r--r--daemon/mount.c2
-rw-r--r--daemon/ntfs.c2
-rw-r--r--daemon/parted.c2
-rw-r--r--daemon/pingdaemon.c2
-rw-r--r--daemon/proto.c2
-rw-r--r--daemon/readdir.c2
-rw-r--r--daemon/realpath.c2
-rw-r--r--daemon/scrub.c2
-rw-r--r--daemon/selinux.c2
-rw-r--r--daemon/sfdisk.c2
-rw-r--r--daemon/sleep.c2
-rw-r--r--daemon/stat.c2
-rw-r--r--daemon/statvfs.c2
-rw-r--r--daemon/strings.c2
-rw-r--r--daemon/swap.c2
-rw-r--r--daemon/sync.c2
-rw-r--r--daemon/tar.c2
-rw-r--r--daemon/truncate.c2
-rw-r--r--daemon/umask.c2
-rw-r--r--daemon/upload.c2
-rw-r--r--daemon/utimens.c2
-rw-r--r--daemon/wc.c2
-rw-r--r--daemon/xattr.c2
-rw-r--r--daemon/zero.c2
-rw-r--r--daemon/zerofree.c2
72 files changed, 72 insertions, 72 deletions
diff --git a/daemon/9p.c b/daemon/9p.c
index 550516eb..3ab1044f 100644
--- a/daemon/9p.c
+++ b/daemon/9p.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index f8e0ecb4..7757067e 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
include $(top_srcdir)/subdir-rules.mk
diff --git a/daemon/augeas.c b/daemon/augeas.c
index a9ad91ff..03cba421 100644
--- a/daemon/augeas.c
+++ b/daemon/augeas.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/available.c b/daemon/available.c
index 17ce1b13..6d2aea22 100644
--- a/daemon/available.c
+++ b/daemon/available.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/base64.c b/daemon/base64.c
index 8aca5b71..215812af 100644
--- a/daemon/base64.c
+++ b/daemon/base64.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/blkid.c b/daemon/blkid.c
index 7935ac3f..6d395c1b 100644
--- a/daemon/blkid.c
+++ b/daemon/blkid.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/blockdev.c b/daemon/blockdev.c
index 1afb4b8d..d056abef 100644
--- a/daemon/blockdev.c
+++ b/daemon/blockdev.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/btrfs.c b/daemon/btrfs.c
index 619ab50f..755f47e5 100644
--- a/daemon/btrfs.c
+++ b/daemon/btrfs.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/checksum.c b/daemon/checksum.c
index 0bd9623d..ca5abe76 100644
--- a/daemon/checksum.c
+++ b/daemon/checksum.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/cmp.c b/daemon/cmp.c
index bbf9c746..0673403c 100644
--- a/daemon/cmp.c
+++ b/daemon/cmp.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/command.c b/daemon/command.c
index ef236957..7c67d830 100644
--- a/daemon/command.c
+++ b/daemon/command.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/compress.c b/daemon/compress.c
index d08d3cc9..b9967d96 100644
--- a/daemon/compress.c
+++ b/daemon/compress.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/copy.c b/daemon/copy.c
index 1d515f88..4bfbfa96 100644
--- a/daemon/copy.c
+++ b/daemon/copy.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/cpmv.c b/daemon/cpmv.c
index e5457d65..b51ed419 100644
--- a/daemon/cpmv.c
+++ b/daemon/cpmv.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/dd.c b/daemon/dd.c
index f08eb36e..a98f7ae0 100644
--- a/daemon/dd.c
+++ b/daemon/dd.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/debug.c b/daemon/debug.c
index 6b9d7562..bb91c9ef 100644
--- a/daemon/debug.c
+++ b/daemon/debug.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/devsparts.c b/daemon/devsparts.c
index 79da41b0..440739fd 100644
--- a/daemon/devsparts.c
+++ b/daemon/devsparts.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/df.c b/daemon/df.c
index 7127c001..14954d2a 100644
--- a/daemon/df.c
+++ b/daemon/df.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/dir.c b/daemon/dir.c
index 383acd20..3b18d48f 100644
--- a/daemon/dir.c
+++ b/daemon/dir.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/dmesg.c b/daemon/dmesg.c
index 462787a6..5e98a182 100644
--- a/daemon/dmesg.c
+++ b/daemon/dmesg.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/dropcaches.c b/daemon/dropcaches.c
index 46bfd076..0da882c0 100644
--- a/daemon/dropcaches.c
+++ b/daemon/dropcaches.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/du.c b/daemon/du.c
index 1c44b3bd..efff2085 100644
--- a/daemon/du.c
+++ b/daemon/du.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/echo_daemon.c b/daemon/echo_daemon.c
index 658974b6..18e2cf8e 100644
--- a/daemon/echo_daemon.c
+++ b/daemon/echo_daemon.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/ext2.c b/daemon/ext2.c
index 01a46287..f7889da4 100644
--- a/daemon/ext2.c
+++ b/daemon/ext2.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/fallocate.c b/daemon/fallocate.c
index 0c948fff..bc744f59 100644
--- a/daemon/fallocate.c
+++ b/daemon/fallocate.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/file.c b/daemon/file.c
index 691f9173..0f27b68d 100644
--- a/daemon/file.c
+++ b/daemon/file.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/fill.c b/daemon/fill.c
index d78e6eeb..9ea00ab3 100644
--- a/daemon/fill.c
+++ b/daemon/fill.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/find.c b/daemon/find.c
index 61d4a5fb..c5097200 100644
--- a/daemon/find.c
+++ b/daemon/find.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/findfs.c b/daemon/findfs.c
index 061ab0a4..2c624b67 100644
--- a/daemon/findfs.c
+++ b/daemon/findfs.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/fsck.c b/daemon/fsck.c
index 7a36440f..7e835a75 100644
--- a/daemon/fsck.c
+++ b/daemon/fsck.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/glob.c b/daemon/glob.c
index f2815ecc..ad8aa544 100644
--- a/daemon/glob.c
+++ b/daemon/glob.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/grep.c b/daemon/grep.c
index 09683ef8..3562f369 100644
--- a/daemon/grep.c
+++ b/daemon/grep.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/grub.c b/daemon/grub.c
index c61f9df2..06170360 100644
--- a/daemon/grub.c
+++ b/daemon/grub.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c
index 6373f34a..eacbc1dd 100644
--- a/daemon/guestfsd.c
+++ b/daemon/guestfsd.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/headtail.c b/daemon/headtail.c
index 528cc090..83f3f5c0 100644
--- a/daemon/headtail.c
+++ b/daemon/headtail.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/hexdump.c b/daemon/hexdump.c
index 202f856c..36986135 100644
--- a/daemon/hexdump.c
+++ b/daemon/hexdump.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/initrd.c b/daemon/initrd.c
index 3c960b2f..7c4d03f6 100644
--- a/daemon/initrd.c
+++ b/daemon/initrd.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/inotify.c b/daemon/inotify.c
index 27fe4b06..3fc7b92b 100644
--- a/daemon/inotify.c
+++ b/daemon/inotify.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/is.c b/daemon/is.c
index 6f35489f..f892ccfa 100644
--- a/daemon/is.c
+++ b/daemon/is.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/link.c b/daemon/link.c
index 1049640a..b27e72c4 100644
--- a/daemon/link.c
+++ b/daemon/link.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/ls.c b/daemon/ls.c
index 0af2356b..d0c7b523 100644
--- a/daemon/ls.c
+++ b/daemon/ls.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/luks.c b/daemon/luks.c
index 0b59b5ac..bbe63281 100644
--- a/daemon/luks.c
+++ b/daemon/luks.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/lvm-filter.c b/daemon/lvm-filter.c
index 21e2fde4..07d872bd 100644
--- a/daemon/lvm-filter.c
+++ b/daemon/lvm-filter.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/lvm.c b/daemon/lvm.c
index eaa6bcea..c12118ce 100644
--- a/daemon/lvm.c
+++ b/daemon/lvm.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/mkfs.c b/daemon/mkfs.c
index fc798c45..d073c07d 100644
--- a/daemon/mkfs.c
+++ b/daemon/mkfs.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/mknod.c b/daemon/mknod.c
index ee2d1ffa..d5b84672 100644
--- a/daemon/mknod.c
+++ b/daemon/mknod.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/modprobe.c b/daemon/modprobe.c
index 0d7318c3..10630431 100644
--- a/daemon/modprobe.c
+++ b/daemon/modprobe.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/mount.c b/daemon/mount.c
index ab43c20a..98b94889 100644
--- a/daemon/mount.c
+++ b/daemon/mount.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/ntfs.c b/daemon/ntfs.c
index 58912636..92d2432f 100644
--- a/daemon/ntfs.c
+++ b/daemon/ntfs.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/parted.c b/daemon/parted.c
index 2b70fddd..dbcae032 100644
--- a/daemon/parted.c
+++ b/daemon/parted.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/pingdaemon.c b/daemon/pingdaemon.c
index 0a69afaa..eac291dc 100644
--- a/daemon/pingdaemon.c
+++ b/daemon/pingdaemon.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/proto.c b/daemon/proto.c
index 238ee88c..bbba2054 100644
--- a/daemon/proto.c
+++ b/daemon/proto.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/readdir.c b/daemon/readdir.c
index 876041eb..b8f5fea8 100644
--- a/daemon/readdir.c
+++ b/daemon/readdir.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/realpath.c b/daemon/realpath.c
index 592e12c7..ea936c6a 100644
--- a/daemon/realpath.c
+++ b/daemon/realpath.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/scrub.c b/daemon/scrub.c
index 573385f0..2cef69d6 100644
--- a/daemon/scrub.c
+++ b/daemon/scrub.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/selinux.c b/daemon/selinux.c
index 0bf6fd23..2db05ee8 100644
--- a/daemon/selinux.c
+++ b/daemon/selinux.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/sfdisk.c b/daemon/sfdisk.c
index b5956015..8221ffa8 100644
--- a/daemon/sfdisk.c
+++ b/daemon/sfdisk.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/sleep.c b/daemon/sleep.c
index 6e133bd3..af01d259 100644
--- a/daemon/sleep.c
+++ b/daemon/sleep.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/stat.c b/daemon/stat.c
index e2453234..22592bb2 100644
--- a/daemon/stat.c
+++ b/daemon/stat.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/statvfs.c b/daemon/statvfs.c
index e5118e4b..4eff22d2 100644
--- a/daemon/statvfs.c
+++ b/daemon/statvfs.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/strings.c b/daemon/strings.c
index f08401b2..d94ac44e 100644
--- a/daemon/strings.c
+++ b/daemon/strings.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/swap.c b/daemon/swap.c
index c2fe13ae..51dbbe48 100644
--- a/daemon/swap.c
+++ b/daemon/swap.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/sync.c b/daemon/sync.c
index a09c8c15..bde181fe 100644
--- a/daemon/sync.c
+++ b/daemon/sync.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/tar.c b/daemon/tar.c
index e29f440c..9e45dee9 100644
--- a/daemon/tar.c
+++ b/daemon/tar.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/truncate.c b/daemon/truncate.c
index 2cc21b45..28d9ceb2 100644
--- a/daemon/truncate.c
+++ b/daemon/truncate.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/umask.c b/daemon/umask.c
index 1563c52e..52e854ed 100644
--- a/daemon/umask.c
+++ b/daemon/umask.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/upload.c b/daemon/upload.c
index a1a37aee..dffe4119 100644
--- a/daemon/upload.c
+++ b/daemon/upload.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/utimens.c b/daemon/utimens.c
index 1da2169f..ae006c60 100644
--- a/daemon/utimens.c
+++ b/daemon/utimens.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/wc.c b/daemon/wc.c
index 397d90ca..5d35559c 100644
--- a/daemon/wc.c
+++ b/daemon/wc.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/xattr.c b/daemon/xattr.c
index 2b4882a0..cb700d77 100644
--- a/daemon/xattr.c
+++ b/daemon/xattr.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/zero.c b/daemon/zero.c
index 8df2298c..67112d83 100644
--- a/daemon/zero.c
+++ b/daemon/zero.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/daemon/zerofree.c b/daemon/zerofree.c
index f98c69b1..e9be8fc8 100644
--- a/daemon/zerofree.c
+++ b/daemon/zerofree.c
@@ -13,7 +13,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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>