summaryrefslogtreecommitdiff
path: root/src/roff/troff
diff options
context:
space:
mode:
authorwl <wl>2005-05-26 21:01:55 +0000
committerwl <wl>2005-05-26 21:01:55 +0000
commitf118054c16b51d93c1eb9570eba822f664d0ee6a (patch)
treed49835adc1d1cebe01ebaa18a0775654340861ee /src/roff/troff
parent7930affb011ce1020b44ae63f6b3294a595792ae (diff)
downloadgroff-f118054c16b51d93c1eb9570eba822f664d0ee6a.tar.gz
* All affected files: Update postal address of FSF.
Diffstat (limited to 'src/roff/troff')
-rw-r--r--src/roff/troff/charinfo.h2
-rw-r--r--src/roff/troff/column.cpp2
-rw-r--r--src/roff/troff/dictionary.cpp2
-rw-r--r--src/roff/troff/dictionary.h2
-rw-r--r--src/roff/troff/div.cpp2
-rw-r--r--src/roff/troff/div.h2
-rw-r--r--src/roff/troff/env.cpp2
-rw-r--r--src/roff/troff/env.h2
-rw-r--r--src/roff/troff/hvunits.h2
-rw-r--r--src/roff/troff/input.cpp2
-rw-r--r--src/roff/troff/input.h2
-rw-r--r--src/roff/troff/mtsm.cpp2
-rw-r--r--src/roff/troff/mtsm.h2
-rw-r--r--src/roff/troff/node.cpp2
-rw-r--r--src/roff/troff/node.h2
-rw-r--r--src/roff/troff/number.cpp2
-rw-r--r--src/roff/troff/reg.cpp2
-rw-r--r--src/roff/troff/reg.h2
-rw-r--r--src/roff/troff/request.h2
-rw-r--r--src/roff/troff/token.h2
-rw-r--r--src/roff/troff/troff.h2
21 files changed, 21 insertions, 21 deletions
diff --git a/src/roff/troff/charinfo.h b/src/roff/troff/charinfo.h
index 4123fbad..42190fd8 100644
--- a/src/roff/troff/charinfo.h
+++ b/src/roff/troff/charinfo.h
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
class macro;
diff --git a/src/roff/troff/column.cpp b/src/roff/troff/column.cpp
index 454bbe28..060b088d 100644
--- a/src/roff/troff/column.cpp
+++ b/src/roff/troff/column.cpp
@@ -16,7 +16,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef COLUMN
diff --git a/src/roff/troff/dictionary.cpp b/src/roff/troff/dictionary.cpp
index e4cce22c..37084b66 100644
--- a/src/roff/troff/dictionary.cpp
+++ b/src/roff/troff/dictionary.cpp
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
#include "troff.h"
diff --git a/src/roff/troff/dictionary.h b/src/roff/troff/dictionary.h
index 4f319be4..2baab0ab 100644
--- a/src/roff/troff/dictionary.h
+++ b/src/roff/troff/dictionary.h
@@ -16,7 +16,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
diff --git a/src/roff/troff/div.cpp b/src/roff/troff/div.cpp
index f372239c..4cacd8da 100644
--- a/src/roff/troff/div.cpp
+++ b/src/roff/troff/div.cpp
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
// diversions
diff --git a/src/roff/troff/div.h b/src/roff/troff/div.h
index 4afca14b..d59a3def 100644
--- a/src/roff/troff/div.h
+++ b/src/roff/troff/div.h
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
void end_diversions();
diff --git a/src/roff/troff/env.cpp b/src/roff/troff/env.cpp
index 3d4b4771..9de9a46a 100644
--- a/src/roff/troff/env.cpp
+++ b/src/roff/troff/env.cpp
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
#include "troff.h"
#include "dictionary.h"
diff --git a/src/roff/troff/env.h b/src/roff/troff/env.h
index e00c8bc9..59b2d862 100644
--- a/src/roff/troff/env.h
+++ b/src/roff/troff/env.h
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
class statem;
diff --git a/src/roff/troff/hvunits.h b/src/roff/troff/hvunits.h
index 8efb5ab3..99e6692e 100644
--- a/src/roff/troff/hvunits.h
+++ b/src/roff/troff/hvunits.h
@@ -16,7 +16,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
class vunits {
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index f4a718b2..c708ee8a 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
#define DEBUGGING
diff --git a/src/roff/troff/input.h b/src/roff/troff/input.h
index aaaa70bd..ba6e2e13 100644
--- a/src/roff/troff/input.h
+++ b/src/roff/troff/input.h
@@ -16,7 +16,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
/* special character codes */
diff --git a/src/roff/troff/mtsm.cpp b/src/roff/troff/mtsm.cpp
index 2cb6ae03..630e9732 100644
--- a/src/roff/troff/mtsm.cpp
+++ b/src/roff/troff/mtsm.cpp
@@ -16,7 +16,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
#define DEBUGGING
diff --git a/src/roff/troff/mtsm.h b/src/roff/troff/mtsm.h
index f9fc1ecf..9ef909c3 100644
--- a/src/roff/troff/mtsm.h
+++ b/src/roff/troff/mtsm.h
@@ -24,7 +24,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
struct int_value {
int value;
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index 80c6599c..046140f5 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
extern int debug_state;
diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h
index a3a304f6..c7c8b418 100644
--- a/src/roff/troff/node.h
+++ b/src/roff/troff/node.h
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
struct hyphen_list {
unsigned char hyphen;
diff --git a/src/roff/troff/number.cpp b/src/roff/troff/number.cpp
index 34932e03..0a4563e4 100644
--- a/src/roff/troff/number.cpp
+++ b/src/roff/troff/number.cpp
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
#include "troff.h"
diff --git a/src/roff/troff/reg.cpp b/src/roff/troff/reg.cpp
index 9c4b5b7c..4501090a 100644
--- a/src/roff/troff/reg.cpp
+++ b/src/roff/troff/reg.cpp
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
#include "troff.h"
#include "dictionary.h"
diff --git a/src/roff/troff/reg.h b/src/roff/troff/reg.h
index 950be4f8..bc2c3f2d 100644
--- a/src/roff/troff/reg.h
+++ b/src/roff/troff/reg.h
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
class reg : public object {
diff --git a/src/roff/troff/request.h b/src/roff/troff/request.h
index ce08b3d1..24d25890 100644
--- a/src/roff/troff/request.h
+++ b/src/roff/troff/request.h
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
typedef void (*REQUEST_FUNCP)();
diff --git a/src/roff/troff/token.h b/src/roff/troff/token.h
index 51557cfb..64939760 100644
--- a/src/roff/troff/token.h
+++ b/src/roff/troff/token.h
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
class charinfo;
diff --git a/src/roff/troff/troff.h b/src/roff/troff/troff.h
index f2400553..661b3ed0 100644
--- a/src/roff/troff/troff.h
+++ b/src/roff/troff/troff.h
@@ -17,7 +17,7 @@ for more details.
You should have received a copy of the GNU General Public License along
with groff; see the file COPYING. If not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
#include "lib.h"