summaryrefslogtreecommitdiff
path: root/libdm
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 /libdm
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 'libdm')
-rw-r--r--libdm/Makefile.in2
-rw-r--r--libdm/datastruct/bitset.c2
-rw-r--r--libdm/datastruct/hash.c2
-rw-r--r--libdm/datastruct/list.c2
-rw-r--r--libdm/ioctl/libdm-iface.c2
-rw-r--r--libdm/ioctl/libdm-targets.h2
-rw-r--r--libdm/libdevmapper.h2
-rw-r--r--libdm/libdm-common.c2
-rw-r--r--libdm/libdm-common.h2
-rw-r--r--libdm/libdm-config.c2
-rw-r--r--libdm/libdm-deptree.c2
-rw-r--r--libdm/libdm-file.c2
-rw-r--r--libdm/libdm-report.c2
-rw-r--r--libdm/libdm-stats.c2
-rw-r--r--libdm/libdm-string.c2
-rw-r--r--libdm/libdm-targets.c2
-rw-r--r--libdm/libdm-timestamp.c2
-rw-r--r--libdm/misc/dm-logging.h2
-rw-r--r--libdm/misc/dmlib.h2
-rw-r--r--libdm/misc/kdev_t.h2
-rw-r--r--libdm/mm/dbg_malloc.c2
-rw-r--r--libdm/mm/pool-debug.c2
-rw-r--r--libdm/mm/pool-fast.c2
-rw-r--r--libdm/mm/pool.c2
-rw-r--r--libdm/regex/matcher.c2
-rw-r--r--libdm/regex/parse_rx.c2
-rw-r--r--libdm/regex/parse_rx.h2
-rw-r--r--libdm/regex/ttree.c2
-rw-r--r--libdm/regex/ttree.h2
29 files changed, 29 insertions, 29 deletions
diff --git a/libdm/Makefile.in b/libdm/Makefile.in
index 6b7cc4863..3c9a4cefd 100644
--- a/libdm/Makefile.in
+++ b/libdm/Makefile.in
@@ -10,7 +10,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/libdm/datastruct/bitset.c b/libdm/datastruct/bitset.c
index 5cd8e385a..5aaa88726 100644
--- a/libdm/datastruct/bitset.c
+++ b/libdm/datastruct/bitset.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/datastruct/hash.c b/libdm/datastruct/hash.c
index f9b8b9cd7..6df3efe61 100644
--- a/libdm/datastruct/hash.c
+++ b/libdm/datastruct/hash.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/datastruct/list.c b/libdm/datastruct/list.c
index c7a052fee..bdd3b19a9 100644
--- a/libdm/datastruct/list.c
+++ b/libdm/datastruct/list.c
@@ -10,7 +10,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
*/
#include "lib.h"
diff --git a/libdm/ioctl/libdm-iface.c b/libdm/ioctl/libdm-iface.c
index 2a36b77b1..6111cb0fe 100644
--- a/libdm/ioctl/libdm-iface.c
+++ b/libdm/ioctl/libdm-iface.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/ioctl/libdm-targets.h b/libdm/ioctl/libdm-targets.h
index a3c1cb73d..b5b20d5e9 100644
--- a/libdm/ioctl/libdm-targets.h
+++ b/libdm/ioctl/libdm-targets.h
@@ -10,7 +10,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 LIB_DMTARGETS_H
diff --git a/libdm/libdevmapper.h b/libdm/libdevmapper.h
index 12a665b60..fcbc8ce05 100644
--- a/libdm/libdevmapper.h
+++ b/libdm/libdevmapper.h
@@ -11,7 +11,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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef LIB_DEVICE_MAPPER_H
diff --git a/libdm/libdm-common.c b/libdm/libdm-common.c
index e648dac7b..2580d94bf 100644
--- a/libdm/libdm-common.c
+++ b/libdm/libdm-common.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/libdm-common.h b/libdm/libdm-common.h
index 008301596..4dc1870fc 100644
--- a/libdm/libdm-common.h
+++ b/libdm/libdm-common.h
@@ -10,7 +10,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 LIB_DMCOMMON_H
diff --git a/libdm/libdm-config.c b/libdm/libdm-config.c
index df314a087..25f85e564 100644
--- a/libdm/libdm-config.c
+++ b/libdm/libdm-config.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/libdm-deptree.c b/libdm/libdm-deptree.c
index 73f2e4ce7..1b9d6d385 100644
--- a/libdm/libdm-deptree.c
+++ b/libdm/libdm-deptree.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
*/
#include "dmlib.h"
diff --git a/libdm/libdm-file.c b/libdm/libdm-file.c
index 0de2d6170..986782413 100644
--- a/libdm/libdm-file.c
+++ b/libdm/libdm-file.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index b5149b8be..55b5ff0e3 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/libdm-stats.c b/libdm/libdm-stats.c
index 3a2109328..0c1fe7a6f 100644
--- a/libdm/libdm-stats.c
+++ b/libdm/libdm-stats.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
*/
#include "dmlib.h"
diff --git a/libdm/libdm-string.c b/libdm/libdm-string.c
index ef93a6b03..39117f8d1 100644
--- a/libdm/libdm-string.c
+++ b/libdm/libdm-string.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
*/
#include "dmlib.h"
diff --git a/libdm/libdm-targets.c b/libdm/libdm-targets.c
index e2d5c4466..16d4f6b87 100644
--- a/libdm/libdm-targets.c
+++ b/libdm/libdm-targets.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
*/
#include "dmlib.h"
diff --git a/libdm/libdm-timestamp.c b/libdm/libdm-timestamp.c
index 9be93a48a..616488537 100644
--- a/libdm/libdm-timestamp.c
+++ b/libdm/libdm-timestamp.c
@@ -10,7 +10,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
*/
/*
diff --git a/libdm/misc/dm-logging.h b/libdm/misc/dm-logging.h
index ed3adfd01..4088bfe60 100644
--- a/libdm/misc/dm-logging.h
+++ b/libdm/misc/dm-logging.h
@@ -10,7 +10,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 _DM_LOGGING_H
diff --git a/libdm/misc/dmlib.h b/libdm/misc/dmlib.h
index 9293b7c2d..7d736577c 100644
--- a/libdm/misc/dmlib.h
+++ b/libdm/misc/dmlib.h
@@ -10,7 +10,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
*/
/*
diff --git a/libdm/misc/kdev_t.h b/libdm/misc/kdev_t.h
index 5fcda7435..f88bb0ab6 100644
--- a/libdm/misc/kdev_t.h
+++ b/libdm/misc/kdev_t.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 _LIBDM_KDEV_H
diff --git a/libdm/mm/dbg_malloc.c b/libdm/mm/dbg_malloc.c
index ac714807f..0667bf3db 100644
--- a/libdm/mm/dbg_malloc.c
+++ b/libdm/mm/dbg_malloc.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/mm/pool-debug.c b/libdm/mm/pool-debug.c
index a2767cdfd..c5232386f 100644
--- a/libdm/mm/pool-debug.c
+++ b/libdm/mm/pool-debug.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/mm/pool-fast.c b/libdm/mm/pool-fast.c
index 803842c19..e7fedfcfd 100644
--- a/libdm/mm/pool-fast.c
+++ b/libdm/mm/pool-fast.c
@@ -10,7 +10,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
*/
#ifdef VALGRIND_POOL
diff --git a/libdm/mm/pool.c b/libdm/mm/pool.c
index ef006a444..ec6f1b859 100644
--- a/libdm/mm/pool.c
+++ b/libdm/mm/pool.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/regex/matcher.c b/libdm/regex/matcher.c
index aa58d985d..a83716232 100644
--- a/libdm/regex/matcher.c
+++ b/libdm/regex/matcher.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/regex/parse_rx.c b/libdm/regex/parse_rx.c
index bc0e61982..f9ba65ca1 100644
--- a/libdm/regex/parse_rx.c
+++ b/libdm/regex/parse_rx.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/regex/parse_rx.h b/libdm/regex/parse_rx.h
index 37d7ced8a..08970605d 100644
--- a/libdm/regex/parse_rx.h
+++ b/libdm/regex/parse_rx.h
@@ -10,7 +10,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 _DM_PARSE_REGEX_H
diff --git a/libdm/regex/ttree.c b/libdm/regex/ttree.c
index 9c3cc65dc..0f54d04de 100644
--- a/libdm/regex/ttree.c
+++ b/libdm/regex/ttree.c
@@ -10,7 +10,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
*/
#include "dmlib.h"
diff --git a/libdm/regex/ttree.h b/libdm/regex/ttree.h
index b4e3ba211..8b62181f4 100644
--- a/libdm/regex/ttree.h
+++ b/libdm/regex/ttree.h
@@ -10,7 +10,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 _DM_TTREE_H