Changed all the licence notices in all the files.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 29 Apr 2005 01:02:11 +0000 (01:02 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 29 Apr 2005 01:02:11 +0000 (01:02 +0000)
COPYING and doc/fdl.texi are unchanged, pending updates from FSF.

199 files changed:
ChangeLog
Smake
doc/mdate-sh
doc/pspp.man
doc/texinfo.tex
gettextize
lib/gsl-extras/betadistinv.c
lib/gsl-extras/binomial.c
lib/gsl-extras/geometric.c
lib/gsl-extras/hypergeometric.c
lib/gsl-extras/negbinom.c
lib/gsl-extras/poisson.c
lib/misc/getdelim.c
lib/misc/getline.c
lib/misc/memchr.c
lib/misc/memmem.c
lib/misc/memmove.c
lib/misc/memset.c
lib/misc/stpcpy.c
lib/misc/strcasecmp.c
lib/misc/strncasecmp.c
lib/misc/strpbrk.c
lib/misc/strstr.c
lib/misc/strtok_r.c
lib/misc/strtol.c
lib/misc/strtoul.c
pspp-mode.el
src/aggregate.c
src/algorithm.c
src/alloc.c
src/alloc.h
src/apply-dict.c
src/ascii.c
src/autorecode.c
src/barchart.c
src/bitvector.h
src/box-whisker.c
src/cartesian.c
src/case.c
src/case.h
src/casefile.c
src/casefile.h
src/chart.c
src/chart.h
src/cmdline.c
src/cmdline.h
src/command.c
src/command.def
src/command.h
src/compute.c
src/copyleft.c
src/copyleft.h
src/correlations.q
src/count.c
src/crosstabs.q
src/data-in.c
src/data-in.h
src/data-list.c
src/data-list.h
src/data-out.c
src/date.c
src/descript.c
src/devind.c
src/devind.h
src/dfm-read.c
src/dfm-read.h
src/dfm-write.c
src/dfm-write.h
src/dictionary.c
src/dictionary.h
src/do-if.c
src/do-ifP.h
src/dummy-chart.c
src/echo.c
src/error.c
src/error.h
src/examine.q
src/expressions/evaluate.c
src/expressions/helpers.c
src/expressions/optimize.c
src/expressions/parse.c
src/expressions/private.h
src/expressions/public.h
src/factor_stats.c
src/factor_stats.h
src/file-handle.h
src/file-handle.q
src/file-type.c
src/filename.c
src/filename.h
src/flip.c
src/font.h
src/format.c
src/format.def
src/format.h
src/formats.c
src/frequencies.q
src/get.c
src/getline.c
src/getline.h
src/glob.c
src/glob.h
src/groff-font.c
src/group.c
src/group.h
src/group_proc.h
src/hash.c
src/hash.h
src/histogram.c
src/histogram.h
src/html.c
src/htmlP.h
src/include.c
src/inpt-pgm.c
src/levene.c
src/levene.h
src/lexer.c
src/lexer.h
src/linked-list.c
src/list.q
src/log.h
src/loop.c
src/magic.c
src/magic.h
src/main.c
src/main.h
src/matrix-data.c
src/means.q
src/mis-val.c
src/misc.c
src/misc.h
src/mkfile.c
src/mkfile.h
src/modify-vars.c
src/moments.c
src/moments.h
src/numeric.c
src/oneway.q
src/output.c
src/output.h
src/percentiles.c
src/percentiles.h
src/permissions.c
src/pfm-read.c
src/pfm-read.h
src/pfm-write.c
src/pfm-write.h
src/piechart.c
src/plot-chart.c
src/plot-hist.c
src/pool.c
src/pool.h
src/postscript.c
src/print.c
src/q2c.c
src/recode.c
src/rename-vars.c
src/repeat.c
src/repeat.h
src/sample.c
src/sel-if.c
src/set.q
src/settings.h
src/sfm-read.c
src/sfm-read.h
src/sfm-write.c
src/sfm-write.h
src/sfmP.h
src/som.c
src/som.h
src/sort.c
src/sort.h
src/split-file.c
src/stat.h
src/str.c
src/str.h
src/subclist.c
src/subclist.h
src/sysfile-info.c
src/t-test.q
src/tab.c
src/tab.h
src/temporary.c
src/title.c
src/val-labs.c
src/val.h
src/value-labels.c
src/value-labels.h
src/var-display.c
src/var-labs.c
src/var.h
src/vars-atr.c
src/vars-prs.c
src/vector.c
src/version.h
src/vfm.c
src/vfm.h
src/vfmP.h
src/weight.c

index bd97e6833584d6d61939dd506dcf0dcbbc27f733..280a08d0a00b72c7a2d73f6a6bb9fc0b0e41b6e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 28 10:24:47 WST 2005 John Darrington <john@darrington.wattle.id.au> 
+
+       * Changed all copyright notices to contain the FSF's new address.
+
 Thu Apr 14 2005 John Darrington
 
        * AUTHORS:  Added note about the long variable names extension.
diff --git a/Smake b/Smake
index e363f418b6df65be040066a473912390c297fe86..0da3f58604db503ce352cd65e1d7d2c7de3adfd6 100644 (file)
--- a/Smake
+++ b/Smake
@@ -46,7 +46,7 @@ po/Makefile.in.in intl ABOUT-NLS:
 
 .PHONY: clean
 clean:
-       $(RM) config.sub config.guess
+       $(RM) config.sub config.guess config.rpath
        $(RM) ABOUT-NLS
        $(RM) -r autom4te.cache
        $(RM) aclocal.m4
index 0c7ad12e64b79687c74e677a9ae6b3b15b146e45..66a66fbeb548887e88ccc0d5f0c8b8cd63c12d36 100755 (executable)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # Prevent date giving response in another language.
 LANG=C
index 05792309b384e26d733ba908fead677e31ba1619..0de4b4dc17f543f4f576c091b60c3451624d8760 100644 (file)
@@ -14,8 +14,8 @@
 .\"
 .\" 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.
 .\"
 .TH pspp 1 "4 Jul 1997" "manpage v1.0" "PSPP manual"
 .SH NAME
index b4b9016f15c9c03fd2e50ed837e867cf5017bed7..0b1293fb501413fc5a67cd716b35e8a85b978846 100644 (file)
@@ -21,8 +21,8 @@
 %
 % You should have received a copy of the GNU General Public License
 % along with this texinfo.tex file; see the file COPYING.  If not, write
-% to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-% Boston, MA 02111-1307, USA.
+% to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+% Boston, MA 02110-1301, USA.
 %
 % As a special exception, when this file is read by TeX when processing
 % a Texinfo source document, you may use the result without
index 2f023c5be422d600e3f124f2a01080e270928eef..a896bec7ad46fd14dba81798c92da30884e37e24 100755 (executable)
@@ -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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 
 # This file was copied from gettextize version 0.11.5 and modified to allow
index 76feb0d8d2ca8f82b797685c0ea9269672be210c..2c7c72badeea1776258c54f9177d92454079a71f 100644 (file)
@@ -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, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 /*
index e053c3a67ea0fbebd2e43fe395cb938fbc51a99d..93ada9c019c6bc3f02350794eb529d9df43e52a2 100644 (file)
@@ -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, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 /*
index 0426ed5a0b34875ea3834af459f0feff4c2bd22f..95f153b7e6cf52df9b8c9d85f20a45a8c821d28f 100644 (file)
@@ -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, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 /*
index 2e9cf69267db0f2354e0320daf44f42afd74ea04..7bf466f597229a7edf329fcc5b2d203b8ebad0d1 100644 (file)
@@ -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, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 /*
index be39b98c3bd8881fd117cc528adf24aa2740946e..67c19ce38b2df422ac601c4b882c582a9139a30a 100644 (file)
@@ -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, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 
index 98f584ad5ebdf13afb5e8c23632ede80fb41e4b3..7284666d7f7988d77048bd65e164394cc6996a42 100644 (file)
@@ -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, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 /*
  * Computes the cumulative distribution function for a Poisson
index f770db3f37f3183172be21f6793ac314ee5be712..d9e4fbc2230955799d3cbb504a38c2f4385b07ce 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <assert.h>
index 5da0e0bd7d6acfaa027c97b85912c9b983025ed8..31631641114d6cb4321fe5a0912fbec02692d476 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stddef.h>
index 4448248946d3811c603b11548073a344cd315c5a..64732ebd581daf0f9be9fe7e989e2f5a4d5b10cb 100644 (file)
@@ -20,7 +20,7 @@ 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,
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 USA.  */
 
 #ifdef HAVE_CONFIG_H
index 1ffbc29bc3f8f665816c55b33f498ad1b976bd1d..af1d9dd1039193bf11390c62c0da930d5e7ff4a7 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <stddef.h>
 
index d83cad32ff695445064f760341c340af15a13c1c..466887718ec509752665139589cb3cff4fea2aa3 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* Written by Tristan Gingold <gingold@email.enst.fr>. */
 
index a0db560a993ce4edce5e89749f0d378138f3c79d..5bdff8995030c62bcdf68900298448cfe0dd2359 100644 (file)
@@ -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 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 char *
 memset (str, c, len)
index b87f40fa437a85dd7725f8d0caf8c300f9de6686..579d4617dda5e828df8ad6f85bbf35f8709c4f58 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <stddef.h>
 
index c71940b7dcdb70c616cd3eaff5a7f3d5438abcaf..a8e6a044648b69f1027516e256b1819baf6dbfcb 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <ctype.h>
 
index ad14c2f0379ba38ee636a65096e6c72b4d967608..69d214ffc7592440c02860edb5b2ccaf1ad87468 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <ctype.h>
 
index 75b2ed1440c7e1be7ba4ae8f5f22474cd9973dea..d93a64bf90c1342b205292011b08c676342aa54b 100644 (file)
@@ -13,8 +13,8 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C 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.  */
+   write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #include <string.h>
 
index 990cae533a3f6379df042f34a751fa8724f09451..5dcb0ba8f25dd39c91754b896348f30bd13092ee 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 char *
 strstr (const char *haystack, const char *needle)
index fb68ad8c98678c5b42b94012e370599eab22f247..b503b27ff24c665b9a7027250db2c101bb6e9657 100644 (file)
@@ -14,8 +14,8 @@ Library General Public License for more details.
 
 You should have received a copy of the GNU Library General Public
 License along with the GNU C 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.  */
+not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include <string.h>
 
index 025287a3f8bd58bb8e438f225678a0f21fbf4538..9a03c07c528495fba28a09b0ed284d0f805bfbee 100644 (file)
@@ -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,
-   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #if HAVE_CONFIG_H
 # include <config.h>
index 715ba30b274a93ffee4acdc806ba9b1b0c206a92..3b52a15c786a55fefb135b7f234e5fb4459ba4a2 100644 (file)
@@ -15,7 +15,7 @@ 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.  */
+Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #define        UNSIGNED        1
 
index 20e872116d7f19c462510152e78d36fc7e533ebd..5ccf78a0738fb322e624ba750274a918e5be9897 100644 (file)
@@ -24,8 +24,8 @@
 
 ;; 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
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+;; MA 02110-1301 USA
 
 ;;; Code:
 (defvar pspp-mode-hook nil)
index fb955330a4102e0aea3f13156573f4d9414a2438..b7b6836e7e17daace560a71703b16ef578393c68 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 3c1aed90e2be95ed75b8a9033aadd5b1cb5c47f2..209b0b0f63cce3e3c256adf8f4ef9293ac0fdd1a 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* Copyright (C) 2001 Free Software Foundation, Inc.
   
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU General Public License along
    with this library; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
    USA.
 
    As a special exception, you may use this file as part of a free software
@@ -86,8 +86,8 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
 
 #include <config.h>
 #include "algorithm.h"
index a0c2fbac5bbf4a79648cb2663f1bcddc99855228..b25e7dc9dbb1f3187e288fa10430960e92f3d1ac 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "alloc.h"
index b1b1cc5ea249ea7fb43ac30379352bead32c76f0..979d2da074e577843376b62d5d0224f98543269e 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !alloc_h
 #define alloc_h 1
index 4cc8c10379644585db7b33f358854e9d6be59c05..661628f1244ebfd835db645369c742ad661173ed 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdlib.h>
index d98ab67b4ed7212036c07d83bf37c47e7036070b..dc783bfa659e867ead47eef9a6de84d98427a167 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index a28b13bdcac0e8c3cd2a6257f4019de448324a6f..a7f4febcb7033fcefb1edeb48d78ed96c0bec676 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 26fdfb5e5ac32ef7de647e2dc44d855a6ab9d9b5..86e69b658f1e6453cd7601dfae64cec6a8dab897 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 
 #include <stdio.h>
index 5e0679951172c5110dec8249ad17b045414de1b0..70112506b30c9e23cbff571cc49f674cde9355f1 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !bitvector_h
 #define bitvector_h 1
index 57930c86e9e3d739baa9273ee994d63fe77b579f..f634c2850c6058c0c010768fc7f8fce021374ce0 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 
 #include "chart.h"
index 22201e4e4e4daa3c6caf8f2f805aa243abb5382b..e4a5fe1352f3323b8bc8035dfab69e2c33f7ca01 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 
 #include <math.h>
index a1c65d6b68362322c038a0e62026b0e6aabb31d6..3e35e973c33a0a4d9d350f5b88eb8a477bd95e95 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "case.h"
index fc75c74ae4aef1d61ecc3a749b9b2e26e4f619eb..af5fc049c2ef68605328c14c1e4efcb3613c47c1 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef HEADER_CASE
 #define HEADER_CASE
index 689e2b1302cb3ed8b540e94f8ebe3a6b6809a1b1..04a110c802a4c4e43dee4bd69cdc348feb25283a 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "casefile.h"
index b368c31c449d2078bead8570aa9a132abfd4bc96..48c9cd78ea3a3042b6837c55b9c6361c8503d5af 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef HEADER_CASEFILE
 #define HEADER_CASEFILE
index 178788255744468d36aa3b42cfb3916b9343f989..1a41ff1a247fbdb8ff80b6992c19cc6ad49f212f 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 
 #include <math.h>
index 6915358d8a60e225823e036066bcb2ab1b31a9b6..795462a77e765e323b4ff49037ffc10781b0a2bc 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 
 #ifndef CHART_H
index c280728a05626bf1646c055eab31cc9febe52822..6d45bd68c0aeeae04bae42d47352f4a4ad070e56 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "cmdline.h"
index c381741b392729e43b3268ff98cb0c58b73bfb3b..a275af3fdd673186606ee10b7a8175e763b1fa8c 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !INCLUDED_CMDLINE_H
 #define INCLUDED_CMDLINE_H 1
index dc53eba8b0d911bbc1c3e36ca13e1ab9bf16a7ca..eb5b1654d94cb86453fbf06b6e2b3551f518fdcc 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 3aafdb57e718e2f55b22e561ac699e756443dcf1..89c73a23533cf293c8e2a0494b53416f4e0a3fa5 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* State abbreviations. */
 #define INIT STATE_INIT
index 7b51fbcf5764abe3989ade2e793d581148add8be..1de5a251f81e413b40c47a4c9aef6185d35c7bf5 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !command_h
 #define command_h 1
index 2152b6db1a71e5addcd30cad2a56b2c1860656f4..945412e71d4fbfe7e4d62dcd188bde3aa4f5cc65 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 368fa2fd99f9e616b37b9455e1e1820eb0cd02ce..572bb62fd74da4427a114ab1663d887c9b6ed6d4 100644 (file)
@@ -35,7 +35,7 @@ const char copyleft[]=""
 "                     Version 2, June 1991\n "
 " \n"
 " Copyright (C) 1989, 1991 Free Software Foundation, Inc. \n"
-"     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n "
+"     51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n "
 " Everyone is permitted to copy and distribute verbatim copies "
 " of this license document, but changing it is not allowed. "
 " \n"
@@ -338,7 +338,7 @@ const char copyleft[]=""
 "\n"
 "    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\n"
+"    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n"
 "\n"
 "\n"
 "Also add information on how to contact you by electronic and paper mail. "
index 07e0e1ea1d624af9262f1f27939b481b2e33d8f9..8abb426d5271975c7ebfee4c7ef4e95e73b41b42 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !copyleft_h
 #define copyleft_h 1
index 4bde9a06311954a2848125b54d015d4ae08216d4..d73c3cfff18b2b30a165179fa268882c32e85539 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdlib.h>
index 665248de6ca591ecb2de02406c00b8b12cd99ab5..1697c0fbd3a32db806a66b2f304ff19f9281ac58 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 870b5524cd9efaeab6def1e8882434d836582c88..95f3dc3346862a783ccc8588916fefcec5eb17e0 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* FIXME:
 
index 0ce42fa652a4085fe457ba134e284c9767f5014a..f7224cc01d2050050dfa70361f2ccde4661ceb8d 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "data-in.h"
index 8947cdc281301353486488f18dd746be9299e1fc..382b412909a0ca93000e92c8653d252d22a15991 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !data_in_h
 #define data_in_h 1
index 381d6f2c90dfaa347ed89bd359dc107845f5ac7a..24fa0dbcee0b51594bf9c05140c88e4d075c84b4 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "data-list.h"
index 494c2ee5a412c4b22c5c6b6520c4e8d38a95d830..dae80e355d47a572169c016de03de25780779fb3 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef INCLUDED_DATA_LIST_H
 #define INCLUDED_DATA_LIST_H
index 44ab511c3910cbd684cff0f215b8d15613c343fa..7b79a26f4249910eb9ecb623d3514eea28d60cd6 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index dc37b309d98f54bf9e990859ccefd8084e6e6943..0339a0dd82ee95c6e9455c252d658a71d40b8d0a 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "command.h"
index 7fea832867949f056bb6e11e19400379162d7ed8..e0717993a18f4232164de6958b3247b55eac7f72 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* FIXME: Many possible optimizations. */
 
index 9a712e273707b9b1959dddc12c9be8de3af7b915..83576e9dcee9c640402958ef2287630c2e98f7a7 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* Device-independent output format.  Eventually I intend for all
    PSPP output to work this way, but adding it as an available
index e8abafd307d74884e0f5e87fa97eb1b459c76c5e..3ac40759f7b1a46f6f7a0f155d055ffb66dc4483 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef INCLUDED_DEVIND_H
 #define INCLUDED_DEVIND_H 1
index 4bc59caf92bcc9e6a690da30f8b0086f3a3a3a0a..a293cb5f308cfc4e0afc0e9f84fbb920b9e766be 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "dfm-read.h"
index 13dd2e316881a15fedbd5b43e36dd3a3572c9f7f..337acc3525677a059b547ee684835c34276a5c84 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef DFM_READ_H
 #define DFM_READ_H
index 762a53496a11bb8ef0b5ff575f72772051b2fe55..e971ea1110734c98554d8144830bc562601edc0e 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "dfm-write.h"
index 88b5768837fd54a65456d1c09be373b9abd2cdf4..de32e384fd752dbaac4f5d5d8389a317f8111398 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef DFM_WRITE_H
 #define DFM_WRITE_H
index 45d03ebb9a21ec8c8ccd764b421a479213093365..a3185b997129c324808d2411419fe56e8ebb1c8f 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "dictionary.h"
index e5badf2731d7c2dcb3a40250b24452f17c5bfe81..58092b7502055c676f7518866f64917eba86ddeb 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef DICTIONARY_H
 #define DICTIONARY_H
index d7e80e5cdcc04fd49897325abfb13b5ed18dd1ce..fa12f6852ae7833fafab4a725f2bebd45abf22ee 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "do-ifP.h"
index 6ea1b9432b401c746a69cf4af6ec082f31d77df3..3570a901ff7b6506976ee332fa7023096c7f8bab 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !do_ifP_h
 #define do_ifP_h 1
index 9ed1c9aebe74ac67f7032481905f3f9ced1c8c16..7dbc4b79a3ca4a2f1c6531888a8b2aa03587bfd6 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 
 /* Stubs for plotting routines.
index a669a1ff27613e443754d1cab1360f1e9644761a..2937bcb5599703f44fbd1a093e5a5404c0294eb0 100644 (file)
@@ -15,8 +15,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index a26a8db57287ce679033992866ee8ebd1c643c03..142b2c9f6590fc3dc0b71a0c583b2e517931485e 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 9be862792a46d3f3e2e7e009fa4aeffddbbfd46a..ab38af6234631099cb19a46f8b4a1901c4a9bf0f 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !error_h
 #define error_h 1
index e35c7049c800fc3698db43168ecc50d80afcd50a..280828de4fcf308e0e5c590ea7dcf2b0515c7195 100644 (file)
@@ -15,8 +15,8 @@ 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. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 #include <config.h>
 #include <gsl/gsl_cdf.h>
index 07e4d8aef7a5202523caa44160e2426f54fa4f31..b7f665d49bc461ff2366700516fd43e88315d415 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "private.h"
index 58c4a0361be81529b60d8b7a14ef4e3cba2ab581..b4534c8111719e8e1f9de3ac73d3b9a3cf66dffd 100644 (file)
@@ -339,8 +339,8 @@ idf_fdist (double P, double df1, double df2)
  *  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.
  */
 
 /* Returns the density of the noncentral beta distribution with
index 5432e9ab938d9479e8ec91a1e71b43a7dbe5ba76..c6e919488f20fe044fa9b65dbee7a672b8497c6d 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "private.h"
index 5277648cef3f75f5558ebef96a861948dde3a99d..ba790d08838a1cb30a3ac550f0926ee0983d5dbd 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "private.h"
index d8c0abfe07a087964420a730b79002f9fcd9a3a6..85b82587f5f895e4f0d8bb4eed29d1cb61b67ce5 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef EXPRESSIONS_PRIVATE_H 
 #define EXPRESSIONS_PRIVATE_H
index f366cfa5675a602c0c722519b0c2b7f8e79ed65e..f4d89350c744f4360d729c55ae21acdd735ae32f 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !expr_h
 #define expr_h 1
index 79c9b80ca8b2a4c2e9c46b5016377f348805f95c..4508caf889c3c4eceed0756a048089ddb688043c 100644 (file)
@@ -15,8 +15,8 @@ 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. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 #include "factor_stats.h"
 #include "config.h"
index 259694e8fc5aafd2d982404b57f958a1f2e86d6e..02a69db32e42d82add7516c812da94d4041857d1 100644 (file)
@@ -15,8 +15,8 @@ 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. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 #ifndef FACTOR_STATS
 #define FACTOR_STATS
index ba0d75108d9e9d48afeec4ecba8d48b0b4ae3155..d7c14e991b7ea5d8283fcba9ea07c52e220d668b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !file_handle_h
 #define file_handle_h 1
index 3a688a7f5cf86f9d79f36ee2f7859d9acc05fa87..9596c0d2cb602780419db43140014691f798fe13 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "file-handle.h"
index adf81a995c8730bb6ac0d60b479ae592f3937e09..42ca684304cb088e20e8275a674c1b7a83dfb654 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdlib.h>
index a07b7d18f9033a9de8ae3f263e1c1b8bd55827f2..4db36adebe27c1bf11928cc812a81d6333812d5b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 9b3f5ab80fa38cce85ade4aa6d7f93491c13b258..3da1374d956304f611e064a7620d516afccf88c1 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !filename_h
 #define filename_h 1
index d0949980472699e505018ef45ac5d1fb89a489d8..128c1a9742dec543e506ea7626d08628bfbc6a27 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include "config.h"
 #include "error.h"
index c612c9f47085c06d239678169bf4c7151d24a399..f372080550a91bc834a101ac2ee20996b9e332a6 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !font_h
 #define font_h 1
index 2adee2055d3706afeb6e6f1ed8118a44d65facea..a1cea8d671144d9382484906c51af0304b87c124 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "format.h"
index fda776df2f0fc7f7735f58c5bb00195ecd95bd5b..4b8d0c9b0004b0ffaf7eb9692219307354ddd4c1 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* Numeric and string formats. */
 DEFFMT (FMT_F,            "F",         2,  1,  40,  1,   40, 0001, FMT_F, 5)
index 7b8b432eec954ecd07aafff1de4462b1297bb1bc..f1a11a1fa8ffc8ef3d2e06579ddec693f8fde006 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !format_h
 #define format_h 1
index e6c85a24e2a92e4b9ef1cb240e3dca625b16321e..6b5f8d219e119f8f57c4d61a1ad1b9d8e799be2d 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <limits.h>
index fa380dea0fef49b18a78a4b94b93da1f483a6759..d5e669e1652ceb9479596a44aa81a8d74362917b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /*
   TODO:
index ab9bb0ce78a006341ee2e56215f57fe2ca767ebc..c4dcc820ac5d6e5d5d624849e2a7b0d2ac4748b2 100644 (file)
--- a/src/get.c
+++ b/src/get.c
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 0b7d4b6df1161a7047e249f430dcd1aab01f53e6..3c58edcc31610606e741a313a9e72eb69569f2c9 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "getline.h"
index f04bacdc11765c74902d156398b879dae6c1e842..2ad1f25f07fa6076e13ef3a8ba282312dd3b879d 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !getline_h
 #define getline_h 1
index cebf38289137c56ce804792e07ee0537e656ec46..3ea676707c269b94841ee430bcf1108ab890669c 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "glob.h"
index 9e212bf84fb9b536e409dfca3891e6da3267bf9b..77d51f6e2d5ee733ca4c3016382fa5098f75dd7b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !INCLUDED_GLOB_H
 #define INCLUDED_GLOB_H 1
index 2787a793c9d35a53c34aa686f7c83b8bad6fd1ba..d321f2d7f0e563dc55e737173f772a4895c78ba1 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "font.h"
index c313e542c01d8e7440d4c67969bdc781e497f66e..25459edaae91c6ffc6253f5aff13c8c3df4fd6bb 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdlib.h>
index 954418a872af25dadb99378c227d31e19759afb5..a066348646b2cd6f74633c6280d9eb93f8db592a 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 
 #ifndef GROUP_H
index 36c15e6552aa03c3b2a22397af90d41d79bfc062..9132ef95ffd794c0efec9ce852ff18185ad32933 100644 (file)
@@ -16,8 +16,8 @@
 
    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. */
 
 #ifndef GROUP_DATA_H
 #define GROUP_DATA_H
index 2544a75d0dcd025f82668bfc24a47dfaeb2ad70c..870958e0b253ae967c6c2023f8513674c254f70b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "hash.h"
index 9d7dca9d64303459d391ef9dff559c432fe7b5a7..f3b0e30ceceee960cef40d5d3498cb04baeafd50 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !hash_h
 #define hash_h 1
index f334745647b62793239e62f4d4c4fc9d77531b77..ab258e3301993fd33b83b3bd1e7e36c6a1bcb4c1 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <math.h>
 #include <gsl/gsl_histogram.h>
index 4f146b779c16479d3a6aec5fec6d7aba3f4f211a..dd2d3cba701be20acf91f90d6fb2eaa870c4dd23 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef HISTOGRAM_H
 #define HISTOGRAM_H
index 608de8a2d9c2f2ebc487a0cb4b39394d18f2792e..73a1123ec21bf8024c0bc977a0b3882945d93925 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* This #if encloses the rest of the file. */
 #if !NO_HTML
index 28416fda95969549f396150eb7f36b00da3d2598..ee86141426d9b6d1d00c2fd51c3ee6961e8e712b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !htmlP_h
 #define htmlP_h 1
index 3ea80ef04b352926d1dc7295da2824b592d04f70..7e3bacc6d7182ae913dc3ae553ffb61dffd7df39 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <ctype.h>
index 4bef8caa47aa4a7d212227a4b234300ab516201b..ef9c3646440cc889c8d0fcd2fee0e93ee927bd28 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 11e7480acfc115f436d6a81e6d7c336a933f5352..833a65e08df056e6c76ea1d6a3fac652c313f041 100644 (file)
@@ -16,8 +16,8 @@
 
    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. */
 
 #include <config.h>
 #include "levene.h"
index a23d9a26df1664caa4dbfb515d950fe5cdf2cff5..1889a18a203c8b206c8a6900e619e52629a2c852 100644 (file)
@@ -16,8 +16,8 @@
 
    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. */
 
 #if !levene_h
 #define levene_h 1
index 568a87e316654c45b3b979460d8805bf0c9f8261..1aa5454b525e8a08386f0ba65486dc57df057549 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "lexer.h"
index 71e24af00e6d73974a7d4627efb2e022ab8f5cb5..05ce4fe60c13c6c0da8b3ec2c9b8dc90c782ce44 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !lexer_h
 #define lexer_h 1
index a98a3a1818128e614bba9c8fa749b74f925f5a70..a4340fac329f29246f3b9b2fb5b04f38d944867b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <assert.h>
index e3ac2ed52e853e27cff9877afc37e6e7659dafda..3480efb2efb533f1d7e7d3b64964bdab65eb70ba 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 0598206b9413a5312a12209ba4a21202f12500c3..4d2829ed3b6827a7efb582b8d7703845a5cc7062 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !log_h
 #define log_h 1
index 7a2cc775a650f059aec8c104198e04fbb518d6e9..784ca623229b0244ac6c9a07848b32748962c8e1 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 8357c85c2d83f162376de04c01d5c59fca0f78eb..40164b21114ff84719019d91f5c157bd9b9f0acc 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "magic.h"
index fd4629a458cb0ca00558b084b0a967a5e63705b2..e6bc7edbf29730e11b3a3563bebd35faacc5d077 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !magic_h
 #define magic_h 1
index c5f9c34f4478f743a06f6cb983194b6be8dd7034..ab3a0b6d0ec30cf1eb710a1cc2e23b9d6aaea7c0 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdio.h>
index 076882b92601f00d144f596226521369655458db..152bfae3729a91ba1df1f88df06050f878812792 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !main_h
 #define main_h 1
index 80c4f0f9217ab02c09683c242b3867e81fe29fc6..4dc3fb18ca10331b1222a4370d38f4b11be0083f 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 7dca14b2ffdb364c87570fc415ee75312645a30f..873798c6cd37784f7e4f7a44f4f1dc24268a1c8e 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdlib.h>
index 6933f0ea029b54eed1b0c8c0d6c4e78d1f31c1fa..68d642a09c2ed3f9c355a061d168d5c4cf0d46f4 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 7c517ad5b1c055b1c0955f0993860a4c6be56a40..4bd64b602ff7308585b6152f4882460ab8290337 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "misc.h"
index e7ec81265bda64d4c8169e5fe596bb7ee20456d8..a1be9f9f236e77902f12079ac610b617f570ebed 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !math_misc_h
 #define math_misc_h 1
index 19822f521e2e8dcd1adddf40b49104db3ff496ae..8b471f0f5f0d982e32ee704333d9455132a0fe9b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <assert.h>
index 06fdf1c69ddf23ce35cfe09a521ac0f83beade79..3cfb3a181812f2e86b67adea0476a3beac9d212f 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef MKFILE_H
 #define MKFILE_H
index 4911664d92870846784613a1bd9505f35e960432..265160f712754bf38ee04fb3b7f5bba63e82e408 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdlib.h>
index 3890cbde441d83867c319c3b2a256c6a0bad274c..4bafb0515781095521a1d15efd998f8c78e2b22e 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "moments.h"
index 791e9c546916535e6b6d2b77fc029459cf231161..91ed40fa8fa4ea9663d37ff67201a8de086ccfd3 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef HEADER_MOMENTS
 #define HEADER_MOMENTS
index ee8ec552ef60ebd29213ee8fd526802222c6f637..844465eb126a3425e90c43039929e5a2596b1753 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 16a1e90803d87823b1f1fd42b6eab51f4e17d3dc..565ba61b7f64e3d565b560061e9d2d33b6c10b83 100644 (file)
@@ -15,8 +15,8 @@ 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. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 #include <config.h>
 #include <gsl/gsl_cdf.h>
index f318cb86d72bca8f948dab87728c90fc63cf4b0b..1409316a0ce68041344940ecb2b630b3fb7ace33 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "output.h"
index d79554ffb7237f7b9ced096f62855e2a82b32509..baa9d473029d956c74d9c0300af5cdf062b8d50a 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !output_h
 #define output_h 1
index d3795aa707fe01e279cad370d08df71d781a41b7..8782c36a9b7e77f3fa5c3a60b9f17b0e543dbbba 100644 (file)
@@ -15,8 +15,8 @@ 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. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 #include "factor_stats.h"
 #include "percentiles.h"
index e330aabd6a2606aaa5170ff952b233e3aed38124..8f4271f56753a8e7c7e047df04958ff30eed9faa 100644 (file)
@@ -15,8 +15,8 @@ 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. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 #ifndef PERCENTILES_H
 #define PERCENTILES_H
index f0ea817f9416bf670586e2ffcb7f64463ae280cb..1c3ee1fc1c2adf61328fe00f074cd85d39315f9d 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index d55f2f6e8c2174b8bd52a7222f82626ef1293a46..139532784f686f0a381fa879841261b50a9d1ee5 100644 (file)
@@ -16,8 +16,8 @@
 
    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. */
 
 #include <config.h>
 #include "pfm-read.h"
index 1ffbf5380642eb7f070674260a64b23945f76b64..7c9b5e8871522ec99a0b547f869b4e9132dad0cb 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef PFM_READ_H
 #define PFM_READ_H
index bdd93c99254ad2cfd210899bdf12ae70568758c2..8117b5c51ff01167c658f5e6bf40a2e9ccad90fe 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "pfm-write.h"
index 1f845d83c17200efcef2cf28cd8d5fb027f1671e..f05b1606c3111885551069be4d4a50c424cf470e 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef PFM_WRITE_H
 #define PFM_WRITE_H
index d4cec9295c53fef6146b1ed6c92b85daef499f13..523809f37b596d025721883b90797f9f38e0f8a0 100644 (file)
@@ -15,8 +15,8 @@ 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. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 
 #include "config.h"
index f0119b55d4657c075418f65827fbde8d7eaa26a8..c38a562218652594d7780f5a4a4a898e081293ee 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdio.h>
index 6b2e7f9f177bfe74523dc67448a39e75c882d47d..ad86769325a3fbfbf63a5dc87c847a1bbe966d3e 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* If you add/modify any public symbols in this file, don't forget to
    change the stubs in dummy-chart.c */
index 45938fe9716c316a6f708c22a5a232cedbd66e22..9824b9b7341f68435fd7c6819773edeb56f977cc 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "pool.h"
index 7930727de8df29fe7eddf55c54afb7f362eccb09..e884ae61e723a4d063deebdadc99ed9f9d5db817 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !pool_h
 #define pool_h 1
index ebad2472655f1d25734edce3744ea3d6c740576f..2caf2a651adfdabc31216072ae5d949f5f237d44 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 
index 25bf93518ea94aa533ffb76a0fe36446328f2d00..9e2bd74705b9814406e5e0919fdd6840e7d485cb 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* FIXME: seems like a lot of code duplication with data-list.c. */
 
index 6318edd395fe1a53a057d01aee289bc9b91b60a0..a62e62d40942d9bc506e4763b41cfaca4bebf2a2 100644 (file)
--- a/src/q2c.c
+++ b/src/q2c.c
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <assert.h>
index f4f7bffa76d68bbec369404bc76cd6cccc597a40..98e6dfdd2d0ecf1cddf842db228129439363b95f 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 0219f28345a0c99d017add9407c8764281686ed0..eeb0b89dfce277e8fdc20ea9d5471b20f4f0efe8 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdlib.h>
index b95dbc00c62725ff44ffcc5ac0b10c26c0a94d16..6f75a64b3104529ebd90279730b0f45894a418c6 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "repeat.h"
index 33b8e75913c4c529c8089875bc59366e91c23f28..33c0218f5f2248d52e85359a8f43a0d989e43563 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !INCLUDED_REPEAT_H
 #define INCLUDED_REPEAT_H 1
index 11e4ad66e64dd4c536478ba33dc119669ef053fc..631736d013f2083259d8b851a62ea76459253268 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <gsl/gsl_rng.h>
index 1df8ed4a8509af10d11f05628b24454031c8b909..862b0443fe921c17929e02a62307898155d43c36 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "alloc.h"
index fdb2d30949e1e6e2d3fb96f7c59b773ea53fdaf8..f9a00c52a17b6c7c9f64e5a82e75d2a459e95bf0 100644 (file)
--- a/src/set.q
+++ b/src/set.q
@@ -14,8 +14,8 @@
 
    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. */
 
 /*
    Categories of SET subcommands:
index 3c33a8798505cc09f451fcf7e10ebf33ebf33fa2..2c426f94fc6f6e68be32d576c5f190841a695789 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !settings_h
 #define settings_h 1
index e854e1bad651a85a50bc0bfab437920bdfe1ea0c..59fc1840d370c43130549892099333f7dd9bd89e 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "sfm-read.h"
index 4c2e9f9b4ecc5af47dd765038ade74a0ea986f37..3abb1e160b9bfa01fe1b4dea3aecd64a69a7a61d 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef SFM_READ_H
 #define SFM_READ_H 1
index 2245ab660bda9f230417283234bf30f89a8b8a2a..7a5f10c40811ca13684857db1a2a36d931523061 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "sfm-write.h"
index f91ffd08e0c6aaf886f45f1149218af65966f7b2..6795a348d1cc9a836bace2ce41206f75fc0f43e0 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef SFM_WRITE_H
 #define SFM_WRITE_H 1
index 29e8c7cff091c4c2a5aab598873945b2ce885d73..443d51960133409ff304783642354216b9e63cd0 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 /* PORTME: There might easily be alignment problems with some of these
    structures. */
index d0867aa0ad4d93979dac2bf816589b62354caa16..d2418814372a273411eef3194b89ddc28bac994d 100644 (file)
--- a/src/som.c
+++ b/src/som.c
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "som.h"
index f3e5c8a7aa994bbd1437960e030d46fc9c689c51..f5780edd2ab3c2dc1b986755c3a7cfdb30a00bf7 100644 (file)
--- a/src/som.h
+++ b/src/som.h
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !som_h
 #define som_h 1
index f71b93c5e590aaf977611dbde755cbcbd93cf6da..11139868e3708f991e93ee57d8991cb99a90285b 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "sort.h"
index c8f97af0a98500ca291da93d610d709f32ce0338..347574c4d20ba5bd90f68625eb0159cd537e0d8a 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !sort_h
 #define sort_h 1
index 4ff62e178b7ef8a0156c34adad449f6bf1ccad2e..506a433cafa7b0a6069c0b65eb2be317b8c049b5 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdlib.h>
index 69580857e847751aa9a53d48406d08975c466274..53c8674e4b642b0e56c1b780981018eb2dcc29eb 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <sys/stat.h>
 
index db17cea6dead784c3e8612ccbfa98efafeb8d1e5..089ace32e26a400945762df8c6a3cc80bd8e5daf 100644 (file)
--- a/src/str.c
+++ b/src/str.c
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "str.h"
index 1af2ea69e0ce1014a63834467ad0b1fe7bc5d24f..48cad16cc019226a1f64f4cec1f7b0b28b0f1359 100644 (file)
--- a/src/str.h
+++ b/src/str.h
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !str_h
 #define str_h 1
index 2a7f3679d955f7390557360fa3cab56f59fec5cd..6f5898f146b089aee2c25367423cb7341bfd7bef 100644 (file)
@@ -17,8 +17,8 @@ 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. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
 
 #include "subclist.h"
index 1a110e137e5e61eddb53d96d0d673cd2011806d5..5087cc1e255445b4f4ab75791d656820229f0798 100644 (file)
@@ -20,8 +20,8 @@
 
    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. */
 
 
 
index f66ef654632291dd1b9b4489269802a9eb0eaf6f..2b463c216c727a9a8cf170fbd653fc3df336de80 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index cfd5bf85d5d6d70dab78b6f85262dc4b5071dfe4..b33c5c2824185ab985a96877bad50e96a358a116 100644 (file)
@@ -16,8 +16,8 @@
 
    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. */
 
 #include <config.h>
 #include <gsl/gsl_cdf.h>
index e3c069ac3260b9e2976ab3cb96aa27023ce07611..6005ec9cc72f16eee02b9ceaa02ce185effef118 100644 (file)
--- a/src/tab.c
+++ b/src/tab.c
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "tab.h"
index fe9eb8e07f42a7399e8240a028279bd912a21216..00d16897d16edd99e34f0a0b1edb3fad8f909ff9 100644 (file)
--- a/src/tab.h
+++ b/src/tab.h
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !tab_h
 #define tab_h 1
index 0edb37f5ff772a3a7f48ff8b5147755e6b1933f8..293ed30c174ff16b63d9adf3d19937871503e7ef 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index 68a38e47f084f3e9d96e27bb8f0b0a8f943d0153..e403841d253bb2c5b0cd351b4af5132b4f653e91 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <ctype.h>
index 12817700dabab5b03b6d4367440e4afe1a0f7fd3..2fa02e646e06d413b41875cd9ccc207f0fdd2ba5 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdio.h>
index c4b96b1ae14a377e0a1700606518051ef8be8c80..96523de28bf5abdab08ddaf9bbdecdc9c0269ed4 100644 (file)
--- a/src/val.h
+++ b/src/val.h
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !val_h
 #define val_h 1
index 16e649687cb577db05891b75f9ee913251d92f6e..7cd8ff0daa3cd76c5d3aa902dbd13da8052453d9 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "value-labels.h"
index 9e8a4719d5ad83d2e1b95fbd9b45d6f0b24d206c..11a97b7e151979b044f64a9ca44cfa81449e0e10 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #ifndef VAL_LABS_H
 #define VAL_LABS_H 1
index 47147dfb0fba0de4ad7e371c5294273610db5e90..73c0c0a8059a1e11d3149c1b0bf1f0a652aa5320 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdio.h>
index 7d78027ed78011bb54bb3de332ba512502ac2449..cbcf984529fe9ce3626a92f653558998e8bfe007 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include <stdio.h>
index 63296b9f4b35c6554e3c244c12d9c934a05b2110..4c1ba9effb3d69d4f9ef45a64622fa16ed8fe6bc 100644 (file)
--- a/src/var.h
+++ b/src/var.h
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !var_h
 #define var_h 1
index 19effedc8ecc6ae294632085a6652840bc9b8446..9ed5fcbc4f252b786408fcd12c95b756d6c176a8 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "var.h"
index 2cc0236418c19c57f63031c3ed6ec458c518b045..2a5309f7e489e99e1f52dfd4937bb2dbc51f01ff 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "var.h"
index 9a0d749265529f92332a2877feb5a1ad1db9c225..b6149612643b92a2c1a0baee0f2597b4cdf164e4 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"
index c7912d756394f7d2119c7ab224af78fe24c81486..35ba707b55f60a149414f4edb730e1487d774967 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !version_h
 #define version_h 1
index 49cd4a4ce7a01bccceeec16635a4a1987611beb7..5afa838ddbd913303db79580c1aeadf7c11a20cd 100644 (file)
--- a/src/vfm.c
+++ b/src/vfm.c
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "vfm.h"
index d1ef883080fbc054501a0508a11f15c998d96e6f..b35a0abdda4d338a223f958bbde9e6f9291c098d 100644 (file)
--- a/src/vfm.h
+++ b/src/vfm.h
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !vfm_h
 #define vfm_h 1
index 86140401f93ce3619967a7f590ccb6bae2d9b5c5..38854c69a33e35b4f3eb79807134795f35e295a8 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #if !vfmP_h
 #define vfmP_h 1
index c95b7910b28ff5d81365074ea0f800d2a6746354..212c77d5f4c906afb9831c8d13c03f0dffd186f0 100644 (file)
@@ -14,8 +14,8 @@
 
    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. */
 
 #include <config.h>
 #include "error.h"