summaryrefslogtreecommitdiff
path: root/demos/expr
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-02-15 17:14:13 +0100
committertege <tege@gmplib.org>2006-02-15 17:14:13 +0100
commit4b43e2955fa9dcea086a367d47234d277ef3a57e (patch)
tree432770a53611eee98b6de89be764bea10e3948ee /demos/expr
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'demos/expr')
-rw-r--r--demos/expr/Makefile.am4
-rw-r--r--demos/expr/Makefile.in4
-rw-r--r--demos/expr/README4
-rw-r--r--demos/expr/expr-impl.h4
-rw-r--r--demos/expr/expr.c4
-rw-r--r--demos/expr/expr.h4
-rw-r--r--demos/expr/exprf.c4
-rw-r--r--demos/expr/exprfa.c4
-rw-r--r--demos/expr/exprq.c4
-rw-r--r--demos/expr/exprqa.c4
-rw-r--r--demos/expr/exprv.c4
-rw-r--r--demos/expr/exprz.c4
-rw-r--r--demos/expr/exprza.c4
-rw-r--r--demos/expr/run-expr.c4
-rw-r--r--demos/expr/t-expr.c4
15 files changed, 30 insertions, 30 deletions
diff --git a/demos/expr/Makefile.am b/demos/expr/Makefile.am
index c4f3909e1..4e0645b46 100644
--- a/demos/expr/Makefile.am
+++ b/demos/expr/Makefile.am
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
diff --git a/demos/expr/Makefile.in b/demos/expr/Makefile.in
index 84b4d7eed..126fec395 100644
--- a/demos/expr/Makefile.in
+++ b/demos/expr/Makefile.in
@@ -30,8 +30,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
SOURCES = $(libexpr_a_SOURCES) run-expr.c t-expr.c
srcdir = @srcdir@
diff --git a/demos/expr/README b/demos/expr/README
index a177aaa9a..8900e9619 100644
--- a/demos/expr/README
+++ b/demos/expr/README
@@ -14,8 +14,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
diff --git a/demos/expr/expr-impl.h b/demos/expr/expr-impl.h
index 5044358fa..9082578d1 100644
--- a/demos/expr/expr-impl.h
+++ b/demos/expr/expr-impl.h
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
/* Same tests as gmp.h. */
diff --git a/demos/expr/expr.c b/demos/expr/expr.c
index cd2efcf10..00ce5b963 100644
--- a/demos/expr/expr.c
+++ b/demos/expr/expr.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <ctype.h>
#include <stdio.h>
diff --git a/demos/expr/expr.h b/demos/expr/expr.h
index 9cd1432a1..4a4743edd 100644
--- a/demos/expr/expr.h
+++ b/demos/expr/expr.h
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#ifndef __EXPR_H__
diff --git a/demos/expr/exprf.c b/demos/expr/exprf.c
index 59c43c5c7..4f8e777df 100644
--- a/demos/expr/exprf.c
+++ b/demos/expr/exprf.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <string.h>
diff --git a/demos/expr/exprfa.c b/demos/expr/exprfa.c
index c28873305..f40e08ecd 100644
--- a/demos/expr/exprfa.c
+++ b/demos/expr/exprfa.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
/* Future: Bitwise "&", "|" and "&" could be done, if desired. Not sure
diff --git a/demos/expr/exprq.c b/demos/expr/exprq.c
index 2b706f93b..90d61aea5 100644
--- a/demos/expr/exprq.c
+++ b/demos/expr/exprq.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <string.h>
diff --git a/demos/expr/exprqa.c b/demos/expr/exprqa.c
index 2fbabf1bc..70836fd15 100644
--- a/demos/expr/exprqa.c
+++ b/demos/expr/exprqa.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
diff --git a/demos/expr/exprv.c b/demos/expr/exprv.c
index 6d48f00c2..90ff4696f 100644
--- a/demos/expr/exprv.c
+++ b/demos/expr/exprv.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
*/
#include <stdio.h>
diff --git a/demos/expr/exprz.c b/demos/expr/exprz.c
index d0af1e1fc..36f7c40ea 100644
--- a/demos/expr/exprz.c
+++ b/demos/expr/exprz.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <ctype.h>
#include <stdio.h>
diff --git a/demos/expr/exprza.c b/demos/expr/exprza.c
index bb3471eee..0381f3ff6 100644
--- a/demos/expr/exprza.c
+++ b/demos/expr/exprza.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <ctype.h>
#include <stdio.h>
diff --git a/demos/expr/run-expr.c b/demos/expr/run-expr.c
index 620c9aeaa..11e4070de 100644
--- a/demos/expr/run-expr.c
+++ b/demos/expr/run-expr.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
/* Usage: ./run-expr [-z] [-q] [-f] [-p prec] [-b base] expression...
diff --git a/demos/expr/t-expr.c b/demos/expr/t-expr.c
index 25dc4ea35..ba1f67090 100644
--- a/demos/expr/t-expr.c
+++ b/demos/expr/t-expr.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <stdlib.h>