--- gforth/kernel/license.fs 1998/12/08 22:03:11 1.2 +++ gforth/kernel/license.fs 2000/09/23 15:47:10 1.3 @@ -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, USA. : license ( -- ) \ gforth cr @@ -32,5 +32,5 @@ ." You should have received a copy of the GNU General Public License" cr ." along with this program; if not, write to the Free Software" cr - ." Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA." cr ; + ." Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA." cr ;