summaryrefslogtreecommitdiff
path: root/libdm/regex
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/regex
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/regex')
-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
5 files changed, 5 insertions, 5 deletions
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