summaryrefslogtreecommitdiff
path: root/demos/calc
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/calc
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'demos/calc')
-rw-r--r--demos/calc/Makefile.am4
-rw-r--r--demos/calc/Makefile.in4
-rw-r--r--demos/calc/README4
-rw-r--r--demos/calc/calc-common.h4
-rw-r--r--demos/calc/calc-config-h.in4
-rw-r--r--demos/calc/calc.c8
-rw-r--r--demos/calc/calc.y4
-rw-r--r--demos/calc/calclex.c4
-rw-r--r--demos/calc/calclex.l4
-rw-r--r--demos/calc/calcread.c4
10 files changed, 22 insertions, 22 deletions
diff --git a/demos/calc/Makefile.am b/demos/calc/Makefile.am
index 8407c0db2..0f820618d 100644
--- a/demos/calc/Makefile.am
+++ b/demos/calc/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)
diff --git a/demos/calc/Makefile.in b/demos/calc/Makefile.in
index f97ee3940..9b354c55c 100644
--- a/demos/calc/Makefile.in
+++ b/demos/calc/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 = $(calc_SOURCES)
srcdir = @srcdir@
diff --git a/demos/calc/README b/demos/calc/README
index c90326d02..0a272c08d 100644
--- a/demos/calc/README
+++ b/demos/calc/README
@@ -12,8 +12,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
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 02111-1307, USA.
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
diff --git a/demos/calc/calc-common.h b/demos/calc/calc-common.h
index 8d83ea9a1..228d870a5 100644
--- a/demos/calc/calc-common.h
+++ b/demos/calc/calc-common.h
@@ -14,8 +14,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
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 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <stddef.h> /* for size_t */
#ifndef NO_CALC_H
diff --git a/demos/calc/calc-config-h.in b/demos/calc/calc-config-h.in
index 7444d9996..e2bc46753 100644
--- a/demos/calc/calc-config-h.in
+++ b/demos/calc/calc-config-h.in
@@ -14,8 +14,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
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 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* Define if GNU readline should be used. */
diff --git a/demos/calc/calc.c b/demos/calc/calc.c
index 7527df1b8..15f6bc007 100644
--- a/demos/calc/calc.c
+++ b/demos/calc/calc.c
@@ -50,8 +50,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
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 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* This is a simple program, meant only to show one way to use GMP for this
@@ -498,8 +498,8 @@ static const short yycheck[] =
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 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
diff --git a/demos/calc/calc.y b/demos/calc/calc.y
index 1d05dea7e..daf832f37 100644
--- a/demos/calc/calc.y
+++ b/demos/calc/calc.y
@@ -15,8 +15,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
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 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
/* This is a simple program, meant only to show one way to use GMP for this
diff --git a/demos/calc/calclex.c b/demos/calc/calclex.c
index 0ff412ab6..30775df29 100644
--- a/demos/calc/calclex.c
+++ b/demos/calc/calclex.c
@@ -402,8 +402,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
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 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#line 21 "calclex.l"
#include <string.h>
#include "calc-common.h"
diff --git a/demos/calc/calclex.l b/demos/calc/calclex.l
index b5ba6875d..c487c5413 100644
--- a/demos/calc/calclex.l
+++ b/demos/calc/calclex.l
@@ -14,8 +14,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
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 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
%{
#include <string.h>
diff --git a/demos/calc/calcread.c b/demos/calc/calcread.c
index 0afb66e9f..a3a3635c0 100644
--- a/demos/calc/calcread.c
+++ b/demos/calc/calcread.c
@@ -14,8 +14,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
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 02111-1307, USA. */
+this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "calc-common.h"