summaryrefslogtreecommitdiff
path: root/sed
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-06-21 14:51:50 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-01-09 16:11:53 +0100
commit584e5cedc208da4ab1f62347f6fb342bfc6dcf4c (patch)
treecca9a024edf1e5ced9b0e77eff9941847dd33d4c /sed
parent07e543c45f6b85d1e773307c8d064aa6c589a044 (diff)
downloadsed-584e5cedc208da4ab1f62347f6fb342bfc6dcf4c.tar.gz
more updates to the FSF address
git-archimport-id: bonzini@gnu.org--2004b/sed--stable--4.1--patch-50
Diffstat (limited to 'sed')
-rw-r--r--sed/compile.c2
-rw-r--r--sed/execute.c2
-rw-r--r--sed/fmt.c2
-rw-r--r--sed/mbcs.c2
-rw-r--r--sed/regexp.c2
-rw-r--r--sed/sed.c2
-rw-r--r--sed/sed.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/sed/compile.c b/sed/compile.c
index 74278af..28b6405 100644
--- a/sed/compile.c
+++ b/sed/compile.c
@@ -14,7 +14,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, 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* compile.c: translate sed source into internal form */
diff --git a/sed/execute.c b/sed/execute.c
index 8b70874..a31a68d 100644
--- a/sed/execute.c
+++ b/sed/execute.c
@@ -15,7 +15,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, 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#undef EXPERIMENTAL_DASH_N_OPTIMIZATION /*don't use -- is very buggy*/
#define INITIAL_BUFFER_SIZE 50
diff --git a/sed/fmt.c b/sed/fmt.c
index 611c2c2..64600a0 100644
--- a/sed/fmt.c
+++ b/sed/fmt.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., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* GNU fmt was written by Ross Paterson <rap@doc.ic.ac.uk>. */
diff --git a/sed/mbcs.c b/sed/mbcs.c
index 06e58dd..3756547 100644
--- a/sed/mbcs.c
+++ b/sed/mbcs.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, 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "sed.h"
#include <stdlib.h>
diff --git a/sed/regexp.c b/sed/regexp.c
index 039c326..d4e7437 100644
--- a/sed/regexp.c
+++ b/sed/regexp.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, 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "sed.h"
diff --git a/sed/sed.c b/sed/sed.c
index c12bd28..8d38566 100644
--- a/sed/sed.c
+++ b/sed/sed.c
@@ -17,7 +17,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, 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "sed.h"
diff --git a/sed/sed.h b/sed/sed.h
index a78d470..ef125db 100644
--- a/sed/sed.h
+++ b/sed/sed.h
@@ -14,7 +14,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, 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA. */
+ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef HAVE_CONFIG_H
#include "config.h"