summaryrefslogtreecommitdiff
path: root/libdaemon
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-01-21 11:49:46 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2016-01-21 12:11:37 +0100
commitfcbef05aae94f1fc5f91b2708d9dee22d883ca18 (patch)
tree367736dd9639e36ff5f1744c34f3764630778859 /libdaemon
parentcc53a23d8238abfe18441ed9000b75bbc8512d6e (diff)
downloadlvm2-fcbef05aae94f1fc5f91b2708d9dee22d883ca18.tar.gz
doc: change fsf address
Hmm rpmlint suggest fsf is using a different address these days, so lets keep it up-to-date
Diffstat (limited to 'libdaemon')
-rw-r--r--libdaemon/Makefile.in2
-rw-r--r--libdaemon/client/Makefile.in2
-rw-r--r--libdaemon/client/config-util.c2
-rw-r--r--libdaemon/client/config-util.h2
-rw-r--r--libdaemon/client/daemon-client.c2
-rw-r--r--libdaemon/client/daemon-client.h2
-rw-r--r--libdaemon/client/daemon-io.c2
-rw-r--r--libdaemon/client/daemon-io.h2
-rw-r--r--libdaemon/server/Makefile.in2
-rw-r--r--libdaemon/server/daemon-log.c2
-rw-r--r--libdaemon/server/daemon-log.h2
-rw-r--r--libdaemon/server/daemon-server.c2
-rw-r--r--libdaemon/server/daemon-server.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/libdaemon/Makefile.in b/libdaemon/Makefile.in
index 0a085db9f..c7fe1d365 100644
--- a/libdaemon/Makefile.in
+++ b/libdaemon/Makefile.in
@@ -9,7 +9,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
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/libdaemon/client/Makefile.in b/libdaemon/client/Makefile.in
index d608816ab..e8828b848 100644
--- a/libdaemon/client/Makefile.in
+++ b/libdaemon/client/Makefile.in
@@ -8,7 +8,7 @@
#
# You should have received a copy of the GNU Lesser 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
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/libdaemon/client/config-util.c b/libdaemon/client/config-util.c
index bbf4218f3..7a7dfed9d 100644
--- a/libdaemon/client/config-util.c
+++ b/libdaemon/client/config-util.c
@@ -9,7 +9,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define _REENTRANT
diff --git a/libdaemon/client/config-util.h b/libdaemon/client/config-util.h
index c56c26801..64cce8bbf 100644
--- a/libdaemon/client/config-util.h
+++ b/libdaemon/client/config-util.h
@@ -9,7 +9,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef _LVM_DAEMON_CONFIG_UTIL_H
diff --git a/libdaemon/client/daemon-client.c b/libdaemon/client/daemon-client.c
index 39a640108..677e8c423 100644
--- a/libdaemon/client/daemon-client.c
+++ b/libdaemon/client/daemon-client.c
@@ -9,7 +9,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define _REENTRANT
diff --git a/libdaemon/client/daemon-client.h b/libdaemon/client/daemon-client.h
index 7f8d2d4d7..173ea89ac 100644
--- a/libdaemon/client/daemon-client.h
+++ b/libdaemon/client/daemon-client.h
@@ -9,7 +9,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef _LVM_DAEMON_CLIENT_H
diff --git a/libdaemon/client/daemon-io.c b/libdaemon/client/daemon-io.c
index a9da68f42..f072764a7 100644
--- a/libdaemon/client/daemon-io.c
+++ b/libdaemon/client/daemon-io.c
@@ -9,7 +9,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define _REENTRANT
diff --git a/libdaemon/client/daemon-io.h b/libdaemon/client/daemon-io.h
index 482f03388..013b0c8f3 100644
--- a/libdaemon/client/daemon-io.h
+++ b/libdaemon/client/daemon-io.h
@@ -9,7 +9,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef _LVM_DAEMON_IO_H
diff --git a/libdaemon/server/Makefile.in b/libdaemon/server/Makefile.in
index 1c4a38e70..e971a521a 100644
--- a/libdaemon/server/Makefile.in
+++ b/libdaemon/server/Makefile.in
@@ -8,7 +8,7 @@
#
# You should have received a copy of the GNU Lesser 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
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/libdaemon/server/daemon-log.c b/libdaemon/server/daemon-log.c
index 2bebf41b1..e0fe18827 100644
--- a/libdaemon/server/daemon-log.c
+++ b/libdaemon/server/daemon-log.c
@@ -7,7 +7,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define _REENTRANT
diff --git a/libdaemon/server/daemon-log.h b/libdaemon/server/daemon-log.h
index e2e11c587..7570dd2cf 100644
--- a/libdaemon/server/daemon-log.h
+++ b/libdaemon/server/daemon-log.h
@@ -9,7 +9,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef _LVM_DAEMON_LOG_H
diff --git a/libdaemon/server/daemon-server.c b/libdaemon/server/daemon-server.c
index d9d60d1aa..d18bd4b3f 100644
--- a/libdaemon/server/daemon-server.c
+++ b/libdaemon/server/daemon-server.c
@@ -7,7 +7,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define _REENTRANT
diff --git a/libdaemon/server/daemon-server.h b/libdaemon/server/daemon-server.h
index b235edce6..2b9ceac36 100644
--- a/libdaemon/server/daemon-server.h
+++ b/libdaemon/server/daemon-server.h
@@ -9,7 +9,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef _LVM_DAEMON_SERVER_H