# HG changeset patch # User jwe # Date 804110192 0 # Node ID 611d403c7f3d21a73c6ec7cea10dd01470280850 # Parent 64f9e0f82060704da9f6ade60b26bb13581799e2 [project @ 1995-06-25 19:56:32 by jwe] diff -r 64f9e0f82060 -r 611d403c7f3d aclocal.m4 --- a/aclocal.m4 Sun Jun 25 19:05:25 1995 +0000 +++ b/aclocal.m4 Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with Octave; see the file COPYING. If not, write to the Free -dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +dnl Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl See what libraries are used by the C++ compiler. Need this for dnl dynamic linking. diff -r 64f9e0f82060 -r 611d403c7f3d config.guess --- a/config.guess Sun Jun 25 19:05:25 1995 +0000 +++ b/config.guess Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff -r 64f9e0f82060 -r 611d403c7f3d config.sub --- a/config.sub Sun Jun 25 19:05:25 1995 +0000 +++ b/config.sub Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff -r 64f9e0f82060 -r 611d403c7f3d configure.in --- a/configure.in Sun Jun 25 19:05:25 1995 +0000 +++ b/configure.in Sun Jun 25 19:56:32 1995 +0000 @@ -18,9 +18,9 @@ ### ### You should have received a copy of the GNU General Public License ### along with Octave; see the file COPYING. If not, write to the Free -### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_REVISION($Revision: 1.124 $) +AC_REVISION($Revision: 1.125 $) AC_PREREQ(2.0) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) diff -r 64f9e0f82060 -r 611d403c7f3d glob/Makefile.in --- a/glob/Makefile.in Sun Jun 25 19:05:25 1995 +0000 +++ b/glob/Makefile.in Sun Jun 25 19:56:32 1995 +0000 @@ -15,8 +15,8 @@ # You should have received a copy of the GNU Library General Public # License along with this library; see the file COPYING.LIB. If -# not, write to the Free Software Foundation, Inc., 675 Mass Ave, -# Cambridge, MA 02139, USA. +# not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. # Ultrix 2.2 make doesn't expand the value of VPATH. VPATH = @srcdir@ diff -r 64f9e0f82060 -r 611d403c7f3d glob/fnmatch.c --- a/glob/fnmatch.c Sun Jun 25 19:05:25 1995 +0000 +++ b/glob/fnmatch.c Sun Jun 25 19:56:32 1995 +0000 @@ -12,8 +12,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff -r 64f9e0f82060 -r 611d403c7f3d glob/fnmatch.h --- a/glob/fnmatch.h Sun Jun 25 19:05:25 1995 +0000 +++ b/glob/fnmatch.h Sun Jun 25 19:56:32 1995 +0000 @@ -12,8 +12,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifndef _FNMATCH_H diff -r 64f9e0f82060 -r 611d403c7f3d glob/glob.c --- a/glob/glob.c Sun Jun 25 19:05:25 1995 +0000 +++ b/glob/glob.c Sun Jun 25 19:56:32 1995 +0000 @@ -12,8 +12,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* AIX requires this to be the first thing in the file. */ #if defined (_AIX) && !defined (__GNUC__) diff -r 64f9e0f82060 -r 611d403c7f3d glob/glob.h --- a/glob/glob.h Sun Jun 25 19:05:25 1995 +0000 +++ b/glob/glob.h Sun Jun 25 19:56:32 1995 +0000 @@ -12,8 +12,8 @@ You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifndef _GLOB_H diff -r 64f9e0f82060 -r 611d403c7f3d info/Makefile.in --- a/info/Makefile.in Sun Jun 25 19:05:25 1995 +0000 +++ b/info/Makefile.in Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #### Start of system configuration section. #### diff -r 64f9e0f82060 -r 611d403c7f3d info/configure.in --- a/info/configure.in Sun Jun 25 19:05:25 1995 +0000 +++ b/info/configure.in Sun Jun 25 19:56:32 1995 +0000 @@ -18,7 +18,7 @@ ### ### You should have received a copy of the GNU General Public License ### along with Octave; see the file COPYING. If not, write to the Free -### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. AC_REVISION() AC_PREREQ(2.0) diff -r 64f9e0f82060 -r 611d403c7f3d info/dir.c --- a/info/dir.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/dir.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/display.c --- a/info/display.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/display.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/display.h --- a/info/display.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/display.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/doc.h --- a/info/doc.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/doc.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/dribble.c --- a/info/dribble.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/dribble.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/dribble.h --- a/info/dribble.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/dribble.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/echo_area.c --- a/info/echo_area.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/echo_area.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/echo_area.h --- a/info/echo_area.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/echo_area.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/error.c --- a/info/error.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/error.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/filesys.c --- a/info/filesys.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/filesys.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/filesys.h --- a/info/filesys.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/filesys.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/footnotes.c --- a/info/footnotes.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/footnotes.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/footnotes.h --- a/info/footnotes.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/footnotes.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/gc.c --- a/info/gc.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/gc.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/gc.h --- a/info/gc.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/gc.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/general.h --- a/info/general.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/general.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/getopt.h --- a/info/getopt.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/getopt.h Sun Jun 25 19:56:32 1995 +0000 @@ -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, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _GETOPT_H #define _GETOPT_H 1 diff -r 64f9e0f82060 -r 611d403c7f3d info/indices.c --- a/info/indices.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/indices.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/indices.h --- a/info/indices.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/indices.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/info-utils.c --- a/info/info-utils.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/info-utils.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/info-utils.h --- a/info/info-utils.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/info-utils.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/info.c --- a/info/info.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/info.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/info.h --- a/info/info.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/info.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/infodoc.c --- a/info/infodoc.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/infodoc.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/infomap.c --- a/info/infomap.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/infomap.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/infomap.h --- a/info/infomap.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/infomap.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/m-x.c --- a/info/m-x.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/m-x.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/makedoc.c --- a/info/makedoc.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/makedoc.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/nodemenu.c --- a/info/nodemenu.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/nodemenu.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/nodes.c --- a/info/nodes.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/nodes.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/nodes.h --- a/info/nodes.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/nodes.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/search.c --- a/info/search.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/search.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/search.h --- a/info/search.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/search.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/session.c --- a/info/session.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/session.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/session.h --- a/info/session.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/session.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/signals.c --- a/info/signals.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/signals.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/signals.h --- a/info/signals.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/signals.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/termdep.h --- a/info/termdep.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/termdep.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/terminal.c --- a/info/terminal.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/terminal.c Sun Jun 25 19:56:32 1995 +0000 @@ -21,7 +21,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/terminal.h --- a/info/terminal.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/terminal.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/tilde.c --- a/info/tilde.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/tilde.c Sun Jun 25 19:56:32 1995 +0000 @@ -21,7 +21,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/tilde.h --- a/info/tilde.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/tilde.h Sun Jun 25 19:56:32 1995 +0000 @@ -21,7 +21,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/variables.c --- a/info/variables.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/variables.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/variables.h --- a/info/variables.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/variables.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/window.c --- a/info/window.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/window.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/window.h --- a/info/window.h Sun Jun 25 19:05:25 1995 +0000 +++ b/info/window.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d info/xmalloc.c --- a/info/xmalloc.c Sun Jun 25 19:05:25 1995 +0000 +++ b/info/xmalloc.c Sun Jun 25 19:56:32 1995 +0000 @@ -21,7 +21,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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Brian Fox (bfox@ai.mit.edu). */ diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/absolute.c --- a/kpathsea/absolute.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/absolute.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/absolute.h --- a/kpathsea/absolute.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/absolute.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_ABSOLUTE_H #define KPATHSEA_ABSOLUTE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/basename.c --- a/kpathsea/basename.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/basename.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Have to include this first to get c-auto.h. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-ctype.h --- a/kpathsea/c-ctype.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-ctype.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_CTYPE_H #define KPATHSEA_C_CTYPE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-dir.h --- a/kpathsea/c-dir.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-dir.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_DIR_H #define KPATHSEA_C_DIR_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-errno.h --- a/kpathsea/c-errno.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-errno.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_ERRNO_H #define KPATHSEA_C_ERRNO_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-fopen.h --- a/kpathsea/c-fopen.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-fopen.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef C_FOPEN_H #define C_FOPEN_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-limits.h --- a/kpathsea/c-limits.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-limits.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef C_LIMITS_H #define C_LIMITS_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-memstr.h --- a/kpathsea/c-memstr.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-memstr.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_MEMSTR_H #define KPATHSEA_C_MEMSTR_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-minmax.h --- a/kpathsea/c-minmax.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-minmax.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_MINMAX_H #define KPATHSEA_C_MINMAX_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-namemx.h --- a/kpathsea/c-namemx.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-namemx.h Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_NAME_MX_H #define KPATHSEA_C_NAME_MX_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-pathch.h --- a/kpathsea/c-pathch.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-pathch.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef C_PATHCH_H #define C_PATHCH_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-pathmx.h --- a/kpathsea/c-pathmx.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-pathmx.h Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_PATH_MX_H #define KPATHSEA_C_PATH_MX_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-proto.h --- a/kpathsea/c-proto.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-proto.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_PROTO_H #define KPATHSEA_C_PROTO_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-stat.h --- a/kpathsea/c-stat.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-stat.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_STAT_H #define KPATHSEA_STAT_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-std.h --- a/kpathsea/c-std.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-std.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_STD_H #define KPATHSEA_C_STD_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-unistd.h --- a/kpathsea/c-unistd.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-unistd.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_C_UNISTD_H #define KPATHSEA_C_UNISTD_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/c-vararg.h --- a/kpathsea/c-vararg.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/c-vararg.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef C_VARARG_H #define C_VARARG_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/cnf.c --- a/kpathsea/cnf.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/cnf.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/cnf.h --- a/kpathsea/cnf.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/cnf.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_CNF_H #define KPATHSEA_CNF_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/concat.c --- a/kpathsea/concat.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/concat.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/concat3.c --- a/kpathsea/concat3.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/concat3.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/concatn.c --- a/kpathsea/concatn.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/concatn.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/concatn.h --- a/kpathsea/concatn.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/concatn.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_CONCATN_H #define KPATHSEA_CONCATN_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/config.h --- a/kpathsea/config.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/config.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_CONFIG_H #define KPATHSEA_CONFIG_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/db.c --- a/kpathsea/db.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/db.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/db.h --- a/kpathsea/db.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/db.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_DB_H #define KPATHSEA_DB_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/debug.c --- a/kpathsea/debug.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/debug.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/debug.h --- a/kpathsea/debug.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/debug.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_DEBUG_H #define KPATHSEA_DEBUG_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/default.h --- a/kpathsea/default.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/default.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_DEFAULT_H #define KPATHSEA_DEFAULT_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/dir.c --- a/kpathsea/dir.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/dir.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/elt-dirs.c --- a/kpathsea/elt-dirs.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/elt-dirs.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/expand.c --- a/kpathsea/expand.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/expand.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/expand.h --- a/kpathsea/expand.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/expand.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_EXPAND_H #define KPATHSEA_EXPAND_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/extend-fname.c --- a/kpathsea/extend-fname.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/extend-fname.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/file-p.c --- a/kpathsea/file-p.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/file-p.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/find-suffix.c --- a/kpathsea/find-suffix.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/find-suffix.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/fn.c --- a/kpathsea/fn.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/fn.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/fn.h --- a/kpathsea/fn.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/fn.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_FN_H #define KPATHSEA_FN_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/fontmap.c --- a/kpathsea/fontmap.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/fontmap.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/fontmap.h --- a/kpathsea/fontmap.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/fontmap.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef FONTMAP_H #define FONTMAP_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/getopt.c --- a/kpathsea/getopt.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/getopt.c Sun Jun 25 19:56:32 1995 +0000 @@ -18,7 +18,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, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* This tells Alpha OSF/1 not to define a getopt prototype in . Ditto for AIX 3.2 and . */ diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/getopt.h --- a/kpathsea/getopt.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/getopt.h Sun Jun 25 19:56:32 1995 +0000 @@ -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, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _GETOPT_H #define _GETOPT_H 1 diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/getopt1.c --- a/kpathsea/getopt1.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/getopt1.c Sun Jun 25 19:56:32 1995 +0000 @@ -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, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/hash.c --- a/kpathsea/hash.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/hash.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/hash.h --- a/kpathsea/hash.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/hash.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef HASH_H #define HASH_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/itoa.c --- a/kpathsea/itoa.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/itoa.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/kdefault.c --- a/kpathsea/kdefault.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/kdefault.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/kpsewhich.c --- a/kpathsea/kpsewhich.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/kpsewhich.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/lib.h --- a/kpathsea/lib.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/lib.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_LIB_H #define KPATHSEA_LIB_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/line.c --- a/kpathsea/line.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/line.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Don't include config.h or all our other usual includes, since it's useful to just throw this file into other programs. */ diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/line.h --- a/kpathsea/line.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/line.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef LINE_H #define LINE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/magstep.c --- a/kpathsea/magstep.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/magstep.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/magstep.h --- a/kpathsea/magstep.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/magstep.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_MAGSTEP_H #define KPATHSEA_MAGSTEP_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/make-suffix.c --- a/kpathsea/make-suffix.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/make-suffix.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/path-elt.c --- a/kpathsea/path-elt.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/path-elt.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/pathsearch.c --- a/kpathsea/pathsearch.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/pathsearch.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/pathsearch.h --- a/kpathsea/pathsearch.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/pathsearch.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_PATHSEARCH_H #define KPATHSEA_PATHSEARCH_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/proginit.c --- a/kpathsea/proginit.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/proginit.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/proginit.h --- a/kpathsea/proginit.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/proginit.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_PROGINIT_H #define KPATHSEA_PROGINIT_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/progname.c --- a/kpathsea/progname.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/progname.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/progname.h --- a/kpathsea/progname.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/progname.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_PROGNAME_H #define KPATHSEA_PROGNAME_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/readable.c --- a/kpathsea/readable.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/readable.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/readable.h --- a/kpathsea/readable.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/readable.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_READABLE_H #define KPATHSEA_READABLE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/rm-suffix.c --- a/kpathsea/rm-suffix.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/rm-suffix.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/str-list.c --- a/kpathsea/str-list.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/str-list.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/str-list.h --- a/kpathsea/str-list.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/str-list.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_STR_LIST_H #define KPATHSEA_STR_LIST_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/str-llist.c --- a/kpathsea/str-llist.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/str-llist.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/str-llist.h --- a/kpathsea/str-llist.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/str-llist.h Sun Jun 25 19:56:32 1995 +0000 @@ -18,7 +18,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef STR_LLIST_H #define STR_LLIST_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/systypes.h --- a/kpathsea/systypes.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/systypes.h Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef C_SYSTYPES_H #define C_SYSTYPES_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/tex-file.c --- a/kpathsea/tex-file.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/tex-file.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/tex-file.h --- a/kpathsea/tex-file.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/tex-file.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_TEX_FILE_H #define KPATHSEA_TEX_FILE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/tex-glyph.c --- a/kpathsea/tex-glyph.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/tex-glyph.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/tex-glyph.h --- a/kpathsea/tex-glyph.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/tex-glyph.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_TEX_GLYPH_H #define KPATHSEA_TEX_GLYPH_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/tex-make.c --- a/kpathsea/tex-make.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/tex-make.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/tex-make.h --- a/kpathsea/tex-make.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/tex-make.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_TEX_MAKE_H #define KPATHSEA_TEX_MAKE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/tilde.c --- a/kpathsea/tilde.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/tilde.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/tilde.h --- a/kpathsea/tilde.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/tilde.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_TILDE_H #define KPATHSEA_TILDE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/truncate.c --- a/kpathsea/truncate.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/truncate.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/truncate.h --- a/kpathsea/truncate.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/truncate.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_TRUNCATE_H #define KPATHSEA_TRUNCATE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/types.h --- a/kpathsea/types.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/types.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_TYPES_H #define KPATHSEA_TYPES_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/uppercasify.c --- a/kpathsea/uppercasify.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/uppercasify.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/variable.c --- a/kpathsea/variable.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/variable.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/variable.h --- a/kpathsea/variable.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/variable.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_VARIABLE_H #define KPATHSEA_VARIABLE_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xcalloc.c --- a/kpathsea/xcalloc.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xcalloc.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xfopen.c --- a/kpathsea/xfopen.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xfopen.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xmalloc.c --- a/kpathsea/xmalloc.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xmalloc.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Don't include config.h or all our other usual includes, since it's useful to just throw this file into other programs. */ diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xopendir.c --- a/kpathsea/xopendir.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xopendir.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xopendir.h --- a/kpathsea/xopendir.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xopendir.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_XDIR_H #define KPATHSEA_XDIR_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xputenv.c --- a/kpathsea/xputenv.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xputenv.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xrealloc.c --- a/kpathsea/xrealloc.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xrealloc.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Don't include config.h or all our other usual includes, since it's useful to just throw this file into other programs. */ diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xstat.c --- a/kpathsea/xstat.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xstat.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xstat.h --- a/kpathsea/xstat.h Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xstat.h Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef KPATHSEA_XSTAT_H #define KPATHSEA_XSTAT_H diff -r 64f9e0f82060 -r 611d403c7f3d kpathsea/xstrdup.c --- a/kpathsea/xstrdup.c Sun Jun 25 19:05:25 1995 +0000 +++ b/kpathsea/xstrdup.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff -r 64f9e0f82060 -r 611d403c7f3d libcruft/configure.in --- a/libcruft/configure.in Sun Jun 25 19:05:25 1995 +0000 +++ b/libcruft/configure.in Sun Jun 25 19:56:32 1995 +0000 @@ -18,7 +18,7 @@ ### ### You should have received a copy of the GNU General Public License ### along with Octave; see the file COPYING. If not, write to the Free -### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. AC_REVISION() AC_PREREQ(2.0) diff -r 64f9e0f82060 -r 611d403c7f3d libcruft/misc/dostop.c --- a/libcruft/misc/dostop.c Sun Jun 25 19:05:25 1995 +0000 +++ b/libcruft/misc/dostop.c Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d libcruft/misc/lo-error.cc --- a/libcruft/misc/lo-error.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/libcruft/misc/lo-error.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Array-C.cc --- a/liboctave/Array-C.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Array-C.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Array-d.cc --- a/liboctave/Array-d.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Array-d.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Array-i.cc --- a/liboctave/Array-i.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Array-i.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Array.cc --- a/liboctave/Array.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Array.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Array.h --- a/liboctave/Array.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Array.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Bounds.cc --- a/liboctave/Bounds.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Bounds.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Bounds.h --- a/liboctave/Bounds.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Bounds.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CColVector.cc --- a/liboctave/CColVector.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CColVector.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CColVector.h --- a/liboctave/CColVector.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CColVector.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CDiagMatrix.cc --- a/liboctave/CDiagMatrix.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CDiagMatrix.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CDiagMatrix.h --- a/liboctave/CDiagMatrix.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CDiagMatrix.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CMatrix.cc --- a/liboctave/CMatrix.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CMatrix.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CMatrix.h --- a/liboctave/CMatrix.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CMatrix.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CRowVector.cc --- a/liboctave/CRowVector.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CRowVector.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CRowVector.h --- a/liboctave/CRowVector.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CRowVector.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxAEPBAL.cc --- a/liboctave/CmplxAEPBAL.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxAEPBAL.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxAEPBAL.h --- a/liboctave/CmplxAEPBAL.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxAEPBAL.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxCHOL.cc --- a/liboctave/CmplxCHOL.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxCHOL.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxCHOL.h --- a/liboctave/CmplxCHOL.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxCHOL.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxDET.cc --- a/liboctave/CmplxDET.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxDET.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxDET.h --- a/liboctave/CmplxDET.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxDET.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxHESS.cc --- a/liboctave/CmplxHESS.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxHESS.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxHESS.h --- a/liboctave/CmplxHESS.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxHESS.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxLU.cc --- a/liboctave/CmplxLU.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxLU.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxLU.h --- a/liboctave/CmplxLU.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxLU.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxQR.cc --- a/liboctave/CmplxQR.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxQR.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxQR.h --- a/liboctave/CmplxQR.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxQR.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxQRP.cc --- a/liboctave/CmplxQRP.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxQRP.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxQRP.h --- a/liboctave/CmplxQRP.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxQRP.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxSCHUR.cc --- a/liboctave/CmplxSCHUR.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxSCHUR.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxSCHUR.h --- a/liboctave/CmplxSCHUR.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxSCHUR.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxSVD.cc --- a/liboctave/CmplxSVD.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxSVD.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CmplxSVD.h --- a/liboctave/CmplxSVD.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CmplxSVD.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CollocWt.cc --- a/liboctave/CollocWt.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CollocWt.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/CollocWt.h --- a/liboctave/CollocWt.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/CollocWt.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/DAE.h --- a/liboctave/DAE.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/DAE.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/DAEFunc.cc --- a/liboctave/DAEFunc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/DAEFunc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/DAEFunc.h --- a/liboctave/DAEFunc.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/DAEFunc.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/DASSL.cc --- a/liboctave/DASSL.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/DASSL.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/EIG.cc --- a/liboctave/EIG.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/EIG.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/EIG.h --- a/liboctave/EIG.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/EIG.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/FEGrid.cc --- a/liboctave/FEGrid.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/FEGrid.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/FEGrid.h --- a/liboctave/FEGrid.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/FEGrid.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/FSQP.cc --- a/liboctave/FSQP.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/FSQP.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/FSQP.h --- a/liboctave/FSQP.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/FSQP.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/LP.cc --- a/liboctave/LP.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/LP.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/LP.h --- a/liboctave/LP.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/LP.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/LPsolve.cc --- a/liboctave/LPsolve.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/LPsolve.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/LPsolve.h --- a/liboctave/LPsolve.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/LPsolve.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/LSODE.cc --- a/liboctave/LSODE.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/LSODE.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/LinConst.cc --- a/liboctave/LinConst.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/LinConst.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/LinConst.h --- a/liboctave/LinConst.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/LinConst.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/MArray-C.cc --- a/liboctave/MArray-C.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/MArray-C.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/MArray-d.cc --- a/liboctave/MArray-d.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/MArray-d.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/MArray.cc --- a/liboctave/MArray.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/MArray.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/MArray.h --- a/liboctave/MArray.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/MArray.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Matrix.h --- a/liboctave/Matrix.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Matrix.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NLConst.cc --- a/liboctave/NLConst.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NLConst.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NLConst.h --- a/liboctave/NLConst.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NLConst.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NLEqn.cc --- a/liboctave/NLEqn.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NLEqn.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NLEqn.h --- a/liboctave/NLEqn.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NLEqn.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NLFunc.cc --- a/liboctave/NLFunc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NLFunc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NLFunc.h --- a/liboctave/NLFunc.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NLFunc.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NLP.h --- a/liboctave/NLP.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NLP.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NPSOL.cc --- a/liboctave/NPSOL.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NPSOL.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/NPSOL.h --- a/liboctave/NPSOL.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/NPSOL.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/ODE.h --- a/liboctave/ODE.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/ODE.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/ODEFunc.cc --- a/liboctave/ODEFunc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/ODEFunc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/ODEFunc.h --- a/liboctave/ODEFunc.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/ODEFunc.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Objective.cc --- a/liboctave/Objective.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Objective.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Objective.h --- a/liboctave/Objective.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Objective.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/QLD.cc --- a/liboctave/QLD.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/QLD.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/QLD.h --- a/liboctave/QLD.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/QLD.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/QP.cc --- a/liboctave/QP.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/QP.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/QP.h --- a/liboctave/QP.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/QP.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/QPSOL.cc --- a/liboctave/QPSOL.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/QPSOL.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/QPSOL.h --- a/liboctave/QPSOL.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/QPSOL.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Quad.cc --- a/liboctave/Quad.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Quad.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Quad.h --- a/liboctave/Quad.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Quad.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Range.cc --- a/liboctave/Range.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Range.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/Range.h --- a/liboctave/Range.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/Range.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/acosh.c --- a/liboctave/acosh.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/acosh.c Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/asinh.c --- a/liboctave/asinh.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/asinh.c Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/atanh.c --- a/liboctave/atanh.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/atanh.c Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dColVector.cc --- a/liboctave/dColVector.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dColVector.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dColVector.h --- a/liboctave/dColVector.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dColVector.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dDiagMatrix.cc --- a/liboctave/dDiagMatrix.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dDiagMatrix.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dDiagMatrix.h --- a/liboctave/dDiagMatrix.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dDiagMatrix.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dMatrix.cc --- a/liboctave/dMatrix.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dMatrix.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dMatrix.h --- a/liboctave/dMatrix.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dMatrix.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dRowVector.cc --- a/liboctave/dRowVector.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dRowVector.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dRowVector.h --- a/liboctave/dRowVector.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dRowVector.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleAEPBAL.cc --- a/liboctave/dbleAEPBAL.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleAEPBAL.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleAEPBAL.h --- a/liboctave/dbleAEPBAL.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleAEPBAL.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleCHOL.cc --- a/liboctave/dbleCHOL.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleCHOL.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleCHOL.h --- a/liboctave/dbleCHOL.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleCHOL.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleDET.cc --- a/liboctave/dbleDET.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleDET.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleDET.h --- a/liboctave/dbleDET.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleDET.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleGEPBAL.cc --- a/liboctave/dbleGEPBAL.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleGEPBAL.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleGEPBAL.h --- a/liboctave/dbleGEPBAL.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleGEPBAL.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleHESS.cc --- a/liboctave/dbleHESS.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleHESS.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleHESS.h --- a/liboctave/dbleHESS.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleHESS.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleLU.cc --- a/liboctave/dbleLU.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleLU.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleLU.h --- a/liboctave/dbleLU.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleLU.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleQR.cc --- a/liboctave/dbleQR.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleQR.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleQR.h --- a/liboctave/dbleQR.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleQR.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleQRP.cc --- a/liboctave/dbleQRP.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleQRP.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleQRP.h --- a/liboctave/dbleQRP.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleQRP.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleSCHUR.cc --- a/liboctave/dbleSCHUR.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleSCHUR.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleSCHUR.h --- a/liboctave/dbleSCHUR.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleSCHUR.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleSVD.cc --- a/liboctave/dbleSVD.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleSVD.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/dbleSVD.h --- a/liboctave/dbleSVD.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/dbleSVD.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/erf.c --- a/liboctave/erf.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/erf.c Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/erfc.c --- a/liboctave/erfc.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/erfc.c Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/f77-fcn.h --- a/liboctave/f77-fcn.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/f77-fcn.h Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/gamma.c --- a/liboctave/gamma.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/gamma.c Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/getopt.c --- a/liboctave/getopt.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/getopt.c Sun Jun 25 19:56:32 1995 +0000 @@ -18,7 +18,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, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* NOTE!!! AIX requires this to be the first thing in the file. Do not put ANYTHING before it! */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/getopt.h --- a/liboctave/getopt.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/getopt.h Sun Jun 25 19:56:32 1995 +0000 @@ -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, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _GETOPT_H #define _GETOPT_H 1 diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/getopt1.c --- a/liboctave/getopt1.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/getopt1.c Sun Jun 25 19:56:32 1995 +0000 @@ -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, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/idx-vector.cc --- a/liboctave/idx-vector.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/idx-vector.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/idx-vector.h --- a/liboctave/idx-vector.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/idx-vector.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/lgamma.c --- a/liboctave/lgamma.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/lgamma.c Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/lo-error.h --- a/liboctave/lo-error.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/lo-error.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/mx-base.h --- a/liboctave/mx-base.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/mx-base.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/mx-defs.h --- a/liboctave/mx-defs.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/mx-defs.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/mx-ext.h --- a/liboctave/mx-ext.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/mx-ext.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/mx-inlines.cc --- a/liboctave/mx-inlines.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/mx-inlines.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/mx-kludge.cc --- a/liboctave/mx-kludge.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/mx-kludge.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/mx-kludge.h --- a/liboctave/mx-kludge.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/mx-kludge.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/statdefs.h --- a/liboctave/statdefs.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/statdefs.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/sun-utils.cc --- a/liboctave/sun-utils.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/sun-utils.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/sun-utils.h --- a/liboctave/sun-utils.h Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/sun-utils.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/tempnam.c --- a/liboctave/tempnam.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/tempnam.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/tempname.c --- a/liboctave/tempname.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/tempname.c Sun Jun 25 19:56:32 1995 +0000 @@ -13,8 +13,8 @@ You should have received a copy of the GNU General Public License along with the GNU C Library; see the file COPYING. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/tmpnam.c --- a/liboctave/tmpnam.c Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/tmpnam.c Sun Jun 25 19:56:32 1995 +0000 @@ -13,8 +13,8 @@ You should have received a copy of the GNU General Public License along with the GNU C Library; see the file COPYING. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff -r 64f9e0f82060 -r 611d403c7f3d liboctave/utils.cc --- a/liboctave/utils.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/liboctave/utils.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d scripts/configure.in --- a/scripts/configure.in Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/configure.in Sun Jun 25 19:56:32 1995 +0000 @@ -18,7 +18,7 @@ ### ### You should have received a copy of the GNU General Public License ### along with Octave; see the file COPYING. If not, write to the Free -### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. AC_REVISION() AC_PREREQ(2.0) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/abcddim.m --- a/scripts/control/abcddim.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/abcddim.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [n, m, p] = abcddim (a, b, c, d) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/are.m --- a/scripts/control/are.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/are.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function x = are (a, b, c, opt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/c2d.m --- a/scripts/control/c2d.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/c2d.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [Ad, Bd] = c2d (Ac, Bc, T) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/dare.m --- a/scripts/control/dare.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/dare.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function x = dare (a, b, c, r, opt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/dgram.m --- a/scripts/control/dgram.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/dgram.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function gramian = dgram (A, B) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/dlqe.m --- a/scripts/control/dlqe.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/dlqe.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [l, m, p, e] = dlqe (a, g, c, sigw, sigv, zz) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/dlqr.m --- a/scripts/control/dlqr.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/dlqr.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [k, p, e] = dlqr (a, b, q, r, zz) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/dlyap.m --- a/scripts/control/dlyap.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/dlyap.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function x = dlyap (a, b) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/is_controllable.m --- a/scripts/control/is_controllable.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/is_controllable.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = is_controllable (a, b, tol) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/is_observable.m --- a/scripts/control/is_observable.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/is_observable.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = is_observable (a,c,tol) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/lqe.m --- a/scripts/control/lqe.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/lqe.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [k, p, e] = lqe (a, g, c, sigw, sigv, zz) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/lqr.m --- a/scripts/control/lqr.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/lqr.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [k, p, e] = lqr (a, b, q, r, zz) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/lyap.m --- a/scripts/control/lyap.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/lyap.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function x = lyap (a, b, c) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/control/tzero.m --- a/scripts/control/tzero.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/control/tzero.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function zr = tzero (a, b, c, d, bal) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/elfun/gcd.m --- a/scripts/elfun/gcd.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/elfun/gcd.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [g, v] = gcd (a, ...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/elfun/lcm.m --- a/scripts/elfun/lcm.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/elfun/lcm.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function l = lcm (a, ...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/columns.m --- a/scripts/general/columns.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/columns.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function nc = columns (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/fliplr.m --- a/scripts/general/fliplr.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/fliplr.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = fliplr (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/flipud.m --- a/scripts/general/flipud.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/flipud.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = flipud (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/int2str.m --- a/scripts/general/int2str.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/int2str.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = int2str (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/is_matrix.m --- a/scripts/general/is_matrix.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/is_matrix.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = is_matrix (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/is_scalar.m --- a/scripts/general/is_scalar.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/is_scalar.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = is_scalar (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/is_square.m --- a/scripts/general/is_square.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/is_square.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = is_square (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/is_symmetric.m --- a/scripts/general/is_symmetric.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/is_symmetric.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = is_symmetric (x,tol) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/is_vector.m --- a/scripts/general/is_vector.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/is_vector.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = is_vector (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/isempty.m --- a/scripts/general/isempty.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/isempty.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = isempty (var) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/length.m --- a/scripts/general/length.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/length.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function len = length (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/logspace.m --- a/scripts/general/logspace.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/logspace.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = logspace (x1, x2, n) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/nargchk.m --- a/scripts/general/nargchk.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/nargchk.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = nargchk (nargin_min, nargin_max, n) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/num2str.m --- a/scripts/general/num2str.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/num2str.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = num2str (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/perror.m --- a/scripts/general/perror.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/perror.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function perror (name, err) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/rem.m --- a/scripts/general/rem.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/rem.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = rem (x, y) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/reshape.m --- a/scripts/general/reshape.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/reshape.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = reshape (a, m, n) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/rot90.m --- a/scripts/general/rot90.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/rot90.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = rot90 (x, k) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/rows.m --- a/scripts/general/rows.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/rows.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function nr = rows (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/tril.m --- a/scripts/general/tril.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/tril.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = tril (x, k) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/general/triu.m --- a/scripts/general/triu.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/general/triu.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = triu (x, k) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/colormap.m --- a/scripts/image/colormap.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/colormap.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function cmap = colormap (map) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/gray.m --- a/scripts/image/gray.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/gray.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function map = gray (number) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/gray2ind.m --- a/scripts/image/gray2ind.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/gray2ind.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [X, map] = gray2ind (I, n) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/image.m --- a/scripts/image/image.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/image.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function image (x, zoom) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/imagesc.m --- a/scripts/image/imagesc.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/imagesc.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function x = imagesc (x, zoom) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/imshow.m --- a/scripts/image/imshow.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/imshow.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function imshow (a1, a2, a3) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/ind2gray.m --- a/scripts/image/ind2gray.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/ind2gray.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function Y = ind2gray (X, map) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/ind2rgb.m --- a/scripts/image/ind2rgb.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/ind2rgb.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [R, G, B] = ind2rgb (X, map) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/loadimage.m --- a/scripts/image/loadimage.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/loadimage.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [X, map] = loadimage (filename) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/ntsc2rgb.m --- a/scripts/image/ntsc2rgb.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/ntsc2rgb.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function rgb = ntsc2rgb (yiq) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/ocean.m --- a/scripts/image/ocean.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/ocean.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function map = ocean (number) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/rgb2ind.m --- a/scripts/image/rgb2ind.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/rgb2ind.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [X, map] = rgb2ind (R, G, B) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/rgb2ntsc.m --- a/scripts/image/rgb2ntsc.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/rgb2ntsc.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function yiq = rgb2ntsc (rgb) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/image/saveimage.m --- a/scripts/image/saveimage.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/image/saveimage.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function saveimage (filename, X, img_form, map) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/linear-algebra/cond.m --- a/scripts/linear-algebra/cond.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/linear-algebra/cond.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = cond (a) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/linear-algebra/kron.m --- a/scripts/linear-algebra/kron.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/linear-algebra/kron.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function x = kron (a, b) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/linear-algebra/norm.m --- a/scripts/linear-algebra/norm.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/linear-algebra/norm.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = norm (x, p) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/linear-algebra/null.m --- a/scripts/linear-algebra/null.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/linear-algebra/null.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = null (A, tol) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/linear-algebra/orth.m --- a/scripts/linear-algebra/orth.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/linear-algebra/orth.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = orth (A, tol) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/linear-algebra/qzhess.m --- a/scripts/linear-algebra/qzhess.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/linear-algebra/qzhess.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [aa, bb, q, z] = qzhess (a, b) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/linear-algebra/rank.m --- a/scripts/linear-algebra/rank.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/linear-algebra/rank.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = rank (A, tol) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/linear-algebra/trace.m --- a/scripts/linear-algebra/trace.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/linear-algebra/trace.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = trace (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/bug_report.m --- a/scripts/miscellaneous/bug_report.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/bug_report.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function bug_report () diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/cputime.m --- a/scripts/miscellaneous/cputime.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/cputime.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = cputime () diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/dump_1_pref.m --- a/scripts/miscellaneous/dump_1_pref.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/dump_1_pref.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function dump_1_pref (file, var) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/dump_prefs.m --- a/scripts/miscellaneous/dump_prefs.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/dump_prefs.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function dump_prefs (file) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/etime.m --- a/scripts/miscellaneous/etime.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/etime.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function secs = etime (t1, t0) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/is_leap_year.m --- a/scripts/miscellaneous/is_leap_year.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/is_leap_year.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = is_leap_year (year) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/list_primes.m --- a/scripts/miscellaneous/list_primes.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/list_primes.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = list_primes (n) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/menu.m --- a/scripts/miscellaneous/menu.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/menu.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function num = menu (t, ...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/texas_lotto.m --- a/scripts/miscellaneous/texas_lotto.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/texas_lotto.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function picks = texas_lotto () diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/tic.m --- a/scripts/miscellaneous/tic.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/tic.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function tic () diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/toc.m --- a/scripts/miscellaneous/toc.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/toc.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function secs = toc () diff -r 64f9e0f82060 -r 611d403c7f3d scripts/miscellaneous/version.m --- a/scripts/miscellaneous/version.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/miscellaneous/version.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function vs = version () diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plr1__.m --- a/scripts/plot/__plr1__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plr1__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function polar_int_1 (theta, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plr2__.m --- a/scripts/plot/__plr2__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plr2__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function polar_int_2 (theta, rho, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plr__.m --- a/scripts/plot/__plr__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plr__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function polar_int (theta, rho, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plt1__.m --- a/scripts/plot/__plt1__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plt1__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot_int_1 (x1, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plt2__.m --- a/scripts/plot/__plt2__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plt2__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot_int_2 (x1, x2, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plt2mm__.m --- a/scripts/plot/__plt2mm__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plt2mm__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot_2_m_m (x, y, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plt2mv__.m --- a/scripts/plot/__plt2mv__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plt2mv__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot_2_m_v (x, y, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plt2ss__.m --- a/scripts/plot/__plt2ss__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plt2ss__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot_2_s_s (x, y, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plt2vm__.m --- a/scripts/plot/__plt2vm__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plt2vm__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot_2_v_m (x, y, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plt2vv__.m --- a/scripts/plot/__plt2vv__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plt2vv__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot_2_v_v (x, y, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__plt__.m --- a/scripts/plot/__plt__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__plt__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot_int (caller, ...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/__pltopt__.m --- a/scripts/plot/__pltopt__.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/__pltopt__.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Originally written by Rick Niles . diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/axis.m --- a/scripts/plot/axis.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/axis.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function axis (ax) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/bar.m --- a/scripts/plot/bar.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/bar.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [xb, yb] = bar (x, y) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/contour.m --- a/scripts/plot/contour.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/contour.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function contour (z, n, x, y) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/grid.m --- a/scripts/plot/grid.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/grid.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function grid (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/hist.m --- a/scripts/plot/hist.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/hist.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [nn, xx] = hist (y, x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/loglog.m --- a/scripts/plot/loglog.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/loglog.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function loglog (...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/mesh.m --- a/scripts/plot/mesh.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/mesh.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function mesh (x, y, z) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/meshdom.m --- a/scripts/plot/meshdom.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/meshdom.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [xx, yy] = meshdom (x, y) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/plot.m --- a/scripts/plot/plot.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/plot.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function plot (...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/polar.m --- a/scripts/plot/polar.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/polar.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function polar (x1, x2, fmt) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/semilogx.m --- a/scripts/plot/semilogx.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/semilogx.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function semilogx (...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/semilogy.m --- a/scripts/plot/semilogy.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/semilogy.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function semilogy (...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/shg.m --- a/scripts/plot/shg.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/shg.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function shg () diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/sombrero.m --- a/scripts/plot/sombrero.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/sombrero.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function sombrero (n) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/stairs.m --- a/scripts/plot/stairs.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/stairs.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [xs, ys] = stairs (x, y) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/title.m --- a/scripts/plot/title.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/title.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function title (text) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/xlabel.m --- a/scripts/plot/xlabel.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/xlabel.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function xlabel (text) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/plot/ylabel.m --- a/scripts/plot/ylabel.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/plot/ylabel.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function ylabel (text) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/compan.m --- a/scripts/polynomial/compan.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/compan.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function A = compan (c) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/conv.m --- a/scripts/polynomial/conv.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/conv.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = conv (a, b) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/deconv.m --- a/scripts/polynomial/deconv.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/deconv.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [b, r] = deconv (y, a) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/poly.m --- a/scripts/polynomial/poly.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/poly.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = poly (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/polyderiv.m --- a/scripts/polynomial/polyderiv.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/polyderiv.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function p = polyderiv (p) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/polyinteg.m --- a/scripts/polynomial/polyinteg.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/polyinteg.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function p = polyinteg (p) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/polyreduce.m --- a/scripts/polynomial/polyreduce.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/polyreduce.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function p = polyreduce (p) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/polyval.m --- a/scripts/polynomial/polyval.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/polyval.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = polyval (c, x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/polyvalm.m --- a/scripts/polynomial/polyvalm.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/polyvalm.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = polyvalm (c, x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/residue.m --- a/scripts/polynomial/residue.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/residue.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [r, p, k, e] = residue (b, a, toler) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/polynomial/roots.m --- a/scripts/polynomial/roots.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/polynomial/roots.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function r = roots (v) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/signal/fftconv.m --- a/scripts/signal/fftconv.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/signal/fftconv.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function c = fftconv (a, b, N) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/signal/fftfilt.m --- a/scripts/signal/fftfilt.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/signal/fftfilt.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = fftfilt (b, x, N) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/specfun/beta.m --- a/scripts/specfun/beta.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/specfun/beta.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = beta (a, b) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/specfun/betai.m --- a/scripts/specfun/betai.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/specfun/betai.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = betai(a, b, x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/specfun/gammai.m --- a/scripts/specfun/gammai.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/specfun/gammai.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function y = gammai (a, x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/special-matrix/hadamard.m --- a/scripts/special-matrix/hadamard.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/special-matrix/hadamard.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = hadamard (k) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/special-matrix/hankel.m --- a/scripts/special-matrix/hankel.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/special-matrix/hankel.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = hankel (c, r) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/special-matrix/hilb.m --- a/scripts/special-matrix/hilb.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/special-matrix/hilb.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = hilb (n) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/special-matrix/invhilb.m --- a/scripts/special-matrix/invhilb.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/special-matrix/invhilb.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = invhilb (n) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/special-matrix/toeplitz.m --- a/scripts/special-matrix/toeplitz.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/special-matrix/toeplitz.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = toeplitz (c, r) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/special-matrix/vander.m --- a/scripts/special-matrix/vander.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/special-matrix/vander.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = vander (c) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/corrcoef.m --- a/scripts/statistics/corrcoef.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/corrcoef.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = corrcoef (X, Y) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/cov.m --- a/scripts/statistics/cov.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/cov.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = cov (X, Y) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/gls.m --- a/scripts/statistics/gls.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/gls.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [BETA, v, R] = gls (Y, X, O) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/kurtosis.m --- a/scripts/statistics/kurtosis.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/kurtosis.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = kurtosis (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/mahalanobis.m --- a/scripts/statistics/mahalanobis.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/mahalanobis.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = mahalanobis (X, Y) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/mean.m --- a/scripts/statistics/mean.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/mean.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = mean (a) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/median.m --- a/scripts/statistics/median.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/median.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = median (a) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/ols.m --- a/scripts/statistics/ols.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/ols.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function [BETA, SIGMA, R] = ols (Y, X) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/skewness.m --- a/scripts/statistics/skewness.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/skewness.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = skewness (x) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/statistics/std.m --- a/scripts/statistics/std.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/statistics/std.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = std (a) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/strings/strcat.m --- a/scripts/strings/strcat.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/strings/strcat.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function st = strcat (s, t, ...) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/strings/strcmp.m --- a/scripts/strings/strcmp.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/strings/strcmp.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function status = strcmp (s1, s2) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/time/asctime.m --- a/scripts/time/asctime.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/time/asctime.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = asctime (t) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/time/clock.m --- a/scripts/time/clock.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/time/clock.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = clock () diff -r 64f9e0f82060 -r 611d403c7f3d scripts/time/ctime.m --- a/scripts/time/ctime.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/time/ctime.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = ctime (t) diff -r 64f9e0f82060 -r 611d403c7f3d scripts/time/date.m --- a/scripts/time/date.m Sun Jun 25 19:05:25 1995 +0000 +++ b/scripts/time/date.m Sun Jun 25 19:56:32 1995 +0000 @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with Octave; see the file COPYING. If not, write to the Free -# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +# Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. function retval = date () diff -r 64f9e0f82060 -r 611d403c7f3d src/Array-tc.cc --- a/src/Array-tc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/Array-tc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/DLList-fi.cc --- a/src/DLList-fi.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/DLList-fi.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/Map-tc.cc --- a/src/Map-tc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/Map-tc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/Map.cc --- a/src/Map.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/Map.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/Map.h --- a/src/Map.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/Map.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLList-expr.cc --- a/src/SLList-expr.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLList-expr.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLList-i.cc --- a/src/SLList-i.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLList-i.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLList-misc.cc --- a/src/SLList-misc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLList-misc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLList-pc.cc --- a/src/SLList-pc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLList-pc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLList-plot.cc --- a/src/SLList-plot.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLList-plot.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLList-tc.cc --- a/src/SLList-tc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLList-tc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLStack-sym.cc --- a/src/SLStack-sym.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLStack-sym.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLStack-tm.cc --- a/src/SLStack-tm.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLStack-tm.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLStack-tok.cc --- a/src/SLStack-tok.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLStack-tok.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLStack-ue.cc --- a/src/SLStack-ue.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLStack-ue.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLStack-ui.cc --- a/src/SLStack-ui.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLStack-ui.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLStack.cc --- a/src/SLStack.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLStack.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/SLStack.h --- a/src/SLStack.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/SLStack.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/Stack.cc --- a/src/Stack.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/Stack.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/Stack.h --- a/src/Stack.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/Stack.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/arith-ops.cc --- a/src/arith-ops.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/arith-ops.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/arith-ops.h --- a/src/arith-ops.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/arith-ops.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/balance.cc --- a/src/balance.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/balance.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/builtins.h --- a/src/builtins.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/builtins.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/chol.cc --- a/src/chol.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/chol.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/colloc.cc --- a/src/colloc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/colloc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/dassl.cc --- a/src/dassl.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/dassl.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/data.cc --- a/src/data.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/data.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/defaults.h.in --- a/src/defaults.h.in Sun Jun 25 19:05:25 1995 +0000 +++ b/src/defaults.h.in Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/defun-dld.h --- a/src/defun-dld.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/defun-dld.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/defun-int.h --- a/src/defun-int.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/defun-int.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/defun.h --- a/src/defun.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/defun.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/det.cc --- a/src/det.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/det.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/dirfns.cc --- a/src/dirfns.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/dirfns.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/dirfns.h --- a/src/dirfns.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/dirfns.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/dynamic-ld.cc --- a/src/dynamic-ld.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/dynamic-ld.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/dynamic-ld.h --- a/src/dynamic-ld.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/dynamic-ld.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/eig.cc --- a/src/eig.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/eig.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/error.cc --- a/src/error.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/error.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/error.h --- a/src/error.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/error.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/expm.cc --- a/src/expm.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/expm.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/fft.cc --- a/src/fft.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/fft.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/fft2.cc --- a/src/fft2.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/fft2.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/file-io.cc --- a/src/file-io.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/file-io.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/file-io.h --- a/src/file-io.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/file-io.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/find.cc --- a/src/find.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/find.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/fsolve.cc --- a/src/fsolve.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/fsolve.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/fsqp.cc --- a/src/fsqp.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/fsqp.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/givens.cc --- a/src/givens.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/givens.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/gripes.cc --- a/src/gripes.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/gripes.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/gripes.h --- a/src/gripes.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/gripes.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/help.cc --- a/src/help.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/help.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/help.h --- a/src/help.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/help.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/hess.cc --- a/src/hess.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/hess.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/ifft.cc --- a/src/ifft.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/ifft.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/ifft2.cc --- a/src/ifft2.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/ifft2.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/input.cc --- a/src/input.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/input.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/input.h --- a/src/input.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/input.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/inv.cc --- a/src/inv.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/inv.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/lex.h --- a/src/lex.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/lex.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/lex.l --- a/src/lex.l Sun Jun 25 19:05:25 1995 +0000 +++ b/src/lex.l Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/load-save.cc --- a/src/load-save.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/load-save.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/load-save.h --- a/src/load-save.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/load-save.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/log.cc --- a/src/log.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/log.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/lpsolve.cc --- a/src/lpsolve.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/lpsolve.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/lsode.cc --- a/src/lsode.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/lsode.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/lu.cc --- a/src/lu.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/lu.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/mappers.cc --- a/src/mappers.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/mappers.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/mappers.h --- a/src/mappers.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/mappers.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/minmax.cc --- a/src/minmax.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/minmax.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/npsol.cc --- a/src/npsol.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/npsol.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/oct-hist.cc --- a/src/oct-hist.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/oct-hist.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. The functions listed below were adapted from similar functions from GNU Bash, the Bourne Again SHell, copyright (C) 1987, 1989, 1991 Free diff -r 64f9e0f82060 -r 611d403c7f3d src/oct-hist.h --- a/src/oct-hist.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/oct-hist.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/oct-map.cc --- a/src/oct-map.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/oct-map.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/oct-map.h --- a/src/oct-map.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/oct-map.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/oct-obj.cc --- a/src/oct-obj.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/oct-obj.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/oct-obj.h --- a/src/oct-obj.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/oct-obj.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/octave.cc --- a/src/octave.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/octave.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ @@ -766,7 +766,7 @@ \n\ You should have received a copy of the GNU General Public License\n\ along with this program. If not, write to the Free Software\n\ -Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.\n\ +Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\ \n"; output_buf << ends; diff -r 64f9e0f82060 -r 611d403c7f3d src/pager.cc --- a/src/pager.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pager.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pager.h --- a/src/pager.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pager.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/parse.h --- a/src/parse.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/parse.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/parse.y --- a/src/parse.y Sun Jun 25 19:05:25 1995 +0000 +++ b/src/parse.y Sun Jun 25 19:56:32 1995 +0000 @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pinv.cc --- a/src/pinv.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pinv.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pr-output.cc --- a/src/pr-output.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pr-output.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pr-output.h --- a/src/pr-output.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pr-output.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/procstream.cc --- a/src/procstream.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/procstream.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/procstream.h --- a/src/procstream.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/procstream.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-base.cc --- a/src/pt-base.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-base.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-base.h --- a/src/pt-base.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-base.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-cmd.cc --- a/src/pt-cmd.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-cmd.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-cmd.h --- a/src/pt-cmd.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-cmd.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-const.cc --- a/src/pt-const.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-const.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-const.h --- a/src/pt-const.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-const.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-exp-base.cc --- a/src/pt-exp-base.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-exp-base.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-exp-base.h --- a/src/pt-exp-base.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-exp-base.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-misc.cc --- a/src/pt-misc.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-misc.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-misc.h --- a/src/pt-misc.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-misc.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-plot.cc --- a/src/pt-plot.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-plot.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/pt-plot.h --- a/src/pt-plot.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/pt-plot.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/qpsol.cc --- a/src/qpsol.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/qpsol.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/qr.cc --- a/src/qr.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/qr.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/quad.cc --- a/src/quad.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/quad.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/qzval.cc --- a/src/qzval.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/qzval.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/rand.cc --- a/src/rand.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/rand.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/resource.cc --- a/src/resource.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/resource.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/schur.cc --- a/src/schur.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/schur.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/sighandlers.cc --- a/src/sighandlers.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/sighandlers.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/sighandlers.h --- a/src/sighandlers.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/sighandlers.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/sort.cc --- a/src/sort.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/sort.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/strcasecmp.c --- a/src/strcasecmp.c Sun Jun 25 19:05:25 1995 +0000 +++ b/src/strcasecmp.c Sun Jun 25 19:56:32 1995 +0000 @@ -13,8 +13,8 @@ You should have received a copy of the GNU General Public License along with the GNU C Library; see the file COPYING. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff -r 64f9e0f82060 -r 611d403c7f3d src/strfns.cc --- a/src/strfns.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/strfns.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/strftime.c --- a/src/strftime.c Sun Jun 25 19:05:25 1995 +0000 +++ b/src/strftime.c Sun Jun 25 19:56:32 1995 +0000 @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Note: this version of strftime lacks locale support, but it is standalone. diff -r 64f9e0f82060 -r 611d403c7f3d src/strncase.c --- a/src/strncase.c Sun Jun 25 19:05:25 1995 +0000 +++ b/src/strncase.c Sun Jun 25 19:56:32 1995 +0000 @@ -13,8 +13,8 @@ You should have received a copy of the GNU General Public License along with the GNU C Library; see the file COPYING. If -not, write to the Free Software Foundation, Inc., 675 Mass Ave, -Cambridge, MA 02139, USA. */ +not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff -r 64f9e0f82060 -r 611d403c7f3d src/svd.cc --- a/src/svd.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/svd.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/syl.cc --- a/src/syl.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/syl.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/symtab.cc --- a/src/symtab.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/symtab.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/symtab.h --- a/src/symtab.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/symtab.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/sysdep.cc --- a/src/sysdep.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/sysdep.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/sysdep.h --- a/src/sysdep.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/sysdep.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/systime.h --- a/src/systime.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/systime.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/tc-inlines.h --- a/src/tc-inlines.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/tc-inlines.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/tc-rep.cc --- a/src/tc-rep.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/tc-rep.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/tc-rep.h --- a/src/tc-rep.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/tc-rep.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/timefns.cc --- a/src/timefns.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/timefns.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/token.cc --- a/src/token.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/token.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/token.h --- a/src/token.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/token.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/toplev.h --- a/src/toplev.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/toplev.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/unwind-prot.cc --- a/src/unwind-prot.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/unwind-prot.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/unwind-prot.h --- a/src/unwind-prot.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/unwind-prot.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/user-prefs.cc --- a/src/user-prefs.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/user-prefs.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/user-prefs.h --- a/src/user-prefs.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/user-prefs.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/utils.cc --- a/src/utils.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/utils.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/utils.h --- a/src/utils.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/utils.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/variables.cc --- a/src/variables.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/variables.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/variables.h --- a/src/variables.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/variables.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/xdiv.cc --- a/src/xdiv.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/xdiv.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/xdiv.h --- a/src/xdiv.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/xdiv.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/xpow.cc --- a/src/xpow.cc Sun Jun 25 19:05:25 1995 +0000 +++ b/src/xpow.cc Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff -r 64f9e0f82060 -r 611d403c7f3d src/xpow.h --- a/src/xpow.h Sun Jun 25 19:05:25 1995 +0000 +++ b/src/xpow.h Sun Jun 25 19:56:32 1995 +0000 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */