summaryrefslogtreecommitdiff
path: root/src/preproc/pic
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/preproc/pic
parent7930affb011ce1020b44ae63f6b3294a595792ae (diff)
downloadgroff-f118054c16b51d93c1eb9570eba822f664d0ee6a.tar.gz
* All affected files: Update postal address of FSF.
Diffstat (limited to 'src/preproc/pic')
-rw-r--r--src/preproc/pic/common.cpp2
-rw-r--r--src/preproc/pic/common.h2
-rw-r--r--src/preproc/pic/lex.cpp2
-rw-r--r--src/preproc/pic/main.cpp2
-rw-r--r--src/preproc/pic/object.cpp2
-rw-r--r--src/preproc/pic/object.h2
-rw-r--r--src/preproc/pic/output.h2
-rw-r--r--src/preproc/pic/pic.h2
-rw-r--r--src/preproc/pic/pic.y2
-rw-r--r--src/preproc/pic/position.h2
-rw-r--r--src/preproc/pic/tex.cpp2
-rw-r--r--src/preproc/pic/troff.cpp2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/preproc/pic/common.cpp b/src/preproc/pic/common.cpp
index b302ca79..47a23cd9 100644
--- a/src/preproc/pic/common.cpp
+++ b/src/preproc/pic/common.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. */
#include "pic.h"
#include "common.h"
diff --git a/src/preproc/pic/common.h b/src/preproc/pic/common.h
index 849637f1..50238344 100644
--- a/src/preproc/pic/common.h
+++ b/src/preproc/pic/common.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 common_output : public output {
private:
diff --git a/src/preproc/pic/lex.cpp b/src/preproc/pic/lex.cpp
index 3373052a..ceca3685 100644
--- a/src/preproc/pic/lex.cpp
+++ b/src/preproc/pic/lex.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 "pic.h"
#include "ptable.h"
diff --git a/src/preproc/pic/main.cpp b/src/preproc/pic/main.cpp
index 8788fa6d..0e05f77c 100644
--- a/src/preproc/pic/main.cpp
+++ b/src/preproc/pic/main.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 "pic.h"
diff --git a/src/preproc/pic/object.cpp b/src/preproc/pic/object.cpp
index ad468461..aefbd45e 100644
--- a/src/preproc/pic/object.cpp
+++ b/src/preproc/pic/object.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 "pic.h"
#include "ptable.h"
diff --git a/src/preproc/pic/object.h b/src/preproc/pic/object.h
index b027b7dc..9f7f4bc3 100644
--- a/src/preproc/pic/object.h
+++ b/src/preproc/pic/object.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 place;
diff --git a/src/preproc/pic/output.h b/src/preproc/pic/output.h
index 873ec3cf..aa03e776 100644
--- a/src/preproc/pic/output.h
+++ b/src/preproc/pic/output.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. */
struct line_type {
enum { invisible, solid, dotted, dashed } type;
diff --git a/src/preproc/pic/pic.h b/src/preproc/pic/pic.h
index 5b2db055..e3b850a9 100644
--- a/src/preproc/pic/pic.h
+++ b/src/preproc/pic/pic.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"
diff --git a/src/preproc/pic/pic.y b/src/preproc/pic/pic.y
index f477aedb..83d0fe02 100644
--- a/src/preproc/pic/pic.y
+++ b/src/preproc/pic/pic.y
@@ -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. */
%{
#include "pic.h"
#include "ptable.h"
diff --git a/src/preproc/pic/position.h b/src/preproc/pic/position.h
index ab7d5469..c62e3e7b 100644
--- a/src/preproc/pic/position.h
+++ b/src/preproc/pic/position.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. */
struct place;
struct position {
diff --git a/src/preproc/pic/tex.cpp b/src/preproc/pic/tex.cpp
index 961c0dca..f997b868 100644
--- a/src/preproc/pic/tex.cpp
+++ b/src/preproc/pic/tex.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. */
#include "pic.h"
diff --git a/src/preproc/pic/troff.cpp b/src/preproc/pic/troff.cpp
index 22bf897d..1e05be41 100644
--- a/src/preproc/pic/troff.cpp
+++ b/src/preproc/pic/troff.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 "pic.h"
#include "common.h"