Change program name to MIT/GNU Scheme.
authorChris Hanson <org/chris-hanson/cph>
Fri, 14 Feb 2003 18:30:31 +0000 (18:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 14 Feb 2003 18:30:31 +0000 (18:30 +0000)
1149 files changed:
v7/src/6001/6001.cbf
v7/src/6001/6001.pkg
v7/src/6001/6001.sf
v7/src/6001/arith.scm
v7/src/6001/edextra.scm
v7/src/6001/floppy.scm
v7/src/6001/make.scm
v7/src/6001/nodefs.scm
v7/src/6001/pic-imag.scm
v7/src/6001/pic-ops.scm
v7/src/6001/pic-read.scm
v7/src/6001/pic-reco.scm
v7/src/6001/picture.scm
v7/src/COPYING
v7/src/Clean.sh
v7/src/Makefile.in
v7/src/Makefile.std
v7/src/Setup.sh
v7/src/Tags.sh
v7/src/compiler/Clean.sh
v7/src/compiler/Setup.sh
v7/src/compiler/Stage.sh
v7/src/compiler/Tags.sh
v7/src/compiler/back/asmmac.scm
v7/src/compiler/back/asutl.scm
v7/src/compiler/back/bittop.scm
v7/src/compiler/back/bitutl.scm
v7/src/compiler/back/insseq.scm
v7/src/compiler/back/lapgn1.scm
v7/src/compiler/back/lapgn2.scm
v7/src/compiler/back/lapgn3.scm
v7/src/compiler/back/linear.scm
v7/src/compiler/back/mermap.scm
v7/src/compiler/back/regmap.scm
v7/src/compiler/back/syerly.scm
v7/src/compiler/back/symtab.scm
v7/src/compiler/back/syntax.scm
v7/src/compiler/base/asstop.scm
v7/src/compiler/base/blocks.scm
v7/src/compiler/base/cfg1.scm
v7/src/compiler/base/cfg2.scm
v7/src/compiler/base/cfg3.scm
v7/src/compiler/base/constr.scm
v7/src/compiler/base/contin.scm
v7/src/compiler/base/crsend.scm
v7/src/compiler/base/crstop.scm
v7/src/compiler/base/ctypes.scm
v7/src/compiler/base/debug.scm
v7/src/compiler/base/enumer.scm
v7/src/compiler/base/infnew.scm
v7/src/compiler/base/lvalue.scm
v7/src/compiler/base/macros.scm
v7/src/compiler/base/make.scm
v7/src/compiler/base/mvalue.scm
v7/src/compiler/base/object.scm
v7/src/compiler/base/pmerly.scm
v7/src/compiler/base/pmlook.scm
v7/src/compiler/base/pmpars.scm
v7/src/compiler/base/proced.scm
v7/src/compiler/base/refctx.scm
v7/src/compiler/base/rvalue.scm
v7/src/compiler/base/scode.scm
v7/src/compiler/base/sets.scm
v7/src/compiler/base/subprb.scm
v7/src/compiler/base/switch.scm
v7/src/compiler/base/toplev.scm
v7/src/compiler/base/utils.scm
v7/src/compiler/configure
v7/src/compiler/etc/asm.scm
v7/src/compiler/etc/comcmp.scm
v7/src/compiler/etc/comfiles.scm
v7/src/compiler/etc/disload.scm
v7/src/compiler/etc/stackp.scm
v7/src/compiler/etc/xcbfdir.scm
v7/src/compiler/fggen/canon.scm
v7/src/compiler/fggen/declar.scm
v7/src/compiler/fggen/fggen.scm
v7/src/compiler/fgopt/blktyp.scm
v7/src/compiler/fgopt/closan.scm
v7/src/compiler/fgopt/conect.scm
v7/src/compiler/fgopt/contan.scm
v7/src/compiler/fgopt/delint.scm
v7/src/compiler/fgopt/desenv.scm
v7/src/compiler/fgopt/envopt.scm
v7/src/compiler/fgopt/folcon.scm
v7/src/compiler/fgopt/offset.scm
v7/src/compiler/fgopt/operan.scm
v7/src/compiler/fgopt/order.scm
v7/src/compiler/fgopt/outer.scm
v7/src/compiler/fgopt/param.scm
v7/src/compiler/fgopt/reord.scm
v7/src/compiler/fgopt/reteqv.scm
v7/src/compiler/fgopt/reuse.scm
v7/src/compiler/fgopt/sideff.scm
v7/src/compiler/fgopt/simapp.scm
v7/src/compiler/fgopt/simple.scm
v7/src/compiler/fgopt/subfre.scm
v7/src/compiler/fgopt/varind.scm
v7/src/compiler/machines/C/compiler.cbf
v7/src/compiler/machines/C/compiler.pkg
v7/src/compiler/machines/C/compiler.sf
v7/src/compiler/machines/C/cout.scm
v7/src/compiler/machines/C/ctop.scm
v7/src/compiler/machines/C/cutl.scm
v7/src/compiler/machines/C/decls.scm
v7/src/compiler/machines/C/lapgen.scm
v7/src/compiler/machines/C/machin.scm
v7/src/compiler/machines/C/make.scm
v7/src/compiler/machines/C/rgspcm.scm
v7/src/compiler/machines/C/rules1.scm
v7/src/compiler/machines/C/rules2.scm
v7/src/compiler/machines/C/rules3.scm
v7/src/compiler/machines/C/rules4.scm
v7/src/compiler/machines/C/rulfix.scm
v7/src/compiler/machines/C/rulflo.scm
v7/src/compiler/machines/C/rulrew.scm
v7/src/compiler/machines/alpha/assmd.scm
v7/src/compiler/machines/alpha/coerce.scm
v7/src/compiler/machines/alpha/compiler.cbf
v7/src/compiler/machines/alpha/compiler.pkg
v7/src/compiler/machines/alpha/compiler.sf
v7/src/compiler/machines/alpha/dassm1.scm
v7/src/compiler/machines/alpha/dassm2.scm
v7/src/compiler/machines/alpha/dassm3.scm
v7/src/compiler/machines/alpha/decls.scm
v7/src/compiler/machines/alpha/inerly.scm
v7/src/compiler/machines/alpha/insmac.scm
v7/src/compiler/machines/alpha/instr1.scm
v7/src/compiler/machines/alpha/instr2.scm
v7/src/compiler/machines/alpha/instr3.scm
v7/src/compiler/machines/alpha/lapgen.scm
v7/src/compiler/machines/alpha/lapopt.scm
v7/src/compiler/machines/alpha/machin.scm
v7/src/compiler/machines/alpha/make.scm
v7/src/compiler/machines/alpha/rgspcm.scm
v7/src/compiler/machines/alpha/rules1.scm
v7/src/compiler/machines/alpha/rules2.scm
v7/src/compiler/machines/alpha/rules3.scm
v7/src/compiler/machines/alpha/rules4.scm
v7/src/compiler/machines/alpha/rulfix.scm
v7/src/compiler/machines/alpha/rulflo.scm
v7/src/compiler/machines/alpha/rulrew.scm
v7/src/compiler/machines/bobcat/assmd.scm
v7/src/compiler/machines/bobcat/coerce.scm
v7/src/compiler/machines/bobcat/compiler.cbf
v7/src/compiler/machines/bobcat/compiler.pkg
v7/src/compiler/machines/bobcat/compiler.sf
v7/src/compiler/machines/bobcat/dassm1.scm
v7/src/compiler/machines/bobcat/dassm2.scm
v7/src/compiler/machines/bobcat/dassm3.scm
v7/src/compiler/machines/bobcat/decls.scm
v7/src/compiler/machines/bobcat/flinstr1.scm
v7/src/compiler/machines/bobcat/flinstr2.scm
v7/src/compiler/machines/bobcat/inerly.scm
v7/src/compiler/machines/bobcat/insmac.scm
v7/src/compiler/machines/bobcat/instr1.scm
v7/src/compiler/machines/bobcat/instr2.scm
v7/src/compiler/machines/bobcat/instr3.scm
v7/src/compiler/machines/bobcat/instr4.scm
v7/src/compiler/machines/bobcat/insutl.scm
v7/src/compiler/machines/bobcat/lapgen.scm
v7/src/compiler/machines/bobcat/lapopt.scm
v7/src/compiler/machines/bobcat/machin.scm
v7/src/compiler/machines/bobcat/make.scm-68020
v7/src/compiler/machines/bobcat/make.scm-68040
v7/src/compiler/machines/bobcat/mc68ktgl.scm
v7/src/compiler/machines/bobcat/rgspcm.scm
v7/src/compiler/machines/bobcat/rules1.scm
v7/src/compiler/machines/bobcat/rules2.scm
v7/src/compiler/machines/bobcat/rules3.scm
v7/src/compiler/machines/bobcat/rules4.scm
v7/src/compiler/machines/bobcat/rulrew.scm
v7/src/compiler/machines/i386/assmd.scm
v7/src/compiler/machines/i386/coerce.scm
v7/src/compiler/machines/i386/compiler.cbf
v7/src/compiler/machines/i386/compiler.pkg
v7/src/compiler/machines/i386/compiler.sf
v7/src/compiler/machines/i386/dassm1.scm
v7/src/compiler/machines/i386/dassm2.scm
v7/src/compiler/machines/i386/dassm3.scm
v7/src/compiler/machines/i386/decls.scm
v7/src/compiler/machines/i386/inerly.scm
v7/src/compiler/machines/i386/insmac.scm
v7/src/compiler/machines/i386/instr1.scm
v7/src/compiler/machines/i386/instr2.scm
v7/src/compiler/machines/i386/instrf.scm
v7/src/compiler/machines/i386/insutl.scm
v7/src/compiler/machines/i386/lapgen.scm
v7/src/compiler/machines/i386/lapopt.scm
v7/src/compiler/machines/i386/machin.scm
v7/src/compiler/machines/i386/make.scm
v7/src/compiler/machines/i386/pc-make.scm
v7/src/compiler/machines/i386/rgspcm.scm
v7/src/compiler/machines/i386/rules1.scm
v7/src/compiler/machines/i386/rules2.scm
v7/src/compiler/machines/i386/rules3.scm
v7/src/compiler/machines/i386/rules4.scm
v7/src/compiler/machines/i386/rulfix.scm
v7/src/compiler/machines/i386/rulflo.scm
v7/src/compiler/machines/i386/rulrew.scm
v7/src/compiler/machines/mips/assmd.scm
v7/src/compiler/machines/mips/coerce.scm
v7/src/compiler/machines/mips/compiler.cbf
v7/src/compiler/machines/mips/compiler.pkg
v7/src/compiler/machines/mips/compiler.sf-big
v7/src/compiler/machines/mips/compiler.sf-little
v7/src/compiler/machines/mips/dassm1.scm
v7/src/compiler/machines/mips/dassm2.scm
v7/src/compiler/machines/mips/dassm3.scm
v7/src/compiler/machines/mips/decls.scm
v7/src/compiler/machines/mips/inerly.scm
v7/src/compiler/machines/mips/insmac.scm
v7/src/compiler/machines/mips/instr1.scm
v7/src/compiler/machines/mips/instr2a.scm
v7/src/compiler/machines/mips/instr2b.scm
v7/src/compiler/machines/mips/instr3.scm
v7/src/compiler/machines/mips/lapgen.scm
v7/src/compiler/machines/mips/lapopt.scm
v7/src/compiler/machines/mips/machin.scm
v7/src/compiler/machines/mips/make.scm-big
v7/src/compiler/machines/mips/make.scm-little
v7/src/compiler/machines/mips/mips.scm
v7/src/compiler/machines/mips/rgspcm.scm
v7/src/compiler/machines/mips/rules1.scm
v7/src/compiler/machines/mips/rules2.scm
v7/src/compiler/machines/mips/rules3.scm
v7/src/compiler/machines/mips/rules4.scm
v7/src/compiler/machines/mips/rulfix.scm
v7/src/compiler/machines/mips/rulflo.scm
v7/src/compiler/machines/mips/rulrew.scm
v7/src/compiler/machines/sparc/assmd.scm
v7/src/compiler/machines/sparc/cf.h-sparc
v7/src/compiler/machines/sparc/cmpaux-sparc.m4
v7/src/compiler/machines/sparc/cmpint-sparc.h
v7/src/compiler/machines/sparc/coerce.scm
v7/src/compiler/machines/sparc/decls.scm
v7/src/compiler/machines/sparc/inerly.scm
v7/src/compiler/machines/sparc/insmac.scm
v7/src/compiler/machines/sparc/instr1.scm
v7/src/compiler/machines/sparc/instr2a.scm
v7/src/compiler/machines/sparc/instr2b.scm
v7/src/compiler/machines/sparc/instr3.scm
v7/src/compiler/machines/sparc/lapgen.scm
v7/src/compiler/machines/sparc/lapopt.scm
v7/src/compiler/machines/sparc/machin.scm
v7/src/compiler/machines/sparc/make.scm
v7/src/compiler/machines/sparc/rgspcm.scm
v7/src/compiler/machines/sparc/rules1.scm
v7/src/compiler/machines/sparc/rules2.scm
v7/src/compiler/machines/sparc/rules3.scm
v7/src/compiler/machines/sparc/rules4.scm
v7/src/compiler/machines/sparc/rulfix.scm
v7/src/compiler/machines/sparc/rulflo.scm
v7/src/compiler/machines/sparc/rulrew.scm
v7/src/compiler/machines/spectrum/assmd.scm
v7/src/compiler/machines/spectrum/coerce.scm
v7/src/compiler/machines/spectrum/compiler.cbf
v7/src/compiler/machines/spectrum/compiler.pkg
v7/src/compiler/machines/spectrum/compiler.sf
v7/src/compiler/machines/spectrum/dassm1.scm
v7/src/compiler/machines/spectrum/dassm2.scm
v7/src/compiler/machines/spectrum/dassm3.scm
v7/src/compiler/machines/spectrum/decls.scm
v7/src/compiler/machines/spectrum/inerly.scm
v7/src/compiler/machines/spectrum/insmac.scm
v7/src/compiler/machines/spectrum/instr1.scm
v7/src/compiler/machines/spectrum/instr2.scm
v7/src/compiler/machines/spectrum/instr3.scm
v7/src/compiler/machines/spectrum/lapgen.scm
v7/src/compiler/machines/spectrum/lapopt.scm
v7/src/compiler/machines/spectrum/machin.scm
v7/src/compiler/machines/spectrum/make.scm
v7/src/compiler/machines/spectrum/rgspcm.scm
v7/src/compiler/machines/spectrum/rules1.scm
v7/src/compiler/machines/spectrum/rules2.scm
v7/src/compiler/machines/spectrum/rules3.scm
v7/src/compiler/machines/spectrum/rules4.scm
v7/src/compiler/machines/spectrum/rulfix.scm
v7/src/compiler/machines/spectrum/rulflo.scm
v7/src/compiler/machines/spectrum/rulrew.scm
v7/src/compiler/machines/vax/assmd.scm
v7/src/compiler/machines/vax/coerce.scm
v7/src/compiler/machines/vax/compiler.cbf
v7/src/compiler/machines/vax/compiler.pkg
v7/src/compiler/machines/vax/compiler.sf
v7/src/compiler/machines/vax/dassm1.scm
v7/src/compiler/machines/vax/dassm2.scm
v7/src/compiler/machines/vax/dassm3.scm
v7/src/compiler/machines/vax/decls.scm
v7/src/compiler/machines/vax/dsyn.scm
v7/src/compiler/machines/vax/inerly.scm
v7/src/compiler/machines/vax/insmac.scm
v7/src/compiler/machines/vax/instr1.scm
v7/src/compiler/machines/vax/instr2.scm
v7/src/compiler/machines/vax/instr3.scm
v7/src/compiler/machines/vax/insutl.scm
v7/src/compiler/machines/vax/lapgen.scm
v7/src/compiler/machines/vax/lapopt.scm
v7/src/compiler/machines/vax/machin.scm
v7/src/compiler/machines/vax/make.scm
v7/src/compiler/machines/vax/rgspcm.scm
v7/src/compiler/machines/vax/rules1.scm
v7/src/compiler/machines/vax/rules2.scm
v7/src/compiler/machines/vax/rules3.scm
v7/src/compiler/machines/vax/rules4.scm
v7/src/compiler/machines/vax/rulfix.scm
v7/src/compiler/machines/vax/rulrew.scm
v7/src/compiler/rtlbase/regset.scm
v7/src/compiler/rtlbase/rgraph.scm
v7/src/compiler/rtlbase/rtlcfg.scm
v7/src/compiler/rtlbase/rtlcon.scm
v7/src/compiler/rtlbase/rtlexp.scm
v7/src/compiler/rtlbase/rtline.scm
v7/src/compiler/rtlbase/rtlobj.scm
v7/src/compiler/rtlbase/rtlreg.scm
v7/src/compiler/rtlbase/rtlty1.scm
v7/src/compiler/rtlbase/rtlty2.scm
v7/src/compiler/rtlbase/valclass.scm
v7/src/compiler/rtlgen/fndblk.scm
v7/src/compiler/rtlgen/fndvar.scm
v7/src/compiler/rtlgen/opncod.scm
v7/src/compiler/rtlgen/rgcomb.scm
v7/src/compiler/rtlgen/rgproc.scm
v7/src/compiler/rtlgen/rgretn.scm
v7/src/compiler/rtlgen/rgrval.scm
v7/src/compiler/rtlgen/rgstmt.scm
v7/src/compiler/rtlgen/rtlgen.scm
v7/src/compiler/rtlopt/ralloc.scm
v7/src/compiler/rtlopt/rcompr.scm
v7/src/compiler/rtlopt/rcse1.scm
v7/src/compiler/rtlopt/rcse2.scm
v7/src/compiler/rtlopt/rcseep.scm
v7/src/compiler/rtlopt/rcseht.scm
v7/src/compiler/rtlopt/rcserq.scm
v7/src/compiler/rtlopt/rcsesr.scm
v7/src/compiler/rtlopt/rdebug.scm
v7/src/compiler/rtlopt/rdflow.scm
v7/src/compiler/rtlopt/rerite.scm
v7/src/compiler/rtlopt/rinvex.scm
v7/src/compiler/rtlopt/rlife.scm
v7/src/compiler/rtlopt/rtlcsm.scm
v7/src/configure.in
v7/src/cref/Makefile.in
v7/src/cref/anfile.scm
v7/src/cref/conpkg.scm
v7/src/cref/cref.cbf
v7/src/cref/cref.pkg
v7/src/cref/cref.sf
v7/src/cref/forpkg.scm
v7/src/cref/make.scm
v7/src/cref/mset.scm
v7/src/cref/object.scm
v7/src/cref/redpkg.scm
v7/src/cref/toplev.scm
v7/src/cref/triv.pkg
v7/src/edwin/Clean.sh
v7/src/edwin/Makefile.in
v7/src/edwin/abbrev.scm
v7/src/edwin/ansi.scm
v7/src/edwin/argred.scm
v7/src/edwin/artdebug.scm
v7/src/edwin/autold.scm
v7/src/edwin/autosv.scm
v7/src/edwin/basic.scm
v7/src/edwin/bios.scm
v7/src/edwin/bufcom.scm
v7/src/edwin/buffer.scm
v7/src/edwin/buffrm.scm
v7/src/edwin/bufinp.scm
v7/src/edwin/bufmnu.scm
v7/src/edwin/bufout.scm
v7/src/edwin/bufset.scm
v7/src/edwin/bufwfs.scm
v7/src/edwin/bufwin.scm
v7/src/edwin/bufwiu.scm
v7/src/edwin/bufwmc.scm
v7/src/edwin/c-mode.scm
v7/src/edwin/calias.scm
v7/src/edwin/cinden.scm
v7/src/edwin/class.scm
v7/src/edwin/clscon.scm
v7/src/edwin/clsmac.scm
v7/src/edwin/comatch.scm
v7/src/edwin/comhst.scm
v7/src/edwin/comint.scm
v7/src/edwin/comman.scm
v7/src/edwin/compile.scm
v7/src/edwin/comred.scm
v7/src/edwin/comtab.scm
v7/src/edwin/comwin.scm
v7/src/edwin/curren.scm
v7/src/edwin/dabbrev.scm
v7/src/edwin/debian-changelog.scm
v7/src/edwin/debug.scm
v7/src/edwin/debuge.scm
v7/src/edwin/decls.scm
v7/src/edwin/dired.scm
v7/src/edwin/diros2.scm
v7/src/edwin/dirunx.scm
v7/src/edwin/dirw32.scm
v7/src/edwin/display.scm
v7/src/edwin/docstr.scm
v7/src/edwin/dos.scm
v7/src/edwin/doscom.scm
v7/src/edwin/dosfile.scm
v7/src/edwin/dosproc.scm
v7/src/edwin/dosshell.scm
v7/src/edwin/ed-ffi.scm
v7/src/edwin/editor.scm
v7/src/edwin/edtfrm.scm
v7/src/edwin/edtstr.scm
v7/src/edwin/edwin.cbf
v7/src/edwin/edwin.ldr
v7/src/edwin/edwin.pkg
v7/src/edwin/edwin.sf
v7/src/edwin/evlcom.scm
v7/src/edwin/eystep.scm
v7/src/edwin/filcom.scm
v7/src/edwin/fileio.scm
v7/src/edwin/fill.scm
v7/src/edwin/grpops.scm
v7/src/edwin/hlpcom.scm
v7/src/edwin/htmlmode.scm
v7/src/edwin/image.scm
v7/src/edwin/info.scm
v7/src/edwin/input.scm
v7/src/edwin/intmod.scm
v7/src/edwin/iserch.scm
v7/src/edwin/javamode.scm
v7/src/edwin/key-w32.scm
v7/src/edwin/key-x11.scm
v7/src/edwin/keymap.scm
v7/src/edwin/keyparse.scm
v7/src/edwin/kilcom.scm
v7/src/edwin/kmacro.scm
v7/src/edwin/lincom.scm
v7/src/edwin/linden.scm
v7/src/edwin/loadef.scm
v7/src/edwin/lspcom.scm
v7/src/edwin/macros.scm
v7/src/edwin/make.scm
v7/src/edwin/malias.scm
v7/src/edwin/manual.scm
v7/src/edwin/midas.scm
v7/src/edwin/modefs.scm
v7/src/edwin/modes.scm
v7/src/edwin/modlin.scm
v7/src/edwin/modwin.scm
v7/src/edwin/motcom.scm
v7/src/edwin/motion.scm
v7/src/edwin/mousecom.scm
v7/src/edwin/nntp.scm
v7/src/edwin/notify.scm
v7/src/edwin/nvector.scm
v7/src/edwin/occur.scm
v7/src/edwin/os2.scm
v7/src/edwin/os2com.scm
v7/src/edwin/os2term.scm
v7/src/edwin/outline.scm
v7/src/edwin/pasmod.scm
v7/src/edwin/paths.scm
v7/src/edwin/print.scm
v7/src/edwin/process.scm
v7/src/edwin/prompt.scm
v7/src/edwin/pwedit.scm
v7/src/edwin/pwparse.scm
v7/src/edwin/rcsparse.scm
v7/src/edwin/reccom.scm
v7/src/edwin/regcom.scm
v7/src/edwin/regexp.scm
v7/src/edwin/regops.scm
v7/src/edwin/rename.scm
v7/src/edwin/replaz.scm
v7/src/edwin/rfc822.scm
v7/src/edwin/ring.scm
v7/src/edwin/rmail.scm
v7/src/edwin/rmailsrt.scm
v7/src/edwin/rmailsum.scm
v7/src/edwin/schmod.scm
v7/src/edwin/scrcom.scm
v7/src/edwin/screen.scm
v7/src/edwin/search.scm
v7/src/edwin/sendmail.scm
v7/src/edwin/sercom.scm
v7/src/edwin/shell.scm
v7/src/edwin/simple.scm
v7/src/edwin/snr.scm
v7/src/edwin/sort.scm
v7/src/edwin/strpad.scm
v7/src/edwin/strtab.scm
v7/src/edwin/struct.scm
v7/src/edwin/syntax.scm
v7/src/edwin/tagutl.scm
v7/src/edwin/techinfo.scm
v7/src/edwin/telnet.scm
v7/src/edwin/termcap.scm
v7/src/edwin/texcom.scm
v7/src/edwin/things.scm
v7/src/edwin/tparse.scm
v7/src/edwin/tterm.scm
v7/src/edwin/tximod.scm
v7/src/edwin/txtprp.scm
v7/src/edwin/undo.scm
v7/src/edwin/unix.scm
v7/src/edwin/utils.scm
v7/src/edwin/utlwin.scm
v7/src/edwin/vc.scm
v7/src/edwin/verilog.scm
v7/src/edwin/vhdl.scm
v7/src/edwin/webster.scm
v7/src/edwin/win32.scm
v7/src/edwin/win32com.scm
v7/src/edwin/wincom.scm
v7/src/edwin/window.scm
v7/src/edwin/winout.scm
v7/src/edwin/winren.scm
v7/src/edwin/xcom.scm
v7/src/edwin/xform.scm
v7/src/edwin/xmodef.scm
v7/src/edwin/xterm.scm
v7/src/etc/Clean.sh
v7/src/etc/Setup.sh
v7/src/etc/Stage.sh
v7/src/etc/Tags.sh
v7/src/etc/build-bands.sh
v7/src/etc/compile.scm
v7/src/etc/compile.sh
v7/src/etc/functions.sh
v7/src/etc/optiondb.scm
v7/src/imail/Makefile.in
v7/src/imail/compile.scm
v7/src/imail/ed-ffi.scm
v7/src/imail/imail-browser.scm
v7/src/imail/imail-core.scm
v7/src/imail/imail-file.scm
v7/src/imail/imail-imap.scm
v7/src/imail/imail-rmail.scm
v7/src/imail/imail-summary.scm
v7/src/imail/imail-top.scm
v7/src/imail/imail-umail.scm
v7/src/imail/imail-util.scm
v7/src/imail/imail.pkg
v7/src/imail/imap-response.scm
v7/src/imail/imap-syntax.scm
v7/src/imail/load.scm
v7/src/imail/print.sh
v7/src/microcode/Clean.sh
v7/src/microcode/Setup.sh
v7/src/microcode/acconfig.h
v7/src/microcode/array.c
v7/src/microcode/array.h
v7/src/microcode/artutl.c
v7/src/microcode/avltree.c
v7/src/microcode/avltree.h
v7/src/microcode/bchdmp.c
v7/src/microcode/bchdrn.c
v7/src/microcode/bchdrn.h
v7/src/microcode/bchgcc.h
v7/src/microcode/bchgcl.c
v7/src/microcode/bchmmg.c
v7/src/microcode/bchpur.c
v7/src/microcode/bchutl.c
v7/src/microcode/bignmint.h
v7/src/microcode/bignum.c
v7/src/microcode/bignum.h
v7/src/microcode/bigprm.c
v7/src/microcode/bintopsb.c
v7/src/microcode/bitstr.c
v7/src/microcode/bitstr.h
v7/src/microcode/bkpt.c
v7/src/microcode/bkpt.h
v7/src/microcode/bltdef.h
v7/src/microcode/boot.c
v7/src/microcode/breakup.c
v7/src/microcode/char.c
v7/src/microcode/cmpauxmd/asmcvt.c
v7/src/microcode/cmpauxmd/c.c
v7/src/microcode/cmpauxmd/hppa.m4
v7/src/microcode/cmpauxmd/i386.m4
v7/src/microcode/cmpauxmd/m4-dos
v7/src/microcode/cmpauxmd/makefile
v7/src/microcode/cmpauxmd/mc68k.m4
v7/src/microcode/cmpauxmd/mips.m4
v7/src/microcode/cmpauxmd/vax.m4
v7/src/microcode/cmpgc.h
v7/src/microcode/cmpint.c
v7/src/microcode/cmpint.h
v7/src/microcode/cmpintmd/c.h
v7/src/microcode/cmpintmd/hppa.h
v7/src/microcode/cmpintmd/i386.h
v7/src/microcode/cmpintmd/mc68k.h
v7/src/microcode/cmpintmd/mips.h
v7/src/microcode/cmpintmd/vax.h
v7/src/microcode/cmptype.h
v7/src/microcode/comlin.c
v7/src/microcode/comlin.h
v7/src/microcode/compinit.c
v7/src/microcode/comutl.c
v7/src/microcode/configure.in
v7/src/microcode/confshared.h
v7/src/microcode/const.h
v7/src/microcode/copyrigh.c
v7/src/microcode/critsec.h
v7/src/microcode/daemon.c
v7/src/microcode/debug.c
v7/src/microcode/default.h
v7/src/microcode/dfloat.c
v7/src/microcode/dmpwrld.c
v7/src/microcode/dstack.h
v7/src/microcode/dump.c
v7/src/microcode/edwin.h
v7/src/microcode/error.c
v7/src/microcode/errors.h
v7/src/microcode/extern.c
v7/src/microcode/extern.h
v7/src/microcode/fasdump.c
v7/src/microcode/fasl.h
v7/src/microcode/fasload.c
v7/src/microcode/fft.c
v7/src/microcode/fhooks.c
v7/src/microcode/findprim.c
v7/src/microcode/fixnum.c
v7/src/microcode/fixobj.h
v7/src/microcode/flonum.c
v7/src/microcode/foreign.c
v7/src/microcode/foreign.h
v7/src/microcode/future.c
v7/src/microcode/futures.h
v7/src/microcode/gc.h
v7/src/microcode/gccode.h
v7/src/microcode/gcloop.c
v7/src/microcode/gctype.c
v7/src/microcode/generic.c
v7/src/microcode/gpio.c
v7/src/microcode/history.h
v7/src/microcode/hooks.c
v7/src/microcode/hppacach.c
v7/src/microcode/hppacach.h
v7/src/microcode/hppanwca.c
v7/src/microcode/hunk.c
v7/src/microcode/image.c
v7/src/microcode/image.h
v7/src/microcode/intercom.c
v7/src/microcode/intern.c
v7/src/microcode/interp.c
v7/src/microcode/interp.h
v7/src/microcode/intext.c
v7/src/microcode/intext.h
v7/src/microcode/intprm.c
v7/src/microcode/intrpt.h
v7/src/microcode/liarc.h
v7/src/microcode/list.c
v7/src/microcode/load.c
v7/src/microcode/locks.h
v7/src/microcode/lookprm.c
v7/src/microcode/lookup.c
v7/src/microcode/lookup.h
v7/src/microcode/makegen/Makefile.in.in
v7/src/microcode/makegen/files-core.scm
v7/src/microcode/makegen/files-gc-bch.scm
v7/src/microcode/makegen/files-gc-std.scm
v7/src/microcode/makegen/files-optional.scm
v7/src/microcode/makegen/files-os-prim.scm
v7/src/microcode/makegen/files-other.scm
v7/src/microcode/makegen/files-unix.scm
v7/src/microcode/makegen/m4.sh
v7/src/microcode/makegen/makegen.scm
v7/src/microcode/makegen/makeinit.sh
v7/src/microcode/memmag.c
v7/src/microcode/memmag.h
v7/src/microcode/missing.c
v7/src/microcode/mul.c
v7/src/microcode/nt.h
v7/src/microcode/ntapi.h
v7/src/microcode/ntasutl.asm
v7/src/microcode/ntenv.c
v7/src/microcode/ntfile.c
v7/src/microcode/ntfs.c
v7/src/microcode/ntfs.h
v7/src/microcode/ntgui.c
v7/src/microcode/ntgui.h
v7/src/microcode/ntio.c
v7/src/microcode/ntio.h
v7/src/microcode/ntproc.c
v7/src/microcode/ntproc.h
v7/src/microcode/ntscmlib.h
v7/src/microcode/ntscreen.c
v7/src/microcode/ntscreen.h
v7/src/microcode/ntsig.c
v7/src/microcode/ntsock.c
v7/src/microcode/ntsys.c
v7/src/microcode/ntsys.h
v7/src/microcode/ntterm.h
v7/src/microcode/nttop.c
v7/src/microcode/nttop.h
v7/src/microcode/nttrap.c
v7/src/microcode/nttrap.h
v7/src/microcode/nttterm.c
v7/src/microcode/nttty.c
v7/src/microcode/ntutl/bch-p-nt.lst
v7/src/microcode/ntutl/config.h
v7/src/microcode/ntutl/makefile
v7/src/microcode/ntutl/makefile.wcc
v7/src/microcode/ntutl/scheme16.c
v7/src/microcode/ntutl/scheme31.c
v7/src/microcode/ntutl/scheme32.c
v7/src/microcode/ntutl/scm-p-nt.lst
v7/src/microcode/object.h
v7/src/microcode/option.c
v7/src/microcode/option.h
v7/src/microcode/os.h
v7/src/microcode/os2.c
v7/src/microcode/os2.h
v7/src/microcode/os2api.h
v7/src/microcode/os2conio.c
v7/src/microcode/os2cthrd.c
v7/src/microcode/os2cthrd.h
v7/src/microcode/os2ctty.c
v7/src/microcode/os2ctty.h
v7/src/microcode/os2env.c
v7/src/microcode/os2file.c
v7/src/microcode/os2fs.c
v7/src/microcode/os2io.c
v7/src/microcode/os2io.h
v7/src/microcode/os2msg.c
v7/src/microcode/os2msg.h
v7/src/microcode/os2pipe.c
v7/src/microcode/os2pm.c
v7/src/microcode/os2pm.h
v7/src/microcode/os2pm.scm
v7/src/microcode/os2pmcon.c
v7/src/microcode/os2pmcon.h
v7/src/microcode/os2pmcon.rc
v7/src/microcode/os2proc.c
v7/src/microcode/os2proc.h
v7/src/microcode/os2sock.c
v7/src/microcode/os2term.c
v7/src/microcode/os2thrd.c
v7/src/microcode/os2thrd.h
v7/src/microcode/os2top.c
v7/src/microcode/os2tty.c
v7/src/microcode/os2utl/config.h
v7/src/microcode/os2utl/makefile
v7/src/microcode/os2utl/makefile.cmn
v7/src/microcode/os2utl/makefile.emx
v7/src/microcode/os2utl/makefile.gcc
v7/src/microcode/os2utl/makefile.vac
v7/src/microcode/os2utl/makefile.wcc
v7/src/microcode/os2utl/mkos2pm.scm
v7/src/microcode/os2xcpt.c
v7/src/microcode/osctty.h
v7/src/microcode/osenv.h
v7/src/microcode/osfile.h
v7/src/microcode/osfs.h
v7/src/microcode/osio.h
v7/src/microcode/osproc.h
v7/src/microcode/ospty.h
v7/src/microcode/osscheme.c
v7/src/microcode/osscheme.h
v7/src/microcode/ossig.h
v7/src/microcode/osterm.h
v7/src/microcode/ostop.h
v7/src/microcode/ostty.c
v7/src/microcode/ostty.h
v7/src/microcode/outf.c
v7/src/microcode/outf.h
v7/src/microcode/ppband.c
v7/src/microcode/prbfish.c
v7/src/microcode/prename.h
v7/src/microcode/prgdbm.c
v7/src/microcode/prim.c
v7/src/microcode/prim.h
v7/src/microcode/prims.h
v7/src/microcode/primutl.c
v7/src/microcode/prmcon.c
v7/src/microcode/prmcon.h
v7/src/microcode/prmcrypt.c
v7/src/microcode/prmd5.c
v7/src/microcode/prmhash.c
v7/src/microcode/prntenv.c
v7/src/microcode/prntfs.c
v7/src/microcode/prntio.c
v7/src/microcode/pros2fs.c
v7/src/microcode/pros2io.c
v7/src/microcode/pros2pm.c
v7/src/microcode/prosenv.c
v7/src/microcode/prosfile.c
v7/src/microcode/prosfs.c
v7/src/microcode/prosio.c
v7/src/microcode/prosproc.c
v7/src/microcode/prospty.c
v7/src/microcode/prosterm.c
v7/src/microcode/prostty.c
v7/src/microcode/pruxdld.c
v7/src/microcode/pruxenv.c
v7/src/microcode/pruxfs.c
v7/src/microcode/pruxio.c
v7/src/microcode/pruxsock.c
v7/src/microcode/psbmap.h
v7/src/microcode/psbtobin.c
v7/src/microcode/ptrvec.c
v7/src/microcode/purify.c
v7/src/microcode/purutl.c
v7/src/microcode/regex.c
v7/src/microcode/regex.h
v7/src/microcode/returns.h
v7/src/microcode/rgxprim.c
v7/src/microcode/sample.c
v7/src/microcode/scheme.h
v7/src/microcode/scode.h
v7/src/microcode/sdata.h
v7/src/microcode/sgraph.h
v7/src/microcode/sgraph_a.c
v7/src/microcode/sgx.c
v7/src/microcode/sgx11.c
v7/src/microcode/stack.h
v7/src/microcode/starbase.c
v7/src/microcode/starbasx.c
v7/src/microcode/step.c
v7/src/microcode/storage.c
v7/src/microcode/string.c
v7/src/microcode/syntax.c
v7/src/microcode/syntax.h
v7/src/microcode/syscall.h
v7/src/microcode/sysprim.c
v7/src/microcode/term.c
v7/src/microcode/transact.c
v7/src/microcode/trap.h
v7/src/microcode/tterm.c
v7/src/microcode/types.h
v7/src/microcode/usrdef.h
v7/src/microcode/utabmd.scm
v7/src/microcode/utabmd.sh
v7/src/microcode/utils.c
v7/src/microcode/ux.c
v7/src/microcode/ux.h
v7/src/microcode/uxctty.c
v7/src/microcode/uxenv.c
v7/src/microcode/uxfile.c
v7/src/microcode/uxfs.c
v7/src/microcode/uxio.c
v7/src/microcode/uxio.h
v7/src/microcode/uxproc.c
v7/src/microcode/uxproc.h
v7/src/microcode/uxselect.h
v7/src/microcode/uxsig.c
v7/src/microcode/uxsig.h
v7/src/microcode/uxsock.c
v7/src/microcode/uxsock.h
v7/src/microcode/uxterm.c
v7/src/microcode/uxterm.h
v7/src/microcode/uxtop.c
v7/src/microcode/uxtop.h
v7/src/microcode/uxtrap.c
v7/src/microcode/uxtrap.h
v7/src/microcode/uxtty.c
v7/src/microcode/uxutil.c
v7/src/microcode/uxutil.h
v7/src/microcode/uxyp.c
v7/src/microcode/vector.c
v7/src/microcode/version.h
v7/src/microcode/wabbit.c
v7/src/microcode/wind.c
v7/src/microcode/winder.h
v7/src/microcode/wsize.c
v7/src/microcode/x11.h
v7/src/microcode/x11base.c
v7/src/microcode/x11color.c
v7/src/microcode/x11graph.c
v7/src/microcode/x11term.c
v7/src/microcode/xdebug.c
v7/src/microcode/zones.h
v7/src/pcsample/load.scm
v7/src/pcsample/pcs.cbf
v7/src/pcsample/pcs.pkg
v7/src/pcsample/pcs.sf
v7/src/pcsample/pcsample.c
v7/src/pcsample/pcsample.scm
v7/src/pcsample/pcsboot.scm
v7/src/pcsample/pcscobl.c
v7/src/pcsample/pcscobl.scm
v7/src/pcsample/pcsdisp.scm
v7/src/pcsample/pcsdld.c
v7/src/pcsample/pcsintrp.scm
v7/src/pcsample/pcsiproc.c
v7/src/pcsample/pcsiproc.scm
v7/src/pcsample/pribinut.scm
v7/src/rcs/compile.scm
v7/src/rcs/format.scm
v7/src/rcs/load.scm
v7/src/rcs/logmer.scm
v7/src/rcs/mklogs.scm
v7/src/rcs/nparse.scm
v7/src/rcs/object.scm
v7/src/rcs/rcs.pkg
v7/src/runtime-check/Clean.sh
v7/src/runtime-check/Setup.sh
v7/src/runtime-check/runtime.cbf
v7/src/runtime/Makefile.in
v7/src/runtime/advice.scm
v7/src/runtime/apply.scm
v7/src/runtime/apropos.scm
v7/src/runtime/arith.scm
v7/src/runtime/bitstr.scm
v7/src/runtime/blowfish.scm
v7/src/runtime/boole.scm
v7/src/runtime/boot.scm
v7/src/runtime/char.scm
v7/src/runtime/chrset.scm
v7/src/runtime/chrsyn.scm
v7/src/runtime/codwlk.scm
v7/src/runtime/conpar.scm
v7/src/runtime/contin.scm
v7/src/runtime/cpoint.scm
v7/src/runtime/cpress.scm
v7/src/runtime/crypto.scm
v7/src/runtime/datime.scm
v7/src/runtime/dbgcmd.scm
v7/src/runtime/dbgutl.scm
v7/src/runtime/debug.scm
v7/src/runtime/defstr.scm
v7/src/runtime/dosdir.scm
v7/src/runtime/dosprm.scm
v7/src/runtime/dosproc.scm
v7/src/runtime/dospth.scm
v7/src/runtime/dragon4.scm
v7/src/runtime/ed-ffi.scm
v7/src/runtime/emacs.scm
v7/src/runtime/equals.scm
v7/src/runtime/error.scm
v7/src/runtime/events.scm
v7/src/runtime/fileio.scm
v7/src/runtime/fixart.scm
v7/src/runtime/format.scm
v7/src/runtime/framex.scm
v7/src/runtime/gc.scm
v7/src/runtime/gcdemn.scm
v7/src/runtime/gcfinal.scm
v7/src/runtime/gcnote.scm
v7/src/runtime/gcstat.scm
v7/src/runtime/gdatab.scm
v7/src/runtime/gdbm.scm
v7/src/runtime/gencache.scm
v7/src/runtime/geneqht.scm
v7/src/runtime/generic.scm
v7/src/runtime/genio.scm
v7/src/runtime/genmult.scm
v7/src/runtime/gensym.scm
v7/src/runtime/gentag.scm
v7/src/runtime/global.scm
v7/src/runtime/graphics.scm
v7/src/runtime/hash.scm
v7/src/runtime/hashtb.scm
v7/src/runtime/histry.scm
v7/src/runtime/infstr.scm
v7/src/runtime/infutl.scm
v7/src/runtime/input.scm
v7/src/runtime/intrpt.scm
v7/src/runtime/io.scm
v7/src/runtime/krypt.scm
v7/src/runtime/kryptdum.scm
v7/src/runtime/lambda.scm
v7/src/runtime/lambdx.scm
v7/src/runtime/list.scm
v7/src/runtime/load.scm
v7/src/runtime/make.scm
v7/src/runtime/mime-codec.scm
v7/src/runtime/mit-syntax.scm
v7/src/runtime/msort.scm
v7/src/runtime/ntdir.scm
v7/src/runtime/ntprm.scm
v7/src/runtime/numint.scm
v7/src/runtime/numpar.scm
v7/src/runtime/option.scm
v7/src/runtime/optiondb.scm
v7/src/runtime/ordvec.scm
v7/src/runtime/os2ctype.scm
v7/src/runtime/os2dir.scm
v7/src/runtime/os2graph.scm
v7/src/runtime/os2prm.scm
v7/src/runtime/os2winp.scm
v7/src/runtime/output.scm
v7/src/runtime/packag.scm
v7/src/runtime/parse.scm
v7/src/runtime/parser-buffer.scm
v7/src/runtime/partab.scm
v7/src/runtime/pathnm.scm
v7/src/runtime/poplat.scm
v7/src/runtime/port.scm
v7/src/runtime/pp.scm
v7/src/runtime/prgcop.scm
v7/src/runtime/process.scm
v7/src/runtime/prop1d.scm
v7/src/runtime/prop2d.scm
v7/src/runtime/qsort.scm
v7/src/runtime/queue.scm
v7/src/runtime/random.scm
v7/src/runtime/rbtree.scm
v7/src/runtime/record.scm
v7/src/runtime/recslot.scm
v7/src/runtime/regexp.scm
v7/src/runtime/rep.scm
v7/src/runtime/rexp.scm
v7/src/runtime/rgxcmp.scm
v7/src/runtime/runtime.cbf
v7/src/runtime/runtime.pkg
v7/src/runtime/runtime.sf
v7/src/runtime/savres.scm
v7/src/runtime/scan.scm
v7/src/runtime/scode.scm
v7/src/runtime/scomb.scm
v7/src/runtime/sdata.scm
v7/src/runtime/sfile.scm
v7/src/runtime/site.scm.dos
v7/src/runtime/site.scm.unix
v7/src/runtime/socket.scm
v7/src/runtime/starbase.scm
v7/src/runtime/stream.scm
v7/src/runtime/string.scm
v7/src/runtime/strnin.scm
v7/src/runtime/strott.scm
v7/src/runtime/strout.scm
v7/src/runtime/symbol.scm
v7/src/runtime/syncproc.scm
v7/src/runtime/syntactic-closures.scm
v7/src/runtime/syntax-check.scm
v7/src/runtime/syntax-output.scm
v7/src/runtime/syntax-rules.scm
v7/src/runtime/syntax-transforms.scm
v7/src/runtime/sysclk.scm
v7/src/runtime/sysmac.scm
v7/src/runtime/system.scm
v7/src/runtime/thread.scm
v7/src/runtime/tscript.scm
v7/src/runtime/ttyio.scm
v7/src/runtime/tvector.scm
v7/src/runtime/udata.scm
v7/src/runtime/uenvir.scm
v7/src/runtime/uerror.scm
v7/src/runtime/unicode.scm
v7/src/runtime/unpars.scm
v7/src/runtime/unsyn.scm
v7/src/runtime/unxdir.scm
v7/src/runtime/unxprm.scm
v7/src/runtime/unxpth.scm
v7/src/runtime/uproc.scm
v7/src/runtime/url.scm
v7/src/runtime/urtrap.scm
v7/src/runtime/usrint.scm
v7/src/runtime/utabs.scm
v7/src/runtime/vector.scm
v7/src/runtime/version.scm
v7/src/runtime/where.scm
v7/src/runtime/wind.scm
v7/src/runtime/wrkdir.scm
v7/src/runtime/wttree.scm
v7/src/runtime/x11graph.scm
v7/src/runtime/xeval.scm
v7/src/runtime/ystep.scm
v7/src/sf/butils.scm
v7/src/sf/cgen.scm
v7/src/sf/chtype.scm
v7/src/sf/copy.scm
v7/src/sf/emodel.scm
v7/src/sf/free.scm
v7/src/sf/gconst.scm
v7/src/sf/gimprt.scm
v7/src/sf/lsets.scm
v7/src/sf/make.scm
v7/src/sf/object.scm
v7/src/sf/pardec.scm
v7/src/sf/pthmap.scm
v7/src/sf/reduct.scm
v7/src/sf/sf.cbf
v7/src/sf/sf.pkg
v7/src/sf/sf.sf
v7/src/sf/subst.scm
v7/src/sf/table.scm
v7/src/sf/tables.scm
v7/src/sf/toplev.scm
v7/src/sf/usicon.scm
v7/src/sf/usiexp.scm
v7/src/sf/xform.scm
v7/src/sicp/compat.scm
v7/src/sicp/genenv.scm
v7/src/sicp/graphics.scm
v7/src/sicp/sbuild.scm
v7/src/sicp/stream.scm
v7/src/sicp/strmac.scm
v7/src/sicp/studen.scm
v7/src/sos/Makefile.in
v7/src/sos/class.scm
v7/src/sos/compile.scm
v7/src/sos/ed-ffi.scm
v7/src/sos/instance.scm
v7/src/sos/load.scm
v7/src/sos/macros.scm
v7/src/sos/method.scm
v7/src/sos/microbench.scm
v7/src/sos/printer.scm
v7/src/sos/slot.scm
v7/src/sos/sos.pkg
v7/src/star-parser/Makefile.in
v7/src/star-parser/compile.scm
v7/src/star-parser/ed-ffi.scm
v7/src/star-parser/load.scm
v7/src/star-parser/matcher.scm
v7/src/star-parser/parser.pkg
v7/src/star-parser/parser.scm
v7/src/star-parser/shared.scm
v7/src/star-parser/test-parser.scm
v7/src/swat/scheme/swat.sf
v7/src/wabbit/load.scm
v7/src/wabbit/wabbit.cbf
v7/src/wabbit/wabbit.pkg
v7/src/wabbit/wabbit.scm
v7/src/wabbit/wabbit.sf
v7/src/win32/clipbrd.scm
v7/src/win32/dib.scm
v7/src/win32/dibutils/dibutils.c
v7/src/win32/dibutils/dibutils.def
v7/src/win32/dibutils/dibutils.h
v7/src/win32/dibutils/makefile.msc
v7/src/win32/dibutils/makefile.wcc
v7/src/win32/ffimacro.scm
v7/src/win32/graphics.scm
v7/src/win32/make.scm
v7/src/win32/module.scm
v7/src/win32/protect.scm
v7/src/win32/wf_user.scm
v7/src/win32/win32.cbf
v7/src/win32/win32.pkg
v7/src/win32/win32.sf
v7/src/win32/win_ffi.scm
v7/src/win32/wingdi.scm
v7/src/win32/winnt.scm
v7/src/win32/winuser.scm
v7/src/win32/wt_user.scm
v7/src/xml/Makefile.in
v7/src/xml/compile.scm
v7/src/xml/ed-ffi.scm
v7/src/xml/load.scm
v7/src/xml/parser-macro.scm
v7/src/xml/test-parser.scm
v7/src/xml/xml-chars.scm
v7/src/xml/xml-output.scm
v7/src/xml/xml-parser.scm
v7/src/xml/xml-struct.scm
v7/src/xml/xml.pkg

index f0af288ae1b26ce9fcd683c16a1fe8ff1e39cb1a..17bcadbede74f9a27733489a836a478ee33ec8f9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: 6001.cbf,v 1.8 2002/11/20 19:45:46 cph Exp $
+$Id: 6001.cbf,v 1.9 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a1d9cb27b8da1b0c97e53ab0363939e413e0f7c4..f5b00c16693649bd89fd52fa60f609d11becc979 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: 6001.pkg,v 1.15 2002/11/20 19:45:46 cph Exp $
+$Id: 6001.pkg,v 1.16 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 86379d04d43f6d919ebf8eda5da8cc907253dc4e..d2a1641ddb11a783b4f580fd1cc8f56b5d56e937 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: 6001.sf,v 1.14 2002/11/20 19:45:46 cph Exp $
+$Id: 6001.sf,v 1.15 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2efedaf3582dbc0034db9346b7af6adb23eec334..f12136a9678b65606b9509860413bb0a1231884a 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: arith.scm,v 1.12 2003/02/13 05:07:46 cph Exp $
+$Id: arith.scm,v 1.13 2003/02/14 18:28:00 cph Exp $
 
 Copyright 1989,1991,1992,1993,1995,2001 Massachusetts Institute of Technology
 Copyright 2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 298113efdbb52f28947a5a02c4287243e028279b..c6b2a712e7732e793d63756a1d8e319b4020e969 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: edextra.scm,v 1.35 2002/12/27 03:48:38 cph Exp $
+$Id: edextra.scm,v 1.36 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1992-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 319877d2a1db242d8e32f16202eac9e9367aef6e..9561fe417b090f072d2e0c0681fb7bb11faf37e7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: floppy.scm,v 1.27 2002/11/20 19:45:46 cph Exp $
+$Id: floppy.scm,v 1.28 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ae8f3b8b2c41e571ad56bcaf88587286ab213bbf..2e89186d446e40ae6023f8879aa4b45b9a26677a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 15.35 2002/11/20 19:45:46 cph Exp $
+$Id: make.scm,v 15.36 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1991-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 23e82abf8237a0de9ba0f59b4b282dcd5c840ee2..afc09aeb118caf33412f6a0fed228236d18312fd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: nodefs.scm,v 1.14 2003/02/13 19:56:06 cph Exp $
+$Id: nodefs.scm,v 1.15 2003/02/14 18:28:00 cph Exp $
 
 Copyright 1991,1992,1993,1995,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 96ce7c656ccd82d2f68ccdb43220ba1c0abd28fb..1173d05ce83bdf453ec1e82ca586a96ecc62ebcd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pic-imag.scm,v 1.11 2002/11/20 19:45:46 cph Exp $
+$Id: pic-imag.scm,v 1.12 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6749a63d8a9835c0ddf3ad7aba30150fe4452c86..8569f7905e2d7ee4d3feb255b696d4d41384d2ca 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pic-ops.scm,v 1.7 2002/11/20 19:45:46 cph Exp $
+$Id: pic-ops.scm,v 1.8 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a238046047027fb7c34577100c974502204d927e..80ce244b8d16fb00a8698753bef48c18c8ae5184 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pic-read.scm,v 1.7 2002/11/20 19:45:46 cph Exp $
+$Id: pic-read.scm,v 1.8 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4604ad9c910d5769f2d6bc569fa60e4afd561844..9458b8ed4657c5b5cc988ec79765c05da9fc0b4e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pic-reco.scm,v 1.9 2002/11/20 19:45:46 cph Exp $
+$Id: pic-reco.scm,v 1.10 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 \f
index 33829a00ecbbba202a88f46543dae7f06dc79d8b..e5f841277ecbd484e3ba29899ff8e8da526e0909 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: picture.scm,v 1.31 2002/11/20 19:45:46 cph Exp $
+$Id: picture.scm,v 1.32 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4868fbfaf3eb2c31051a7698332814cdd742b6dd..046fcc9ca1561b6947e715b099d32dedc6413e96 100644 (file)
@@ -1,14 +1,14 @@
-MIT Scheme is released under the GNU General Public License.
+MIT/GNU Scheme is released under the GNU General Public License.
 
 In addition, as a special exception, the Massachusetts Institute of
-Technology gives permission to link the code of MIT Scheme with
+Technology gives permission to link the code of MIT/GNU Scheme with
 OpenSSL (or with modified versions of OpenSSL that use the same
 license as OpenSSL), and distribute linked combinations including the
 two.  You must obey the GNU General Public License in all respects for
-all of the code used other than OpenSSL.  If you modify MIT Scheme,
-you may extend this exception to your version of the program, but you
-are not obligated to do so.  If you do not wish to do so, delete this
-exception statement from your version.
+all of the code used other than OpenSSL.  If you modify MIT/GNU
+Scheme, you may extend this exception to your version of the program,
+but you are not obligated to do so.  If you do not wish to do so,
+delete this exception statement from your version.
 
 ----------------------------------------------------------------------
 
index 2c71aaa9e760c7d450915f4c0b5a2eae5a9ecdb4..de96f00e8ab46bb3f90b9d69c10c26401cf115bf 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.5 2002/11/20 19:45:46 cph Exp $
+# $Id: Clean.sh,v 1.6 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index af86fa4557789f29fbbc02b0350832036ff88bdf..cac19e518cd07dfbb2860fe1a669ccb4f27532a8 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in,v 1.20 2002/11/20 19:45:46 cph Exp $
+# $Id: Makefile.in,v 1.21 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000-2002 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index bd5fd2c3fe634a5e7a7066907f0bdb565fbe9a46..662c6c7922eace57139a4f5d740bf4e93ff45ea6 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.std,v 1.12 2002/11/20 19:45:46 cph Exp $
+# $Id: Makefile.std,v 1.13 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index dc68ec36c97050ad3e70c61907cf9b1f5f26cac4..f828c317ef4d5f747594d3500eef7aea0153b684 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.8 2002/11/20 19:45:46 cph Exp $
+# $Id: Setup.sh,v 1.9 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index dd22a99352900319b82b80e069b8d5f90ce5c441..0432787e51c19a33d5480958c9d945f26b319935 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Tags.sh,v 1.2 2002/11/20 19:45:46 cph Exp $
+# $Id: Tags.sh,v 1.3 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index d171c5ff083e50dfd3e5a24721e73bbbb4bc1760..afe9bf91cefcae18a94a905d536747c31098c510 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.6 2002/11/20 19:45:46 cph Exp $
+# $Id: Clean.sh,v 1.7 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 4a0d7c1cd690a4c367e7a80a733747cdf4e64a13..060a5a5b591934dd648b22843e1ea33549df4560 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.4 2002/11/20 19:45:46 cph Exp $
+# $Id: Setup.sh,v 1.5 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 51197d55e4072060bc449325facfe865a641956e..74b43b242ae886f31b1212bb75c1064c9f6136fe 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Stage.sh,v 1.3 2002/11/20 19:45:46 cph Exp $
+# $Id: Stage.sh,v 1.4 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 9d10b9744dfad4ed89f88ad64746affad12a9cdb..bff09995d90836f2f1700cd00da88f62b5ba134c 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Tags.sh,v 1.2 2002/11/20 19:45:46 cph Exp $
+# $Id: Tags.sh,v 1.3 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 3945e50efa48d8c17f0874e8fc2938434d4bc565..a24e56de6f88ce7a7cbc4e3692ce2cce332999c7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: asmmac.scm,v 1.18 2002/11/20 19:45:46 cph Exp $
+$Id: asmmac.scm,v 1.19 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1988, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dbcb538f76fc430539f9172f4bba613ce0e65013..580328068fde805d86233d2bd2e554ec5699c7eb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: asutl.scm,v 1.4 2002/11/20 19:45:46 cph Exp $
+$Id: asutl.scm,v 1.5 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7bb7efc83674093f9942bd96a01215d53595215e..fff3fabfb5d4b4e88aacf1b50beee7435251ef75 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bittop.scm,v 1.23 2002/11/20 19:45:46 cph Exp $
+$Id: bittop.scm,v 1.24 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d4c8b4ca8dba41147dda7474d4e54eca75bf3485..7143ceb3190b325e7650537189ac4f8d0c86eb9f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bitutl.scm,v 1.11 2002/11/20 19:45:46 cph Exp $
+$Id: bitutl.scm,v 1.12 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a321e0165f9f6458afe7943f188fb26174dcaa0b..59ec9511780ec4ea7f38ac5241ff2fb48cd1d5e0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insseq.scm,v 4.5 2002/11/20 19:45:46 cph Exp $
+$Id: insseq.scm,v 4.6 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1987, 1988, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b2d72ae0c9b9827cbd50bd1390a6c3bcf795887f..b7806f7a0e169ebcca71f7aec1161334f2e6168f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgn1.scm,v 4.19 2002/11/20 19:45:46 cph Exp $
+$Id: lapgn1.scm,v 4.20 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f3ec541343536fe5fa2724c2dd2ae5150fb4f954..17f833e3e3b012fd2955e2bc288c83da478894c6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgn2.scm,v 1.22 2002/11/20 19:45:47 cph Exp $
+$Id: lapgn2.scm,v 1.23 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b98c74000062788039e56b50d6a728eb12c30e36..68cd9d6b4a20d08338b9ce841d97d7e9f69abb5a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgn3.scm,v 4.16 2002/11/20 19:45:47 cph Exp $
+$Id: lapgn3.scm,v 4.17 2003/02/14 18:28:00 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 53984f1c2b09b6026b6987bd4c12b05e810268b4..2afaca6ede5b4f0f7aeb59f8cd39c6901e56d503 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: linear.scm,v 4.18 2002/11/20 19:45:47 cph Exp $
+$Id: linear.scm,v 4.19 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a39c06c0a8316e2c35e6fcd9f2b023be97c71079..4bab89397beb902602cffe4d5390a0794c8255fd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mermap.scm,v 1.6 2002/11/20 19:45:47 cph Exp $
+$Id: mermap.scm,v 1.7 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3ed281fd8afc052e66d0abbf18ead673fb4a7ca5..01e2c7d475861a7cd575adf13c4b54bb427a1afe 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: regmap.scm,v 4.15 2002/11/20 19:45:47 cph Exp $
+$Id: regmap.scm,v 4.16 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1af4435728a9e4ca7ff9d4da2c30626caf17934b..ba4907d11330417b93196f68077b7e8ff6b04784 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syerly.scm,v 1.13 2002/11/20 19:45:47 cph Exp $
+$Id: syerly.scm,v 1.14 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8fbe485e7685c4052d5d4b04386530e9a9415245..23cbc454d17a893b8868690c01f27ce8ad6b887c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: symtab.scm,v 1.48 2002/11/20 19:45:47 cph Exp $
+$Id: symtab.scm,v 1.49 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2a4634a07110be1d5159e9239039a3d28ff34b5c..4f10fc669406f602635d2af7884d1c1f4552840f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syntax.scm,v 1.30 2002/11/20 19:45:47 cph Exp $
+$Id: syntax.scm,v 1.31 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 292c64e43d38a33cbaee1464c19e21213a48555f..6c63208f004795b55ef5bdc4aca7344be116f079 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: asstop.scm,v 1.13 2002/11/20 19:45:47 cph Exp $
+$Id: asstop.scm,v 1.14 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 587b7541990473c283b3e0d4c1fa6cc14b412d9a..3df4eebb3b8643dc726612b2684bed8437223795 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: blocks.scm,v 4.16 2002/11/20 19:45:47 cph Exp $
+$Id: blocks.scm,v 4.17 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 57f4e34b36d8594f161f0a8ace6b6c7170814e76..dd9fa80f8dde6850f6c6e12ef1e3587a99fcbc82 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cfg1.scm,v 4.8 2002/11/20 19:45:47 cph Exp $
+$Id: cfg1.scm,v 4.9 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1989, 1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 78ed8d092a57f402acf09c9d6526c16aff435fd4..1b57d4ffa8659861a6f3e622d3de77ed7dd4efef 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cfg2.scm,v 4.5 2002/11/20 19:45:47 cph Exp $
+$Id: cfg2.scm,v 4.6 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6e074f74d39dfc61a3281d4caddd245ce3c679ac..7996c94202aa1e76a9dd16c6cf0ec50f283f925f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cfg3.scm,v 4.6 2002/11/20 19:45:47 cph Exp $
+$Id: cfg3.scm,v 4.7 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 041dc98530b1542a171bc4e4c718f595f3efa532..83b0d9b81800488a7300d6ecff177548f3ad63b8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: constr.scm,v 1.5 2002/11/20 19:45:47 cph Exp $
+$Id: constr.scm,v 1.6 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 654a30a32c9741c54935962a094e0358fb43d32a..d39835576bea54b7be730b67f826921cebbbb859 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: contin.scm,v 4.10 2002/11/20 19:45:47 cph Exp $
+$Id: contin.scm,v 4.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d18b4d442c4f866c85c72efa99c8ef17041a4547..8f2b993f12250988f0511ce47477a017644b2cd1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: crsend.scm,v 1.14 2002/11/20 19:45:47 cph Exp $
+$Id: crsend.scm,v 1.15 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 08a62eb47ae1bb27e7ad0ec2d0a6b4ac9c10ad56..6e449a325f3734472f88070e665888950c896de6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: crstop.scm,v 1.14 2002/11/20 19:45:47 cph Exp $
+$Id: crstop.scm,v 1.15 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 37e5ce57e231c24143a1998537d78d727b8409e9..2a0a008359e904440be54e20709152bb4263d979 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ctypes.scm,v 4.17 2002/11/20 19:45:47 cph Exp $
+$Id: ctypes.scm,v 4.18 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c6aea42171a0cc8aefa7651eb4b173ca56ee3ab8..ed821778e8f5fb2aaa715b68ef90dc7f6b10640e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: debug.scm,v 4.17 2002/11/20 19:45:47 cph Exp $
+$Id: debug.scm,v 4.18 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2904683460c42709f3e2ae4aa0c23a8ed3bcdeb0..205bdd619192ab9deaf9ae1bee2ad171acda11b7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: enumer.scm,v 4.5 2002/11/20 19:45:47 cph Exp $
+$Id: enumer.scm,v 4.6 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d7f6e6a93d93e1dec2d24173f188940d93cba97c..9f199f7ec888daf1fb0da697572b253828451d40 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: infnew.scm,v 4.13 2002/11/20 19:45:47 cph Exp $
+$Id: infnew.scm,v 4.14 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a49401e3b8fe54db3a3fc105d34446a530c390c7..d773deacb2452558d1adaba29349e49384eb6d52 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: lvalue.scm,v 4.27 2003/02/13 02:38:56 cph Exp $
+$Id: lvalue.scm,v 4.28 2003/02/14 18:28:01 cph Exp $
 
 Copyright 1987,1988,1989,1990,1993,2001 Massachusetts Institute of Technology
 Copyright 2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8cdbb329b3f242f8923b4ecb665ad535f01c7752..5dfef0b9f847b01743603e8cfdd6a6349595418a 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: macros.scm,v 4.30 2003/02/13 02:39:03 cph Exp $
+$Id: macros.scm,v 4.31 2003/02/14 18:28:01 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1992 Massachusetts Institute of Technology
 Copyright 1993,1995,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6e4d2510f197aa3f22c3b94a3560b8a7f7b1038b..faef2ca8b4e139328e348e8faa84f772ff52c47f 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.119 2003/01/02 02:01:05 cph Exp $
+$Id: make.scm,v 4.120 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1991,1992,1993,1994,1997 Massachusetts Institute of Technology
 Copyright (c) 1998,1999,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 467f9cc0bd39723c8a02c514944e93aa55b5f9b2..785226a06e91f3e2e8e29f0ffb0df70c82ed7077 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mvalue.scm,v 3.2 2002/11/20 19:45:47 cph Exp $
+$Id: mvalue.scm,v 3.3 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9090d2af4fdd761578cf26b830391516fbdb61fa..b09bafb3a8a3e4214535f14a415b61bb2962e7ec 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: object.scm,v 4.10 2002/11/20 19:45:47 cph Exp $
+$Id: object.scm,v 4.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3580cb5fa4b81ea703c20e8d366c62a2176e8792..b3b1637cc9f1b437a96ce73a4f5e6529c9fc6a18 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pmerly.scm,v 1.10 2002/11/20 19:45:47 cph Exp $
+$Id: pmerly.scm,v 1.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 19b0a8bc5745dba436f85cb7c9e726a173f40805..0270da10f2ed2dca4ea80a85c1567e1e0b3907ad 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pmlook.scm,v 1.10 2002/11/20 19:45:47 cph Exp $
+$Id: pmlook.scm,v 1.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 23783c32170fc0b32cd7dd4cbde05cdc7f9d0f2c..28df024cce195582810f7df14a4d46c09069a40a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pmpars.scm,v 1.8 2002/11/20 19:45:47 cph Exp $
+$Id: pmpars.scm,v 1.9 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 62730d7154eddecb0940eefb668a89bc2c1e8851..c1834e8f2815342e00845d2900af512a73e63e0d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: proced.scm,v 4.24 2002/11/20 19:45:47 cph Exp $
+$Id: proced.scm,v 4.25 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fbdbe2f04105d2d20f7c9a88907a330ac040e70a..2eda523d54fbbd79630bff6e9226f8f05ef4975a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: refctx.scm,v 1.4 2002/11/20 19:45:47 cph Exp $
+$Id: refctx.scm,v 1.5 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7c21ac36c5928448c5c271fb1bc3e048fea65cf0..27415ea26e951599fe831a577bfd804061bd5e52 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rvalue.scm,v 4.9 2002/11/20 19:45:48 cph Exp $
+$Id: rvalue.scm,v 4.10 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1989, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2d91413664492f69c8db5c6acc7280deca8f6b2a..7cf26bd5d86e5f31676ef164130ccc4dc856b0ad 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: scode.scm,v 4.15 2002/11/20 19:45:48 cph Exp $
+$Id: scode.scm,v 4.16 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 25d5dbacccc6cf9bd5e6641acb5273dac157ba43..3883a296391205d40c8affec55037b7d00bba0b1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sets.scm,v 4.3 2002/11/20 19:45:48 cph Exp $
+$Id: sets.scm,v 4.4 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d179ffd4361e2ec9d867fc99bb84a6f1209ba566..1d18ee3003dc7e228af422536a2bd9181146d513 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: subprb.scm,v 4.9 2002/11/20 19:45:48 cph Exp $
+$Id: subprb.scm,v 4.10 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4c25e7f0aee79d3e021bc0e411bf21276d0ba045..2f57f1f084aa0bdfdf8aad41b18bd360f1335f9f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: switch.scm,v 4.27 2002/11/20 19:45:48 cph Exp $
+$Id: switch.scm,v 4.28 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dacb08b222b1eba055c2206e67b37e41934e6395..06f7368571249be9b4eba4c831b47ae2ee61b67e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: toplev.scm,v 4.63 2002/11/20 19:45:48 cph Exp $
+$Id: toplev.scm,v 4.64 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a9717e3327d4e7861f872f03076d6f1354db6ae6..00b31425697fdbe2cd06b06c83a49e780fddaab4 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: utils.scm,v 4.26 2003/02/13 02:39:10 cph Exp $
+$Id: utils.scm,v 4.27 2003/02/14 18:28:01 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1992 Massachusetts Institute of Technology
 Copyright 1994,2001,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 01ff82d8806ac45ca5e5d60e6dbbf95ee5058549..b2b124d8a50c24edc88580363b115a0acc6da19d 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 
-# $Id: configure,v 1.5 2002/11/20 19:45:46 cph Exp $
+# $Id: configure,v 1.6 2003/02/14 18:28:00 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 85eaa19194f4c2be5b488cbde6593d338bdd9cff..42fd6f7fc5d68d641724c3f138b0bdfa6735468b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: asm.scm,v 1.4 2002/11/20 19:45:48 cph Exp $
+$Id: asm.scm,v 1.5 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 869a9a16dfad2f7ce232e59b88cd8f73ee0e554e..7308aff3f72670560d32a5656e6d994853f427f7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comcmp.scm,v 1.12 2002/11/20 19:45:48 cph Exp $
+$Id: comcmp.scm,v 1.13 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bdbc13df40390417ea9d4c5d9aec16b91eb773b0..643070d3d76574a11080f3eb7f18bd29d4c4bbf0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comfiles.scm,v 1.8 2003/02/13 18:17:09 cph Exp $
+$Id: comfiles.scm,v 1.9 2003/02/14 18:28:01 cph Exp $
 
 Copyright 1989,1991,1993,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 20357dcc78b73dd9a1c871a9b77691e298180d9a..f9627b2f5a59402b8dcccd41b4f0e642e89a1e77 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: disload.scm,v 1.13 2002/11/20 19:45:48 cph Exp $
+$Id: disload.scm,v 1.14 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1993, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a6f89ae0bede479755cd6bd20db0382f3dfcd2e9..1ff27d3fed6deffa15370752ccbfc636ad29a71b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: stackp.scm,v 1.8 2002/11/20 19:45:48 cph Exp $
+$Id: stackp.scm,v 1.9 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987-8, 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 16a3e204393e33d2eff870b830379460c32dbbee..4e09833c89e1cdd2856adc09776a0e8285eae456 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xcbfdir.scm,v 1.10 2002/11/20 19:45:48 cph Exp $
+$Id: xcbfdir.scm,v 1.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3418d5aade597faebef7cb80821dcaa00765630a..1fac9b49c685daae11f8d7a6956e36f2a2d2e18f 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: canon.scm,v 1.24 2003/02/13 02:39:32 cph Exp $
+$Id: canon.scm,v 1.25 2003/02/14 18:28:01 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c21ecd5eea52759b6f4d0f00930b0d203136c9e0..115b0cb5b6b1ac516e27ab9ee5fa2f9aae0ccc47 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: declar.scm,v 1.7 2002/11/20 19:45:49 cph Exp $
+$Id: declar.scm,v 1.8 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bc2b5fb6303b644a3cba67e218edd8502a1a9510..c27f010ebd19e65c1973c728b346c7a329e54517 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: fggen.scm,v 4.38 2002/11/20 19:45:49 cph Exp $
+$Id: fggen.scm,v 4.39 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e71d6b1dc980881289556359c99fa7217e0ae2c5..9c8deb9ce8b426408a75976ff55d77491ee989cf 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: blktyp.scm,v 4.17 2002/11/20 19:45:49 cph Exp $
+$Id: blktyp.scm,v 4.18 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3c4ea80112e50789897e90be4d205777dc859d90..7f3a58a6a9a617acb2e39eb556bc8cc7a30e9ae0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: closan.scm,v 4.31 2002/11/20 19:45:49 cph Exp $
+$Id: closan.scm,v 4.32 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987-1991, 1998, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f17ac14360f568fcec01aa6f35471ef1239341da..9aa651181052e015b54b8751b989259db239e9de 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: conect.scm,v 4.7 2002/11/20 19:45:49 cph Exp $
+$Id: conect.scm,v 4.8 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1988, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ce430ced3d65d8d727fa7504c85f7cbd7e5b4b0b..770ad5ef8d2655b675d7bb13e1620693a4f48208 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: contan.scm,v 4.11 2002/11/20 19:45:49 cph Exp $
+$Id: contan.scm,v 4.12 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 65593cc2707c01eef04678d14ea82dc5c6a833d7..aae3493b2b561614562cdb59395941336eccdd8b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: delint.scm,v 1.5 2002/11/20 19:45:49 cph Exp $
+$Id: delint.scm,v 1.6 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ac31bc3596dc88b96f565710cfea5a86eed0f594..aa515b7da9e2a7e52fb8b882339496f70c78caf4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: desenv.scm,v 4.6 2002/11/20 19:45:49 cph Exp $
+$Id: desenv.scm,v 4.7 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1989, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 52809f6da0adbd7092982277488f62b669fd8abd..cf1f7a8b49c16df3d22009045660fc144a9198d2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: envopt.scm,v 1.11 2002/11/20 19:45:49 cph Exp $
+$Id: envopt.scm,v 1.12 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 507f65e3245a6895c7d6c7f69add1d9b7299c396..90422e3cf143978a82ba06de56d292e92c7d913b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: folcon.scm,v 4.10 2002/11/20 19:45:49 cph Exp $
+$Id: folcon.scm,v 4.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5d9c729b5222f60f2b8c931a90a9d9ced336ef8f..fa30fc0145df1cb30d3e34dda30bcbfbff9a0514 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: offset.scm,v 4.10 2002/11/20 19:45:49 cph Exp $
+$Id: offset.scm,v 4.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b34eac4fff3f004f3f52450beb2c1f6dfd44266b..973df2e4434931bb4dbc2fd7cc7634a043a63063 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: operan.scm,v 4.9 2002/11/20 19:45:49 cph Exp $
+$Id: operan.scm,v 4.10 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0e8cd4c5001b0b6eb682c820402d47e09c72bd7d..34d96e4fb26828727201c1d5f5a2a1c45328aed7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: order.scm,v 4.18 2002/11/20 19:45:49 cph Exp $
+$Id: order.scm,v 4.19 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e108f2cd93fa9069d1e663afec128c6bc2c2dca1..19e8535f73055ea825e1a474da8010250911bf1e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: outer.scm,v 4.7 2002/11/20 19:45:49 cph Exp $
+$Id: outer.scm,v 4.8 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f321bda4cc9693e4296c8534ea219b7623878c31..dbea0725863c64b8cf8ed07cbf0f719eb8ce370b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: param.scm,v 1.5 2002/11/20 19:45:49 cph Exp $
+$Id: param.scm,v 1.6 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1c45a0f0fdf8505cf39998e392853161e0d358c2..2f586e0afd41d97c432526fcc912dd9e7d800b39 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: reord.scm,v 1.3 2002/11/20 19:45:49 cph Exp $
+$Id: reord.scm,v 1.4 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b68d1591499c66fd86d1d0260436927573634b21..bc7332ca0dbc2e7f18930258fa677524c47dffed 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: reteqv.scm,v 1.3 2002/11/20 19:45:49 cph Exp $
+$Id: reteqv.scm,v 1.4 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5b6cef6b5dd438bf181870844d4c20cf9b2532e0..53eea801fb812644f624795932c07ec77fb16456 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: reuse.scm,v 1.9 2002/11/20 19:45:49 cph Exp $
+$Id: reuse.scm,v 1.10 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0e32b6ca064a34619584ffc51d9ed20901185af3..afbf65183d8d37ad197a16adc053d37ff39ab54f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sideff.scm,v 1.10 2002/11/20 19:45:49 cph Exp $
+$Id: sideff.scm,v 1.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 56017c4dcab546f49f77de6295c934ca29951808..58e564b912abe72fe6d726f324113f88caa8fd25 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: simapp.scm,v 4.10 2002/11/20 19:45:49 cph Exp $
+$Id: simapp.scm,v 4.11 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dbd262b9282c38b1aa4e589b30e43952b966d582..43ca318d530660441f2aae1276e5a3ac4bc7273a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: simple.scm,v 4.8 2002/11/20 19:45:49 cph Exp $
+$Id: simple.scm,v 4.9 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5f9039e5029d42c5a50d62da8ed33a54dbb17e1f..32e2f8d3f6739ddd8451843ead54298802a8ebf5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: subfre.scm,v 1.9 2002/11/20 19:45:49 cph Exp $
+$Id: subfre.scm,v 1.10 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9a72c72b3509121add103ba6afd77ac134e7f94a..f1d93143d6ae4048ac90b798b511dd1865baab3f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: varind.scm,v 1.6 2002/11/20 19:45:49 cph Exp $
+$Id: varind.scm,v 1.7 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bfe4d845b990fc3c01bc4a50fd6dd1734ed4f35a..59cccfca3ce0dc98c2bd8ebd087e040a562451c6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.cbf,v 1.4 2002/11/20 19:45:49 cph Exp $
+$Id: compiler.cbf,v 1.5 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 32effa3b77ef42e5ca8e6c93d60c992771344372..61cab8b1308119d63c81122474beb09f8de86af6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.15 2002/11/20 19:45:49 cph Exp $
+$Id: compiler.pkg,v 1.16 2003/02/14 18:28:01 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 80d6384ba1569278ad4ce41c52fa90b2d488df01..ecfa079f853dad04511327db5b6ad3c0ab48c766 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf,v 1.10 2002/11/20 19:45:49 cph Exp $
+$Id: compiler.sf,v 1.11 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 66682c55e0f1529a3f413e7184a38201b774dfd2..01a518695aaa2717900f74751ca8c61ca78450ec 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cout.scm,v 1.22 2002/11/20 19:45:49 cph Exp $
+$Id: cout.scm,v 1.23 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fdc15aa32423c3b40069fcf11143143337b1b000..a855eb46230b69d63cdb4af0e6871ea9a65af9e6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ctop.scm,v 1.14 2002/11/20 19:45:49 cph Exp $
+$Id: ctop.scm,v 1.15 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 11ea04a8fb9fbaf642688ff9b323bddb28de3b16..066bd1265ae163edfd6ab31cc216b881c83bf37a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cutl.scm,v 1.3 2002/11/20 19:45:49 cph Exp $
+$Id: cutl.scm,v 1.4 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fec04afaeac414c1b02bd73aad03888274466e6f..2b521c83d58c8b7cd7de6a96f642ab5753309b7f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.7 2002/11/20 19:45:49 cph Exp $
+$Id: decls.scm,v 1.8 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e9c1a5c14778a49b47171d6faaf4921f61ba890b..3a6ee36dd0db74a597734c707839960ba6fc09a7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 1.15 2002/11/20 19:45:49 cph Exp $
+$Id: lapgen.scm,v 1.16 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cce5df1b334733fc0eb60f4f7fbdcbc0bfad5d24..999e406254bd81cf8f5227bb376db740741aa478 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 1.9 2002/11/20 19:45:50 cph Exp $
+$Id: machin.scm,v 1.10 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4e795344a10d65171ce17e8123293c2f000368e5..dbbce3d2ff5c9283403c6c03bcbf35c084199d51 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.4 2002/11/20 19:45:50 cph Exp $
+$Id: make.scm,v 1.5 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 83ce5ce6fa71a46434423554bf0d845d9bd06c3e..4ec611807cd7f2cb8f725da5cc86df570eb7794f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 1.4 2002/11/20 19:45:50 cph Exp $
+$Id: rgspcm.scm,v 1.5 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4152961a88f89802e62c478c7e51f50403734c0b..fd03a0615b452044fb03be7376b524323eabeff6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 1.9 2002/11/20 19:45:50 cph Exp $
+$Id: rules1.scm,v 1.10 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dd8c81411905a5f2bac7aa46f623e0ee7eff9644..3b593da3ce52833479a7fe8b93c7c78418d59675 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 1.4 2002/11/20 19:45:50 cph Exp $
+$Id: rules2.scm,v 1.5 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3793ca113f3a5bdeee71c297be3a71d2e571bcba..3707ddd12551424a66985910ee32d2221431717a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 1.12 2002/11/20 19:45:50 cph Exp $
+$Id: rules3.scm,v 1.13 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2fac8b3c3a2af281e1915df61754711a7b40b189..d3361071987e651c88f37150e0987580677d46f7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 1.3 2002/11/20 19:45:50 cph Exp $
+$Id: rules4.scm,v 1.4 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 24f8264a2a6b4a7fc05f23342a6c08a0092e3b1a..dc809b51dc7a4d580dbc8b56d4faceeac0b71ad9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulfix.scm,v 1.6 2002/11/20 19:45:50 cph Exp $
+$Id: rulfix.scm,v 1.7 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6ba039c50770d03df3b0149608c79f84fe7992f9..cac44e7325adc78b1ad48b5a891cd0d986901dff 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulflo.scm,v 1.8 2002/11/20 19:45:50 cph Exp $
+$Id: rulflo.scm,v 1.9 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2f07f4d8fda1eae58d3b9c04e8e06c00237bcfcc..1bd61ee8d2986ef5058c2071bc8ef604b0b20523 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: rulrew.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 94487e1b57f24c39a496b2702f41a2d73b5cc304..1fed731bc3f2150491a1f951ac1f7cec7547a31a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: assmd.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: assmd.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3f560d823c096e38aac69a7fa479584dc8acc91f..07795cbeb11505f8ba25206c25aaa96785dff2b4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.4 2002/11/20 19:45:50 cph Exp $
+$Id: coerce.scm,v 1.5 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 58cc08b0e66bc75258fe0c877aa5804b46898050..329c7dad3ee1f4d9a7c677aa2b665e1e3eae6e8b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.cbf,v 1.4 2002/11/20 19:45:50 cph Exp $
+$Id: compiler.cbf,v 1.5 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a83393576650d911bf1cc36200b469333a451f34..9c9c33e03e1ce9922bdc9c98edb42564f147b462 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.18 2002/11/20 19:45:50 cph Exp $
+$Id: compiler.pkg,v 1.19 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c5cb1111a5676e01f9334b0d71389c93d0b0a43e..43cbbd408a2ebeb732768c1085e1970204d43aad 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf,v 1.11 2002/11/20 19:45:50 cph Exp $
+$Id: compiler.sf,v 1.12 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d3f13c5412f51ebfd02fd2f2586fed90ac84fb4b..acbf78d90ebf8dc87bd9bf81bf8f24104722c307 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm1.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: dassm1.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fdceed41c5bd6d1c9c7e96b6f0255179a3a7cd3c..99a8ac6a43588a04751d4b8fdaa2711d1efbd06a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm2.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: dassm2.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7c8ad6fbefd256b25c2965b48e6b163a49ccf00b..ac690aa8130b69cf1ffa314ca983d0f7bce22bd0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm3.scm,v 1.3 2002/11/20 19:45:50 cph Exp $
+$Id: dassm3.scm,v 1.4 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9319f123763987572a7a249a35320a14170bdda1..5ce6a56efe247695e03b4fb0bd2352f3f597d7b8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.9 2002/11/20 19:45:50 cph Exp $
+$Id: decls.scm,v 1.10 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0b1cc48f8c4bcb59c38700f4aa3a39a5818d4d72..7744b6b030269e6216fb94c7b98326590badf1ac 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: inerly.scm,v 1.7 2002/11/20 19:45:50 cph Exp $
+$Id: inerly.scm,v 1.8 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6deaf36fef4bb9a2205098741c4ee967c92d557c..e1592bdca2d7dfa9c9e98524a5db454144da8b96 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insmac.scm,v 1.7 2002/11/20 19:45:50 cph Exp $
+$Id: insmac.scm,v 1.8 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 34c2350948bf23cda76c2ebd50d9b02d7aae0daf..fcffb507eb88cd17c75a922ddd878d7da95f0bba 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.7 2002/11/20 19:45:50 cph Exp $
+$Id: instr1.scm,v 1.8 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ea8378671df7e3ea8b5cbaccd377ccf19a3115b8..4ede71d69a306c7b4e95480c5ec94c495be8b631 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: instr2.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c5b3520876537b283086f90f623f0f645d0b8685..7bb097b970d0a3260a132d50f406b22aac709482 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr3.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: instr3.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f7e914ae3ebfe60f5b2c9aad7dbcc070284b63b4..98de0206f86acbfdba76ddf415f20a10b0d3178c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 1.10 2002/11/20 19:45:50 cph Exp $
+$Id: lapgen.scm,v 1.11 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1ce9e2a59b93cac7c3b5d9b1a51502892b0416df..799fc10fdb4b7d546f0921985584887ffaab5edd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapopt.scm,v 1.3 2002/11/20 19:45:50 cph Exp $
+$Id: lapopt.scm,v 1.4 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6d56912047e9f0630d84d15fe42ce304d62a40f7..73494c637a34dd98a94aa330e2a276d60a120149 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 1.9 2002/11/20 19:45:50 cph Exp $
+$Id: machin.scm,v 1.10 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 ;;; Machine Model for Alpha
index 32c6f6766ef0589496b079c91a9ed3e0392fb8ad..622b48215b6d0bdc4e2c55e44d374c81fa3f8f29 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: make.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 244b8ca199ca6c74e87c93ed06105b6abd3d98ce..3f1f3ae69cab8e144a468c2936d3298ecdb6c5c2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 1.3 2002/11/20 19:45:50 cph Exp $
+$Id: rgspcm.scm,v 1.4 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b0d320a108b0e25ef4afe492f43c780ef3e0f3d8..ebada4791eda9f37ebfead07d70601b646c4b84a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: rules1.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 94aa32e726a01dfa26f41e4ae07ae2f5b3dfc510..dbba50b286fe4ded9dee504193c576c67607105a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 1.4 2002/11/20 19:45:50 cph Exp $
+$Id: rules2.scm,v 1.5 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9f118580d0bd29ebe7aea164c7f589576aba1adb..26a6894254ab9c08c1c6a54b06ec0f8b29f17c22 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 1.11 2002/11/20 19:45:50 cph Exp $
+$Id: rules3.scm,v 1.12 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e7397bf433aad918ce5142cc2a66fb6709a888b3..fc1f15fa6c90b24a38877034122a5ed1794034bd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 1.5 2002/11/20 19:45:50 cph Exp $
+$Id: rules4.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 273a4db33e42e98b4674b8b8b5e920ea5f6deb57..6039c804c9419dc0dd877d4b2eb4a63380e8fad9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulfix.scm,v 1.6 2002/11/20 19:45:50 cph Exp $
+$Id: rulfix.scm,v 1.7 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ad2176d14ef31716895e0ebe8e232cb597104542..3fed4e78491121ed085537b1dbaa3b8fb77ffa1d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulflo.scm,v 1.7 2002/11/20 19:45:50 cph Exp $
+$Id: rulflo.scm,v 1.8 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 914e539de94a42be9a0c05f08739c8c7bc666d6e..e4959d2988290c169ff2a908ac2e9a805ef2b077 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.4 2002/11/20 19:45:50 cph Exp $
+$Id: rulrew.scm,v 1.5 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3e0df9ddda572e25eb870f6a0c7d09fd5b905a1b..4963b136dbc198e32fbb448bc3eb36e5c6c333f3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: assmd.scm,v 1.40 2002/11/20 19:45:50 cph Exp $
+$Id: assmd.scm,v 1.41 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1989, 1999, 2001-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2c45b1b12462ecdf40f99f3d3318f2558d60ca63..3414cccbf7f6dc120610d481f7aaf33316290495 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.12 2002/11/20 19:45:51 cph Exp $
+$Id: coerce.scm,v 1.13 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1987, 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e19c36eb721cb7f05047358345cee7ace44879d8..dc6f9373c20733509f8ddf2815d350f8b64f9949 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.cbf,v 1.4 2002/11/20 19:45:51 cph Exp $
+$Id: compiler.cbf,v 1.5 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cbe67d5f4e9648e4db5f9347df12a00b0a09c3e0..9a4e2f495072a815bb87dcaeaa003c7ff6514949 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.55 2002/11/20 19:45:51 cph Exp $
+$Id: compiler.pkg,v 1.56 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 87fb5b82c70b0dd75726c9caea657f5f6ccdb313..e70a24fcd10dedf3bf95274f271e1ddbfc65da29 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf,v 1.23 2002/11/20 19:45:51 cph Exp $
+$Id: compiler.sf,v 1.24 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f03fc7a0ff5e79e658eef11efb6661694eb48b17..5e39bf041522746056ed1a103886b2600541571c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm1.scm,v 4.23 2002/11/20 19:45:51 cph Exp $
+$Id: dassm1.scm,v 4.24 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index aa749e92f0d028de75515f0fac1c9fbb930f3b37..5d942e590c349a175ae0bab28d3943df2e371024 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm2.scm,v 4.26 2002/11/20 19:45:51 cph Exp $
+$Id: dassm2.scm,v 4.27 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 13d9930e96f18a8555ac904fdda70b3c224ee673..fda41f198f9f75fbb2f43cdd989426b1befbb120 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm3.scm,v 4.10 2002/11/20 19:45:51 cph Exp $
+$Id: dassm3.scm,v 4.11 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 66a79b4195ae54cd1d9d1da687d20c46bd4fbe30..505b31d8f3986fb01ad6828a56b2e61a8d647c8a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 4.40 2002/11/20 19:45:51 cph Exp $
+$Id: decls.scm,v 4.41 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f8433f78c06504629155c93ad0e57cf72c404288..c6960d3e7d032958a687bc13d6fd4f5ef95edcd7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: flinstr1.scm,v 1.5 2002/11/20 19:45:51 cph Exp $
+$Id: flinstr1.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1989, 1999, 2001-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 72d377bee709060b2fb4ccc122dfdc1ff2526e0b..183b2fd5eb0af5f5b19b319230b0bbf9c4336a6b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: flinstr2.scm,v 1.5 2002/11/20 19:45:51 cph Exp $
+$Id: flinstr2.scm,v 1.6 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1989, 1999, 2001-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 93c4549bac228e0c8f22177b0f0ece9dec9812b4..ac8ae4b6dd820900e12ad23df2e1766f93f7dcc4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: inerly.scm,v 1.12 2002/11/20 19:45:51 cph Exp $
+$Id: inerly.scm,v 1.13 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 868d48f45f0fcd1ba5b8d95fd33d441f0c157e3c..2bca0ff75ef6ff77a0d6a4ac14d68cd95cd09788 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insmac.scm,v 1.133 2002/11/20 19:45:51 cph Exp $
+$Id: insmac.scm,v 1.134 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 48d9a4cfe603c8f3ecd43f65fce75bd772bfafb3..4fb90fc2541dcae597592c9643a009954dfc48b9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.69 2002/11/20 19:45:51 cph Exp $
+$Id: instr1.scm,v 1.70 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 886b56e4bc5cd172065769171656ecbac5bcf3de..37124e17273865b26b477d742d78c5f0571ed154 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2.scm,v 1.22 2002/11/20 19:45:51 cph Exp $
+$Id: instr2.scm,v 1.23 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f8996ad962432222aaa70ff9eea42abf1d232155..46af759d1526759463d0c506cf4bd955f4657969 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr3.scm,v 1.21 2002/11/20 19:45:51 cph Exp $
+$Id: instr3.scm,v 1.22 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2bd9fc0036bdae6178e4370ce5f830e0e226b7f8..d52a9087c98bf5292389c1c942e71c3e5c520e92 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr4.scm,v 1.7 2002/11/20 19:45:51 cph Exp $
+$Id: instr4.scm,v 1.8 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1987, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1f8e052c801bf72f40e662353a29c30f95b7df19..7019599b1ac6281af63ee8550a2e01c0d177ee1a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insutl.scm,v 1.10 2002/11/20 19:45:51 cph Exp $
+$Id: insutl.scm,v 1.11 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1706d8fab01def5faef78760174c38d9181791b1..b4253cc75b478b10cf8edbe009a277fd93d4dfc8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 4.54 2002/11/20 19:45:51 cph Exp $
+$Id: lapgen.scm,v 4.55 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 117c7a241f174b1b18640db56822d42ae812db2c..29f91381069a7e3cd10ebd7c7437fe36923e03be 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapopt.scm,v 1.3 2002/11/20 19:45:51 cph Exp $
+$Id: lapopt.scm,v 1.4 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5abe38f7d38fc40883bec7f9e814843a787d7391..c7cee3b52e788f31675bca428569b2ab8a1f2177 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 4.35 2002/11/20 19:45:51 cph Exp $
+$Id: machin.scm,v 4.36 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 37a373c46981e1afedb60b2a8a55fd21958c8c4f..4988d5e51f756a3300b2c020a1084fd3385c0e6a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm-68020,v 4.90 2002/11/20 19:45:51 cph Exp $
+$Id: make.scm-68020,v 4.91 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 164da39e5df5619400f889132c8882f24fde8222..e46efa8cb6395a4f506925f873164a1a55ca6a58 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm-68040,v 4.91 2002/11/20 19:45:51 cph Exp $
+$Id: make.scm-68040,v 4.92 2003/02/14 18:28:02 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cd924353fc138b46a9f430580eea17263430d83d..1f3795b8b290f160016dd321d56e6a5214defde4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*- Scheme -*-
 
-$Id: mc68ktgl.scm,v 1.4 2002/11/20 19:45:51 cph Exp $
+$Id: mc68ktgl.scm,v 1.5 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6c4cbf74104da4a80eb412d6d4ee4028cff8ca0d..327edd6abd349be75cae64ec486d685d1b151609 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 4.4 2002/11/20 19:45:51 cph Exp $
+$Id: rgspcm.scm,v 4.5 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 39fef0399cabfe33499aa369a02b0990d2b88a51..64f87bda534bf4d0fd576a72f3084ca63d2174b1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 4.40 2002/11/20 19:45:51 cph Exp $
+$Id: rules1.scm,v 4.41 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 03e8335c87a4d7b6c3b9bcca9e271b7b34f63920..b742025f55192eeab5f8c5521f16103ad172759c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 4.16 2002/11/20 19:45:51 cph Exp $
+$Id: rules2.scm,v 4.17 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ab42ee876c71de76c10cbe54a480e97b131cef56..fb2ba71abb2596dce6a939c58bb2bf46ec254fa4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 4.44 2002/11/20 19:45:52 cph Exp $
+$Id: rules3.scm,v 4.45 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ed5c6fbf2a177a85681eceb90547f3345114f148..40de33caed7834be06771218c6d1453498726186 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 4.16 2002/11/20 19:45:52 cph Exp $
+$Id: rules4.scm,v 4.17 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9efe3ea24d54c9abb77eb5d8b1243f307df95649..6bb7c5641579a7c585c96cbb6089011c93a60875 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.8 2002/11/20 19:45:52 cph Exp $
+$Id: rulrew.scm,v 1.9 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1faa42d142e444185c860d01de01103ea76fb3d4..b94dfa9eef122e62d38376e33bc5dd1a1fe68452 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: assmd.scm,v 1.7 2002/11/20 19:45:52 cph Exp $
+$Id: assmd.scm,v 1.8 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5604c092c753879e8461cf9f89c8ef318bf8fcb0..6939846ac7c5b141d1c2159618635d5dcf029106 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.4 2002/11/20 19:45:52 cph Exp $
+$Id: coerce.scm,v 1.5 2003/02/14 18:28:03 cph Exp $
 $MC68020-Header: coerce.scm,v 1.10 88/08/31 05:56:37 GMT cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ec48dac4189da8171ae80c643a74f377a32f3fbe..0c439c80027fff274c56d6261f3069aa24f59d8d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.cbf,v 1.5 2002/11/20 19:45:52 cph Exp $
+$Id: compiler.cbf,v 1.6 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 435792b65b0e79102632573e69b0d2f8614befbf..6515bcbdfa5e2dd50dca42c1c208e7aa054089df 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.30 2002/11/20 19:45:52 cph Exp $
+$Id: compiler.pkg,v 1.31 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 21449ed509dd1b5fe051438c8fde7eae837cb725..ee9e09d79b76abaddecb76f97d83ca8521f20868 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf,v 1.19 2002/11/20 19:45:52 cph Exp $
+$Id: compiler.sf,v 1.20 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 96e31ca1424c0d93946b323b8223111c7efe718b..6c3388f509e7bc240e3ca5ecc27622f098333c84 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm1.scm,v 1.14 2002/11/20 19:45:52 cph Exp $
+$Id: dassm1.scm,v 1.15 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d95de91ce05462294b172b6c4240ef559884db42..55726cb8b924e4f7106533d5b7751f32e88310fe 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm2.scm,v 1.13 2002/11/20 19:45:52 cph Exp $
+$Id: dassm2.scm,v 1.14 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 281f3b482c8c3d509570efb5dcef72d843612d88..4c803d62daa8cdf2754560317c615e0e30f694c3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm3.scm,v 1.11 2002/11/20 19:45:52 cph Exp $
+$Id: dassm3.scm,v 1.12 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 00ca823c7127bc076fa0c99c414c4c89a1cbd52a..f1b382e61b556b6c50ef8beaf8a1d12ad76cf65d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.12 2002/11/20 19:45:52 cph Exp $
+$Id: decls.scm,v 1.13 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index eb3ce98a6e17f6de9fb6a13bbf42eb783fd6573e..fdca5e41a80adc0fe10acb330248093706584414 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: inerly.scm,v 1.8 2002/11/20 19:45:52 cph Exp $
+$Id: inerly.scm,v 1.9 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7d04c0b423cfbeb91b62c965a99c0eb06cb4d976..804a6a753f08118f234ab486d37e1751fb6c6214 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insmac.scm,v 1.18 2002/11/20 19:45:52 cph Exp $
+$Id: insmac.scm,v 1.19 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b247dd7b9ce667eed0b67508ceb6742b911991eb..e713f7922543e070cac37903039f45bdd2331a36 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.17 2002/11/20 19:45:52 cph Exp $
+$Id: instr1.scm,v 1.18 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b0699900dcc6780092e15432bea2198b11176a56..965cc595e64dc477cc146f012f8c5782584a8a08 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2.scm,v 1.11 2002/11/20 19:45:52 cph Exp $
+$Id: instr2.scm,v 1.12 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a6ffe0fa39ce1d622e091d9e592cbb257f68cb6a..117ea85d4697e849acc674bbd57ed2217dc83dd7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instrf.scm,v 1.19 2002/11/20 19:45:52 cph Exp $
+$Id: instrf.scm,v 1.20 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index be093029b6e33d6a1846e5baac93d5eac5000a2c..6ffe6f1eeb1aaa5e7d3b5bbd00a13d26db0dcda0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insutl.scm,v 1.12 2002/11/20 19:45:52 cph Exp $
+$Id: insutl.scm,v 1.13 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ef4669eb8965cc813aca610246372add7a60e235..43cd777f0c515f8ce4470475a68521c75656b771 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 1.33 2003/02/13 02:39:48 cph Exp $
+$Id: lapgen.scm,v 1.34 2003/02/14 18:28:03 cph Exp $
 
 Copyright 1992,1993,1998,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8d013269521b4910d3be5185f8c537148f22d739..609d163b54a5ec32dde944a6427572a416e51816 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapopt.scm,v 1.7 2002/11/20 19:45:52 cph Exp $
+$Id: lapopt.scm,v 1.8 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index adb61afa73e66cec2f6e05a6eac95b68bcae5775..143d526cfe8cf3e75602ed06cc8c883fefbcd7bb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 1.20 2002/11/20 19:45:52 cph Exp $
+$Id: machin.scm,v 1.21 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1f7faca95949aa873622996bcee771687ff86db4..df543952487be8cbd725c0c881cbe8ad73cbaa98 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.7 2002/11/20 19:45:52 cph Exp $
+$Id: make.scm,v 1.8 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dc8f1e87af6b630321e26d70e0544ae5b9060973..f59c4c39d1d80609127bcfab65d80689f8d760fb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pc-make.scm,v 1.3 2002/11/20 19:45:52 cph Exp $
+$Id: pc-make.scm,v 1.4 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2a8493bb824161ac9ebdb369142af9d5bfb3bcb5..fc765b821d793e279a92bc3f9a00c8f85e525e5d 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 1.5 2002/11/20 19:45:52 cph Exp $
+$Id: rgspcm.scm,v 1.6 2003/02/14 18:28:03 cph Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/rgspcm.scm,v 4.2 1991/05/06 23:17:03 jinx Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e4996305020840f3059416c6e8b5669ca0bd48b6..83f3ca78ddeddae15c5296dd68947ef3205ed195 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 1.20 2002/11/20 19:45:52 cph Exp $
+$Id: rules1.scm,v 1.21 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4d97bbd9e64ecf89b501990901ebe522fc067939..1478b38c6f289d150477f28f8d1715ef03917e1d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 1.10 2002/11/20 19:45:52 cph Exp $
+$Id: rules2.scm,v 1.11 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 732881cb274228fcc92f7f0c7186ee8f22d3e1c2..93bf5345564dd247f2eefdd24822035ec42d7331 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 1.39 2002/11/20 19:45:52 cph Exp $
+$Id: rules3.scm,v 1.40 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9b06d92ab8a02fbb18d25be6a23beaae37954abe..798228ff7d13b46d23faf66c8de51568c59fe1c7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 1.9 2002/11/20 19:45:52 cph Exp $
+$Id: rules4.scm,v 1.10 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2c24accd8b807aa7b62097b323aa8748c626b870..76c6ee2e3aef8be296b87cf7d343e5ccfbf525d7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulfix.scm,v 1.35 2002/11/20 19:45:52 cph Exp $
+$Id: rulfix.scm,v 1.36 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a4de71474a1a5b1f2069ee2dea5ec5d649cede10..5fc0b818f2061a4c6b96291e1c483977a8c91656 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulflo.scm,v 1.26 2002/11/20 19:45:52 cph Exp $
+$Id: rulflo.scm,v 1.27 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5ec901573ee20d95b2db7c38728815a943613b7b..f86b3182edfb03e084c3ff73eb741f9e8843c8eb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.15 2002/11/20 19:45:52 cph Exp $
+$Id: rulrew.scm,v 1.16 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f0c7bbf7c375c136d967dd449a789565d9fe03b3..830fa92d189ae2886edf1a04dcb7b93563ae1e76 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: assmd.scm,v 1.6 2002/11/20 19:45:53 cph Exp $
+$Id: assmd.scm,v 1.7 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e2c4c53385da6bab5a93773555e0b6f59f3fc1c8..b8bfe4029a24a86ddae6936538a77855d35f51da 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.3 2002/11/20 19:45:53 cph Exp $
+$Id: coerce.scm,v 1.4 2003/02/14 18:28:03 cph Exp $
 $MC68020-Header: coerce.scm,v 1.10 88/08/31 05:56:37 GMT cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 61e6b95a9579ed487589e4c5acef86ad26edc9b9..0c1a460ca128ee013144566d109d84780168522c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.cbf,v 1.4 2002/11/20 19:45:53 cph Exp $
+$Id: compiler.cbf,v 1.5 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a996bb0fc76ffbff87353328ce9438a69d26344a..6e5ad83b3b147c083994a069c62cc7f0cf2a8255 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.25 2002/11/20 19:45:53 cph Exp $
+$Id: compiler.pkg,v 1.26 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d7475f679f34eb90db3092678a4b19506f4ac8f6..94afef3e4698b42517c20715cf8647cbaf54f260 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf-big,v 1.13 2002/11/20 19:45:53 cph Exp $
+$Id: compiler.sf-big,v 1.14 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dcd54b9fd26b4388d68a64b25950fb462ab3d6dd..7b6e5f2ab93a0373ac53b0d46e2e7a43fe1b6ac3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf-little,v 1.13 2002/11/20 19:45:53 cph Exp $
+$Id: compiler.sf-little,v 1.14 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 73b53ed182a7c1d33174f2b48cace9965a03ddac..b0ac2d5f3aa9375acbae7d7133fffa8fa1f2a1bf 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm1.scm,v 1.8 2002/11/20 19:45:53 cph Exp $
+$Id: dassm1.scm,v 1.9 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 904ea40e4f941b879d94152d6432ba7e1ea77931..d6dadad07e84ff0d8343d19038723accda9abe9f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm2.scm,v 1.8 2002/11/20 19:45:53 cph Exp $
+$Id: dassm2.scm,v 1.9 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5044a86f13414d5b2a27b377b5674afe676b3768..deb524e4c69fca189e1c1fa3c19dde3e1abe97bc 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm3.scm,v 1.5 2002/11/20 19:45:53 cph Exp $
+$Id: dassm3.scm,v 1.6 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7d277fa98cf134f665a5feadbea268f6c831f3b1..d687d977096a87b5d42eb56ba4dca72a118b5056 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.13 2002/11/20 19:45:53 cph Exp $
+$Id: decls.scm,v 1.14 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8040686f27f112da26866651e910b2d93912f9bb..224b4b2696120490bedfca0f59bbf125e1f61c3e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: inerly.scm,v 1.7 2002/11/20 19:45:53 cph Exp $
+$Id: inerly.scm,v 1.8 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 946bd18e8e96e352c0b15d14635c6c3a8fa95099..7485c54b353dd2113f73bdbb7bfd5cee064090ba 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insmac.scm,v 1.7 2002/11/20 19:45:53 cph Exp $
+$Id: insmac.scm,v 1.8 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d45b305592c512ccd2326ec1fec75145f934feb6..037bfa62ed52f5353a87d8b42b7bce153a94f290 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.10 2002/11/20 19:45:53 cph Exp $
+$Id: instr1.scm,v 1.11 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d2aa345007994e913e0026c574190e170b02f017..96e8a232e2e536b6e16fd5486c6ef25cd82dec02 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2a.scm,v 1.8 2002/11/20 19:45:53 cph Exp $
+$Id: instr2a.scm,v 1.9 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1b29e6ccfa6207d9c74c08a2db2ac91392863eb2..5f5d3cabd911f11c2fe587600505d383322db9e4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2b.scm,v 1.7 2002/11/20 19:45:53 cph Exp $
+$Id: instr2b.scm,v 1.8 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f01d4b6c15f6cdb9aa5537a98b2d32d4512d6683..12ff8fd1e21829ef70de2103893c2933f8ba362e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr3.scm,v 1.6 2002/11/20 19:45:53 cph Exp $
+$Id: instr3.scm,v 1.7 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ec3c8a24d492fb3fbd4d652d18883cdec677bb95..d7e2d53ca9043e0ac98e4c9490ec434c19d53f53 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 1.19 2002/11/20 19:45:53 cph Exp $
+$Id: lapgen.scm,v 1.20 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fc626c2ca414731b7d996c42839b76f39a4a0b96..5600dc57291421541f1ad6a9b52ed526979fbba1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapopt.scm,v 1.3 2002/11/20 19:45:53 cph Exp $
+$Id: lapopt.scm,v 1.4 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2084073d4d431c268e713ef9e1d161427a790296..01502d6a274cadfa883e5f54c76367699ebcc476 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 1.16 2002/11/20 19:45:53 cph Exp $
+$Id: machin.scm,v 1.17 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3d74308d05b7e238c6a82c72d22329d1c42fd340..f72469a82735718f2215f3d4560f624e9ebf8e8f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm-big,v 4.90 2002/11/20 19:45:53 cph Exp $
+$Id: make.scm-big,v 4.91 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6155bf6ff6ac0a94d23166de8fb055049b9d2703..d970ff526f8526ce8f8046c44013ff34d939d093 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm-little,v 4.90 2002/11/20 19:45:53 cph Exp $
+$Id: make.scm-little,v 4.91 2003/02/14 18:28:03 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 16398e9dbfb04dc8fea431ee3d9d527cd2c1cef6..bf6e69b28fad145a21b0d9a1f878428b253824a9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mips.scm,v 1.5 2002/11/20 19:45:53 cph Exp $
+$Id: mips.scm,v 1.6 2003/02/14 18:28:04 cph Exp $
 
 Copyright (c) 1987, 1989-1990, 1999, 2001-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 87ec20a1d52776ae049684a471c859fd3c7a55b3..62f3aeb5a66034af1bba56a48916357db5969278 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 1.3 2002/11/20 19:45:53 cph Exp $
+$Id: rgspcm.scm,v 1.4 2003/02/14 18:28:05 cph Exp $
 $MC68020-Header: rgspcm.scm,v 4.1 87/12/30 07:05:38 GMT cph Exp $
 
 Copyright (c) 1987, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e9c3d98814e146a87405ee1e913df0831166cc36..bd87cd92c3ac041d94b8fbcfccd3f9d677db3749 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 1.8 2002/11/20 19:45:53 cph Exp $
+$Id: rules1.scm,v 1.9 2003/02/14 18:28:05 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 41338f330bac5cee07049beb032ab3bc69ff3259..a74e9f2d6ce9580d42ecff691c9e1d149dd39930 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 1.4 2002/11/20 19:45:53 cph Exp $
+$Id: rules2.scm,v 1.5 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f14bb9f38db1602c3df0a0149138ccd9d9db2c23..c647d323411ba35840e44089652f069e6cb971f8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 1.21 2002/11/20 19:45:53 cph Exp $
+$Id: rules3.scm,v 1.22 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 63886a83b56998e187445fdd4faf6d7ba423a251..457a4d86b087beedfaec346dbea5d6e9d7094211 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 1.5 2002/11/20 19:45:53 cph Exp $
+$Id: rules4.scm,v 1.6 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 14cb8c312df2559d6af73c83fdcbb498c070833c..e66a886b39956988b28d18ef093f5640c6a56fd1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulfix.scm,v 1.12 2002/11/20 19:45:53 cph Exp $
+$Id: rulfix.scm,v 1.13 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8a42285c099f4d6347d37cb3e183848bbc516f97..aab1acd0750a2f685782075853c85b7a4f54aca8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulflo.scm,v 1.11 2002/11/20 19:45:53 cph Exp $
+$Id: rulflo.scm,v 1.12 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f62b5e1c3f5b66534980ef45dbb9254eb31b73cd..8c15c9f282dc2d7dbbc78adad2482276ca3ff9f8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.8 2002/11/20 19:45:53 cph Exp $
+$Id: rulrew.scm,v 1.9 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 16234d483d1f665ec74399a33e7cc470e3832de0..a5342b7806dda77d2f7fc5f185ec32648d726170 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: assmd.scm,v 1.5 2002/11/20 19:45:53 cph Exp $
+$Id: assmd.scm,v 1.6 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 92cdb2904a41d8d815c7f7bf8fcf20d4261d4f99..071c1902ce501321e0e80a111c2e1d03822f26a8 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: cf.h-sparc,v 1.3 2002/11/20 19:45:53 cph Exp $
+$Id: cf.h-sparc,v 1.4 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4b66a2f5b37eb1aa0b44c063d0d58fa4fc0028cf..108d8e556cd5fa8449f03f440590b0424f4a5d77 100644 (file)
@@ -1,23 +1,23 @@
 /* #define DEBUG_INTERFACE */ /* -*-Midas-*- */
  !###
- !###$Id: cmpaux-sparc.m4,v 1.3 2002/11/20 19:45:53 cph Exp $
+ !###$Id: cmpaux-sparc.m4,v 1.4 2003/02/14 18:28:06 cph Exp $
  !###
  !### Copyright (c) 1989-1999 Massachusetts Institute of Technology
  !###
- !### This file is part of MIT Scheme.
+ !### This file is part of MIT/GNU Scheme.
  !###
- !### MIT Scheme is free software; you can redistribute it and/or
+ !### MIT/GNU Scheme is free software; you can redistribute it and/or
  !### modify it under the terms of the GNU General Public License as
  !### published by the Free Software Foundation; either version 2 of
  !### the License, or (at your option) any later version.
  !###
- !### MIT Scheme is distributed in the hope that it will be useful,
- !### but WITHOUT ANY WARRANTY; without even the implied warranty of
- !### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- !### GNU General Public License for more details.
+ !### MIT/GNU Scheme is distributed in the hope that it will be
+ !### useful, but WITHOUT ANY WARRANTY; without even the implied
+ !### warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ !### See the GNU General Public License for more details.
  !###
  !### You should have received a copy of the GNU General Public
- !### License along with MIT Scheme; if not, write to the Free
+ !### License along with MIT/GNU Scheme; if not, write to the Free
  !### Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  !### MA 02111-1307, USA.
  !###
index 79aa1bdc021129e8a620d8ab57d5c076e0ea259f..04d88788ee15c19ab748ee7eb348aa1a1ae19149 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: cmpint-sparc.h,v 1.3 2002/11/20 19:45:53 cph Exp $
+$Id: cmpint-sparc.h,v 1.4 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d5bc055c396f23f2f09e1da16cfcf5c879f27f3f..1705333ff01807551e785f75c845e5f153aa3efb 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.3 2002/11/20 19:45:54 cph Exp $
+$Id: coerce.scm,v 1.4 2003/02/14 18:28:06 cph Exp $
 $MC68020-Header: coerce.scm,v 1.10 88/08/31 05:56:37 GMT cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b396d95fff3034b6a31cdc3c256bc8565da41d7e..bdd2c669e6478d68cbe74c78726a239c23b63078 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.7 2002/11/20 19:45:54 cph Exp $
+$Id: decls.scm,v 1.8 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a3e4af7dba81349a0ed7fa2e4d05252a0745fbec..c158bcb07f2ca20bee579c45d57f1eac4199d5d0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: inerly.scm,v 1.7 2002/11/20 19:45:54 cph Exp $
+$Id: inerly.scm,v 1.8 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ea9f8ff138c456f398f15c95670e979c16ffc7b4..04b36c455b43f28d2d66ce7019b20a15681c6bab 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insmac.scm,v 1.6 2002/11/20 19:45:54 cph Exp $
+$Id: insmac.scm,v 1.7 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 45e90d0c62948f2a84664a003d6f986e2ee7c53d..d176187a5a490a3b7c775fcfb9d716a6a32b3ecc 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.5 2002/11/20 19:45:54 cph Exp $
+$Id: instr1.scm,v 1.6 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9c6623719c17f21a2cd8fb2f196e450ad21a2f38..1eaf7c577d247aeffaabd05c9697e735b2838aae 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2a.scm,v 1.5 2002/11/20 19:45:54 cph Exp $
+$Id: instr2a.scm,v 1.6 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 54744c780627dc96839caf3afba900c0f92c7b06..3a3685848253d6cb6abb84df3d000f6c4cf86515 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2b.scm,v 1.5 2002/11/20 19:45:54 cph Exp $
+$Id: instr2b.scm,v 1.6 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 98c546345b540f323da1edf15566e09bc807d951..c9c9085274aaaa686ae0a023dd0f6406f2c7cdc5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr3.scm,v 1.5 2002/11/20 19:45:54 cph Exp $
+$Id: instr3.scm,v 1.6 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a773469f7ad49bfce47db32a7582c012f2f49752..26f0291d4353513c72f3e483bf9632b6e2e5912e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 1.6 2002/11/20 19:45:54 cph Exp $
+$Id: lapgen.scm,v 1.7 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fd4cc0fc1b2e77fd96a299a820cd99e79d7424e7..450e078d83e3e8281bcb02e4aeb399b3eda2a195 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapopt.scm,v 1.3 2002/11/20 19:45:54 cph Exp $
+$Id: lapopt.scm,v 1.4 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b82a146c9b3ad497853443886e8d72aed9bbac73..ded1bda4e5031df3abd017ba55e33d18ae7be9a4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 1.4 2002/11/20 19:45:54 cph Exp $
+$Id: machin.scm,v 1.5 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 24a055b43bd972ff646fc43d684cc1566301b7e3..0da082742d4f93600cdd0bdf7596ff391775f86e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.4 2002/11/20 19:45:54 cph Exp $
+$Id: make.scm,v 1.5 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6050ee3f874de5f6e4e79aecd7800c3a64ee5527..6e8b5225305ef3663b94036a15b007c89c0f457d 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 1.3 2002/11/20 19:45:54 cph Exp $
+$Id: rgspcm.scm,v 1.4 2003/02/14 18:28:06 cph Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/rgspcm.scm,v 4.2 1991/05/06 23:17:03 jinx Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5f127f540865d48410a3e15539ff6b688fd73fea..8b6d9b474317a9942bd9cf0ae5067e9221da7ffa 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 1.3 2002/11/20 19:45:54 cph Exp $
+$Id: rules1.scm,v 1.4 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 252b02f94fa566fb4a06d83a4b509b8d113ec370..4717d4470a18604ee0eca7daccfa4de593367979 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 1.3 2002/11/20 19:45:54 cph Exp $
+$Id: rules2.scm,v 1.4 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0d8f398c651cf20081ee52bbd8c6dfa16742eefc..4d34b0bd32c041bcde990444f024217fc0b86aef 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 1.5 2002/11/20 19:45:54 cph Exp $
+$Id: rules3.scm,v 1.6 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f20a6c234f4f0199bd37cd6f726226fcadd22355..7d0013ae7903d9eae8c5a0495bf3a520d2355957 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 1.3 2002/11/20 19:45:54 cph Exp $
+$Id: rules4.scm,v 1.4 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4465665c73f76a4c7d9b8dbb0c4e37d46b836439..c3e0bda8489fd5fccb029445f67c8c2ebd52e189 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulfix.scm,v 1.3 2002/11/20 19:45:54 cph Exp $
+$Id: rulfix.scm,v 1.4 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f48c6f9abc3513d0edf2b25dc1c463f07ebcf00d..fd8727f789c4c6d8b68a49908825b3636383dd83 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulflo.scm,v 1.5 2002/11/20 19:45:54 cph Exp $
+$Id: rulflo.scm,v 1.6 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 50118e486ed84f526e1feacbcca2abcc4e45b1ee..aa90a21c363b26c86863b7accc01556a5e43245a 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.3 2002/11/20 19:45:54 cph Exp $
+$Id: rulrew.scm,v 1.4 2003/02/14 18:28:06 cph Exp $
 $MC68020-Header: rulrew.scm,v 1.1 90/01/18 22:48:52 GMT cph Exp $
 
 Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f1590853c2d8f5f4a90b4846a90a101424b069cd..670eded276cef0de3eb60c7699d12c1c2e7a9a6f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: assmd.scm,v 1.34 2002/11/20 19:45:54 cph Exp $
+$Id: assmd.scm,v 1.35 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9a804976b133c265d336b8314a57f809923cf506..192a9d1849caa11157301f745f18615927681633 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.7 2002/11/20 19:45:54 cph Exp $
+$Id: coerce.scm,v 1.8 2003/02/14 18:28:06 cph Exp $
 $MC68020-Header: coerce.scm,v 1.10 88/08/31 05:56:37 GMT cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a6c520c903d870db7ee2771a2d45cfa74ed91f74..e5135f2b4a77595d2c0ec29f3b262ad88ce13f27 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.cbf,v 1.4 2002/11/20 19:45:54 cph Exp $
+$Id: compiler.cbf,v 1.5 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7d2eac7cec2499af1bd2a61dab9c82c53c3e0613..58d6086580632d9b79287967df85ea76e06f0120 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.55 2002/11/20 19:45:54 cph Exp $
+$Id: compiler.pkg,v 1.56 2003/02/14 18:28:06 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index df4acac2ebfd4162765e4de14465a12e79450e44..bbe3b0619ac01f0005acd77683a5c8d30a64690b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf,v 1.23 2002/11/20 19:45:54 cph Exp $
+$Id: compiler.sf,v 1.24 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e1780884e62a74899794af8a74dbd6ca195b3515..3488f575cb1782ea0cef2a5612e9c88c5f2ec569 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm1.scm,v 4.23 2002/11/20 19:45:54 cph Exp $
+$Id: dassm1.scm,v 4.24 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d01a71ac307e097931e1de0285e1de06fe468ef3..89ecabc95ea0b1b68c1a43ddfe66d5479f8a3ace 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm2.scm,v 4.24 2002/11/20 19:45:54 cph Exp $
+$Id: dassm2.scm,v 4.25 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 286c32eeace582a77371e5dece206a3929278329..6f52e8e13fbda6541e615c1475a246bef74a3381 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm3.scm,v 1.4 2002/11/20 19:45:54 cph Exp $
+$Id: dassm3.scm,v 1.5 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0c01ed463257bf17618c45a0390fee3666521594..f0aea546db294bd29ae0fd41c078b92e98a08ca9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 4.38 2002/11/20 19:45:54 cph Exp $
+$Id: decls.scm,v 4.39 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bd21ccb3280c8f0c1c3a7f48e47ea123074ec388..f7d5169834dfe121fc4bbf34ffa24a8624f7cf2c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: inerly.scm,v 1.7 2002/11/20 19:45:54 cph Exp $
+$Id: inerly.scm,v 1.8 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9e3c4ad7ab32d88e2b955844f4a30490ec43daef..3e17f3c8cde0ead6a733296db5aff150a507dca7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insmac.scm,v 1.7 2002/11/20 19:45:54 cph Exp $
+$Id: insmac.scm,v 1.8 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 200f7b6ddc87da9a8354f656ff2af49db5a21afc..cd6be9fab3f5d19644d75ab28e6161f6bf8a3e76 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.7 2002/11/20 19:45:54 cph Exp $
+$Id: instr1.scm,v 1.8 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b0e4127879b156c320faa83836c6abb03e482976..3275e2b63156f1eed37a4be2b7499d1effa042ca 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2.scm,v 1.12 2002/11/20 19:45:54 cph Exp $
+$Id: instr2.scm,v 1.13 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d727e4b888f355b91915726b7191029f1a6a0e52..0bf6daa3423f9a4960937276c317c974e710f5d0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr3.scm,v 1.6 2002/11/20 19:45:54 cph Exp $
+$Id: instr3.scm,v 1.7 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b8968d677c239c4be0427595747ccbd58fd95612..9893291ca05c16bf71971c02ae343ba5b9063cf3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 4.51 2002/11/20 19:45:54 cph Exp $
+$Id: lapgen.scm,v 4.52 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c10102d778dd66a004d9c8533339fde9d28751ed..6f3da0eb80fe5001f1fde3c1f86306679f344639 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapopt.scm,v 1.16 2002/11/20 19:45:54 cph Exp $
+$Id: lapopt.scm,v 1.17 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c4a117ee917266fa2271e5da475f4217701adc4f..31b3ae6ab61acfd35ea6a42aea48b6b4c32abb61 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 4.31 2002/11/20 19:45:55 cph Exp $
+$Id: machin.scm,v 4.32 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 47010c5fa7f19751856ad65db7f3da7182771dd6..8a1e79779b612ad5212a2414f1685f8c98deaad9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.91 2002/11/20 19:45:55 cph Exp $
+$Id: make.scm,v 4.92 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 85f063bc548cc48b4069910cce412148d6a84095..cde305f5a54d479340cdd1734b02b16b8e1baa88 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 4.5 2002/11/20 19:45:55 cph Exp $
+$Id: rgspcm.scm,v 4.6 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a0b678b839d07fa1804a9c2d8d1ed672cdd72aef..49f909217854da8058a0278c1212d053b0d81e66 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 4.37 2002/11/20 19:45:55 cph Exp $
+$Id: rules1.scm,v 4.38 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 645ba912cf5d22d811e6a187c151fbd8814457ae..c5f91395acda2a515ae05665649ce6824ed6b659 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 4.16 2002/11/20 19:45:55 cph Exp $
+$Id: rules2.scm,v 4.17 2003/02/14 18:28:07 cph Exp $
 $MC68020-Header: rules2.scm,v 4.12 90/01/18 22:44:04 GMT cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ebdd8af03ffcb721fa9c8c675f160db22e0bc88c..ad4f1dea68bb14cce5efeb3bcd70336bf1c906e4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 4.45 2002/11/20 19:45:55 cph Exp $
+$Id: rules3.scm,v 4.46 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1d5e01f1b00caeeda8c5c7fe0fe40657e7e8a742..86c9fc4b7ca7aefc1f2462ff4489323cd63888fa 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 4.14 2002/11/20 19:45:55 cph Exp $
+$Id: rules4.scm,v 4.15 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2b8c9f2b68d5a366d241fa16de5a73308a9fbf9a..8d075c30d98f09bb56cf6668337c8d920158b856 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulfix.scm,v 4.51 2002/11/20 19:45:55 cph Exp $
+$Id: rulfix.scm,v 4.52 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8da0a397ef3c6910b235c20796be8a4653b830f5..cbd0e4ea57288061c0ab50e65edd6b52f33433d9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulflo.scm,v 4.43 2002/11/20 19:45:55 cph Exp $
+$Id: rulflo.scm,v 4.44 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7d900cb424e187952fe292eb314b7ad110d8ff74..739b439ebb9400b040be35c8636ddc45c1c172b5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.14 2002/11/20 19:45:55 cph Exp $
+$Id: rulrew.scm,v 1.15 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 18957b7e9972a76a9712cc5786cf652928dbf722..44f5c75bcf162e57624edac38bc1fbd4f3428d55 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: assmd.scm,v 4.10 2002/11/20 19:45:55 cph Exp $
+$Id: assmd.scm,v 4.11 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1991, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bdf917d4b4e1471bd3e4a51207ccca9fa33d1bee..44406f51923d0d6548b255c7e82ac72e20636eda 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.6 2002/11/20 19:45:55 cph Exp $
+$Id: coerce.scm,v 1.7 2003/02/14 18:28:07 cph Exp $
 $MC68020-Header: coerce.scm,v 1.10 88/08/31 05:56:37 GMT cph Exp $
 
 Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b4b34ee20cd8e81d34186665c4f75941412f954b..d0b9ffda46aa2e2b7624aaab22ddaf35b967a756 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.cbf,v 1.7 2002/11/20 19:45:55 cph Exp $
+$Id: compiler.cbf,v 1.8 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b2b9b6d8b2586a31a965b099d8f2f2a7f0cf2bef..bd3334d05fac36e859e05a7dfc2efc7af1123c31 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.27 2002/11/20 19:45:55 cph Exp $
+$Id: compiler.pkg,v 1.28 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bce284a46fd0b0630e4398866062852c7f7eb260..85a14ae1f62cecaa7d0cf0e184043d6be1c9ea99 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf,v 1.14 2002/11/20 19:45:55 cph Exp $
+$Id: compiler.sf,v 1.15 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 95eaea419705ab11a4784496a2b0bfac17f7fddf..539f3bdedde3e0093a91bf9e875d9b9ee133f3e1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm1.scm,v 4.10 2002/11/20 19:45:55 cph Exp $
+$Id: dassm1.scm,v 4.11 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index baa41c529f35bca701544d37b45ae27e55874860..f65ef02e8ad975089b1a3999083bb2757d9e24af 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dassm2.scm,v 4.16 2002/11/20 19:45:55 cph Exp $
+$Id: dassm2.scm,v 4.17 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cc5a11895d7ff9e2c2507692c28fa0d504e3886a..fb58fb42c7f48a24f3933fe485d44a6559ddad3a 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: dassm3.scm,v 1.5 2002/11/20 19:45:55 cph Exp $
+$Id: dassm3.scm,v 1.6 2003/02/14 18:28:07 cph Exp $
 $MC68020-Header: dassm3.scm,v 4.6 88/08/29 22:40:41 GMT cph Exp $
 
 Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4aac729c9e4467d8dd3e813f33b6bc9fd7d9f059..8598b01f31e5d26225334b38bac9713daca319b0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 4.16 2002/11/20 19:45:55 cph Exp $
+$Id: decls.scm,v 4.17 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e15af816bdc9fcfa9bfa4766c1997b20b7a7a9f2..e013a15588fb8b6e7e8a5bf9f1ff718904ca1df6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dsyn.scm,v 1.13 2002/11/20 19:45:55 cph Exp $
+$Id: dsyn.scm,v 1.14 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d5ef5f27f5ba2358d12d0b2f316e342bad56e983..af4578183a38c5d27bdd30e22298b3a8a7cc4c25 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: inerly.scm,v 1.11 2002/11/20 19:45:55 cph Exp $
+$Id: inerly.scm,v 1.12 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index be4fe73367073a9b4151741cfb682c29408e3a59..62da3f2efe9a0e16ec4983f4df345e478b179ac0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insmac.scm,v 1.18 2002/11/20 19:45:55 cph Exp $
+$Id: insmac.scm,v 1.19 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0f4733240510c25fb5fd98707beab25d268ff2e6..dc20bc9f69843fa464fc76cdc9e5949a3d777ac4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.11 2002/11/20 19:45:55 cph Exp $
+$Id: instr1.scm,v 1.12 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e0d7711e60ac0bc2f9e1bbcb25e06d188afc0ed4..85d04ec1b4d2afd35355d7a246e54fa8e572224c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr2.scm,v 1.12 2002/11/20 19:45:55 cph Exp $
+$Id: instr2.scm,v 1.13 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3cf77b517303237b6bd75d2e3077eedd0d6e0a94..0fb8bd83745396e1ffb9411b841898fa392a67c5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instr3.scm,v 1.15 2002/11/20 19:45:55 cph Exp $
+$Id: instr3.scm,v 1.16 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1991, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f8d04d48a9f7efa819d4d23f1b09962c14b30236..95d8656c7e01522c59363c3fffdeb40896f3bc77 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: insutl.scm,v 4.5 2002/11/20 19:45:55 cph Exp $
+$Id: insutl.scm,v 4.6 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987, 1989, 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a02e69cb72e122e245748373a7d1bdb84277f852..f7fa307b2ffc209fdc5a6a09640d69943e9aa9b7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 4.19 2002/11/20 19:45:55 cph Exp $
+$Id: lapgen.scm,v 4.20 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 04ef3b9206eb39ced7e113d4156c02d1c2dab9f1..35246ecfe85e231953c360525c4b9963b03d586a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lapopt.scm,v 1.3 2002/11/20 19:45:55 cph Exp $
+$Id: lapopt.scm,v 1.4 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6ea1dedd021b63706da38ee9f023da7db0d83a50..eae4b239e2ce7be00e459f283e709592be639365 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 4.14 2002/11/20 19:45:55 cph Exp $
+$Id: machin.scm,v 4.15 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 07d9d74693bfcdc2fe10b04c3aafd0a748dcc67c..042e0049f5e6f4d95c509d7c2d0c80adfcedcecd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.90 2002/11/20 19:45:55 cph Exp $
+$Id: make.scm,v 4.91 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c68a0c571860aa7cdfc79436f791c32ef0120aec..eb4977a6be91c45ff9991b9be8c1291c016e86a6 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 4.4 2002/11/20 19:45:55 cph Exp $
+$Id: rgspcm.scm,v 4.5 2003/02/14 18:28:07 cph Exp $
 $MC68020-Header: rgspcm.scm,v 4.1 87/12/30 07:05:38 GMT cph Exp $
 
 Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ced9910f9cec267b582ba2964f8ff7839c100f56..cbf2f2995684bc69c7b3c8598ab44fd984059919 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 4.9 2002/11/20 19:45:55 cph Exp $
+$Id: rules1.scm,v 4.10 2003/02/14 18:28:07 cph Exp $
 $MC68020-Header: rules1.scm,v 4.34 1991/01/23 21:34:30 jinx Exp $
 
 Copyright (c) 1987, 1989, 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index aa27f4f43aaed202e43de42286d7c61fee3aa74b..3608aa31d8f64af48ee31f0addae8acaf1b4fd57 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 4.6 2002/11/20 19:45:55 cph Exp $
+$Id: rules2.scm,v 4.7 2003/02/14 18:28:07 cph Exp $
 $MC68020-Header: rules2.scm,v 4.12 90/01/18 22:44:04 GMT cph Exp $
 
 Copyright (c) 1987, 1989, 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c083d728043d297dad27a4cb7501d6ae9e0cb2fb..f65547ceef7b42a5befda009ab5797865e9b92a7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 4.15 2002/11/20 19:45:56 cph Exp $
+$Id: rules3.scm,v 4.16 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1d8ae056ec027296018b05fd1489f7db6e04731a..eb8553d2b0dbf0b048fb965ced27bd6b539ad7a3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 4.6 2002/11/20 19:45:56 cph Exp $
+$Id: rules4.scm,v 4.7 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 09e89c5f5408ef0f1d3f9251370f88a15d4b6a70..7f96f6461ceae34041461a2d7e803d284effc329 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulfix.scm,v 1.9 2002/11/20 19:45:56 cph Exp $
+$Id: rulfix.scm,v 1.10 2003/02/14 18:28:07 cph Exp $
 
 Copyright (c) 1989, 1991, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d7c3fd66fec3839760e9c734db0a439631e66ef2..7570b3d1a0483f86218e5709fec46db9b2c852be 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.4 2002/11/20 19:45:56 cph Exp $
+$Id: rulrew.scm,v 1.5 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 10e7aca73e08ee0fbe6d03a2180826d82d1bf705..c15e1f375bcc0d67954f947c05363be0d055ed73 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: regset.scm,v 1.5 2002/11/20 19:45:56 cph Exp $
+$Id: regset.scm,v 1.6 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 06f3fdfb9b66934ef73075ce4f15a5af9ef2f90a..e4a5f7a3a6b4e687164d1dd700b23aa97223d938 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgraph.scm,v 4.9 2002/11/20 19:45:56 cph Exp $
+$Id: rgraph.scm,v 4.10 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 565a38c861b86c7ac5d420ec3a4b2eed074bd119..0f2c0318c280db2f33698daf75c589cfc5e51f08 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtlcfg.scm,v 4.11 2002/11/20 19:45:56 cph Exp $
+$Id: rtlcfg.scm,v 4.12 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1987-1989, 1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3b785f929dd802b488674ad1aa198cde5dd621a5..48e3e37fe6c99e912d72d1aa3e48548d11d35957 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtlcon.scm,v 4.31 2002/11/20 19:45:56 cph Exp $
+$Id: rtlcon.scm,v 4.32 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 28c99894e6c4007225f2575f0b41ff98c8f95c48..9400a3d2775de9fde5755817bda57ddba586ce6b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtlexp.scm,v 4.21 2002/11/20 19:45:56 cph Exp $
+$Id: rtlexp.scm,v 4.22 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bfec15036a50c5c8ea834d7e8d88ccb314e34af4..9dfa9a150ea2ef42bfa3c91150c0f4bd2b36ac7a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtline.scm,v 4.12 2002/11/20 19:45:56 cph Exp $
+$Id: rtline.scm,v 4.13 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 08f5518920cf8660514128be7a2e40e8df5ece64..6a5ed581082da8de9558c98dc6a5f20988556941 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtlobj.scm,v 4.13 2002/11/20 19:45:56 cph Exp $
+$Id: rtlobj.scm,v 4.14 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6c80d96c29e4cef207cae7b2719d25f3589a6e7b..b7603014dc1487febb98cb277e724737778123c8 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rtlreg.scm,v 4.11 2003/02/13 02:38:20 cph Exp $
+$Id: rtlreg.scm,v 4.12 2003/02/14 18:28:08 cph Exp $
 
 Copyright 1987,1988,1990,1999,2001,2002 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a74bc0beeb9eabb05e3076d041d427baf94f6453..9944c713f30504eb80522d34d28dea2841d2e57f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtlty1.scm,v 4.24 2002/11/20 19:45:56 cph Exp $
+$Id: rtlty1.scm,v 4.25 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c1a694976dc4723a74f9f88533c3f8986f6e0311..d0f92366511211fe8d44e95d9253dcc503e23082 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtlty2.scm,v 4.14 2002/11/20 19:45:56 cph Exp $
+$Id: rtlty2.scm,v 4.15 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d4966f2cb41232f54c7b4468c69bd3b0d67853d7..c77f9b43a0d9ee778aab60ad2e679a1db31ca5be 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: valclass.scm,v 1.8 2003/02/13 02:59:28 cph Exp $
+$Id: valclass.scm,v 1.9 2003/02/14 18:28:08 cph Exp $
 
 Copyright 1989,1990,1999,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b48381d329e397da47fa35424cd713efb9245e48..0cda3caa04947b7d7e2df8a4b37111d81c607576 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: fndblk.scm,v 4.13 2002/11/20 19:45:56 cph Exp $
+$Id: fndblk.scm,v 4.14 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c7c6b9d5cea3b8942789f60d3919688ce379660a..e8d85bae73479c49b1588e94c13919e8b05b131c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: fndvar.scm,v 1.8 2002/11/20 19:45:56 cph Exp $
+$Id: fndvar.scm,v 1.9 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8a3495ad33df2a34787cdeffabcbc8532fc0a583..947be4fa06ad6016433c96be035c9c484a9ad596 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: opncod.scm,v 4.71 2002/11/20 19:45:56 cph Exp $
+$Id: opncod.scm,v 4.72 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 106775265c5de1a39683ab0c0e3c336925dda783..d33ad36c4955b9e8b6c5aacaba76098b95781804 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgcomb.scm,v 4.22 2002/11/20 19:45:56 cph Exp $
+$Id: rgcomb.scm,v 4.23 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 688da0b527bf6f9864c94647652f5673e07e8291..c1a5007a07f5fa5bbab51d64cb6aac856fa10d13 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgproc.scm,v 4.15 2002/11/20 19:45:56 cph Exp $
+$Id: rgproc.scm,v 4.16 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 91f792d87abc9f92f135c86c04e001c638d3c3bf..a947f183258d32407b7dd3f0d0233061c9879b51 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgretn.scm,v 4.15 2002/11/20 19:45:56 cph Exp $
+$Id: rgretn.scm,v 4.16 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7c7d065cc7f7a44689ba3a516053a378b7add82d..d518b806c08d06d4592a5dc08aa08a63a4081bed 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgrval.scm,v 4.24 2002/11/20 19:45:56 cph Exp $
+$Id: rgrval.scm,v 4.25 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 326578274b8c8e7daf2b0343c4a9446c4573bb34..58e7af018e6ce6f95e0a56f56b3455708bb36720 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgstmt.scm,v 4.18 2002/11/20 19:45:56 cph Exp $
+$Id: rgstmt.scm,v 4.19 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 246fa779661de474f0059a774bb60b6b930cf72b..020980591d846b4e93ef76377b303bf67fcb24ec 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtlgen.scm,v 4.31 2002/11/20 19:45:56 cph Exp $
+$Id: rtlgen.scm,v 4.32 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 84c65bec0d2ac615b7f0968b5b6f1000a861ff77..a7e51a5fac580082f52cf95f1ed1aae7b4b65d71 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ralloc.scm,v 1.19 2002/11/20 19:45:56 cph Exp $
+$Id: ralloc.scm,v 1.20 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0c187eed41545635cbba49f590c35d6844906902..5a97032232bff3a70168413971683069c4364ece 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcompr.scm,v 1.16 2002/11/20 19:45:56 cph Exp $
+$Id: rcompr.scm,v 1.17 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 82b784f5b79b98bebff45fed05854ce379f5d8f9..7385e4b15e38261bd83bdd1e55ed0e617f5addd3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcse1.scm,v 4.25 2002/11/20 19:45:56 cph Exp $
+$Id: rcse1.scm,v 4.26 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dc1c07efe121e4be8395956e4ce690a55b1feefe..4bc9f6bffbeb0c22782ef98c2f93bbe348d8d341 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcse2.scm,v 4.15 2002/11/20 19:45:57 cph Exp $
+$Id: rcse2.scm,v 4.16 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 69b254bec6a87cc309213e4d73c53b32356a54a5..6df00b24f88104223be7051820f2c0af9466c668 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcseep.scm,v 4.8 2002/11/20 19:45:57 cph Exp $
+$Id: rcseep.scm,v 4.9 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1987, 1988, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ddff4fff48ceb7d0bdb74d2cbcfe354520bbccce..a765a417b040b71ec5e4def6ba97ff92e8928050 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcseht.scm,v 4.14 2002/11/20 19:45:57 cph Exp $
+$Id: rcseht.scm,v 4.15 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f9628425bd8066a0255d6c26f536aa3eecc0db15..8559e9c0b4b8dfd819cf6be24045322c57cf61ff 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcserq.scm,v 4.8 2002/11/20 19:45:57 cph Exp $
+$Id: rcserq.scm,v 4.9 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c24e575aab0dfafd51b524a832d7a21fa531781e..97b363ac3e0ef524d3598d452267e761b1f5027b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcsesr.scm,v 4.5 2002/11/20 19:45:57 cph Exp $
+$Id: rcsesr.scm,v 4.6 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ad8660b48dfcd7e923954567da336de20ec0ca99..dddbf1504056755c783fc105c442e1411390dbe1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rdebug.scm,v 1.5 2002/11/20 19:45:57 cph Exp $
+$Id: rdebug.scm,v 1.6 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1987, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6c453df699cdb900493475624a682a6067fadb8d..26f20e139b2631e2c2dfb9774376b615d23abe21 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rdflow.scm,v 1.5 2002/11/20 19:45:57 cph Exp $
+$Id: rdflow.scm,v 1.6 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2a313d7738addd04ac2ba206a6aebb4f2b158e40..5832be655196f0a144189a639b0ed8874f0fc7e0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rerite.scm,v 1.5 2002/11/20 19:45:57 cph Exp $
+$Id: rerite.scm,v 1.6 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c3f506c4eba4bdf258649648cb096ff12d62581f..bbae8b676971f2cd3ce1588f79fb42016d5fa5ae 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rinvex.scm,v 1.11 2002/11/20 19:45:57 cph Exp $
+$Id: rinvex.scm,v 1.12 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1989-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index add98c3c7788aa7e16d700e4e354e0e82e350324..b8c9237e108935d29fdabf68de81dfffaec2ab74 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rlife.scm,v 1.62 2002/11/20 19:45:57 cph Exp $
+$Id: rlife.scm,v 1.63 2003/02/14 18:28:08 cph Exp $
 
 Copyright (c) 1987, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ffd3d7e3b964909e70ca96525bd2b88aeae2fc05..330cccf13c113a450ccedbc9bb685173baeebcae 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rtlcsm.scm,v 1.3 2002/11/20 19:45:57 cph Exp $
+$Id: rtlcsm.scm,v 1.4 2003/02/14 18:28:09 cph Exp $
 
 Copyright (c) 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e8261105502f40155543940e514b06805e5a23f6..9b059bf28d4d3ebdce7d3d8905065374d622a47f 100644 (file)
@@ -2,24 +2,24 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Copyright (c) 2000-2001 Massachusetts Institute of Technology
 dnl
-dnl This file is part of MIT Scheme.
+dnl This file is part of MIT/GNU Scheme.
 dnl
-dnl MIT Scheme is free software; you can redistribute it and/or modify
-dnl it under the terms of the GNU General Public License as published
-dnl by the Free Software Foundation; either version 2 of the License,
-dnl or (at your option) any later version.
+dnl MIT/GNU Scheme is free software; you can redistribute it and/or
+dnl modify it under the terms of the GNU General Public License as
+dnl published by the Free Software Foundation; either version 2 of the
+dnl License, or (at your option) any later version.
 dnl
-dnl MIT Scheme is distributed in the hope that it will be useful, but
-dnl WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MIT/GNU Scheme is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 dnl General Public License for more details.
 dnl
 dnl You should have received a copy of the GNU General Public License
-dnl along with MIT Scheme; if not, write to the Free Software
+dnl along with MIT/GNU Scheme; if not, write to the Free Software
 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 dnl 02111-1307, USA.
 
-AC_REVISION([$Id: configure.in,v 1.6 2002/11/20 19:45:46 cph Exp $])
+AC_REVISION([$Id: configure.in,v 1.7 2003/02/14 18:28:00 cph Exp $])
 AC_INIT(microcode/boot.c)
 
 AC_PROG_INSTALL
index 691a85b0593c1b47aad3162731e198c708f5db87..4572592f070ee8709df81c352a62e4ab59f8bb6c 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in,v 1.3 2002/11/20 19:45:57 cph Exp $
+# $Id: Makefile.in,v 1.4 2003/02/14 18:28:09 cph Exp $
 #
 # Copyright (c) 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index c221a0adb4f99f86a152a24ed1178fbcd103efcf..f8b2a9eb736095750bc687491dc77c85c4227ee9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: anfile.scm,v 1.8 2002/11/20 19:45:57 cph Exp $
+$Id: anfile.scm,v 1.9 2003/02/14 18:28:09 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9a4b3ad4221a4fdc6438bdab53874981044a1572..e3f28256e0199c95af8e18df80f06b81181924ce 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: conpkg.scm,v 1.15 2002/11/20 19:45:57 cph Exp $
+$Id: conpkg.scm,v 1.16 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c86468c6b659e70f4f87a16b89c584ac3b0cd1c3..ff23ca0e24194374ba52878346555e31d8c2d59b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cref.cbf,v 1.4 2002/11/20 19:45:57 cph Exp $
+$Id: cref.cbf,v 1.5 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7f3ed0a400170c0f46ea9b05b2498ae5db8410de..2ba8f90923ba577b412afbf472b03b5bf1c92174 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cref.pkg,v 1.11 2002/11/20 19:45:57 cph Exp $
+$Id: cref.pkg,v 1.12 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 063b6f3ce67173d495544ec6cd8be95d1c74a5d3..0f709d42ffea14b748dc72032f5c6a3164546a82 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cref.sf,v 1.16 2002/11/20 19:45:57 cph Exp $
+$Id: cref.sf,v 1.17 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3399012d6db9e4236ea3004ba9f5a654da718008..39178bd5280496621d2c445f02d9e8853af6c220 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: forpkg.scm,v 1.11 2002/11/20 19:45:57 cph Exp $
+$Id: forpkg.scm,v 1.12 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ac11cc3f70006b2f28c770a89699674d67326281..a1d442feff06d87a0d1cf07edfbbc92f66b3ab29 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.26 2002/11/20 19:45:57 cph Exp $
+$Id: make.scm,v 1.27 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e7ffc100f00f25673b85c1345ae2cfe2b24914e2..8f22825d41ee4a814c50c5d6fd26ea8e6164cb55 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mset.scm,v 1.3 2002/11/20 19:45:57 cph Exp $
+$Id: mset.scm,v 1.4 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 46b75b70ace27c18d082689bd671b2da12638442..53dc5843835316cb0a70fb169f2db96890ec7419 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: object.scm,v 1.15 2002/11/20 19:45:57 cph Exp $
+$Id: object.scm,v 1.16 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 83bbc5d6cf1d7805c134f3ac7793a8eda761af78..6aad52fdf9c6ef587ffe073810bbb1cbbb5286e7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: redpkg.scm,v 1.27 2002/11/20 19:45:57 cph Exp $
+$Id: redpkg.scm,v 1.28 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e58bb90ed22543259672d619fb429138985c5a1e..52f59a5b4e94ef09a091ee0c0212fda5cbb54b44 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: toplev.scm,v 1.19 2002/11/20 19:45:57 cph Exp $
+$Id: toplev.scm,v 1.20 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c467eb1e703874ccd4c37b388f0bc690585e028e..cc3b5f52a950ea90f44faa9d649651b5fc050d88 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: triv.pkg,v 1.8 2002/11/20 19:45:57 cph Exp $
+$Id: triv.pkg,v 1.9 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7d4303a1a6bacf36a5335d20be1ef4bef125a3ca..6ede11105af1d343d9336421378bd272de7b89f3 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.7 2002/11/21 03:39:51 cph Exp $
+# $Id: Clean.sh,v 1.8 2003/02/14 18:28:10 cph Exp $
 #
 # Copyright (c) 2000, 2001, 2002 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 6ea5e998a94dcc40af418973d731fbde9b73e26a..abc1097696d150e2e60414ef69b2a0a1aecf8bad 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in,v 1.5 2002/11/20 19:45:57 cph Exp $
+# $Id: Makefile.in,v 1.6 2003/02/14 18:28:10 cph Exp $
 #
 # Copyright (c) 2000-2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 055be8580b136c2198cbf976c20721af13d7a998..3f7cca910215b011d7314a3b5a15e9251b3dc08a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: abbrev.scm,v 1.8 2003/02/14 18:25:19 cph Exp $
+$Id: abbrev.scm,v 1.9 2003/02/14 18:28:10 cph Exp $
 
 Copyright 2000-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 11e2efea23c6625a6861c4f13efcbbae107440cf..1c0adc6811d5f42902d02a7187cf205581c1139a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ansi.scm,v 1.9 2002/11/20 19:45:57 cph Exp $
+$Id: ansi.scm,v 1.10 2003/02/14 18:28:10 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c5255e977b0c2663ae1def9b455f6c3878fa90c1..f44c7eb09e4e53086fee7f7d78fcf7376fc1b761 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: argred.scm,v 1.35 2003/02/14 18:25:19 cph Exp $
+$Id: argred.scm,v 1.36 2003/02/14 18:28:10 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0aa5ba9f9c5ff42823fc60d9db98f632d6c0e4c3..93672c1480c509a1260a6306541c0b27608c4881 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: artdebug.scm,v 1.32 2003/01/10 20:09:22 cph Exp $
+$Id: artdebug.scm,v 1.33 2003/02/14 18:28:10 cph Exp $
 
 Copyright 1989,1990,1991,1992,1993,1998 Massachusetts Institute of Technology
 Copyright 1999,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3647b699824a6efb191bd5a44ee25945f7e1cc9b..b551610e568edbb281473d41a781015c29cd3b47 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: autold.scm,v 1.64 2003/02/14 18:25:19 cph Exp $
+$Id: autold.scm,v 1.65 2003/02/14 18:28:10 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2048c6d2178a7bda7b18d7bde33fa849eefb3d35..37e300f39f45d07bb31622377422e0989593246e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: autosv.scm,v 1.36 2003/02/14 18:25:19 cph Exp $
+$Id: autosv.scm,v 1.37 2003/02/14 18:28:10 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2725cc816cd95ee76d11249193a33ec9c388a3fb..a8c46725b79566e415810afb9de05262349dc16a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: basic.scm,v 1.142 2003/02/14 18:25:19 cph Exp $
+$Id: basic.scm,v 1.143 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 78e32487a8ee08076b048a0a09334ed60455f7ce..2f9ffa12efa1a59150c16f3856e62ccd06564024 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bios.scm,v 1.6 2002/11/20 19:45:58 cph Exp $
+$Id: bios.scm,v 1.7 2003/02/14 18:28:11 cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 864254606d3f2a621b3662f0dfde0a64a2a70684..4861da1a2ae761ec00ee69e89886e78f5ec18079 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: bufcom.scm,v 1.109 2003/01/10 20:24:03 cph Exp $
+$Id: bufcom.scm,v 1.110 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986,1989,1990,1992,1994,1996 Massachusetts Institute of Technology
 Copyright 1997,1998,1999,2000,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bb3c8c846f5834825b2414030078d5557efa6bdc..fcd2d285f66c6acbf7b2e6b692a8e7f688fbdbc9 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: buffer.scm,v 1.189 2003/02/13 02:36:44 cph Exp $
+$Id: buffer.scm,v 1.190 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1994,1995,1996,1998,1999,2000 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 69a2c848be45f0f7517de9eb100793ecf21ed868..bd1730ac14f5ca59b863c233a341b538ccda6899 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: buffrm.scm,v 1.61 2003/02/14 18:25:19 cph Exp $
+$Id: buffrm.scm,v 1.62 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ef25bb5c8e61c6f7f7b5f459d6d9d0116ee5df78..fc0cf5d79eaf0c726d3d3b3c1632949c9b8e0cde 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bufinp.scm,v 1.10 2003/02/14 18:25:19 cph Exp $
+$Id: bufinp.scm,v 1.11 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index eb7244a6dd8aaaffecb77d72e7b3261ab6a3382f..75a16d9ccc74eb19160c089ed293545d6e6c5a1f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bufmnu.scm,v 1.133 2003/02/14 18:25:19 cph Exp $
+$Id: bufmnu.scm,v 1.134 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f361447b3718995114355b6d177110ffda6f7af0..be4e1695760554a348e41034668198f64f7cfcdc 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bufout.scm,v 1.15 2003/02/14 18:25:19 cph Exp $
+$Id: bufout.scm,v 1.16 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7d30de5fd107ad204536a35e54678a7d897f692d..1f634cb29ccc419326eabee797a55704a5f7be65 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bufset.scm,v 1.14 2003/02/14 18:25:19 cph Exp $
+$Id: bufset.scm,v 1.15 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dae87a34230ed1698b4c26e410fe3346a6adc899..adee5ac33ff04f2fc78ff242189409c57c3fdf89 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bufwfs.scm,v 1.22 2003/02/14 18:25:19 cph Exp $
+$Id: bufwfs.scm,v 1.23 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b8bc65add313fb99ffe4df478855dafdf170ae2b..e4a1cdaa3a64dac5eacbf4dc61e3af31371b89c2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bufwin.scm,v 1.312 2003/02/14 18:25:19 cph Exp $
+$Id: bufwin.scm,v 1.313 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e0d1050ac4c68501acf1062c8aeb6848d9fc4b9e..7134688033e1dddea45ebad51b9c2e471aafb597 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bufwiu.scm,v 1.36 2003/02/14 18:25:19 cph Exp $
+$Id: bufwiu.scm,v 1.37 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7d710a850b602fb81dbf269fbf433ee16e25a739..f2198d63124023f981587c896dd4ae8deb99db7a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bufwmc.scm,v 1.20 2003/02/14 18:25:19 cph Exp $
+$Id: bufwmc.scm,v 1.21 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 99d5c588ece37bd94a196c4cac501fa42069f32f..28a5e703ef98fb7c2d168094841d40c6997b3867 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: c-mode.scm,v 1.62 2003/02/14 18:25:19 cph Exp $
+$Id: c-mode.scm,v 1.63 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 717d401a83fbbe3b6d2e4ad1bddc7e500c4058c6..498f4668c9354d974c126b1dc0c9c735466f3d37 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: calias.scm,v 1.29 2003/02/13 02:36:51 cph Exp $
+$Id: calias.scm,v 1.30 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986,1989,1991,1992,1994,1995 Massachusetts Institute of Technology
 Copyright 1998,2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index deb9ffcba047bed5b579c4171f280b6bd230afba..4ec25c6e24b97c28f54f1caf855217273095d20c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cinden.scm,v 1.22 2003/02/14 18:25:19 cph Exp $
+$Id: cinden.scm,v 1.23 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3c8e10c032aa68403640eb83bf32d79917903205..929a4bec7d71585a9107f055515222e2e8826523 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: class.scm,v 1.74 2003/02/14 18:25:19 cph Exp $
+$Id: class.scm,v 1.75 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6aa0b4c69d49fb295a8d8b3342e870d8067eb420..d19ddc2ab164c02888eda8dd724f6756ad99aa42 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: clscon.scm,v 1.10 2003/02/14 18:25:19 cph Exp $
+$Id: clscon.scm,v 1.11 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 370182f457f34900e5a28b10e411cb4a467134cc..a2fe6544992e4f1af33ccf52d8ad69503eb82885 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: clsmac.scm,v 1.12 2003/02/14 18:25:19 cph Exp $
+$Id: clsmac.scm,v 1.13 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 18a6c1b9956d1cc4a9f13c3603376d0c541d78d6..d928439e0a6c72209f4a5abaf8ae6ba760c2ee66 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comatch.scm,v 1.6 2003/02/14 18:25:19 cph Exp $
+$Id: comatch.scm,v 1.7 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1997, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d916422e59fc8ad8d7f2827cee8adab002e1b210..1e2e6cfc3a9cc9d12dfe40d9e2b412c3f221b295 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comhst.scm,v 1.8 2002/11/20 19:45:58 cph Exp $
+$Id: comhst.scm,v 1.9 2003/02/14 18:28:11 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d305f7188474937ff5e218ea8393ff578f5b6012..8bcbe6137484bf865171fa7a9d2821dfa28d394e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comint.scm,v 1.31 2002/11/20 19:45:58 cph Exp $
+$Id: comint.scm,v 1.32 2003/02/14 18:28:11 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b52d726dc3a2e88cdad8d183ac5f1b28540b5afd..13888e69532876fe7ce67863526be0a95657cb3d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comman.scm,v 1.87 2002/11/20 19:45:58 cph Exp $
+$Id: comman.scm,v 1.88 2003/02/14 18:28:11 cph Exp $
 
 Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3243628d5d168a4c0f179731e7f10ebe581e076a..6c8777745c8934f8abd7c86c5c3e6c937d21f554 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.16 2003/02/14 18:25:19 cph Exp $
+$Id: compile.scm,v 1.17 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1992-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 85058c16a12a1b31b7b4ca59bf41a9ac518e30ac..d0b947f24c4d6ef4f0594f00679f6805c2fcc9eb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comred.scm,v 1.125 2003/02/14 18:25:19 cph Exp $
+$Id: comred.scm,v 1.126 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4a733606a71565ccbf51e67d987c8eec18471034..c739dc6efba2c54f7caea90622075c8ea0123244 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comtab.scm,v 1.74 2003/02/14 18:25:19 cph Exp $
+$Id: comtab.scm,v 1.75 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 43c8f8befd6955c306f10c2546f22eca66296268..d18313d01e5f25c4c49139fbbd5b00147c1824f0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: comwin.scm,v 1.149 2003/02/14 18:25:19 cph Exp $
+$Id: comwin.scm,v 1.150 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1985, 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f6f5b10bb3894533f64d78c0e86aceb9b93eaf72..688d1189c6c66d959b267fc2dc48a7cf9c59db22 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: curren.scm,v 1.146 2003/02/14 18:25:19 cph Exp $
+$Id: curren.scm,v 1.147 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bffe9976b0f689aca1af8d466eda1166a01e3d60..64a08dd1f7c8e828564fb883dccb1a594f358961 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dabbrev.scm,v 1.6 2003/02/14 18:25:19 cph Exp $
+$Id: dabbrev.scm,v 1.7 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4f415c17021ac50d68df773fb876352098621651..5ba0f3a1a801b13f23e71437b56fb0edbe16ba4b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: debian-changelog.scm,v 1.8 2003/02/14 18:25:19 cph Exp $
+$Id: debian-changelog.scm,v 1.9 2003/02/14 18:28:11 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 713b10be6a67dd3dfae54cffcb5d4e86a2ac7bc2..d2ec91eb669df7bb8c24af4af0a6479d6631e4d3 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: debug.scm,v 1.64 2003/01/10 20:09:29 cph Exp $
+$Id: debug.scm,v 1.65 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1992,1993,1994,1995,1996,1997 Massachusetts Institute of Technology
 Copyright 1998,1999,2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c441e73bd6911feb6763d14524a562bec1dadb4b..acf3cd71906ee923c64a05bc1a992c34874c33ca 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: debuge.scm,v 1.56 2003/02/14 18:25:19 cph Exp $
+$Id: debuge.scm,v 1.57 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index baaab9d9e82d0fb5ec41ef17629e57b95fbf5437..47a7421b49b3503d5e9dede6a3cc3d204a072568 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.72 2002/11/20 19:45:59 cph Exp $
+$Id: decls.scm,v 1.73 2003/02/14 18:28:11 cph Exp $
 
 Copyright (c) 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 95571ca62f1515772388dd6c34570d273304f8c7..7559a1dc456bc0022a90f8f616d934bbbebd869f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dired.scm,v 1.192 2003/02/14 18:25:19 cph Exp $
+$Id: dired.scm,v 1.193 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 84b6a1e4a57d8504020f8d155a052b9addfdb512..6f70f2c9ddfe4ffbeab038f26ba333531b7b8bcd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: diros2.scm,v 1.6 2003/02/14 18:25:19 cph Exp $
+$Id: diros2.scm,v 1.7 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 134570e6beeb18263d5d3ba13bdc4075516074b8..6c56d99c0d138f8a5e012994d8b1c5f9087a9a80 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dirunx.scm,v 1.15 2003/02/14 18:25:20 cph Exp $
+$Id: dirunx.scm,v 1.16 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d1b6ecdc0a4d5d9ceb35f48ca59e600ebf036016..2a23f56d5c9969df410055d10380be0d4393aa3a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dirw32.scm,v 1.6 2003/02/14 18:25:20 cph Exp $
+$Id: dirw32.scm,v 1.7 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1996, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bf6a66bcab2c86270e23669ca251beeaf866303b..8f87f3a17647ce155745113ad8444b7f17514b06 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: display.scm,v 1.9 2003/02/14 18:25:20 cph Exp $
+$Id: display.scm,v 1.10 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c5220633fc40dc951d89be902681ac99059778ce..5efeb481565b75c2c32f8c0934d117a91e84e901 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: docstr.scm,v 1.6 2002/11/20 19:45:59 cph Exp $
+$Id: docstr.scm,v 1.7 2003/02/14 18:28:11 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 91eca4b52849fec6dcb423cede3e7607c2673940..8283820a816c3eae03503f6784516700d4378ba1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dos.scm,v 1.55 2003/02/14 18:25:20 cph Exp $
+$Id: dos.scm,v 1.56 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1992-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 738350ec0daaec56a759af92ce0cb2d8700a436b..5b13bb95a04b3122940b3c09cb3b62a2f9cb0db3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: doscom.scm,v 1.5 2003/01/10 20:24:09 cph Exp $
+$Id: doscom.scm,v 1.6 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1993,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0845fb0144fd1c10f5d6f80b25ce86fb0feb7be5..0cd0ec0731b18bd64206a6bd8dc50a4b47fa5e43 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dosfile.scm,v 1.40 2003/02/14 18:25:20 cph Exp $
+$Id: dosfile.scm,v 1.41 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1994-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 27b86a47e39d6b07019c30c767e718669e8c0f2e..0e24d1f425f26f1d0e5e96220cbc3b8f93120f9a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dosproc.scm,v 1.11 2003/02/13 02:36:59 cph Exp $
+$Id: dosproc.scm,v 1.12 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1992,1993,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a94b6410a9a8fe3fef38b1b4cedeaf17d2e368e0..6e681e8d5c703da55d82cdd4453f897aeae6533c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dosshell.scm,v 1.7 2003/01/10 20:24:15 cph Exp $
+$Id: dosshell.scm,v 1.8 2003/02/14 18:28:11 cph Exp $
 
 Copyright 1993,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d20fec277bcbeebe6c03bc1d130f8b7485a54769..2cf7f9822e118897974a73b33f1a7b68f76d989f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ed-ffi.scm,v 1.53 2002/11/20 19:45:59 cph Exp $
+$Id: ed-ffi.scm,v 1.54 2003/02/14 18:28:11 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0ce4c6a89986f8b450da73cfa54e9604ae59b2af..d003793157ec4d68920e2d747fafed585f27112a 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: editor.scm,v 1.257 2003/01/10 20:24:21 cph Exp $
+$Id: editor.scm,v 1.258 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology
 Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5bfbe16216290eae4054168f762dc1a0c8743d37..a0b27fc04dcb7a7edd8a4fcb159aa8849d8d3783 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: edtfrm.scm,v 1.93 2003/02/14 18:25:20 cph Exp $
+$Id: edtfrm.scm,v 1.94 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1985, 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1b127d15132c0c69e7f5f9157d389002662a58d4..7ce32a63408d245dcf2772cb66e74aa9b5ecb8f4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: edtstr.scm,v 1.28 2003/01/10 20:24:27 cph Exp $
+$Id: edtstr.scm,v 1.29 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1989,1990,1991,1992,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3298e251edda9071bfaae4ecd399cb20591d7539..d1459f67ff4b61c0eee9566e332d5360f6aa8907 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: edwin.cbf,v 1.5 2002/11/20 19:45:59 cph Exp $
+$Id: edwin.cbf,v 1.6 2003/02/14 18:28:12 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0740a4fe06b1c53d5bc2e507a24d7399992c57f5..912ad6a405203849b9cfcb2a5709a0102961e93e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: edwin.ldr,v 1.74 2002/11/20 19:45:59 cph Exp $
+$Id: edwin.ldr,v 1.75 2003/02/14 18:28:12 cph Exp $
 
 Copyright (c) 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e8561faf3eae34274783068f292f6333e500b716..6a670182b7babb732d134b0ab3f3ec75711fead8 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: edwin.pkg,v 1.284 2003/01/10 20:09:46 cph Exp $
+$Id: edwin.pkg,v 1.285 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1989,1990,1991,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1995,1996,1997,1998,1999,2000 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 325d288c928fe4a10ed7887eaeb638093acb4229..18d9d9c971c250f4bd340bd67d9d4927bd21786c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: edwin.sf,v 1.31 2003/02/14 18:25:20 cph Exp $
+$Id: edwin.sf,v 1.32 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1991-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0676fe058c9537c3d50957f30793c490acce4906..05c026be238720c87e324d55d67932d0e64cfec7 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: evlcom.scm,v 1.67 2003/01/10 20:09:53 cph Exp $
+$Id: evlcom.scm,v 1.68 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986,1989,1991,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1995,1997,1998,1999,2000,2001 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7ca861f15593dc3756636c7b603a273ba9978b7b..7ea4fc1a23752b5e9ea47574eddec71ae20518d5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: eystep.scm,v 1.8 2003/02/14 18:25:20 cph Exp $
+$Id: eystep.scm,v 1.9 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8ff534b832cb97e3265cbdca240cad81f42ec49c..6aecca4041e435d26ee5bed23e1841c31060bdbd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: filcom.scm,v 1.225 2003/02/14 18:25:20 cph Exp $
+$Id: filcom.scm,v 1.226 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8a821cd383ca343428801189bcdfdb4311955f5a..afa509e1885d0e8a4690ddc498fc492ed42450a4 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: fileio.scm,v 1.160 2003/01/10 20:24:33 cph Exp $
+$Id: fileio.scm,v 1.161 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986,1989,1991,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1995,1997,1999,2000,2001,2002 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a66ba5249b12b5c4c87ceb25bbf48968a8db4ad1..37f589caf0a84d401d38fb9906b8fd9419789219 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: fill.scm,v 1.72 2003/02/14 18:25:20 cph Exp $
+$Id: fill.scm,v 1.73 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a0e6588c1d48f8d2e8343e502cda68d736f833f4..2ca5af76387baffa90c5d771d9fd2c5353ec3192 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: grpops.scm,v 1.30 2003/02/13 02:37:06 cph Exp $
+$Id: grpops.scm,v 1.31 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986,1989,1991,1993,1995,1996 Massachusetts Institute of Technology
 Copyright 1999,2000,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 47e9a78fa5eb8dc9b9bad2bfcf91df614b5225f0..bdbf12214cf3baa7923099085b6e2f99b5d745b8 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: hlpcom.scm,v 1.125 2003/02/13 19:53:57 cph Exp $
+$Id: hlpcom.scm,v 1.126 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986,1989,1990,1991,1993,1998 Massachusetts Institute of Technology
 Copyright 2000,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5780039cda42dd0db9ee2c98aea53e29d1f9f56c..9f7643c22b60b79d77c319e56b322e73bacf3445 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: htmlmode.scm,v 1.8 2003/02/14 18:25:20 cph Exp $
+$Id: htmlmode.scm,v 1.9 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1999, 2000, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ee500ed43fcd015f0f1440a10ee7b125508382b0..711d5885241b884e756a0b78f7fd46b7a8ac98c2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: image.scm,v 1.139 2003/02/14 18:25:20 cph Exp $
+$Id: image.scm,v 1.140 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 38595683ee5594fffff55b36dfb5d6607efafdd1..69d2f2fed511f79fdfbfd1d2a76d5e796220062b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: info.scm,v 1.139 2003/02/14 18:25:20 cph Exp $
+$Id: info.scm,v 1.140 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 69718eb6b76fe8b6843186f6508511e676472ee3..de009f97e74b3921b344a07ae2c3fbdce2e3fb2f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: input.scm,v 1.104 2003/02/14 18:25:20 cph Exp $
+$Id: input.scm,v 1.105 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0d4d39e2cbefca1be37e711733da997ac879f3a1..d2bd8ec2ea74ff3419ecb0ecdeca7424b4e89af2 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: intmod.scm,v 1.118 2003/01/10 20:10:00 cph Exp $
+$Id: intmod.scm,v 1.119 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986,1989,1991,1992,1993,1999 Massachusetts Institute of Technology
 Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 74f2253e5e3fa9d02c6c63d6501db1002f28cae0..6394e455ea8129abfb2d5398e3740ef66fa60601 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: iserch.scm,v 1.25 2003/02/14 18:25:20 cph Exp $
+$Id: iserch.scm,v 1.26 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 842997fc3c93f921d78282a22b54acf5b7e91f1a..6ea8ae2a509ec5c0ffb691fe4f03cbbcf20becd7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: javamode.scm,v 1.13 2003/02/14 18:25:20 cph Exp $
+$Id: javamode.scm,v 1.14 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1998-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a616a06ef4aa7ed1582ca080898c0aa8ba6b3665..1f85a91ad27e063e46a37f2bf2675ea5fc9e9795 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: key-w32.scm,v 1.5 2003/02/14 18:25:20 cph Exp $
+$Id: key-w32.scm,v 1.6 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 668c1f0da2465cd74c5a9d350e22e96346c4a13c..3d62efc4f750f028eb299c3e1f7a94119e10491f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: key-x11.scm,v 1.7 2003/02/14 18:25:20 cph Exp $
+$Id: key-x11.scm,v 1.8 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9c5df235ecef7667039d9fea1ebee4d221a5d2c4..348186a212329ff9c02a6375103d027d8b280084 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: keymap.scm,v 1.19 2003/02/14 18:25:20 cph Exp $
+$Id: keymap.scm,v 1.20 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0e56d358c62baca55cd6417fa770ce9bb128fe63..5be58669dc1fa93356d09a5f1f966e928f3ea44b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: keyparse.scm,v 1.5 2003/02/14 18:25:20 cph Exp $
+$Id: keyparse.scm,v 1.6 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1996-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 93843bbd8580b4874ce5d0b35076c844ed6ae117..c7e3eded914d49372b1053e1110df37d855f0d05 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: kilcom.scm,v 1.74 2003/02/14 18:25:20 cph Exp $
+$Id: kilcom.scm,v 1.75 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1985, 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7aea85ffe09e13252ff464ffb858013986c1c675..a169af0470c04214dfc66e38680b8c289d25d0f1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: kmacro.scm,v 1.46 2003/02/14 18:25:20 cph Exp $
+$Id: kmacro.scm,v 1.47 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1985, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e6932d173c2acf65d78228d1a3c2ed81bcb4887c..f83490415f1f2f7f2e70bf92d2103ea52371be69 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lincom.scm,v 1.126 2003/02/14 18:25:20 cph Exp $
+$Id: lincom.scm,v 1.127 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 91e3362c9e83cf4c4cdf03a11a113a195a0cb432..460c2d12de6846e5b79e654a91f3af42c0e3c79d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: linden.scm,v 1.128 2003/02/14 18:25:20 cph Exp $
+$Id: linden.scm,v 1.129 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c74b30dcadecba92ca56808864aa8ca3bc7f002a..520c5b9e16759c0182f8dfffcf1a6b42bbe2ff0b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: loadef.scm,v 1.47 2003/02/14 18:25:20 cph Exp $
+$Id: loadef.scm,v 1.48 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3bd7dccd7346c7776535aa3181e21811a8d1a4cb..b7ba0102159a1a991ddb365f10d660e45b489777 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lspcom.scm,v 1.162 2003/02/14 18:25:20 cph Exp $
+$Id: lspcom.scm,v 1.163 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c02396c253508225e59b90ed00ceeb83a4b3bc72..4b0d8215f6aced6fdcb49e251da99b193fcbd265 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: macros.scm,v 1.74 2003/02/14 18:25:20 cph Exp $
+$Id: macros.scm,v 1.75 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fd5d90c987dac00b575ba34ec3311fca87b70c4a..9feec218e9d7fe6633d68d7c18c779b6486d51f7 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 3.117 2003/01/22 18:43:32 cph Exp $
+$Id: make.scm,v 3.118 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1989,1990,1991,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1995,2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 40f32c3732579c3acaa3c75939443b30db468266..4c4304d797fa5329a290c544c42733dd22844c84 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: malias.scm,v 1.7 2003/02/14 18:25:20 cph Exp $
+$Id: malias.scm,v 1.8 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d7d68c764a975fd0779e43d4cfe72ab3b8b5ca1d..dbc8bdf004a07a7f2456dbaaa55b74089a31c8a0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: manual.scm,v 1.18 2003/02/14 18:25:20 cph Exp $
+$Id: manual.scm,v 1.19 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b3ba11146f39dc84b7547a607f4beacb6e04adee..4376b580b8be6054669ce37f5c4467c772bbe8db 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: midas.scm,v 1.24 2003/02/14 18:25:20 cph Exp $
+$Id: midas.scm,v 1.25 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6ae9b17a4b89f36c54a5fe45abe8cdd38b21f6e2..4ab47c6fe47dceee1a38edf99c7ea5bed39373e7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: modefs.scm,v 1.162 2003/02/14 18:25:20 cph Exp $
+$Id: modefs.scm,v 1.163 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1985, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c699f7701b6e65dc9ee9800bee1d4c97614f4d6a..41c7cc1dae165b40c00f3a8e3e8dc607a10547ce 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: modes.scm,v 1.37 2003/02/14 18:25:20 cph Exp $
+$Id: modes.scm,v 1.38 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 596e47023fe37479791a10e76339da0ed66bc228..b590a2a6e4361f8ea4da309a8dd672a93a9651dc 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: modlin.scm,v 1.25 2003/02/14 18:25:20 cph Exp $
+$Id: modlin.scm,v 1.26 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4020d2f6094be7234970d030eabb601b1d3d96b6..c73d5dd2e2990fe0c936c4988d0b4f27dc13f559 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: modwin.scm,v 1.44 2003/02/14 18:25:20 cph Exp $
+$Id: modwin.scm,v 1.45 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1986, 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 78af93553346bb741d643137cb527e42dcfa650a..8baabc0169f75ac628426919e97573430961a93f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: motcom.scm,v 1.49 2003/02/14 18:25:20 cph Exp $
+$Id: motcom.scm,v 1.50 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1985, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 29f01da7df61602da88d70226f25d4026ddcd553..124dba1cd18ce827f8f24fe8c3229ed6757a3995 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: motion.scm,v 1.90 2003/02/14 18:25:20 cph Exp $
+$Id: motion.scm,v 1.91 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1985, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d161912450f084fbc8f72c5002ff22276a2f9bbc..c7f8e55f2f4e5fc74f1362fc9e6a1affe1fe210a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mousecom.scm,v 1.7 2003/02/14 18:25:20 cph Exp $
+$Id: mousecom.scm,v 1.8 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3d6455967e4340baacfd687f3d206e55afb39c6e..fc6fd6cb9aa5cba75f2e2de40cddd2ade866a937 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: nntp.scm,v 1.26 2003/02/13 19:54:04 cph Exp $
+$Id: nntp.scm,v 1.27 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1995,1996,1997,1998,1999,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0f70eda57f6772168bc33d58790d39eee58b9416..a7144c5ea71fd2d30d5f908ab58371260b16a757 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: notify.scm,v 1.22 2003/02/14 18:25:20 cph Exp $
+$Id: notify.scm,v 1.23 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1992-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0e244897507ed51280d8201d5d59ee4c7aaa43a1..cc36367df750ea486fe44636eb960970491aee91 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: nvector.scm,v 1.10 2003/02/14 18:25:20 cph Exp $
+$Id: nvector.scm,v 1.11 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1985, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b05a80d1326e84e289d184f4ea28267739457cde..0bb1fa59fee2dbdd6b965289e3a4e3ddf432689c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: occur.scm,v 1.7 2003/02/14 18:25:20 cph Exp $
+$Id: occur.scm,v 1.8 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1992-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d4d6999d17c8a196b702d71f8738e0930c4efc1a..abcf5a262adb77ab6aefa562aa17bc5f60d83a9f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: os2.scm,v 1.53 2003/02/14 18:25:20 cph Exp $
+$Id: os2.scm,v 1.54 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1994-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 64b36b9a68df53a61d465c459566a898e7a1f3ba..1e1a75e6ffdd43d56ba3dbec797ac6f6899b0b46 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: os2com.scm,v 1.7 2003/02/14 18:25:20 cph Exp $
+$Id: os2com.scm,v 1.8 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a73cd11a84c6eeba6346c1fa39e844078448adf9..7ded4b2d5dd76d83546a11b0c7452e8b66b92b87 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: os2term.scm,v 1.24 2003/01/22 18:43:39 cph Exp $
+$Id: os2term.scm,v 1.25 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1994,1995,1996,1997,2000,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 558b2b5601ebc5d94648f0cfc548c8a341d81918..fc6dfd8981d78189b58878403e14fbe99f6c6ca2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: outline.scm,v 1.11 2003/02/14 18:25:20 cph Exp $
+$Id: outline.scm,v 1.12 2003/02/14 18:28:12 cph Exp $
 
 Copyright 1992-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f7f52bf1e7ea07aa9dc8c66940e73bb199c4937f..ee369bd5052a0fb8c3d1e72a96955106d69cfc21 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pasmod.scm,v 1.53 2003/02/14 18:25:20 cph Exp $
+$Id: pasmod.scm,v 1.54 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9e03f2868e18144e5495ea5df3a07175a971da32..775a26aedb2fb8bcabdd40873ccc0394cdd9d28b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: paths.scm,v 1.17 2002/11/20 19:46:02 cph Exp $
+$Id: paths.scm,v 1.18 2003/02/14 18:28:13 cph Exp $
 
 Copyright (c) 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bd6cbb7d0a616118318b280612941aa1616909e8..3fda59269b608ec1e1383c345061a652983598af 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: print.scm,v 1.22 2003/02/14 18:25:20 cph Exp $
+$Id: print.scm,v 1.23 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1991-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e3440757423e5939e99ca7211c9f9f3dfbb73258..dbf7c52c5601175f4dc80fd05163e3586aa376d8 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: process.scm,v 1.64 2003/01/22 18:43:45 cph Exp $
+$Id: process.scm,v 1.65 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1991,1992,1993,1996,1997,1999 Massachusetts Institute of Technology
 Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cf2d5f09c274e645f4e9e33a124257a927ec21a8..f2e8ca08f19c36733ec59f8f5b61436ed5b7c5d3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: prompt.scm,v 1.200 2003/02/14 18:25:20 cph Exp $
+$Id: prompt.scm,v 1.201 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e8a1bc84a7b6d4fd6081620e854bf3b05dae2bf0..6ebd02a8d04fd058bd0e8c9f4ec41b8213738191 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pwedit.scm,v 1.10 2003/02/14 18:25:20 cph Exp $
+$Id: pwedit.scm,v 1.11 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1999-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 043870ccf5ab505d38bd7967ba9d6217ab9bb3bc..3da36f35cada10c395bd5980d7a1bb9d0eb812fc 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pwparse.scm,v 1.3 2003/02/14 18:25:20 cph Exp $
+$Id: pwparse.scm,v 1.4 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a72960cc57d11ef55913b9900f11e722f4a9c180..d20294f7a58e765d01d4d23edbf4e9036448860f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcsparse.scm,v 1.5 2002/11/20 19:46:02 cph Exp $
+$Id: rcsparse.scm,v 1.6 2003/02/14 18:28:13 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c3ddbf88d675df978dbd55149da5dff35666d6dd..b15a68cf5415b61325d754b5ba4ac3313197c94a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: reccom.scm,v 1.16 2003/02/14 18:25:20 cph Exp $
+$Id: reccom.scm,v 1.17 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e9b9fafd1d2c4115ad6a976cf0b0cda3e8cea2f3..6cca0191586c3b35866c3de6561e756db4e41fe9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: regcom.scm,v 1.24 2003/02/14 18:25:20 cph Exp $
+$Id: regcom.scm,v 1.25 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d660289a4277f7f291eee1ef1ec97a9ce42c98af..2787acd973c0f74c84dd56014a82f3d07d20e0b3 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: regexp.scm,v 1.80 2003/01/10 20:24:46 cph Exp $
+$Id: regexp.scm,v 1.81 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986,1989,1991,1992,1993,1995 Massachusetts Institute of Technology
 Copyright 1996,1997,1999,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6b2cdfda566590c6af591f278f1d372e6ad1feb6..1c2945ec14665d7e91e4514933a706113c10370d 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: regops.scm,v 1.90 2003/01/10 20:24:52 cph Exp $
+$Id: regops.scm,v 1.91 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986,1989,1991,1992,1993,2000 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a88cae53525776fa8a9a35384c2359cb744294bb..af6ba14fb8f561a22cc20093cbf9b253545be8e2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rename.scm,v 1.10 2003/02/14 18:25:20 cph Exp $
+$Id: rename.scm,v 1.11 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1989-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f42b085238319997c5532f4ae6c1bd6508ff993b..d3b92c0ad84e6fb4328e1aa2c1a4dd13ebdb00cb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: replaz.scm,v 1.82 2003/02/14 18:25:20 cph Exp $
+$Id: replaz.scm,v 1.83 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7554353695a8c51e681a21c3a82fa229a353d7f7..542359fb3e095b37435f7661d78de93daf548bbf 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rfc822.scm,v 3.5 2003/02/13 19:54:10 cph Exp $
+$Id: rfc822.scm,v 3.6 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1999,2000,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 67e530f60fd0194a25f5191e63a8dfd59a1ed0f1..43106330360cb56180155c623c0034318839ab66 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ring.scm,v 1.14 2003/02/14 18:25:20 cph Exp $
+$Id: ring.scm,v 1.15 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1984, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 25ad9f8c39dbb290f282b02209d7c63456b4b598..6fd952b439d76a9260e7ffa76d3baa5184fbad71 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: rmail.scm,v 1.74 2003/01/10 20:24:58 cph Exp $
+$Id: rmail.scm,v 1.75 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1991,1992,1993,1994,1995,1999 Massachusetts Institute of Technology
 Copyright 2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8e7ca36bd24f12558f21adf5baf34c087107c370..d6375782e235b82f5e5d342ebaca87d5264fdc29 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rmailsrt.scm,v 1.15 2003/02/14 18:25:20 cph Exp $
+$Id: rmailsrt.scm,v 1.16 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1991-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f0df713627b48b455dba4626f4a378f2407deb65..59b90c0ba4b3f9b4a9487c0654919bf0ac8d0d38 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rmailsum.scm,v 1.38 2003/02/14 18:25:20 cph Exp $
+$Id: rmailsum.scm,v 1.39 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1991-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
@@ -28,7 +29,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 \f
 (define-variable rmailsum-rcs-header
   "The RCS header of the rmailsum.scm file."
-  "$Id: rmailsum.scm,v 1.38 2003/02/14 18:25:20 cph Exp $"
+  "$Id: rmailsum.scm,v 1.39 2003/02/14 18:28:13 cph Exp $"
   string?)
 
 (define-variable-per-buffer rmail-buffer
index a5911cf955c35db865972dc44a45aa94a8dcec81..fd06587e0366b394a07a3c0a90f6cd8c2313bdb4 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: schmod.scm,v 1.62 2003/02/13 19:58:30 cph Exp $
+$Id: schmod.scm,v 1.63 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986,1989,1990,1991,1992,1998 Massachusetts Institute of Technology
 Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2cd83a5c0dd6102c37d85d7ddc8e06907fd47d67..b58ab811e63d28da8daadb41747fe51cf27aa8b3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: scrcom.scm,v 1.10 2003/02/14 18:25:20 cph Exp $
+$Id: scrcom.scm,v 1.11 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f4d776e288ce3d914550cebf8805b7b277ddcda8..921a2e212bdd719af5a87fe306eb57e34f5d22a9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: screen.scm,v 1.120 2003/02/14 18:25:20 cph Exp $
+$Id: screen.scm,v 1.121 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 31ba0cb24cc9e5307a20ade0e466ebb3c5c6096b..7bdbcb5486d30bd248f6062d139d2aee92473ba7 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: search.scm,v 1.157 2003/02/13 02:37:13 cph Exp $
+$Id: search.scm,v 1.158 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986,1989,1990,1991,2001,2002 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 210606d5f5a51b700c3f7a65e452410555a558ff..934de8a271a2b50551cf1a4cc69ac598140f305b 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: sendmail.scm,v 1.80 2003/02/13 19:54:17 cph Exp $
+$Id: sendmail.scm,v 1.81 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1991,1992,1993,1994,1995,1996 Massachusetts Institute of Technology
 Copyright 1997,1998,2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 55d7744647587a6e8816ff70e93b6093edfad822..7e2ab86b7534fa8408845eb00614f1bedb07aa93 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sercom.scm,v 1.67 2003/02/14 18:25:20 cph Exp $
+$Id: sercom.scm,v 1.68 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index db0630976aa63ad0adf38f4610f0cfe5f4c7e38a..8a0344011e42eb1d46e73656bddbf254356cb12a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: shell.scm,v 1.25 2002/11/20 19:46:03 cph Exp $
+$Id: shell.scm,v 1.26 2003/02/14 18:28:13 cph Exp $
 
 Copyright (c) 1991-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 58e65c4a4a76d828debfb68ad1d9ad71ede2aa09..3e9f1c35012800ba673abec249a4599cdd5ecf9f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: simple.scm,v 1.56 2003/02/14 18:25:20 cph Exp $
+$Id: simple.scm,v 1.57 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1985, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 19906bac8acfb1a606290538af3b77fbf3e5818a..0f117115b943cc9237904c2849df4730d7275dbb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: snr.scm,v 1.63 2003/02/14 18:25:20 cph Exp $
+$Id: snr.scm,v 1.64 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1995-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8d81e811b6e2f0f27665d7af6f438f61da46204b..353c94db26f56c68b4e644e5dcff451f133d362e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sort.scm,v 1.10 2003/02/14 18:25:20 cph Exp $
+$Id: sort.scm,v 1.11 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1992, 1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d1b691bc94d0014dc35a9a3edf82d1c44b96898c..f8a6f8336a9a32c8c5b4425f99a12f9d59a5b045 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: strpad.scm,v 1.10 2003/02/14 18:25:21 cph Exp $
+$Id: strpad.scm,v 1.11 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1985, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c5a356d05c36d89a6dcef8fadcc9b8ff0e694116..8daf3eab8d8114f6c6675c2bf51619590ed80273 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: strtab.scm,v 1.49 2003/02/14 18:25:21 cph Exp $
+$Id: strtab.scm,v 1.50 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1985, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 54d5efd72ce4c7b120d4e6e57e7c5033ccbdc7ef..69a281e1a3a0883c40b415a8ef0be088ae7255d2 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: struct.scm,v 1.97 2003/01/10 20:25:05 cph Exp $
+$Id: struct.scm,v 1.98 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1985,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1994,1999,2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8746dbcddcb1a986b0236c3dc9103f8e752469ea..f17363c91897b7f5cb502cd0f89da1a808490af4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syntax.scm,v 1.91 2003/02/14 18:25:21 cph Exp $
+$Id: syntax.scm,v 1.92 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 012bbf175d76cca5aad75ca912990262d6dab60f..4e2ce6960f5b3e8ae9b6e231b19bd6d7d402081f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: tagutl.scm,v 1.61 2003/02/14 18:25:21 cph Exp $
+$Id: tagutl.scm,v 1.62 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b25b3b9459699d3202bf6852cc26f2db8829b0ee..3540fe633bd1bda9af14056a7d3d41729c5bbeba 100644 (file)
@@ -2,20 +2,20 @@
 
 ;; Copyright (c) 1992, 1999-2000 Massachusetts Institute of Technology
 ;;
-;; This file is part of MIT Scheme.
+;; This file is part of MIT/GNU Scheme.
 ;;
-;; MIT Scheme is free software; you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published
-;; by the Free Software Foundation; either version 2 of the License,
-;; or (at your option) any later version.
+;; MIT/GNU Scheme is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU General Public License as
+;; published by the Free Software Foundation; either version 2 of the
+;; License, or (at your option) any later version.
 ;;
-;; MIT Scheme is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MIT/GNU Scheme is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;; General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with MIT Scheme; if not, write to the Free Software
+;; along with MIT/GNU Scheme; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ;; 02111-1307, USA.
 
@@ -25,7 +25,7 @@
 ;;;
 ;;; Author: Brian A. LaMacchia -- bal@zurich.ai.mit.edu
 ;;;
-;;; $Id: techinfo.scm,v 1.7 2002/11/20 19:46:04 cph Exp $
+;;; $Id: techinfo.scm,v 1.8 2003/02/14 18:28:13 cph Exp $
 ;;;
 
 (declare (usual-integrations))
index 1e7fb73e3a8d80088c510169db0e230d260afa29..bac92fc17165419a14995d3d794127abdbf2675e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: telnet.scm,v 1.16 2002/11/20 19:46:04 cph Exp $
+$Id: telnet.scm,v 1.17 2003/02/14 18:28:13 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 730fb251636f58cab7bdeb7f9279387b0c77f91b..4244e114bae71752d06ca23e86763d404bd8d9a4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: termcap.scm,v 1.8 2002/11/20 19:46:04 cph Exp $
+$Id: termcap.scm,v 1.9 2003/02/14 18:28:13 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ebfeda865fe8d879df082c2affd443e93f809c1e..a3c634a6c6d6ddd4882e7fd4002454452f3a4eb0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: texcom.scm,v 1.48 2003/02/14 18:25:21 cph Exp $
+$Id: texcom.scm,v 1.49 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fc10797ac5e361358a1c02fd3b4118e652a783c2..e45d4ac9976d2942ca72bfea449f661fc309b745 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: things.scm,v 1.90 2003/02/14 18:25:21 cph Exp $
+$Id: things.scm,v 1.91 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1985, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d5986cd5f03f976b7ee75e321f2f7f863c985ce1..b4c8268a3b46c52f5b98ef1977af406e0bc2d4ab 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: tparse.scm,v 1.77 2003/02/14 18:25:21 cph Exp $
+$Id: tparse.scm,v 1.78 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 05f062339321e27ba28d8e798246b63b6a638dee..1b8e79ac7a3d91daa122f129aa99d7b4d006df32 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: tterm.scm,v 1.37 2003/02/13 02:37:21 cph Exp $
+$Id: tterm.scm,v 1.38 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1990,1991,1993,1994,1998,1999 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dd31bc8ebe80583d9ef0287d30f5dc19a0ece690..22ed561b8d12d9cb679502973d50d260bb1c2f93 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: tximod.scm,v 1.27 2003/02/14 18:25:21 cph Exp $
+$Id: tximod.scm,v 1.28 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f39f55d4925b373ed64e3ed3830a12cc5d4cfd84..56eaca7fdae92b23bd1a015178c861492f0709a3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: txtprp.scm,v 1.25 2003/02/14 18:25:21 cph Exp $
+$Id: txtprp.scm,v 1.26 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1993-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b06a3a38ca61c2c3ae45a1e1140165513643f8c2..ef75e6fc6b9700c472d7dd73d0ade765036dc7f1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: undo.scm,v 1.61 2003/02/14 18:25:21 cph Exp $
+$Id: undo.scm,v 1.62 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1985, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 344459537d61b8c16508d23bc39ae3f1520f1976..cbfb40e15792d66a8aace3668160c20f4a55529b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: unix.scm,v 1.112 2003/02/14 18:25:21 cph Exp $
+$Id: unix.scm,v 1.113 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1989-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3b3c1f3dbd9e09a931b28b2a83ac0a118bce3748..6f7e66b98e949bc86e68321ce73b540aec923c9f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: utils.scm,v 1.53 2003/02/14 18:25:21 cph Exp $
+$Id: utils.scm,v 1.54 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 038935dd4b233df05e6d5de71c2fc4925ceea434..c566d70cbe696b08611fbff9190d6dfda72bb9a7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: utlwin.scm,v 1.62 2003/02/14 18:25:21 cph Exp $
+$Id: utlwin.scm,v 1.63 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1986, 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5b83a5b8fa19ccb16a0b0889de8a3e2dfc645a1b..55fa78984fc3af8b8ec73923c1ac0960b1d8dd52 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: vc.scm,v 1.82 2003/02/14 18:25:21 cph Exp $
+$Id: vc.scm,v 1.83 2003/02/14 18:28:13 cph Exp $
 
 Copyright 1994-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1c3b1e75e8f258175abd1537c30fcbafe905e3bc..6fe7ae7c5079773f3483b4707e73dc80f6fb835e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: verilog.scm,v 1.11 2003/02/14 18:25:21 cph Exp $
+$Id: verilog.scm,v 1.12 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1996-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f7669aeb9f3d213b11835d1df6f6f01f7697c06e..2ce4f83851b0f462e84fab06904c12915083d72c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: vhdl.scm,v 1.11 2003/02/14 18:25:21 cph Exp $
+$Id: vhdl.scm,v 1.12 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1997-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fe0e588775145d4171f1e8ca9b6745ffde479ff2..77e1616bf281515898e80277d6e434065b8791dc 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: webster.scm,v 1.6 2002/11/20 19:46:04 cph Exp $
+$Id: webster.scm,v 1.7 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 1998-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ace2927a59835580146eae05855aef5defbd26f8..73670efd5388c60ee35c69cbab34e157fa5031b3 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: win32.scm,v 1.17 2003/01/22 18:43:57 cph Exp $
+$Id: win32.scm,v 1.18 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1994,1995,1996,1997,1999,2000 Massachusetts Institute of Technology
 Copyright 2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 305e047c1f4352c75b77d0b7c9afaaa299636cbf..62ad4c3043c1ee1477317be0cd3685bae22a3c91 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: win32com.scm,v 1.10 2003/02/14 18:25:21 cph Exp $
+$Id: win32com.scm,v 1.11 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c4f4d720a18bf7e026126e51e12f92e89b0ffa24..b63f4421a20d39014a9d26c37366356c429eb23e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wincom.scm,v 1.134 2003/02/14 18:25:21 cph Exp $
+$Id: wincom.scm,v 1.135 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1987, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index af7e63db586cc06adfd9ece9ea7a881fdbbd1493..3d42e041d9701ca3046031a8abeca6e09b6ecb1f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: window.scm,v 1.162 2003/02/14 18:25:21 cph Exp $
+$Id: window.scm,v 1.163 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1986, 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 48e7cc2001bc78d742d95e85013674e2d1ead7c1..b2d1b29616998e962df8ee4fae3e671ab15d8d23 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: winout.scm,v 1.16 2003/02/14 18:25:21 cph Exp $
+$Id: winout.scm,v 1.17 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1986, 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f8013b2a72f4ebb7d760bac98ea18693199b4d9d..0e3f237fa70a65fed3e7d1ad9f37e478766dd92a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: winren.scm,v 1.8 2003/02/14 18:25:21 cph Exp $
+$Id: winren.scm,v 1.9 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1989-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 86a6688c0fdc0f86573f397d32e4355476c08c69..9caaf0a8d1bceb17b098505d2278a479ee48f96a 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: xcom.scm,v 1.23 2003/02/13 02:37:28 cph Exp $
+$Id: xcom.scm,v 1.24 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1989,1990,1994,1996,2000,2001 Massachusetts Institute of Technology
 Copyright 2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 95c13ae7e5d609da71391bfac7f3912a8342e291..74e3eebd806bb0716a96aa47c4dcb57c43e95beb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xform.scm,v 1.14 2003/02/14 18:25:21 cph Exp $
+$Id: xform.scm,v 1.15 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1985, 1989, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 82678264c41e33e030b97b28ac50604c1ab546d2..fb4dd9d18da5b7c92ad42dbe2168d5a12f15d794 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xmodef.scm,v 1.5 2003/02/14 18:25:21 cph Exp $
+$Id: xmodef.scm,v 1.6 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1985, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 04edfa7f01fb11cc06f8160d0873f8f11957b893..efb8710173cc2d034a5a9e8c0547944f705cac30 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: xterm.scm,v 1.71 2003/01/22 18:44:04 cph Exp $
+$Id: xterm.scm,v 1.72 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1989,1990,1991,1992,1993,1995 Massachusetts Institute of Technology
 Copyright 1996,1998,1999,2000,2001,2002 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6dfdf6146ec6b5dce25dfe083dd5c9fbd75ffcf8..452677f516c4b8d0951a93cbb5272b90087b5217 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.10 2002/11/21 04:02:34 cph Exp $
+# $Id: Clean.sh,v 1.11 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2000, 2001, 2002 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index ddc990b28d47f83a0c5411e43708819bad1384f7..fbc7753f4e3f6dff53a7d83af5a3755d293c908b 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.7 2002/11/20 19:46:05 cph Exp $
+# $Id: Setup.sh,v 1.8 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index b841cde92818635ce4df7c6f5c50e68c526c4ec8..22069bfaa5e0761c3d416fb3420b88d752a90850 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Stage.sh,v 1.4 2002/11/20 19:46:05 cph Exp $
+# $Id: Stage.sh,v 1.5 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 892ab9b0d561e50fa4328a373590fb20c2f5f476..d202380fd5919a05ff449449ccaf55cddf25e5c6 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Tags.sh,v 1.2 2002/11/20 19:46:05 cph Exp $
+# $Id: Tags.sh,v 1.3 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 7a91060788ea6e8d6f6751ba4b6976b416dfaf23..3fa06f483e0c937a608dadb1b56f2fc75c182ded 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: build-bands.sh,v 1.3 2003/02/12 19:42:33 cph Exp $
+# $Id: build-bands.sh,v 1.4 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright 2000,2003 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index ce9cc6940a14c8669a7622b75441eaf83eb936df..af64c5dd385c52895c8cc8cd72435d7de40ff22d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.5 2002/11/20 19:46:05 cph Exp $
+$Id: compile.scm,v 1.6 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 2000-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 79d1c071b2c454d35f6c5ec59cad1559a871426d..6369bb0fcdf555b66aa1ba159444e0df751413f7 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: compile.sh,v 1.3 2002/11/20 19:46:05 cph Exp $
+# $Id: compile.sh,v 1.4 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2002 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 56afef831f390208d7419217e5c3fae4ec65d968..5449b653896c225aab13b916fbd939b0e78c5546 100644 (file)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: functions.sh,v 1.3 2002/11/21 03:51:36 cph Exp $
+# $Id: functions.sh,v 1.4 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2000, 2002 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 180e60011e3b881fd0fcfb599ce63b48519facf4..2c7f65bde14fc12a6e5f27c932807d1f1b17da63 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: optiondb.scm,v 1.10 2002/11/20 19:46:05 cph Exp $
+$Id: optiondb.scm,v 1.11 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 2000-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b8ebf12c8cc3be92fb010b3b5908515b668168b5..9df6ea7022f6501d6a807164beb2d6a1983f025c 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in,v 1.4 2002/11/20 19:46:05 cph Exp $
+# $Id: Makefile.in,v 1.5 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 17d8d8ea1993c25c43f6fe5a3d1e83808edfdac8..79166551abf8bbc8cce9a3abb1309ae0d320f54e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.19 2003/02/14 18:25:21 cph Exp $
+$Id: compile.scm,v 1.20 2003/02/14 18:28:14 cph Exp $
 
 Copyright 2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e6973452de85035d253993cd9e268901beb6ff67..0caad6805aa809b6c9c1ef8c823e82127eaebbaa 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ed-ffi.scm,v 1.21 2003/02/14 18:25:21 cph Exp $
+$Id: ed-ffi.scm,v 1.22 2003/02/14 18:28:14 cph Exp $
 
 Copyright 2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3beaca1c8331c701425ae0e0f856b12bf4eb26cd..0e2c4cae09806446603375adf8baa4767eea83d5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-browser.scm,v 1.10 2003/02/14 18:25:21 cph Exp $
+$Id: imail-browser.scm,v 1.11 2003/02/14 18:28:14 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d0e6f6873d570fc8484c980f19a231f9cc6c1d8f..29653df727f44bec3d16a8ba2b28e7f38faaa05a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-core.scm,v 1.148 2003/02/13 19:54:36 cph Exp $
+$Id: imail-core.scm,v 1.149 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1999,2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cb3345b276a094202de7e5ddf67c5e0765fcc327..ec1d5cd41eb02be3744c84a8da95d44c5c39d3e2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-file.scm,v 1.83 2003/02/13 19:54:43 cph Exp $
+$Id: imail-file.scm,v 1.84 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1999,2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e6d2c712a294ab730c0b7adb7f864b06c1702242..ae9565fb02662bfb1066d9944636a34df45d6587 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-imap.scm,v 1.197 2003/02/13 19:54:50 cph Exp $
+$Id: imail-imap.scm,v 1.198 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1999,2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 824d4c090a531fa0f84d8499c8a140d29cdd9be9..a40aec250877ae4a63491e180acf9867de56c5d6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-rmail.scm,v 1.72 2003/02/14 18:25:21 cph Exp $
+$Id: imail-rmail.scm,v 1.73 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1999-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0077c9b77b8e206632206503a5a418667e7cf270..80fd056d9972af1e9fb1250d7ae21a538e3eba58 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-summary.scm,v 1.50 2003/02/14 18:25:21 cph Exp $
+$Id: imail-summary.scm,v 1.51 2003/02/14 18:28:14 cph Exp $
 
 Copyright 2000-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a4b4afddf81c11e89512d8775892606ca5d59e7e..943ec54b7f61ec140084de3e02f60109554c0384 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-top.scm,v 1.286 2003/02/13 19:54:57 cph Exp $
+$Id: imail-top.scm,v 1.287 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1999,2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 86456e3ad6192e02515f62106e57fd67d4e9c330..f58bb1b8053a1bea6a06e73263a035fbd8fbaf10 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-umail.scm,v 1.53 2003/02/14 18:25:21 cph Exp $
+$Id: imail-umail.scm,v 1.54 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1999-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index caaa3b7fa182a9f58a60f2b0bd2aa814a948511c..fafc36a23d4e0f031b800ce6fc02c8b402bf130c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail-util.scm,v 1.41 2003/02/14 18:25:21 cph Exp $
+$Id: imail-util.scm,v 1.42 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1999-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ae879c6bb9accbea0b45f182df1dd41490e53eb8..4e5fd240fd501013480d06332f20684d6d690a10 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imail.pkg,v 1.99 2003/02/14 18:25:21 cph Exp $
+$Id: imail.pkg,v 1.100 2003/02/14 18:28:14 cph Exp $
 
 Copyright 2000-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 470b35d139978a272a75545bfd2bdafa4d55200c..196dc26a9a1fd9dbe7ffee6e0b786ba89b43b180 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imap-response.scm,v 1.47 2003/02/13 19:55:04 cph Exp $
+$Id: imap-response.scm,v 1.48 2003/02/14 18:28:14 cph Exp $
 
 Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4dc7f195db45882bd47e92e8946fe4e0c6247660..bd78cfef6d43526017a2c550e829d0a5f99b4957 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: imap-syntax.scm,v 1.20 2003/02/14 18:25:21 cph Exp $
+$Id: imap-syntax.scm,v 1.21 2003/02/14 18:28:14 cph Exp $
 
 Copyright 2000, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9011bfde877d6202ad2bf4a92f4d78f74470a1c9..092947f7c306cf49261871ab77ed2bbb634f0c81 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.41 2003/02/14 18:25:21 cph Exp $
+$Id: load.scm,v 1.42 2003/02/14 18:28:14 cph Exp $
 
 Copyright 1999-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e10f5cb331c133f16c55bd947842d1c584f7cb28..c36bb130e4b60ce64c962a1a6bebd80e7346e1ea 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: print.sh,v 1.10 2002/11/20 19:46:06 cph Exp $
+# $Id: print.sh,v 1.11 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 1999-2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index c369379def0fee1bea9e2418746b2ded513145cb..7bf3b40c4e829350ce86841673416c84c95b44be 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.2 2002/11/20 19:46:06 cph Exp $
+# $Id: Clean.sh,v 1.3 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 17bdae53d5af582fbecf74a76e7b77ef2c9e4ab7..f81bfa758d47b065a7c6fec666d2bba1efa712f2 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 
-# $Id: Setup.sh,v 1.6 2002/11/20 19:46:06 cph Exp $
+# $Id: Setup.sh,v 1.7 2003/02/14 18:28:14 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index fba8dd1809193a068d74aec310c65f864997667b..f5697340dda9550de086de6fd5b0f162d99bd647 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: acconfig.h,v 11.5 2002/11/20 19:46:06 cph Exp $
+$Id: acconfig.h,v 11.6 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 2000-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 9d038ecb1c16e900a4f2d355541f3a5c88331b4f..e3e4c2f811e3c3cc48773fb093f1a0b283078d83 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: array.c,v 9.47 2002/11/20 19:46:06 cph Exp $
+$Id: array.c,v 9.48 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index eade816d06bdc405c2eed0aacbd951beb7c53098..e325f4420fcc12ad270fea6197a288eea1f67b40 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: array.h,v 9.37 2002/11/20 19:46:06 cph Exp $
+$Id: array.h,v 9.38 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 \f
index 44ad277eb95b445272dad8ef68fc7d512ab976dc..2273cbf6ac3bfa2e034de8e247eb38b8a92d741f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: artutl.c,v 1.17 2002/11/20 19:46:06 cph Exp $
+$Id: artutl.c,v 1.18 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2e13834417f83e255397cd91a3943b4ca8be56c8..9c6d1ffea7a16f2a774da1305f02e66e531021b0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: avltree.c,v 1.6 2002/11/20 19:46:06 cph Exp $
+$Id: avltree.c,v 1.7 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 1993-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ddec9f0baada5d7771c1447c40c8b4ea8e36b15f..564c3b4890b348f149b40ed32af9d80b9ef72cf0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: avltree.h,v 1.5 2002/11/20 19:46:06 cph Exp $
+$Id: avltree.h,v 1.6 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 1993, 1999-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 5c661b0ec8de4d0de56fdc348c4c5eb0998bb284..6aa69a4518d582733d6537816a86053d8b046986 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bchdmp.c,v 9.91 2002/11/20 19:46:06 cph Exp $
+$Id: bchdmp.c,v 9.92 2003/02/14 18:28:14 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index aba12be6b37b73a62438267bf3bd4b1e2d92c14e..3f270eba2074f114063f6ca09341bef4db493725 100644 (file)
@@ -1,24 +1,25 @@
 /* -*- C -*-
 
-$Id: bchdrn.c,v 1.11 2002/11/20 19:46:06 cph Exp $
+$Id: bchdrn.c,v 1.12 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1991-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4ab0a6ad3c8648c04c971738b570e9217a184e3d..06f96275934f7d42f1a18ca0f48a22ca813db1d3 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bchdrn.h,v 1.11 2002/11/20 19:46:06 cph Exp $
+$Id: bchdrn.h,v 1.12 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1991-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index afa0b37ee66ab0face9bec06230c5135afadbc39..b3ed9f5a435ff5677da6ada363f8ee30f71a967c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bchgcc.h,v 9.64 2002/11/20 19:46:06 cph Exp $
+$Id: bchgcc.h,v 9.65 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 879fc330723e2289bd09c6893c3c7148b12ad879..cdb3afd27984c2a6571d64bfa5ae07a5e8184ab5 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bchgcl.c,v 9.55 2002/11/20 19:46:06 cph Exp $
+$Id: bchgcl.c,v 9.56 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2d4dfeffe154e1664d4af35d3a034ec9418b31b4..4b79246bdff6022ad45910a662a30bc994e1d411 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bchmmg.c,v 9.102 2002/11/20 19:46:06 cph Exp $
+$Id: bchmmg.c,v 9.103 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 80054ece8d0155fc24e581d297c575b3f5e8738c..669dc160953010781fa785740a5dcc72d221ac8c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bchpur.c,v 9.73 2002/11/20 19:46:06 cph Exp $
+$Id: bchpur.c,v 9.74 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 7732428770f91a7a43534d1ad8d8407a3b89f603..6dd7f8395fa8e10b478c74e3588eba58916ecc59 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bchutl.c,v 1.14 2002/11/21 03:13:33 cph Exp $
+$Id: bchutl.c,v 1.15 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1991-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 709682a2aa19b5ab9583079d0f3b5e5726eca5b0..662e1e807d17ca21fe017e3ab43cdbf9effa2e50 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bignmint.h,v 1.7 2002/11/20 19:46:07 cph Exp $
+$Id: bignmint.h,v 1.8 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1ccf3e521dc0656149bb746510ef2b64ace29707..f76215630d4550b27d26dba2e46b7dc50325963f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bignum.c,v 9.50 2002/11/20 19:46:07 cph Exp $
+$Id: bignum.c,v 9.51 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 243d7ee709394e80b5baf754266a168b714ee319..b52bebe7687fd59483dd8a0f8e82a52cdf4e7b4a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bignum.h,v 9.32 2002/11/20 19:46:07 cph Exp $
+$Id: bignum.h,v 9.33 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8c162128363ba3595010c90f871ff09e5ec5e9c7..f38f66080a23f9101bf8f59410ce6905f5e34c81 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bigprm.c,v 1.7 2002/11/20 19:46:07 cph Exp $
+$Id: bigprm.c,v 1.8 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 3757178bfe05d4255e6360ca35e80b2baad9b32a..286ab02ef302a36e14fae5170e60f5bbfc0aef01 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bintopsb.c,v 9.75 2002/11/20 19:46:07 cph Exp $
+$Id: bintopsb.c,v 9.76 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 447e783e332d35b7fa4a1874e1f5af38494b45ff..afaa11da7e660db6c78e68d41f7882389f037e9a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bitstr.c,v 9.64 2002/11/20 19:46:07 cph Exp $
+$Id: bitstr.c,v 9.65 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e42d870ea0d2d217990d2c477ea7eaacef989421..e3a1b6428d53db6ff41b17f69d6b5092b8dd461d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bitstr.h,v 1.11 2002/11/20 19:46:07 cph Exp $
+$Id: bitstr.h,v 1.12 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8e93eee12e4d850b76fd9bb8b986a76cbaec5b24..197e761e33fe2c786140473c921a08610fd8d7b7 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bkpt.c,v 9.33 2002/11/20 19:46:07 cph Exp $
+$Id: bkpt.c,v 9.34 2003/02/14 18:28:15 cph Exp $
 
 Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 32dc6c3d1a089aba7c1e969151b2feb67ca9d928..54ab2c9d8fc3c990cce0636c21455568e7d2cddc 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: bkpt.h,v 9.35 2002/11/20 19:46:07 cph Exp $
+$Id: bkpt.h,v 9.36 2003/02/14 18:28:16 cph Exp $
 
 Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1fb681c98a814f692e64adefbbae96ab69280381..4673325020a3725a39136483deff656df27a7360 100644 (file)
@@ -2,25 +2,26 @@
 
 Copyright (c) 1987, 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
-/* $Id: bltdef.h,v 1.5 2002/11/20 19:46:07 cph Exp $
+/* $Id: bltdef.h,v 1.6 2003/02/14 18:28:18 cph Exp $
  *
  * Names and arity's of old "built-in" primitives.
  * The tables here are used by Bintopsb to upgrade binaries.
index 7bef9c220329b821773f4e803320be6946ba5438..67bfef68a755298015cc12761e1626b9404a3bf5 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: boot.c,v 9.111 2002/12/31 04:40:40 cph Exp $
+$Id: boot.c,v 9.112 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 043b515c72e49380cf7dcb88d3122cd8938ad315..9bf3e1007680d39f54b74ebfb973190328082ee2 100644 (file)
@@ -2,25 +2,26 @@
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
-/* $Id: breakup.c,v 9.26 2002/11/20 19:46:07 cph Exp $ */
+/* $Id: breakup.c,v 9.27 2003/02/14 18:28:18 cph Exp $ */
 \f
 #include <stdio.h>
 
index 0f381cc5781010739b82a0074e1c7ea04eb5e653..22a9205df8b6a9cd4feefee9a6eab79053e45ef1 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: char.c,v 9.34 2002/11/20 19:46:07 cph Exp $
+$Id: char.c,v 9.35 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8a988d0feae4fcdfac14191861e8dfee460a81a8..46039e5e17d4bd07b766dbede21291ebc2ec3cea 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: asmcvt.c,v 1.3 2002/11/20 19:46:16 cph Exp $
+$Id: asmcvt.c,v 1.4 2003/02/14 18:28:25 cph Exp $
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 97bee0eceb36fca202aa3b079c0b21cabd4e662f..146ecd156956713740d3b0a346298f1b3a3a8571 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: c.c,v 1.14 2002/11/20 19:46:16 cph Exp $
+$Id: c.c,v 1.15 2003/02/14 18:28:25 cph Exp $
 
 Copyright (c) 1992-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8e1022de61ae4032a5867877570b7ac9f593ff6b..5e6138ac62ba9ebf232317cd078ecd98537a3d8d 100644 (file)
@@ -1,23 +1,23 @@
 changecom(`;');;; -*-Midas-*-
 ;;;
-;;; $Id: hppa.m4,v 1.41 2002/11/20 19:46:16 cph Exp $
+;;; $Id: hppa.m4,v 1.42 2003/02/14 18:28:25 cph Exp $
 ;;;
 ;;; Copyright (c) 1989-2000, 2002 Massachusetts Institute of Technology
 ;;;
-;;; This file is part of MIT Scheme.
+;;; This file is part of MIT/GNU Scheme.
 ;;;
-;;; MIT Scheme is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published
-;;; by the Free Software Foundation; either version 2 of the License,
-;;; or (at your option) any later version.
+;;; MIT/GNU Scheme is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU General Public License as
+;;; published by the Free Software Foundation; either version 2 of the
+;;; License, or (at your option) any later version.
 ;;;
-;;; MIT Scheme is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MIT/GNU Scheme is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;;; General Public License for more details.
 ;;;
 ;;; You should have received a copy of the GNU General Public License
-;;; along with MIT Scheme; if not, write to the Free Software
+;;; along with MIT/GNU Scheme; if not, write to the Free Software
 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ;;; 02111-1307, USA.
 \f
index 2dbcfbbd61fdc6e08ba837bb060cf222ca453ef0..20cd480f9d2b91eff2f7648339128d4f0b012c38 100644 (file)
@@ -1,23 +1,23 @@
 ### -*-Midas-*-
 ###
-### $Id: i386.m4,v 1.60 2002/11/20 19:46:16 cph Exp $
+### $Id: i386.m4,v 1.61 2003/02/14 18:28:25 cph Exp $
 ###
 ### Copyright (c) 1992-2002 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 \f
index 0886808d514d4811bad718b9d611acccc9618b35..c5a33b0b8c35aab4adcd73d7c36ad395d49e080b 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 
-# $Id: m4-dos,v 1.3 2002/11/20 19:46:16 cph Exp $
+# $Id: m4-dos,v 1.4 2003/02/14 18:28:25 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 508e70aa1c708f22d901b4a2f2db290f208d7660..48f7a75aebe2fd6a4115ff74c39954ec4174516f 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: makefile,v 1.8 2002/11/20 19:46:16 cph Exp $
+# $Id: makefile,v 1.9 2003/02/14 18:28:25 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index e420bf99457e82b01fc8f8560939fb2a831a1449..a9e5f10e83438afe63d9f8ff0b30713ced4c77c8 100644 (file)
@@ -1,23 +1,23 @@
 ### -*-Midas-*-
 ###
-### $Id: mc68k.m4,v 1.29 2002/11/20 19:46:16 cph Exp $
+### $Id: mc68k.m4,v 1.30 2003/02/14 18:28:25 cph Exp $
 ###
 ### Copyright (c) 1989-2000, 2002 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 \f
index f92c8d9d374145e4c5084dd6804528a0529c178c..5326129e829abff68f995f571ee59b219bcc1397 100644 (file)
@@ -1,23 +1,23 @@
 /* #define DEBUG_INTERFACE */ /* -*-Midas-*- */
  ###
- ### $Id: mips.m4,v 1.17 2002/11/20 19:46:16 cph Exp $
+ ### $Id: mips.m4,v 1.18 2003/02/14 18:28:25 cph Exp $
  ###
  ### Copyright (c) 1989-1999, 2002 Massachusetts Institute of Technology
  ###
- ### This file is part of MIT Scheme.
+ ### This file is part of MIT/GNU Scheme.
  ###
- ### MIT Scheme is free software; you can redistribute it and/or
+ ### MIT/GNU Scheme is free software; you can redistribute it and/or
  ### modify it under the terms of the GNU General Public License as
  ### published by the Free Software Foundation; either version 2 of
  ### the License, or (at your option) any later version.
  ###
- ### MIT Scheme is distributed in the hope that it will be useful, but
- ### WITHOUT ANY WARRANTY; without even the implied warranty of
+ ### MIT/GNU Scheme is distributed in the hope that it will be useful,
+ ### but WITHOUT ANY WARRANTY; without even the implied warranty of
  ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  ### General Public License for more details.
  ###
  ### You should have received a copy of the GNU General Public License
- ### along with MIT Scheme; if not, write to the Free Software
+ ### along with MIT/GNU Scheme; if not, write to the Free Software
  ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  ### 02111-1307, USA.
 \f
index 922ee442ae26518302c81aac74de52d2558e739f..bb54b558f4eb0f760a6a4ed3acca95118895cad9 100644 (file)
@@ -1,23 +1,23 @@
 ### -*-Midas-*-
 ###
-### $Id: vax.m4,v 1.6 2002/11/20 19:46:16 cph Exp $
+### $Id: vax.m4,v 1.7 2003/02/14 18:28:25 cph Exp $
 ###
 ### Copyright (c) 1991-2000, 2002 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 \f
index 3f3d93fe3381758513f944aec96fe18f211ee345..e3fc8d8341ec522d3c498fe730406420ce355274 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: cmpgc.h,v 1.33 2002/11/20 19:46:07 cph Exp $
+$Id: cmpgc.h,v 1.34 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a3bfa7fc985991d467e3297807c486766e849647..7e657b42522a2c512f1f34c09c70652934047948 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: cmpint.c,v 1.99 2002/11/20 19:46:07 cph Exp $
+$Id: cmpint.c,v 1.100 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1989-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6c41452eb9fe19075e6055149842abf58a7272e3..2a012f472311880773bb6b3cb775f72b493a5548 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: cmpint.h,v 10.10 2002/11/20 19:46:07 cph Exp $
+$Id: cmpint.h,v 10.11 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-1990, 1999, 2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 940738dce9670f729bafe3015f17c8eb548db9c2..b9b4a9a1faac695b30258b1fcbfcd4a85ba0c716 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: c.h,v 1.8 2002/11/20 19:46:16 cph Exp $
+$Id: c.h,v 1.9 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ee62968bc0c4376c4b48fbf26f0e2e4c31bd3deb..95ab94695b97e902e7e08ac3051252a544416f8c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: hppa.h,v 1.53 2002/11/20 19:46:16 cph Exp $
+$Id: hppa.h,v 1.54 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index faadb6dced8132eb2b8a030b097b20e11c222f0d..00ab2eabcdcd21708bbc6c399b71b4a1e6e8fce0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: i386.h,v 1.36 2002/11/20 19:46:17 cph Exp $
+$Id: i386.h,v 1.37 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1992-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index da3dc93ac47efb4f9e183d426e5a12a47bc69507..32d7a6f33dd051ad87185bb4802cc07cf65d9b9a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: mc68k.h,v 1.37 2002/11/20 19:46:17 cph Exp $
+$Id: mc68k.h,v 1.38 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d67d3ea6f9dea7cb2712f7cc867d4171f38ff1cd..a3d17b4035b53d0190ed1ec5a81e93a4be9481a6 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: mips.h,v 1.24 2002/11/20 19:46:17 cph Exp $
+$Id: mips.h,v 1.25 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e7c41b42cd8a118fc09ff8a90ce0c6076e4ae4db..916099742ad2c83dd09d60bf7c70c3cfb178be94 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: vax.h,v 1.10 2002/11/20 19:46:17 cph Exp $
+$Id: vax.h,v 1.11 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c8fadd196ac4da365865b8de3453b6f5e8d070a4..3ac97fc21e10d5201d9041d2836be60079428ed7 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: cmptype.h,v 1.4 2002/11/20 19:46:07 cph Exp $
+$Id: cmptype.h,v 1.5 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1993, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index afc7bedd6bcfbca2c07a542dd981dc25a29602d4..0ecf608076011e611a218a64ac771d26c3938f1f 100644 (file)
@@ -2,25 +2,26 @@
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
-/* $Id: comlin.c,v 1.10 2002/11/20 19:46:07 cph Exp $
+/* $Id: comlin.c,v 1.11 2003/02/14 18:28:18 cph Exp $
  *
  * This file contains the scheme command parser.
  *
index baea3a2ed8722938bc4e81c60ec8b6dbc11da953..ae3840b1fc314ca5994db6af97cde194f207610c 100644 (file)
@@ -2,25 +2,26 @@
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
-/* $Id: comlin.h,v 1.8 2002/11/20 19:46:07 cph Exp $
+/* $Id: comlin.h,v 1.9 2003/02/14 18:28:18 cph Exp $
  *
  * This file contains definitions for the scheme command parser.
  *
index c248d07973b60160f1e0a77bee6dd4dac7801faa..14f8ec6c6b075237ff889c7122555c4e4101d353 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: compinit.c,v 1.5 2002/11/20 19:46:07 cph Exp $
+$Id: compinit.c,v 1.6 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index bd0d32239281a92ec2104f3f9933bc20614e4b63..3a575946c784962f81fc910eec1376f68d8bae43 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: comutl.c,v 1.32 2002/11/20 19:46:07 cph Exp $
+$Id: comutl.c,v 1.33 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2350f33f2353993b2ad6a94d47376438b384f29d..25303a673d7df5fe7c42c24027be2399ebec0859 100644 (file)
@@ -2,24 +2,24 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Copyright (c) 2000, 2002, 2002 Massachusetts Institute of Technology
 dnl
-dnl This file is part of MIT Scheme.
+dnl This file is part of MIT/GNU Scheme.
 dnl
-dnl MIT Scheme is free software; you can redistribute it and/or modify
-dnl it under the terms of the GNU General Public License as published
-dnl by the Free Software Foundation; either version 2 of the License,
-dnl or (at your option) any later version.
+dnl MIT/GNU Scheme is free software; you can redistribute it and/or
+dnl modify it under the terms of the GNU General Public License as
+dnl published by the Free Software Foundation; either version 2 of the
+dnl License, or (at your option) any later version.
 dnl
-dnl MIT Scheme is distributed in the hope that it will be useful, but
-dnl WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MIT/GNU Scheme is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 dnl General Public License for more details.
 dnl
 dnl You should have received a copy of the GNU General Public License
-dnl along with MIT Scheme; if not, write to the Free Software
+dnl along with MIT/GNU Scheme; if not, write to the Free Software
 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 dnl 02111-1307, USA.
 
-AC_REVISION([$Id: configure.in,v 11.19 2002/11/20 20:40:45 cph Exp $])
+AC_REVISION([$Id: configure.in,v 11.20 2003/02/14 18:28:18 cph Exp $])
 AC_INIT(boot.c)
 AC_CONFIG_HEADER(config.h)
 
index 1a2917a4ef67fa8b291a3061d72c6528b5b5430e..2d07ce28074644252d74cf491650842dd7074820 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: confshared.h,v 11.4 2002/11/20 19:46:07 cph Exp $
+$Id: confshared.h,v 11.5 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d7fa4cdaef24b19c72d208e5d45fff07499e4a76..6b5453c3990f44ccd174812772466fe665e3dc9d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: const.h,v 9.47 2002/11/20 19:46:07 cph Exp $
+$Id: const.h,v 9.48 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 675fa968b6eeec5b9d8fbe34bd2ec338136dffa0..083402ae7c1e4122cb8354e7652d5bbab25ac29b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: copyrigh.c,v 1.4 2002/11/20 19:46:07 cph Exp $
+$Id: copyrigh.c,v 1.5 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 40d6e84d3bacba6aa263821af4650b92573294b1..5a572f0b4fad914625efb0ad3105386509ee5265 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: critsec.h,v 1.5 2002/11/20 19:46:07 cph Exp $
+$Id: critsec.h,v 1.6 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2552f67ada60e5d4dae84db0394f9608dfafec47..26414fd285372fac517715eb8479eb15b2e2127d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: daemon.c,v 9.32 2002/11/20 19:46:08 cph Exp $
+$Id: daemon.c,v 9.33 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e8ec22dce64df7c859a220069141287040fa765f..88a7e624f7cd63b3beb16910cb66d96e3e2a3a42 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: debug.c,v 9.56 2002/11/20 19:46:08 cph Exp $
+$Id: debug.c,v 9.57 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 9a6fe17d967b6f5c17f3928101a646c64c6efd4d..150b9a756e6acbacfdba22ad3d573c1dde045c08 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: default.h,v 9.46 2002/11/20 19:46:08 cph Exp $
+$Id: default.h,v 9.47 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1988-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4392b1545bcaa6530df98455494d92d3f8b586e0..89ea24ac773c743fc65e916b8d76184c60229efc 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: dfloat.c,v 1.7 2002/11/20 19:46:08 cph Exp $
+$Id: dfloat.c,v 1.8 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2bfad96db18be51f4abad78816de449b25c6dad7..8c19d4849074c34d0603d5260cb86753726ac323 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: dmpwrld.c,v 9.42 2002/11/20 19:46:08 cph Exp $
+$Id: dmpwrld.c,v 9.43 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 54b9008d6792573ea34d51a34099e2283d045516..c5ec6b3bd02c18503597f4b1faec512dfc9bbb58 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: dstack.h,v 1.10 2002/11/20 19:46:08 cph Exp $
+$Id: dstack.h,v 1.11 2003/02/14 18:28:18 cph Exp $
 
 Copyright (C) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c1281fccaf69e031eb96875ff88e0c4833a188fe..e87252338029caa37d18252c1b104ead670b32dd 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: dump.c,v 9.41 2002/11/20 19:46:08 cph Exp $
+$Id: dump.c,v 9.42 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 961befef909af133a7438b16ef20a92427027eb7..0cf5899a6340ca5902d312baca1dd7a5363548d0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: edwin.h,v 1.10 2002/11/20 19:46:08 cph Exp $
+$Id: edwin.h,v 1.11 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6c4c9295b130e8999fefc013a80fa0a1d9114325..e45f2ee61980aa2fa1e8922fbe4ac7d4d3e1175c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: error.c,v 1.8 2002/11/20 19:46:08 cph Exp $
+$Id: error.c,v 1.9 2003/02/14 18:28:18 cph Exp $
 
 Copyright (C) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 35e52f737854809b22a99ad6956a794315eb537a..064aa68698a9cbf9939537939ee2b9aee3ad0ada 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: errors.h,v 9.45 2002/11/20 19:46:08 cph Exp $
+$Id: errors.h,v 9.46 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index dfd15f587b8013206a0446c9fcb741e7a3901b23..10a9c7bd57e37cb7b0db7ee6adf8cb104fca0ae5 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: extern.c,v 9.39 2002/11/20 19:46:08 cph Exp $
+$Id: extern.c,v 9.40 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d0390bc1f940ff43ae21068ae427589d87d69e32..58e225aa47ba9cd5d7839540e356d14c49d6b08f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: extern.h,v 9.63 2002/11/20 19:46:08 cph Exp $
+$Id: extern.h,v 9.64 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e001cee46d6faaf4d8e9c02cd3a84e48cf18b233..923eb6f8d970ee9beb1526c1d198c5724b9e81db 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: fasdump.c,v 9.67 2002/11/20 19:46:08 cph Exp $
+$Id: fasdump.c,v 9.68 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b600e49dd5d60bbab3d30c5eeabd64a88a5bc116..18e11c9b37f2eac2265f3950746f6d517c0a8ba5 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: fasl.h,v 9.39 2002/11/20 19:46:08 cph Exp $
+$Id: fasl.h,v 9.40 2003/02/14 18:28:18 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d9bd4152c424916bdb11889e5c6ef009130d9880..875663347e4b72d545e3715d8aac6a1b48f8046b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: fasload.c,v 9.95 2002/11/20 19:46:08 cph Exp $
+$Id: fasload.c,v 9.96 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 80ee8ae0ff84b9b4b0a5f64829154b04f736bfe4..452b824c75b8d64aca5d57f0d71e28c309b2888b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: fft.c,v 9.34 2002/11/20 19:46:08 cph Exp $
+$Id: fft.c,v 9.35 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 5eabc4bf3e2bb7f671d77e69529e624fe693bcee..31a774fbc1a461e5e3eef9b637c1558eef93891e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: fhooks.c,v 9.36 2002/11/20 19:46:08 cph Exp $
+$Id: fhooks.c,v 9.37 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2870b8a71878d70179731b4a34e5849d08fdb1f5..509990538668e94ab0826a459751f9281f3be666 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: findprim.c,v 9.56 2002/11/20 19:46:08 cph Exp $
+$Id: findprim.c,v 9.57 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b5a902d6ac3d5a65c5b57616ce421189ee8317ba..e6cbe2d22e28519fb9b4fc6978c563561e9e8d3a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: fixnum.c,v 9.45 2002/11/20 19:46:08 cph Exp $
+$Id: fixnum.c,v 9.46 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a532a35f79fa5a3e716302498e29f0a51e67ad45..79e4bc4f0786460168acd4c363ae544c8477c3c2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: fixobj.h,v 9.39 2002/11/20 19:46:08 cph Exp $
+$Id: fixobj.h,v 9.40 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 9582c986cc87c408fed4d5611c01c82b59a937ff..932cd3fb795e37b4a80765374906f1e78e0732aa 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: flonum.c,v 9.44 2002/11/20 19:46:08 cph Exp $
+$Id: flonum.c,v 9.45 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6f8365deff945242a6eda771a3f6e93914a01692..969c2e8fdd01f6838d5c57a96828ff4c4438df27 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: foreign.c,v 1.4 2002/11/20 19:46:08 cph Exp $
+$Id: foreign.c,v 1.5 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1992, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 17ab69a2e163cd705dc4013afb946a3904743037..2583201c86050e6874c579275806254b195145dc 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: foreign.h,v 1.4 2002/11/20 19:46:08 cph Exp $
+$Id: foreign.h,v 1.5 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1992, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index fa633a02536de3431ccaea457283a459a6702dfb..95615ababe6fe9d285a8dc2d8e843bed2d47d605 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: future.c,v 9.30 2002/11/20 19:46:08 cph Exp $
+$Id: future.c,v 9.31 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a0a8cabb6dde78d84fb7d999712b636cd9dbacbf..291abd6d6a92e95e85aca6016bc25a248b1f70a0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: futures.h,v 9.31 2002/11/20 19:46:08 cph Exp $
+$Id: futures.h,v 9.32 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1990, 1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 805e938ff49accc65727030370001b6e8f504844..78d4d280f7e63386ee479fa8a881b7d5a44fb56c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: gc.h,v 9.35 2002/11/20 19:46:08 cph Exp $
+$Id: gc.h,v 9.36 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 46bb9b6d0424ea255445ce99b42f9db258170bb4..ee78467cbac1a09726a8f265078e9c1ae757a64d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: gccode.h,v 9.59 2002/11/20 19:46:08 cph Exp $
+$Id: gccode.h,v 9.60 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 421257fc285dc3d325b5910e8e436326d9c762e8..1fa1b7734dc5ee06317acbb87999093e2e72b7fc 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: gcloop.c,v 9.50 2002/11/20 19:46:09 cph Exp $
+$Id: gcloop.c,v 9.51 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6e199c500b72a937c7a9666befe007ff1b887eaa..c7559b3c1e098454ac89da9b4acd2282bf795e27 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: gctype.c,v 9.35 2002/11/20 19:46:09 cph Exp $
+$Id: gctype.c,v 9.36 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e5e63ece808b0b6a5b627c5ab55f7d7c89147b69..f9e69872e79f05b7c5ca9d7bc94dfcec3d0576ee 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: generic.c,v 9.40 2002/11/20 19:46:09 cph Exp $
+$Id: generic.c,v 9.41 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b2862d55c6eeac56ba6499d4561825d9f5a8d75e..d6b131a0972dc7c3e5948f8b4c0bf4e6e1eb9e29 100644 (file)
@@ -2,25 +2,26 @@
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
-/* $Id: gpio.c,v 1.12 2002/11/20 19:46:09 cph Exp $ */
+/* $Id: gpio.c,v 1.13 2003/02/14 18:28:19 cph Exp $ */
 
 /* Scheme primitives for GPIO */
 
index d29b1cc1d48482bc13572fc56da378b94990e6a3..525d06dbba2c151faa617902910dc83e41bb1e9e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: history.h,v 9.32 2002/11/20 19:46:09 cph Exp $
+$Id: history.h,v 9.33 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1990, 1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 0cddf889d169eca346657c513038d1bf48a88890..75230f85fa7e6e0ea2181c9cddc514d59dd424c3 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: hooks.c,v 9.64 2002/11/20 19:46:09 cph Exp $
+$Id: hooks.c,v 9.65 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 5aba2359ae5228881b501e6ed6f0cd798d191c94..440bbcc70b3212491f27fcf5376e13242a38ec87 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: hppacach.c,v 1.14 2002/11/20 19:46:09 cph Exp $
+$Id: hppacach.c,v 1.15 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 181a0fc8468d15ae6603ab446556d72ea46b54e4..4e741ca7d411c994ea8b3196e7f5ff91f565588a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: hppacach.h,v 1.7 2002/11/20 19:46:09 cph Exp $
+$Id: hppacach.h,v 1.8 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index fc901d16a5c76b1835db7072eea777bdb50b507e..3960b651ae391b62e0413520ed90e304500d5f9e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: hppanwca.c,v 1.6 2002/11/20 19:46:09 cph Exp $
+$Id: hppanwca.c,v 1.7 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1992-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2d857c66ffa787f459e4d16e34458d514d945fa4..f4d5e3be6e2713ae56019c466bd619c4bf01e504 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: hunk.c,v 9.30 2002/11/20 19:46:09 cph Exp $
+$Id: hunk.c,v 9.31 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 69d27ac1a7c61fda6b29f3a3ac9efef253df67c0..4f4c9dc000457df993f38a70a059bf345ae7d072 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: image.c,v 9.35 2002/11/20 19:46:09 cph Exp $
+$Id: image.c,v 9.36 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2ba6e55b809f90d5b5bca4536ed76b51de3047b9..5a311de32b650d0d7012b794632b86915ff4d620 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: image.h,v 9.26 2002/11/20 19:46:09 cph Exp $
+$Id: image.h,v 9.27 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 \f
index 6285893724fe0c4ec4f86a89b49e7120501dd830..4c4d0002f4699701eea35cf9f35dd78ccab21322 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: intercom.c,v 9.34 2002/11/20 19:46:09 cph Exp $
+$Id: intercom.c,v 9.35 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 343746b38029b10a7f496fb534d9aef0d80a7032..fd0f9452e41374ba4a0d3e50df24bd10ea894b98 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: intern.c,v 9.58 2002/11/20 19:46:09 cph Exp $
+$Id: intern.c,v 9.59 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 7919c6a6a9c605f2b72e03dd5546bd70293d431e..292755a3a5778427e17fe31f80692c11d8c1bcc9 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: interp.c,v 9.97 2002/11/20 19:46:09 cph Exp $
+$Id: interp.c,v 9.98 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 540db04bb2dc3e95cc06fb5785edf2df76bbb5e6..5ca74cc686de96f881de4e5e87f542a9899b3c22 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: interp.h,v 9.49 2002/11/20 19:46:09 cph Exp $
+$Id: interp.h,v 9.50 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 0c3c4bf1025ed05ce642459685fd89db1ebe2b1c..d4171a728bff3877537bf9e10473dd698184444a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: intext.c,v 1.6 2002/11/20 19:46:09 cph Exp $
+$Id: intext.c,v 1.7 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 0b2b6a68b69f50cf11498420b71c994285d464d2..179cb136199b08b55b821509f86e950592583090 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: intext.h,v 1.6 2002/11/20 19:46:09 cph Exp $
+$Id: intext.h,v 1.7 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8d6b5fdfa615b5bbb1e243a70a0b0d7162754f15..4c506dddcc757cdfc5be8314dc0f06a12da41f53 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: intprm.c,v 1.10 2002/11/20 19:46:09 cph Exp $
+$Id: intprm.c,v 1.11 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 02bfa13d13ce2b387ccf631a7bd190e12d43e1cb..58be2cb5546166184d59e0e6b68e25c9c885af9a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: intrpt.h,v 1.22 2002/11/20 19:46:09 cph Exp $
+$Id: intrpt.h,v 1.23 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 12929d7d0d64338afd0de01a80a560d47afaaa38..a0887a6014ce6d5ece67ff8f07b09fc0b54f8e67 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: liarc.h,v 1.20 2002/11/20 19:46:09 cph Exp $
+$Id: liarc.h,v 1.21 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1992-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index cc33cde33a316e939976c40f1a5d28b155da3dd2..0c62f499225c8a6d121a351b0981e583503daa1d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: list.c,v 9.33 2002/11/20 19:46:09 cph Exp $
+$Id: list.c,v 9.34 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d1d25595523184c90d33d72af0867d996c51a67d..2b8e26aa8f6024e0ce83feed027b43dd4d863d7d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: load.c,v 9.40 2002/11/20 19:46:09 cph Exp $
+$Id: load.c,v 9.41 2003/02/14 18:28:19 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 5c022f3bb21e707e0677d22df717dbdeb379ac5c..ebadd24dcc448cb466998315e896732f66a7959b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: locks.h,v 9.27 2002/11/20 19:46:09 cph Exp $
+$Id: locks.h,v 9.28 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8d3df16cbc1b8e0349166eeb1496436150426f99..bfec754bbaacb43a2a321333ba969aeb363850d3 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: lookprm.c,v 1.20 2002/11/20 19:46:09 cph Exp $
+$Id: lookprm.c,v 1.21 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 30e33737fdd53094b4d9c20353b3d3af7ec36077..fbac7f5ada3f0eeb60274b5922df04d2211e3758 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: lookup.c,v 9.69 2002/11/20 19:46:09 cph Exp $
+$Id: lookup.c,v 9.70 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c0830689c35c82ecd75b6dbd6de84745255f6bae..9c70d66c34d6b660a15acc5d711441e1c48aa6e5 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: lookup.h,v 9.56 2002/11/20 19:46:09 cph Exp $
+$Id: lookup.h,v 9.57 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 7fd14586d728f0cad3e224ff7d18350b4689e1ce..e38458ec312e1c7ec3541c8e7fb8bb2da1668140 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in.in,v 1.21 2002/11/20 19:46:17 cph Exp $
+# $Id: Makefile.in.in,v 1.22 2003/02/14 18:28:31 cph Exp $
 #
 # Copyright (c) 2000-2002 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index b4ada0513b15f14f012aae5a59c48dcee9929492..1a204100f84c5dd4191d1b08918a971373a6eaa3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: files-core.scm,v 1.3 2002/11/20 19:46:17 cph Exp $
+$Id: files-core.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0492d456af7654041a3dfc150d8532ba89b3106c..e778c43c8a5c472066ecfa7e999920387d3b800f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: files-gc-bch.scm,v 1.3 2002/11/20 19:46:17 cph Exp $
+$Id: files-gc-bch.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b06b31c22df81658956869648f4a80d594f8d324..c34b04ec1263f6c725c77f39b709bd2a0a2b549e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: files-gc-std.scm,v 1.3 2002/11/20 19:46:17 cph Exp $
+$Id: files-gc-std.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fc730db8664ead55ca902589396e7d1fa61efc9e..53f74a0957ea7af38f4dea93fb87746f7ebf587d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: files-optional.scm,v 1.4 2002/11/20 19:46:17 cph Exp $
+$Id: files-optional.scm,v 1.5 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ca54f77cb5c4db7dd8fd6f407168fb3e4e349caa..8413d12d8d9fba7eed3fa05087938401c3a223e5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: files-os-prim.scm,v 1.3 2002/11/20 19:46:17 cph Exp $
+$Id: files-os-prim.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1de073200f3de17a4a114f85437b00c479e3684e..fcf3ffc660f87e30116395f67e29afd17fd386e1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: files-other.scm,v 1.3 2002/11/20 19:46:17 cph Exp $
+$Id: files-other.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dbb7ba72a111c88ed5d7f1e2a1e25b6750f2e2c5..7b1d44644ba23a988e5ded53eed77f9ae400de97 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: files-unix.scm,v 1.3 2002/11/20 19:46:17 cph Exp $
+$Id: files-unix.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1e7a2c1f047fe98ac670351e17dee9e7dd66ead9..f09fca1f43928c2eb62a4b4a7b93e6286af9ba0f 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 
-# $Id: m4.sh,v 1.3 2002/11/20 19:46:17 cph Exp $
+# $Id: m4.sh,v 1.4 2003/02/14 18:28:31 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index c496f738b3496578d6632004fba933e292b6891f..dfca418f260bbc384be0c11c114ed4db4ad12861 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: makegen.scm,v 1.5 2003/02/13 19:56:29 cph Exp $
+$Id: makegen.scm,v 1.6 2003/02/14 18:28:31 cph Exp $
 
 Copyright 2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b6a8475571e7e76b7e2979994cc01e9253dd1d9e..d242de2d45a52091dc3861f3846057ce97cebcd6 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 
-# $Id: makeinit.sh,v 1.9 2002/11/20 19:46:17 cph Exp $
+# $Id: makeinit.sh,v 1.10 2003/02/14 18:28:31 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 056820bb392bb1e739c1fbc570ba37d55b19f58a..179cdcdf4d964c4f1855498b415137ac3d7edf52 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: memmag.c,v 9.70 2002/11/20 19:46:09 cph Exp $
+$Id: memmag.c,v 9.71 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6790ee499c88fd90b8432c029df0586137cd8db7..76997b49982eb57644b3233fab80774778286142 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: memmag.h,v 1.9 2002/11/20 19:46:10 cph Exp $
+$Id: memmag.h,v 1.10 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 822c2335fe75b738c07e49acb58c78e54287c533..c10aa96430a8bfd9421ac7701592aab0592963b3 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: missing.c,v 9.34 2002/11/20 19:46:10 cph Exp $
+$Id: missing.c,v 9.35 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6ed353876b778b72127ca53cc7ef2b325c7633a1..9cf26e16a172b6b13afdd8e2a8faad5d787534c9 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: mul.c,v 9.36 2002/11/20 19:46:10 cph Exp $
+$Id: mul.c,v 9.37 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 11d9523071fe641918b2318799ab8bf3d5250dd2..669e42b77f21ff5588209d8e59a4ba905b1b3cfd 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: nt.h,v 1.10 2002/11/20 19:46:10 cph Exp $
+$Id: nt.h,v 1.11 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4ba0baafa598584191df95454992b52e2022eace..d53ca2292bf9006749f609352692c2928efed56b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntapi.h,v 1.14 2002/11/20 19:46:10 cph Exp $
+$Id: ntapi.h,v 1.15 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1997, 1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 \f
index 5c474e1aa172c19ac112bd224c1fa9a0d5032ad7..977dbbae688968e14116a770d077e2fc2f20d020 100644 (file)
@@ -1,23 +1,23 @@
 ;;; -*-Midas-*-
 ;;;
-;;; $Id: ntasutl.asm,v 1.7 2002/11/20 19:46:10 cph Exp $
+;;; $Id: ntasutl.asm,v 1.8 2003/02/14 18:28:20 cph Exp $
 ;;;
 ;;; Copyright (c) 1992-1999 Massachusetts Institute of Technology
 ;;;
-;;; This file is part of MIT Scheme.
+;;; This file is part of MIT/GNU Scheme.
 ;;;
-;;; MIT Scheme is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published
-;;; by the Free Software Foundation; either version 2 of the License,
-;;; or (at your option) any later version.
+;;; MIT/GNU Scheme is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU General Public License as
+;;; published by the Free Software Foundation; either version 2 of the
+;;; License, or (at your option) any later version.
 ;;;
-;;; MIT Scheme is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MIT/GNU Scheme is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;;; General Public License for more details.
 ;;;
 ;;; You should have received a copy of the GNU General Public License
-;;; along with MIT Scheme; if not, write to the Free Software
+;;; along with MIT/GNU Scheme; if not, write to the Free Software
 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ;;; 02111-1307, USA.
 ;;;
index 0684c5e70f9cfa29194e8a3154377d333b4d88a6..bb324e28f67be2a79858d106155ee048d141d44d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntenv.c,v 1.20 2002/11/20 19:46:10 cph Exp $
+$Id: ntenv.c,v 1.21 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index aa04f0994fa4ec932e4351b6f7ee50697edde98a..120aa8b7fa7ee77a717fccbb69eb556802bd848d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntfile.c,v 1.14 2002/11/20 19:46:10 cph Exp $
+$Id: ntfile.c,v 1.15 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4a2a97df268259ec79c4ec5a36746a75e2581b05..3d9f6693db602013eb2cef66b5dbbb4f87dc8e20 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntfs.c,v 1.29 2002/11/20 19:46:10 cph Exp $
+$Id: ntfs.c,v 1.30 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1992-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 717d57a7d844ca3fde03e9bdf1807e9b8024768d..fc1d4e30df791043a25b5f6e61ab9391a14d49b5 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntfs.h,v 1.6 2002/11/20 19:46:10 cph Exp $
+$Id: ntfs.h,v 1.7 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1997-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 046b9e6541682868c0f5367a76d048164ffaf6c1..3a68368702a2b6de198b9dc116808555a0682914 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntgui.c,v 1.29 2002/11/20 19:46:10 cph Exp $
+$Id: ntgui.c,v 1.30 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 07a833152057cc58a5ee40b29216ed544af9e18a..01353cc41e9f184d0d3843a29ef06c71560d7d2c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntgui.h,v 1.9 2002/11/20 19:46:10 cph Exp $
+$Id: ntgui.h,v 1.10 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index aa940e28852327d290912db6d0bb0a0e7d61aee5..9f1ba0281e605aab164a4a972e4db1c8c265add2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntio.c,v 1.25 2002/11/20 19:46:10 cph Exp $
+$Id: ntio.c,v 1.26 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1992-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index cdfbe7219531bba43e5a9db535942309c934bdf1..e5581130c985d6686787f57c898c4a1d3abfcecd 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntio.h,v 1.12 2002/11/20 19:46:10 cph Exp $
+$Id: ntio.h,v 1.13 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 37ecc1eac5abb4f42abfa170a7c4c499f82044e8..cb85f7ceab08d67096c38994bea358319c56bab7 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntproc.c,v 1.9 2002/11/20 19:46:10 cph Exp $
+$Id: ntproc.c,v 1.10 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1997-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 41c9884bbcaef697b278ae942fb3f28dc02ed19f..5901363cc5b9989bd5ede2457787716a4c1fee2d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntproc.h,v 1.3 2002/11/20 19:46:10 cph Exp $
+$Id: ntproc.h,v 1.4 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1997, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 52a302c63d47e475633edb4ab0e87997d2d2a957..e94432da862578a9e958af3e5374db8e694a1665 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntscmlib.h,v 1.10 2002/11/20 19:46:10 cph Exp $
+$Id: ntscmlib.h,v 1.11 2003/02/14 18:28:20 cph Exp $
 
 Copyright (c) 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c4eda77551da3e88eee7c5c543f775dc56eb4c3e..78f22fdba3b8305b72675aa06318c27952143cc2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntscreen.c,v 1.48 2002/11/20 19:46:10 cph Exp $
+$Id: ntscreen.c,v 1.49 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1993-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d7d608236ad1440d999e360d01aaac8da09362e8..be24a6ff787e4159fe8115d14e825834e362e3c1 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntscreen.h,v 1.21 2002/11/20 19:46:10 cph Exp $
+$Id: ntscreen.h,v 1.22 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a8e200dd993193a21966cb430bfed22352d88a7d..84910fa76be117b5a4ab3d41acacc80efa0e0b0f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntsig.c,v 1.23 2002/11/20 19:46:10 cph Exp $
+$Id: ntsig.c,v 1.24 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 76cea6d0294d6cbfc7ed4349aa641e01322ff705..1744fbb2879ae6df6e62a66402ed1d09fe046229 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntsock.c,v 1.14 2002/11/20 19:46:10 cph Exp $
+$Id: ntsock.c,v 1.15 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1997-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 786a34118de4799c6aaa3def9c3a85aec16463c5..fa2b1698f27fd45ebcc83faeada5e2da4cd381f4 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntsys.c,v 1.10 2002/11/20 19:46:10 cph Exp $
+$Id: ntsys.c,v 1.11 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 22f74b3f52702e16718384a6546ff50f768eb054..bfae354d5c89a3b3959f765e24f6a6da3b65127e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntsys.h,v 1.9 2002/11/20 19:46:10 cph Exp $
+$Id: ntsys.h,v 1.10 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b117799c806c151a11db645e84b8b638cedd2dd4..04973d75b61529cfba7692acf3727d9b3d499854 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ntterm.h,v 1.5 2002/11/20 19:46:10 cph Exp $
+$Id: ntterm.h,v 1.6 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ff4023c3e50048ac01cdeeed44e9af7a1fe35592..b40515c348a42a73cfc59686ee0fcd82932394ca 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: nttop.c,v 1.31 2002/11/20 19:46:10 cph Exp $
+$Id: nttop.c,v 1.32 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 14cd7b3043e5503a8d7a169ed6dc9f2614250712..e686d2c1320a3232ac18052391a4b0ae214466bd 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: nttop.h,v 1.5 2002/11/20 19:46:10 cph Exp $
+$Id: nttop.h,v 1.6 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ee4616feba2b804ee4327349f3546eed0680c9eb..a1d04853c2d554518f89fb51cfab2af917066c6c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: nttrap.c,v 1.24 2002/11/20 19:46:11 cph Exp $
+$Id: nttrap.c,v 1.25 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b7a386d90a57ae2bc5ee7838e6d0a62cba7c1122..a238928f29112ede9b87b4f9f0c2fccaffc18963 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: nttrap.h,v 1.6 2002/11/20 19:46:11 cph Exp $
+$Id: nttrap.h,v 1.7 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b9b23843bae4f521c1d97b53accf5c940e6a27fc..3d83c5d84c22ab420853f2e4dbd157ee431ed35a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: nttterm.c,v 1.5 2002/11/20 19:46:11 cph Exp $
+$Id: nttterm.c,v 1.6 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c3576aab79c77e6292d1ac54fbc8678937b92ef0..7c28c5078124ee1c7015337ac986560e04f1510d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: nttty.c,v 1.9 2002/11/20 19:46:11 cph Exp $
+$Id: nttty.c,v 1.10 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ce13786f7e423b665a5acfa70c40d1f53f60c60f..c1485b282f32119603b5eee1aef871dd64a14611 100644 (file)
@@ -1,23 +1,23 @@
 ;;; -*-Fundamental-*-
 ;;;
-;;; $Id: bch-p-nt.lst,v 1.7 2002/11/20 19:46:17 cph Exp $
+;;; $Id: bch-p-nt.lst,v 1.8 2003/02/14 18:28:31 cph Exp $
 ;;;
 ;;; Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 ;;;
-;;; This file is part of MIT Scheme.
+;;; This file is part of MIT/GNU Scheme.
 ;;;
-;;; MIT Scheme is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published
-;;; by the Free Software Foundation; either version 2 of the License,
-;;; or (at your option) any later version.
+;;; MIT/GNU Scheme is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU General Public License as
+;;; published by the Free Software Foundation; either version 2 of the
+;;; License, or (at your option) any later version.
 ;;;
-;;; MIT Scheme is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MIT/GNU Scheme is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;;; General Public License for more details.
 ;;;
 ;;; You should have received a copy of the GNU General Public License
-;;; along with MIT Scheme; if not, write to the Free Software
+;;; along with MIT/GNU Scheme; if not, write to the Free Software
 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ;;; 02111-1307, USA.
 ;;;
index da00c195741b624e47802e973bf94f47a21ac4d6..7fcc90d5e96d733caa158cda240f90f7ce9855d2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: config.h,v 1.5 2002/11/20 19:46:17 cph Exp $
+$Id: config.h,v 1.6 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index aceeb4d29c3b4b85708af9a0eee7de42f2104268..e2e1a25aa93c524b4b0ac76376b7e0ccc2a0f55b 100644 (file)
@@ -1,23 +1,24 @@
 ### -*- Fundamental -*-
 ###
-###     $Id: makefile,v 1.29 2002/11/20 19:46:17 cph Exp $
+###     $Id: makefile,v 1.30 2003/02/14 18:28:31 cph Exp $
 ###
 ###     Copyright (c) 1992-2001 Massachusetts Institute of Technology
 ###
-###     This file is part of MIT Scheme.
+###     This file is part of MIT/GNU Scheme.
 ###
-###     MIT Scheme is free software; you can redistribute it and/or
-###     modify it under the terms of the GNU General Public License as
-###     published by the Free Software Foundation; either version 2 of
-###     the License, or (at your option) any later version.
+###     MIT/GNU Scheme is free software; you can redistribute it
+###     and/or modify it under the terms of the GNU General Public
+###     License as published by the Free Software Foundation; either
+###     version 2 of the License, or (at your option) any later
+###     version.
 ###
-###     MIT Scheme is distributed in the hope that it will be useful,
-###     but WITHOUT ANY WARRANTY; without even the implied warranty of
-###     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-###     GNU General Public License for more details.
+###     MIT/GNU Scheme is distributed in the hope that it will be
+###     useful, but WITHOUT ANY WARRANTY; without even the implied
+###     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+###     PURPOSE.  See the GNU General Public License for more details.
 ###
 ###     You should have received a copy of the GNU General Public
-###     License along with MIT Scheme; if not, write to the Free
+###     License along with MIT/GNU Scheme; if not, write to the Free
 ###     Software Foundation, Inc., 59 Temple Place - Suite 330,
 ###     Boston, MA 02111-1307, USA.
 
index 0809c7857c6c065edaa642a78de88ae407968f67..b136f67cbe32b9678c1270b7003d54ff4a45452f 100644 (file)
@@ -1,23 +1,24 @@
 ### -*- Fundamental -*-
 ###
-###     $Id: makefile.wcc,v 1.18 2002/11/20 19:46:17 cph Exp $
+###     $Id: makefile.wcc,v 1.19 2003/02/14 18:28:31 cph Exp $
 ###
 ###     Copyright (c) 1992-2001 Massachusetts Institute of Technology
 ###
-###     This file is part of MIT Scheme.
+###     This file is part of MIT/GNU Scheme.
 ###
-###     MIT Scheme is free software; you can redistribute it and/or
-###     modify it under the terms of the GNU General Public License as
-###     published by the Free Software Foundation; either version 2 of
-###     the License, or (at your option) any later version.
+###     MIT/GNU Scheme is free software; you can redistribute it
+###     and/or modify it under the terms of the GNU General Public
+###     License as published by the Free Software Foundation; either
+###     version 2 of the License, or (at your option) any later
+###     version.
 ###
-###     MIT Scheme is distributed in the hope that it will be useful,
-###     but WITHOUT ANY WARRANTY; without even the implied warranty of
-###     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-###     GNU General Public License for more details.
+###     MIT/GNU Scheme is distributed in the hope that it will be
+###     useful, but WITHOUT ANY WARRANTY; without even the implied
+###     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+###     PURPOSE.  See the GNU General Public License for more details.
 ###
 ###     You should have received a copy of the GNU General Public
-###     License along with MIT Scheme; if not, write to the Free
+###     License along with MIT/GNU Scheme; if not, write to the Free
 ###     Software Foundation, Inc., 59 Temple Place - Suite 330,
 ###     Boston, MA 02111-1307, USA.
 
index 6759f775352d3081821f4ad0366c9ddaaf086531..d9220c29b813c39935e8606e4e3e587f7420c626 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: scheme16.c,v 1.12 2002/11/20 19:46:17 cph Exp $
+$Id: scheme16.c,v 1.13 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 5279fc9080a0ba5552c812df737c772f7d7d8e66..dcf2e5ea12883b9014a406238d977053c58f7a76 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: scheme31.c,v 1.11 2002/11/20 19:46:17 cph Exp $
+$Id: scheme31.c,v 1.12 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 63f6aaeba1344a5d921565ddc5f4fe507f8b75b7..b2e1c63a49a558bc63d0da1b8c9cadc3724d369c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: scheme32.c,v 1.18 2002/11/20 19:46:17 cph Exp $
+$Id: scheme32.c,v 1.19 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 732e890a52e1acf071b74a0432abc58169392d86..c215f0b05babc403ab730849e13dc34f8cc836c6 100644 (file)
@@ -1,23 +1,23 @@
 ;;; -*-Fundamental-*-
 ;;;
-;;; $Id: scm-p-nt.lst,v 1.7 2002/11/20 19:46:17 cph Exp $
+;;; $Id: scm-p-nt.lst,v 1.8 2003/02/14 18:28:31 cph Exp $
 ;;;
 ;;; Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 ;;;
-;;; This file is part of MIT Scheme.
+;;; This file is part of MIT/GNU Scheme.
 ;;;
-;;; MIT Scheme is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published
-;;; by the Free Software Foundation; either version 2 of the License,
-;;; or (at your option) any later version.
+;;; MIT/GNU Scheme is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU General Public License as
+;;; published by the Free Software Foundation; either version 2 of the
+;;; License, or (at your option) any later version.
 ;;;
-;;; MIT Scheme is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MIT/GNU Scheme is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;;; General Public License for more details.
 ;;;
 ;;; You should have received a copy of the GNU General Public License
-;;; along with MIT Scheme; if not, write to the Free Software
+;;; along with MIT/GNU Scheme; if not, write to the Free Software
 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ;;; 02111-1307, USA.
 ;;;
index 7319d103b6696c345192c62b80ba106749d20ba2..4d000c57be24c5647d9faeef72ca0fc53bd3bd76 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: object.h,v 9.52 2002/11/20 19:46:11 cph Exp $
+$Id: object.h,v 9.53 2003/02/14 18:28:21 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index fb370e19ffcb4f189d96513ce4ada8d3210a856b..9e226995cf414774b87b2a7663a3c4aecfb9964e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: option.c,v 1.58 2002/12/27 03:18:27 cph Exp $
+$Id: option.c,v 1.59 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index caf8f58faf870eda22376f53eaaa8d41d8ae7756..41cf39fab0ce8e3b00c52034f8951be1d4c28ab2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: option.h,v 1.13 2002/11/20 19:46:11 cph Exp $
+$Id: option.h,v 1.14 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 41911670a767baaaa8f96b0bb769897b3c5e1d1e..f9212172b3f02ece158a25706d5eceb58b7470d2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os.h,v 1.8 2002/11/20 19:46:11 cph Exp $
+$Id: os.h,v 1.9 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 5ea87bd01bd312410659a8f7fd021172ee3a2bf6..7033422fa6a2153a0c1d637eae476c571cd91bee 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2.c,v 1.9 2002/11/20 19:46:11 cph Exp $
+$Id: os2.c,v 1.10 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 22edccfe400edbdd526a956538a2589151be1495..c0f3a7eafa8ed69bc755fb9766def6a048cbdf40 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2.h,v 1.9 2002/11/20 19:46:11 cph Exp $
+$Id: os2.h,v 1.10 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 32531d1f66b1a3864564a577edfa32b2a4323c1c..943a1a6f00f92f0bb61b6c94ffdb38e76dcb79c6 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2api.h,v 1.13 2002/11/20 19:46:11 cph Exp $
+$Id: os2api.h,v 1.14 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 7f168d64acdc754134e88de91efce6014f54ae7d..16d56fc039ff390de35a44ee9f092a9f930adb60 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2conio.c,v 1.11 2002/11/20 19:46:11 cph Exp $
+$Id: os2conio.c,v 1.12 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a6562e8d1f4f81509187da91f425a6bc647f3956..5eb646977c36bd194e44bc204cdede04a40a8444 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2cthrd.c,v 1.11 2002/11/20 19:46:11 cph Exp $
+$Id: os2cthrd.c,v 1.12 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e218812cf743a272c3af02656ac1d54e0bd9d7d6..0dbc2ef5f0a7d81598ab8e51f54b7f5c63ab74e6 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2cthrd.h,v 1.8 2002/11/20 19:46:11 cph Exp $
+$Id: os2cthrd.h,v 1.9 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 020b132f7384a57f1fe2a6f3383da06489167202..0f01719dc04e86c5c101ab6f5313f5a9979efd2a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2ctty.c,v 1.5 2002/11/20 19:46:11 cph Exp $
+$Id: os2ctty.c,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a655df9d9b05320407c23919ba0e785189959322..641835837d48bb3c1514ef5ea51949d990ca2472 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2ctty.h,v 1.3 2002/11/20 19:46:11 cph Exp $
+$Id: os2ctty.h,v 1.4 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 41ca06cdc1e3161a90618a4cd4f1fc730e8c3c2f..166714267349da3885b5bb95c3cd8c41a8dacb8b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2env.c,v 1.15 2002/11/20 19:46:11 cph Exp $
+$Id: os2env.c,v 1.16 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6be3ec0895c87d6d2f1174009fa349b109923932..4db98fd03c310f9f6326a9b4aeb1490fd20cbe78 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2file.c,v 1.4 2002/11/20 19:46:11 cph Exp $
+$Id: os2file.c,v 1.5 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4573782d29a315752e072c09f0795fa883c98907..63c34a56462ed5ed601ae0407404080f47ebe902 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2fs.c,v 1.15 2002/11/20 19:46:11 cph Exp $
+$Id: os2fs.c,v 1.16 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 44af04c5a331e6c2fc28ea04b2630410adae23a0..52b3e98ace5a8e53c49eeb3a26435bd755917a4e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2io.c,v 1.9 2002/11/20 19:46:11 cph Exp $
+$Id: os2io.c,v 1.10 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b806a2cfb4228474c3f0b374354ff3dd0bc20edd..24a7781699d92ece3d01ca2b20e2395fb5a6d4b4 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2io.h,v 1.5 2002/11/20 19:46:11 cph Exp $
+$Id: os2io.h,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8198e608e383b6c1d95ec754865d5a8b2d7d6062..c882cf78ac105bf57f711cf9f01ea8b7d68fa56d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2msg.c,v 1.15 2002/11/20 19:46:11 cph Exp $
+$Id: os2msg.c,v 1.16 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e3f3a217e811978bda36303da00e42f204709355..139c5dd18dff08e50a9d49f06c53ac9c78cb31fa 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2msg.h,v 1.16 2002/11/20 19:46:11 cph Exp $
+$Id: os2msg.h,v 1.17 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d7a23a3e1c18fdb5647f9c0c8016e66b0eb6aa7d..20f732f5b79e3d659a09edacc1016fbf6040d9d2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2pipe.c,v 1.9 2002/11/20 19:46:11 cph Exp $
+$Id: os2pipe.c,v 1.10 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index bf3d32ad2c067d2d6faa8305c1b7b8b0269ac2c7..847754ba015a1fb9a7f2773b533093edf81035dd 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2pm.c,v 1.34 2002/11/20 19:46:12 cph Exp $
+$Id: os2pm.c,v 1.35 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a870801c0fb0b527238e949317919f41a7051338..48fba636bda95916aa3e76e85a97510178729e38 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2pm.h,v 1.14 2002/11/20 19:46:12 cph Exp $
+$Id: os2pm.h,v 1.15 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 625972c83708991b24ddb0becc97f305b96cdcc1..2394b04f49ebd1ea21f408c35bfa046c2771da54 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: os2pm.scm,v 1.13 2002/11/26 05:32:30 cph Exp $
+$Id: os2pm.scm,v 1.14 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 66f6f94538241ba897ec5f487da0df5e0b0f3925..d29eb9e2fa0ea2716fb2e863704193af3a569dec 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2pmcon.c,v 1.27 2002/11/20 19:46:12 cph Exp $
+$Id: os2pmcon.c,v 1.28 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6ebabb08f3882c5483023a797106fb9e99d881bb..2d35b916e4c9dcaa3de9bdfed8b495660126d02e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2pmcon.h,v 1.5 2002/11/20 19:46:12 cph Exp $
+$Id: os2pmcon.h,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 24a680798752fe11504fd950196f2e8f1dd24609..a1b3c3ef1a8226ad2d7bdfddb9a9ccae918b00d4 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2pmcon.rc,v 1.6 2002/11/20 19:46:12 cph Exp $
+$Id: os2pmcon.rc,v 1.7 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 9ce5cfc4075f35682be7f6f89dd9292f8b012ff9..b4418fb4ca42de8acf87ede875af0d0bffb53c86 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2proc.c,v 1.8 2002/11/20 19:46:12 cph Exp $
+$Id: os2proc.c,v 1.9 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1995-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 3c74c07ec8c599efbf7acc371e99c9a051704bd7..a94d2f1b075bb6e6cdc1faf7c5607f8566abf31d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2proc.h,v 1.3 2002/11/20 19:46:12 cph Exp $
+$Id: os2proc.h,v 1.4 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1997, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 20c5e3d7fc789b025482b72f7aaefb6bfbf1b38f..9e8f85a38ff8b4a41dd30636ff0ef955baf50842 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2sock.c,v 1.19 2002/11/20 19:46:12 cph Exp $
+$Id: os2sock.c,v 1.20 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ddd48eff6aa09aedd86161e899773411b59cd11b..bb432c864604ea5ef3a64ac9b25e990913d5f519 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2term.c,v 1.5 2002/11/20 19:46:12 cph Exp $
+$Id: os2term.c,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index f4965599b4d3994869742835f57727142133df82..75e1f97a80fadeabba6885b64b279f292a4fd60a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2thrd.c,v 1.7 2002/11/20 19:46:12 cph Exp $
+$Id: os2thrd.c,v 1.8 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 978308a2279680b4f13b007994e05edc3d9fa5a8..d277af843b77390764dcd74bd9a994a87a43c506 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2thrd.h,v 1.5 2002/11/20 19:46:12 cph Exp $
+$Id: os2thrd.h,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e98f1c6681b6e3bda8c2e4b6b7f7430f03cf5928..a0625676c09418b6da02995c0018f7434709d97b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2top.c,v 1.22 2002/11/20 19:46:12 cph Exp $
+$Id: os2top.c,v 1.23 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 91c292a60afbb6285b5e0202ce6ac87bd118f00e..38a3f20e1d8b10160442be112f1f9bd7b9b00b33 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2tty.c,v 1.3 2002/11/20 19:46:12 cph Exp $
+$Id: os2tty.c,v 1.4 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 0fd9b159d408265d5febf07d8b954ea99ca89a27..2da01452518787393409e9dcd939f4253fd2c437 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: config.h,v 1.5 2002/11/20 19:46:17 cph Exp $
+$Id: config.h,v 1.6 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 986260c83b0e4e71aa44e7374d3f33565ba3c762..3a67963f08686e15f845255557b68992433a770e 100644 (file)
@@ -1,23 +1,23 @@
 ### -*- Fundamental -*-
 ###
-### $Id: makefile,v 1.16 2002/11/20 19:46:17 cph Exp $
+### $Id: makefile,v 1.17 2003/02/14 18:28:31 cph Exp $
 ###
 ### Copyright (c) 1994-2000 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 ###
index 758fc2d9c46084a327f92bb25c01325fb1ec9494..0a2cd497b665a108dba13863667e6de978f484e2 100644 (file)
@@ -1,23 +1,23 @@
 ### -*- Fundamental -*-
 ###
-### $Id: makefile.cmn,v 1.14 2002/11/20 19:46:17 cph Exp $
+### $Id: makefile.cmn,v 1.15 2003/02/14 18:28:31 cph Exp $
 ###
 ### Copyright (c) 1994-2000 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 ###
index 3276b0d7bdfc5779e54537ae453459906feb9a12..5ab839b843a6bdc00e4a0b2c2009cff959252129 100644 (file)
@@ -1,23 +1,23 @@
 ### -*- Fundamental -*-
 ###
-### $Id: makefile.emx,v 1.10 2002/11/20 19:46:17 cph Exp $
+### $Id: makefile.emx,v 1.11 2003/02/14 18:28:31 cph Exp $
 ###
 ### Copyright (c) 1994-2000 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 ###
index fce11adf80d9e3f0398374ea6d690ac07672d5b4..4188ee2d798f6fc2b6043847f174a7501a70fec2 100644 (file)
@@ -1,23 +1,23 @@
 ### -*- Fundamental -*-
 ###
-### $Id: makefile.gcc,v 1.8 2002/11/20 19:46:17 cph Exp $
+### $Id: makefile.gcc,v 1.9 2003/02/14 18:28:31 cph Exp $
 ###
 ### Copyright (c) 1995, 1999, 2000 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 ###
index 14758ea2c856ea83dfa94a240d6fb43dc65d2870..bd0b5748a7a2d170159f9a133c0d73f85ae13bf7 100644 (file)
@@ -1,23 +1,23 @@
 ### -*- Fundamental -*-
 ###
-### $Id: makefile.vac,v 1.8 2002/11/20 19:46:17 cph Exp $
+### $Id: makefile.vac,v 1.9 2003/02/14 18:28:31 cph Exp $
 ###
 ### Copyright (c) 1994-2000 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 ###
index 40951db3cde1a00ffb7fb2e7c2b351d61657f57b..c05f2a1f05d5258ce85a88967ea8acd0ae8739a0 100644 (file)
@@ -1,23 +1,23 @@
 ### -*- Fundamental -*-
 ###
-### $Id: makefile.wcc,v 1.9 2002/11/20 19:46:18 cph Exp $
+### $Id: makefile.wcc,v 1.10 2003/02/14 18:28:31 cph Exp $
 ###
 ### Copyright (c) 1994-2000 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 ###
index 39c4ec5c0d93b19d6ee9f3fa8d143f7b20f0be8e..dd8f83f50b064962ff873d0d55edae280667f662 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mkos2pm.scm,v 1.3 2002/11/20 19:46:18 cph Exp $
+$Id: mkos2pm.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fb160961f408352b899823e0da3a16fe48b2e42b..8d226f1084488d13942104287c9defa97e3a14f5 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: os2xcpt.c,v 1.14 2002/11/20 19:46:12 cph Exp $
+$Id: os2xcpt.c,v 1.15 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1994-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 772ebad7a73fcaa963711f1c11f84d4c7d203328..8729b03d01a24aa1d80857c0a87a885093244ead 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: osctty.h,v 1.5 2002/11/20 19:46:12 cph Exp $
+$Id: osctty.h,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 58c7e7c6c38117c0244d139cf32d6af92d7febda..b25d53efdee51bc8855da780b736cbe2ed32ed44 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: osenv.h,v 1.11 2002/11/20 19:46:12 cph Exp $
+$Id: osenv.h,v 1.12 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2e00e14dc3b8a49b51b68f1ac4eb71eac301172c..e45229e3888a032900112b7f50f4c528ad8a2bb0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: osfile.h,v 1.4 2002/11/20 19:46:12 cph Exp $
+$Id: osfile.h,v 1.5 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 0b190539287c48edbe3e31f16b0f794ac6ab5a51..3238062abeb6d92600cd926e4fab9fb4b201e61a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: osfs.h,v 1.11 2002/11/20 19:46:12 cph Exp $
+$Id: osfs.h,v 1.12 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 79e173bf50c8649fce90e923fc0740c76cd5ecca..1e06fa7060090c8432bf5a9607cb4b877caf68cc 100644 (file)
@@ -1,25 +1,26 @@
 /* -*-C-*-
 
-$Id: osio.h,v 1.18 2003/01/22 18:42:20 cph Exp $
+$Id: osio.h,v 1.19 2003/02/14 18:28:22 cph Exp $
 
 Copyright 1990,1991,1993,1994,1995,1997 Massachusetts Institute of Technology
 Copyright 2000,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 \f
index bb663a68c03968138db6fb8f80816dc18c75ab88..678a8cdf81d21c13801ccbc8105546bcfbe8f60f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: osproc.h,v 1.11 2002/11/20 19:46:12 cph Exp $
+$Id: osproc.h,v 1.12 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1d2618884286ea484b33b1a215857f1611995dd3..df02bbaf056154e5701b32d00951c808ec8ee92a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ospty.h,v 1.5 2002/11/20 19:46:12 cph Exp $
+$Id: ospty.h,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1992, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 651f78df76039846b3be5658842b90da0281d56a..ca45812a11617ac55c3e99951188b87ad4ee6c9a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: osscheme.c,v 1.13 2002/11/20 19:46:12 cph Exp $
+$Id: osscheme.c,v 1.14 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index de2c97f53274e1d51607352c0d746f01d2cd8465..e6c20b607653d49290530f87e1d95d1f4eb4b6ee 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: osscheme.h,v 1.12 2002/11/20 19:46:12 cph Exp $
+$Id: osscheme.h,v 1.13 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 19c8ff7cb276040509ded822b0f1665eb8aaffb1..973dc3840faa33a9b0da72f594be026f3b19bcdc 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ossig.h,v 1.5 2002/11/20 19:46:12 cph Exp $
+$Id: ossig.h,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 29d04564a4f03ccfcfed4f6bad8992e8e6155654..89fdec13e726ce55aa47ae15266c689523dfd5a6 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: osterm.h,v 1.12 2002/11/20 19:46:12 cph Exp $
+$Id: osterm.h,v 1.13 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 456ef8506b61d0ade22ce4beb4dae8c055170b99..4674f16c1686d5536d51a9943066a1fbd5931454 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ostop.h,v 1.6 2002/11/20 19:46:12 cph Exp $
+$Id: ostop.h,v 1.7 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a9ed35995de8ed04db34d05969f97f22a82cac01..61b7a180afdde676b45cc1c12ee1f70dca54817e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ostty.c,v 1.5 2002/11/20 19:46:12 cph Exp $
+$Id: ostty.c,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 7ebdb7e70ab16f4b21f1c8476833eb8ad4a095df..9ec78f1102f9f1a15675d94495a6e1dc60cac2a0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ostty.h,v 1.6 2002/11/20 19:46:12 cph Exp $
+$Id: ostty.h,v 1.7 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 18e4037e6769fb79c75b3b52c104811cf83b1fa1..f8bef07fe74b63a4947f063079ee9e466588974d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: outf.c,v 1.13 2002/11/20 19:46:12 cph Exp $
+$Id: outf.c,v 1.14 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 \f
index 6b6e584e096b154ad4c7a70376171a6658c15956..667203461955bfbc29372bf6febe0cfd60c994fa 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: outf.h,v 1.6 2002/11/20 19:46:12 cph Exp $
+$Id: outf.h,v 1.7 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1993, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 02a99e928eec31cbe94ae48ae80b26b2751c5e0e..3748696c7226269aad0c4c08446a8d1cb541b57b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ppband.c,v 9.51 2002/11/20 19:46:12 cph Exp $
+$Id: ppband.c,v 9.52 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 30795b7fd979e2138fc4ebad2d43b52cbf1ba9c3..92c3ab8b9c613cb41309af1b6967578ed57ccc9a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prbfish.c,v 1.13 2002/11/20 19:46:12 cph Exp $
+$Id: prbfish.c,v 1.14 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1997-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 79047e1f60bef4158af2033e672e388d30004488..78ae06fc44ea9046122b59f0bef2eb0d58665cdb 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prename.h,v 1.10 2002/11/20 19:46:12 cph Exp $
+$Id: prename.h,v 1.11 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 32cf634b41fa65a230044ebb1387177e1c7cf0b2..e5315aaf42077c67930907424fcf3e64658d2899 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prgdbm.c,v 1.4 2002/11/20 19:46:12 cph Exp $
+$Id: prgdbm.c,v 1.5 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1996-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e9f1173e13c50198a1bb891d8ea50d6aec7d51b3..d817a80780764c13ee4a7dcab8be32b4aef926fa 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prim.c,v 9.40 2002/11/20 19:46:12 cph Exp $
+$Id: prim.c,v 9.41 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 167398fdce45d7ef6cc1d9e48eeb551cdb443590..79e56a6d3edad7c5f26e4702f1d853fef6af83b9 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prim.h,v 9.48 2002/11/20 19:46:13 cph Exp $
+$Id: prim.h,v 9.49 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1987-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4b58d250ba0359661741771a12a56d0ee34ee859..4c1c7f5b87c245943c1f683c20abdcf4f4986f88 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prims.h,v 9.51 2002/11/20 19:46:13 cph Exp $
+$Id: prims.h,v 9.52 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1987-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 3f3ae581d65746fccd55c8cbd4a9fb28bfd35702..0e86d5bbd9d7116c7ed45936054b22b4994149b1 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: primutl.c,v 9.75 2002/11/20 19:46:13 cph Exp $
+$Id: primutl.c,v 9.76 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index afe237e68aacf4be9482d727a2d89692a684b26c..5560af84e2d2e19283fac8881f3652c1df070928 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prmcon.c,v 1.6 2002/11/20 19:46:13 cph Exp $
+$Id: prmcon.c,v 1.7 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4e353a4a7518ff77ef2381239a877b6e6df08772..fe45a482dcd5612acadf51f2fab821c600fb67ab 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prmcon.h,v 1.5 2002/11/20 19:46:13 cph Exp $
+$Id: prmcon.h,v 1.6 2003/02/14 18:28:22 cph Exp $
 
 Copyright (c) 1990, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 \f
index c0098f989626ff87861852f4777f6610ee5054a0..bf481272ff0e3b356a0170554d449c1e6d30f5d0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prmcrypt.c,v 1.4 2002/11/20 19:46:13 cph Exp $
+$Id: prmcrypt.c,v 1.5 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index f398ebb1d906bffc9fb5d34fbd093a60fe431da0..a7bee51a16fa97ade5a7a4ea2fed5cb6ef23b70f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prmd5.c,v 1.8 2002/11/20 19:46:13 cph Exp $
+$Id: prmd5.c,v 1.9 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1997-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2747b58f80dc1054aebb7c53afb18d2e93383b15..8794c8977c66c769ecb9705ab70fdebf0f2c14a1 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prmhash.c,v 11.5 2002/11/20 19:46:13 cph Exp $
+$Id: prmhash.c,v 11.6 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 2000-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 25550df1b7078ab16af9510ad3d5a69958fe3fdc..332ab25e67767e9c46cce652786c3cbd33c9aab0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prntenv.c,v 1.11 2002/11/20 19:46:13 cph Exp $
+$Id: prntenv.c,v 1.12 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 7e840b3b2614e0837c4ae0b469781e6ce3642114..19709cc1e35eff94889e3f2970bb5558df2ab87e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prntfs.c,v 1.18 2002/11/20 19:46:13 cph Exp $
+$Id: prntfs.c,v 1.19 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1993-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a77519e5a16fb6e5530fbee99fad014ad2ab30dd..771e63860e8935d5c7262a9270d913fa121efd7b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prntio.c,v 1.14 2002/11/20 19:46:13 cph Exp $
+$Id: prntio.c,v 1.15 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4d0c9eddb5feeed7f6826d414de706be6c5d63f2..41739255c5a262802fa7425cee0b743cc28866ea 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pros2fs.c,v 1.19 2002/11/20 19:46:13 cph Exp $
+$Id: pros2fs.c,v 1.20 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1994-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2fcb0667ca9fea8b261a18e166fd09c334bceca7..08861ea4e3ccb607468003a660360877a71d6a51 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pros2io.c,v 1.10 2002/11/20 19:46:13 cph Exp $
+$Id: pros2io.c,v 1.11 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1994-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a09fcf9929fdbdf00544d3c030b66522e61c24b0..2b19e2d1ad71e9fc85e2d3ce31091b2bde4d6896 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pros2pm.c,v 1.22 2002/11/20 19:46:13 cph Exp $
+$Id: pros2pm.c,v 1.23 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6564b7db32137da1dbed34f64d7da5883bbddaf4..6d24dbbdfcb09a29b48b245d7df1c93ec46050f9 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prosenv.c,v 1.18 2002/11/20 19:46:13 cph Exp $
+$Id: prosenv.c,v 1.19 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 28cdfb444a0511f452a84075a47c97947729ab26..363ddcb1024c975cd2ca1c99299e92c28c966165 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prosfile.c,v 1.10 2002/11/20 19:46:13 cph Exp $
+$Id: prosfile.c,v 1.11 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6e05565d00e02ff9392eea608d824e7264ac23fa..e3ccebc1b83f3126f27d860c739ae3de29a977f1 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prosfs.c,v 1.17 2002/11/20 19:46:13 cph Exp $
+$Id: prosfs.c,v 1.18 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b20f7dbd413077d7051fde11c7ec554d3329349b..9dcd0ec72910f35a41d5b32daf448a4249578d8c 100644 (file)
@@ -1,25 +1,26 @@
 /* -*-C-*-
 
-$Id: prosio.c,v 1.22 2003/01/22 19:46:01 cph Exp $
+$Id: prosio.c,v 1.23 2003/02/14 18:28:23 cph Exp $
 
 Copyright 1987,1990,1991,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1996,1997,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 0e83e29da3cb5ac3059f4da53a4895e5ec4bb6e6..fe7c84ee603b0a853c600d2d5a83f121963c740f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prosproc.c,v 1.20 2002/11/20 19:46:13 cph Exp $
+$Id: prosproc.c,v 1.21 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 027134c26bbbad636d8c02565f14d6d909dd63ad..acab9cf76b6df3efd590c55ab16645a95fa24bff 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prospty.c,v 1.5 2002/11/20 19:46:13 cph Exp $
+$Id: prospty.c,v 1.6 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index bcaf8646367030a78f829a0525469fa44bd78564..e2449ab2865bd69bf6b79e8dd7e80a0cd042e53a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prosterm.c,v 1.17 2002/11/20 19:46:13 cph Exp $
+$Id: prosterm.c,v 1.18 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index caf55d5d9e2ce16523c4ba2077aa1ac2b0e398aa..395e0e1200fe43fe21df8ba30b76afe42be1f75c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: prostty.c,v 1.8 2002/11/20 19:46:13 cph Exp $
+$Id: prostty.c,v 1.9 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 50b7add14d9e930be791081856e1ab11b6e6adbb..ca826e3870931c9b5c62ab1cff7accc32b73e81e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pruxdld.c,v 1.16 2003/01/05 23:30:21 cph Exp $
+$Id: pruxdld.c,v 1.17 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1993-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1b70f8de313e7ceedb9e199ba656aeef58bb6d53..cd5eada6fbe9a6e799522bfef16880f2e5ef0887 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pruxenv.c,v 1.20 2002/11/20 19:46:13 cph Exp $
+$Id: pruxenv.c,v 1.21 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2dbebf2708419a71df95f73e5d3cd54e86ce270e..e7150afd9f9853aa5255d422f08cd3279e0d1826 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pruxfs.c,v 9.57 2002/11/20 19:46:13 cph Exp $
+$Id: pruxfs.c,v 9.58 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c67d3e76579a32cb16323654cb6d3dc3ff2531ca..fa8f63694ef9d208a839e20db067a8ea4ec9a995 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pruxio.c,v 1.9 2002/11/20 19:46:13 cph Exp $
+$Id: pruxio.c,v 1.10 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e2b9587510f41daa56096e397c6ebc7b7b21cd2e..a4baffa9e9a37f482a4b1712be955c2ba4e7cd47 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pruxsock.c,v 1.21 2002/11/20 19:46:13 cph Exp $
+$Id: pruxsock.c,v 1.22 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index f219c9f1d39666042394b2d3fb7b0143aff9ac5c..fe99f5092475ccff4586027960a11c0bf0ff8f53 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: psbmap.h,v 9.46 2002/11/20 19:46:14 cph Exp $
+$Id: psbmap.h,v 9.47 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 12cd7d9709f4f335d206e95acdbce4c09d33a2b6..3e28a2dd7a098ca88fcabed64b69bd4dfe211617 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: psbtobin.c,v 9.60 2002/11/20 19:46:14 cph Exp $
+$Id: psbtobin.c,v 9.61 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index bdbc61642fc67e9660614032992568da3e74e1ae..a672e2eb270a5ad7ca94eaf4c6bbcef5e4be3281 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ptrvec.c,v 1.4 2002/11/20 19:46:14 cph Exp $
+$Id: ptrvec.c,v 1.5 2003/02/14 18:28:23 cph Exp $
 
 Copyright (C) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a5290b73a4f48e5a3da486fdc1a1a6c032ee5eab..0da838c078f2b465a3283c312e09729cea152947 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: purify.c,v 9.64 2002/11/20 19:46:14 cph Exp $
+$Id: purify.c,v 9.65 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 864d3967bd7ba2a734c1f8d6ff5e7aeb56b9cfcf..a4799d7f15edea594017d3bc095a4aba24bb2e12 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: purutl.c,v 9.53 2002/11/20 19:46:14 cph Exp $
+$Id: purutl.c,v 9.54 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 11895730723b500d463830d1f3ff1c54263dc9e0..10441aa29522b2830f09be12289a363a94059f3b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: regex.c,v 1.21 2002/11/20 19:46:14 cph Exp $
+$Id: regex.c,v 1.22 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index deb69dc645a8e3024735d9735f0bac7cf152b974..d6c9ee76b3e5c1c0e5725a9d5217a1d4fae2aaa4 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: regex.h,v 1.8 2002/11/20 19:46:14 cph Exp $
+$Id: regex.h,v 1.9 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index fe461c2148e536468f8fb5a26d2028a96977a22c..ca01c15330552efccaa3648cf7143ddf3b673e63 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: returns.h,v 9.44 2002/11/20 19:46:14 cph Exp $
+$Id: returns.h,v 9.45 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index fd32bce8d8bab27ef781b40e339478ba415bf7c7..397d9d9fba727e7bf87c35861b5e612e64398625 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: rgxprim.c,v 1.14 2002/11/20 19:46:14 cph Exp $
+$Id: rgxprim.c,v 1.15 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 41f570a8d16fe3e42d57cb709a3dc65e9576fef4..8361c3883f1059094ab9e42365f55a2066f1d68c 100644 (file)
@@ -2,25 +2,26 @@
 
 Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
-/* $Id: sample.c,v 9.27 2002/11/20 19:46:14 cph Exp $ */
+/* $Id: sample.c,v 9.28 2003/02/14 18:28:23 cph Exp $ */
 \f
 /* This file is intended to help you find out how to write primitives.
    Many concepts needed to write primitives can be found by looking
index dc3f225c736a5a1ee4e4adfdb503f5aeaa40de8d..a1d418d17e4b79f83e178bd327515c9aa844c08d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: scheme.h,v 9.40 2002/11/20 19:46:14 cph Exp $
+$Id: scheme.h,v 9.41 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 16620100db3835cd5fbfb87791203dba138dd3e0..f08538061ece6622106e875bbecc95a2d5d20191 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: scode.h,v 9.28 2002/11/20 19:46:14 cph Exp $
+$Id: scode.h,v 9.29 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1989, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1ccee9d044e4cd3f3278a9f8d3a16718c66e6ecb..55a7762068b0351c30d8e0f4b4b3fdb4a901707d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: sdata.h,v 9.41 2002/11/20 19:46:14 cph Exp $
+$Id: sdata.h,v 9.42 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1989, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 711a7a65ae2923f78c127dc6a48ee23bf6142cc0..323f33a541bfd376ad3429f5f25af05b62c394f7 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: sgraph.h,v 1.8 2002/11/20 19:46:14 cph Exp $
+$Id: sgraph.h,v 1.9 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6b3ee41302c3a9b4cafd95ab425498b58dd9b55a..c5d2e263e91a08ac6af0c1062c415c4d6c6fa4a1 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: sgraph_a.c,v 1.17 2002/11/20 19:46:14 cph Exp $
+$Id: sgraph_a.c,v 1.18 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 83b04b39bce8fdd4a04c44bdc1b2bb3f2460ff51..53cb41fb5ebc60046c1bce4becd851eebdabac9f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: sgx.c,v 1.10 2002/11/20 19:46:14 cph Exp $
+$Id: sgx.c,v 1.11 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 5ede4d26e4d98c49e8e8cdda112e78b5c7c282a6..e7deb63ff7e8b8c0f8a64ea5ec6a3bbc841d6b73 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: sgx11.c,v 1.5 2002/11/20 19:46:14 cph Exp $
+$Id: sgx11.c,v 1.6 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index cb2c844e77dfdcf2d89474dc2b0067629b84f70e..ed1924e1e40acfac759a045a53827eb2a78d5eb2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: stack.h,v 9.43 2002/11/20 19:46:14 cph Exp $
+$Id: stack.h,v 9.44 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index faefbf578204c74bc8af0089b38a827f38289aa3..11a437b5ca40a6d9d94034ff157b0c9a9dd2463a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: starbase.c,v 1.8 2002/11/20 19:46:14 cph Exp $
+$Id: starbase.c,v 1.9 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1b9aee5d11b1edd90f731d963469028b3aac580f..aef4eddc362a1775967ce4b37d5c6f57d55449d9 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: starbasx.c,v 1.7 2002/11/20 19:46:14 cph Exp $
+$Id: starbasx.c,v 1.8 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index fe4537d61d858b6dd92b6cdcabb196748073c8f2..e8ad9d0cfb3001e95361030c5428aec58e780626 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: step.c,v 9.37 2002/11/20 19:46:14 cph Exp $
+$Id: step.c,v 9.38 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ee142089ca8ba2d73654d3f881aadba5159277a5..107251d2e798245100211c5e3082dd81ce0a6b22 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: storage.c,v 9.59 2002/11/20 19:46:14 cph Exp $
+$Id: storage.c,v 9.60 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 51ca8a820e2e4b9e60eb15685942dbeded4faad6..c20d01f51c005974b757d6ebe62659daef28fceb 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: string.c,v 9.48 2002/11/20 19:46:14 cph Exp $
+$Id: string.c,v 9.49 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 9a1ec1ca00bdc6632c49d245fc1a93bdcbe4b7d6..a91d567e73090fdb11c757927b8dd59c35e2e6d6 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: syntax.c,v 1.26 2002/11/20 19:46:14 cph Exp $
+$Id: syntax.c,v 1.27 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 2b4d2f5d2f46413ae26e9d5224e9a04939f3ebed..4985e5e6ee16326d8e4d7a473da712affc43b845 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: syntax.h,v 1.11 2002/11/20 19:46:14 cph Exp $
+$Id: syntax.h,v 1.12 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 027e7ac28bbae7bb6a848c27083422c2146a82f3..e2cfcc90925c1a4fb841cde1498d3140edece2d0 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: syscall.h,v 1.14 2002/11/20 19:46:14 cph Exp $
+$Id: syscall.h,v 1.15 2003/02/14 18:28:23 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 6c496e4c1c507366a6aa098ff28c80a7c809e14b..59649f1c2787fc99f49a1901e867d6b2f8363368 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: sysprim.c,v 9.49 2002/11/20 19:46:14 cph Exp $
+$Id: sysprim.c,v 9.50 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 749f1ffa7878c9e43a6fe9ac5971d80db4cec1e4..001e74c8700629a1db030af63ac313508b597917 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: term.c,v 1.17 2002/11/20 19:46:14 cph Exp $
+$Id: term.c,v 1.18 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 672b5b9a2ce7f103526d2d768f5fa463b1aa7322..fcc0186a3de5be94543c4b3cf30f645cb37e436c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: transact.c,v 1.6 2002/11/20 19:46:14 cph Exp $
+$Id: transact.c,v 1.7 2003/02/14 18:28:24 cph Exp $
 
 Copyright (C) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index bd2750534c62b14ce269c26318ba5c6e01378ff9..8ea481adc668d4ebff93f5238c6806f669250ec2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: trap.h,v 9.50 2002/11/20 19:46:14 cph Exp $
+$Id: trap.h,v 9.51 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987-1989, 1999-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d77f710b2c530fdd1a2b9905c436b9eafc993063..d5d7ca50a91873cc2d391c154663e50b216fb560 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: tterm.c,v 1.15 2002/11/20 19:46:14 cph Exp $
+$Id: tterm.c,v 1.16 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 840da4a2edc2cf4a1da7a07090c9660d16cc13cb..46b691a607b32e524983560b6fc43d3444757503 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: types.h,v 9.39 2002/11/20 19:46:14 cph Exp $
+$Id: types.h,v 9.40 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c540b9f6f265f246993028007466186b4c276ff3..df5255700b24a541df9d45bc7ae6e47ae4401765 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: usrdef.h,v 9.45 2002/11/20 19:46:14 cph Exp $
+$Id: usrdef.h,v 9.46 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b7ed9b6bb2d75974437892873ba334f3ae1d60fb..5e01ef63e7f96d690b77fe400c1baafc7fa61025 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: utabmd.scm,v 9.86 2003/02/14 18:25:21 cph Exp $
+$Id: utabmd.scm,v 9.87 2003/02/14 18:28:24 cph Exp $
 
 Copyright 1987-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
@@ -609,4 +610,4 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 ;;; This identification string is saved by the system.
 
-"$Id: utabmd.scm,v 9.86 2003/02/14 18:25:21 cph Exp $"
+"$Id: utabmd.scm,v 9.87 2003/02/14 18:28:24 cph Exp $"
index ef48ad14ceed083dd397928a2e2a7512560517d5..339c448817d5ca3f2afe73d3a7b8ff7575ce7610 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: utabmd.sh,v 1.4 2003/02/12 19:42:17 cph Exp $
+# $Id: utabmd.sh,v 1.5 2003/02/14 18:28:24 cph Exp $
 #
 # Copyright 2002,2003 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 2383aa14d270c6e9ba6a7cba9c48957ed650e735..4b83c68cf2ea0d19984a611f88e17de411328e24 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: utils.c,v 9.84 2002/11/20 19:46:15 cph Exp $
+$Id: utils.c,v 9.85 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c465746f9490e2e1e5525f87cc24b1ff4cfb6214..72f74108e499b3b75a1eaec9e8179796fc96ec46 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ux.c,v 1.22 2002/11/20 19:46:15 cph Exp $
+$Id: ux.c,v 1.23 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 68e48c7c19f5b18f670910405aad86ce391284a5..adb3126d3abb24c853b8157fa0cdf7a3a3a19dcf 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: ux.h,v 1.75 2002/11/20 19:46:15 cph Exp $
+$Id: ux.h,v 1.76 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 28c6d59793de0e75118684857bdd7e0ef4531dff..05f92dbe4df4eef786c52b8fa0719ea10884e97c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxctty.c,v 1.15 2002/11/20 19:46:15 cph Exp $
+$Id: uxctty.c,v 1.16 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 08200c09e568436a4562b15e0d2edf954f1eecab..5465b443815d90c5a2aa548f24b5e8a6fabb8df2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxenv.c,v 1.22 2002/11/20 19:46:15 cph Exp $
+$Id: uxenv.c,v 1.23 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1d91497c5ab87dcd7b13f452fdff892ee3706e59..bd1e933d150dc2d565f8061ba13e9180847e94dc 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxfile.c,v 1.11 2002/11/20 19:46:15 cph Exp $
+$Id: uxfile.c,v 1.12 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 643a2b0ca1d6ff73983cbb5cb3bac2e7b877a431..c6f9f08be09b50ba38184023a1c9b2a25bd62788 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxfs.c,v 1.24 2002/11/20 20:35:04 cph Exp $
+$Id: uxfs.c,v 1.25 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1590fc33c1e959b683e561106f5501e97dac199c..16f925378d968ade540324a21d84178aea5c6862 100644 (file)
@@ -1,25 +1,26 @@
 /* -*-C-*-
 
-$Id: uxio.c,v 1.49 2003/01/22 18:42:32 cph Exp $
+$Id: uxio.c,v 1.50 2003/02/14 18:28:24 cph Exp $
 
 Copyright 1990,1991,1992,1993,1994,1995 Massachusetts Institute of Technology
 Copyright 1996,1997,1998,2000,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 10df2caeb627004d6b84ae856026e228fb5462e3..f87a4ccf5d4cc975adb140248cde36ba0905d0eb 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxio.h,v 1.6 2002/11/20 19:46:15 cph Exp $
+$Id: uxio.h,v 1.7 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index e2bf1135e0ef185d7d898f2c7ec38eeb3c051593..95e2ca0a094a74022db598869d248bfe58104b8d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxproc.c,v 1.28 2002/11/20 19:46:15 cph Exp $
+$Id: uxproc.c,v 1.29 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index fac42c21f09153ff4910e4fff08b2f4b1daa9c59..e1cc37862e2388d366b1f991395168c43c861ce1 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxproc.h,v 1.7 2002/11/20 19:46:15 cph Exp $
+$Id: uxproc.h,v 1.8 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4c1e6c6a9732adc804150cde21e38df4f3d34b46..bb3036ffce05264f63c331f803e2746a00c2341b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxselect.h,v 1.7 2002/11/20 19:46:15 cph Exp $
+$Id: uxselect.h,v 1.8 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a533ca6fa7b9eb0f10012989d6013ec774e39ed3..ded79a3dfbd1838bfb4263252413b2f263a118af 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxsig.c,v 1.38 2002/11/20 19:46:15 cph Exp $
+$Id: uxsig.c,v 1.39 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 600af5c72fa3e62736f3d5828894b091882dfcdb..4ba17c92c9621091d38e6254de08c967fab12f9a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxsig.h,v 1.7 2002/11/20 19:46:15 cph Exp $
+$Id: uxsig.h,v 1.8 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 4c5b2b0448022b747b9f269e91124a04e01d074c..0268b5dfb7cc4f351bad05016ef0a984588241cc 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxsock.c,v 1.29 2002/11/20 19:46:15 cph Exp $
+$Id: uxsock.c,v 1.30 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index f0134624a84ce1a0a506076b5646a8f0cf9ec635..5ca9c9cbc673e6be1931459cad4f5b6e48c08cf5 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxsock.h,v 1.11 2002/11/20 19:46:15 cph Exp $
+$Id: uxsock.h,v 1.12 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index c1ba157f1004a0fe7d3676f74cc5900de4f527fe..9539886c14c632dbd87317ecc578048776a33f8c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxterm.c,v 1.29 2002/11/20 19:46:15 cph Exp $
+$Id: uxterm.c,v 1.30 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 496b76f4b700f72b8141436cf4d36f5edeb9f951..36bddc21b2eadb09ddced2ad9ffb44c556580b84 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxterm.h,v 1.6 2002/11/20 19:46:15 cph Exp $
+$Id: uxterm.h,v 1.7 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990, 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 9fd4dd0dad82bbe29fa6db0d7c588c037172dc21..a6f8d521a4d5a74a5f27ed029f0cdad3b8a8672e 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxtop.c,v 1.27 2002/11/20 20:49:57 cph Exp $
+$Id: uxtop.c,v 1.28 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 195f6530c0105620a10fd619c24b889210b728f1..d8543e78db4ea7d4c65e47a19c17da9a5707d31b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxtop.h,v 1.4 2002/11/20 19:46:15 cph Exp $
+$Id: uxtop.h,v 1.5 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index effd21fda26b6bd0f7ea24b51075733f081e1273..aabc78e6029d8b1dc001f10f552da89206c5e78a 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxtrap.c,v 1.36 2002/11/20 19:46:15 cph Exp $
+$Id: uxtrap.c,v 1.37 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 65760598d08816474f6c4328323ae04c104e9236..9fae6ed62a77646d36456d5f83fe92747ffc340f 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxtrap.h,v 1.31 2002/11/20 19:46:15 cph Exp $
+$Id: uxtrap.h,v 1.32 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8d3656fe51eafe7c4924ac8c4c11a4930deacc2c..e24fb2ac38c3ca433fabbc8e0f1c8dfb84bbcea9 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxtty.c,v 1.11 2002/11/20 19:46:15 cph Exp $
+$Id: uxtty.c,v 1.12 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 8c251435bb0afc8431ad2e987242b7b776182ca5..73b813559bfecdb9d6fd8faa04f23dde0011e41d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxutil.c,v 1.8 2002/11/20 19:46:15 cph Exp $
+$Id: uxutil.c,v 1.9 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990, 1991, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 918f64e88b81c219580ff6c8cf32b51d00fb5960..946d4bcbde49b2a72302e21c2217fb86b109cc4d 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxutil.h,v 1.4 2002/11/20 19:46:15 cph Exp $
+$Id: uxutil.h,v 1.5 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index a68a68531951a839e0a8e48c2acf84b33c1382f4..fbfd2cdf518f765231704fe685b0ff40983c3ffe 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: uxyp.c,v 1.4 2002/11/20 19:46:16 cph Exp $
+$Id: uxyp.c,v 1.5 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ed2ab0bc2741957d9a8f5a5405a2d8ec5fdcb368..fdfd119a30f4966045e0c7e60691e27a6dbe6edd 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: vector.c,v 9.40 2002/11/20 19:46:16 cph Exp $
+$Id: vector.c,v 9.41 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index f8d099b61d5fe38259148a1e0538208d924ae558..937c9daa38bcd483d1e459165a5cf2cb86212d3a 100644 (file)
@@ -1,26 +1,27 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.187 2003/01/22 02:04:19 cph Exp $
+$Id: version.h,v 11.188 2003/02/14 18:28:24 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1993,1994,1995,1996,1997,1999 Massachusetts Institute of Technology
 Copyright 2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 725d356f58838f294160f301ce846e15d1b3d097..55c13ca17e27add06012428edcb076c223678932 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: wabbit.c,v 1.10 2002/11/20 19:46:16 cph Exp $
+$Id: wabbit.c,v 1.11 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1994-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d85196cda22e55d6793f7ba5af2691b1080d0bab..db6d8af1bfbe8de897e2d7b4d839f9a77a617cb4 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: wind.c,v 1.7 2002/11/20 19:46:16 cph Exp $
+$Id: wind.c,v 1.8 2003/02/14 18:28:24 cph Exp $
 
 Copyright (C) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index ecb0e42319fbd37156c0670bf0bc50e4c0ebe342..04bf5d328ce85b6eb4f6c0fc31672f2437aa6cf2 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: winder.h,v 9.27 2002/11/20 19:46:16 cph Exp $
+$Id: winder.h,v 9.28 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 5f6d75d9e32b8973187b89e8bc2c03528d20bbe5..198a313bbdf91c60790f36b7c952fae5ba15efda 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: wsize.c,v 9.35 2002/11/20 19:46:16 cph Exp $
+$Id: wsize.c,v 9.36 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 \f
index 919f50da8fd175dc8903c602802651b4c9446364..ec0c67db3f457680431983ddc04c30b90849b1d8 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: x11.h,v 1.18 2002/11/20 19:46:16 cph Exp $
+$Id: x11.h,v 1.19 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 498613ed94fb63095005afffd7df449a5e80e71a..3bd57239eb8e337a59286cc89242bbe5136311cb 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: x11base.c,v 1.78 2002/11/20 19:46:16 cph Exp $
+$Id: x11base.c,v 1.79 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 99f0b23445399e73140b0f177a5a1150f099b497..9478ca9cad74dfdc1eba48517465295c287ca2bf 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: x11color.c,v 1.6 2002/11/20 19:46:16 cph Exp $
+$Id: x11color.c,v 1.7 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 20ced70241293258ba32e075c1e120b4a25748a1..dc6e7d38f21b398cd5c5f927444bb4853df8fa75 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: x11graph.c,v 1.42 2002/11/20 19:46:16 cph Exp $
+$Id: x11graph.c,v 1.43 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 577b1073dccd75c42fd481895ce98fc8c3992474..77522ce69ff477d1cd40194db5581bae89d70c4b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: x11term.c,v 1.28 2002/11/20 19:46:16 cph Exp $
+$Id: x11term.c,v 1.29 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 1a5c9e4cca95dfd58884807ef13dabfc6f77a135..a9dd66c478b9a7300b1c295f861a1dd536e11d48 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: xdebug.c,v 9.36 2002/11/20 19:46:16 cph Exp $
+$Id: xdebug.c,v 9.37 2003/02/14 18:28:24 cph Exp $
 
 Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 980f1ba18acd74141f8b270dc55c31d8148d7ada..8e1d6790b77e16156c69c5011aa322a67e297b14 100644 (file)
@@ -2,25 +2,26 @@
 
 Copyright (c) 1987, 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
-/* $Id: zones.h,v 9.27 2002/11/20 19:46:16 cph Exp $
+/* $Id: zones.h,v 9.28 2003/02/14 18:28:24 cph Exp $
  *
  * Metering stuff.
  * We break all times into time zones suitable for external analysis.
index 89cb68c8b481c327cade154d54382cd4906cc875..2eef8639b62f9a378e110d6a16c54cd8cbd12d84 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.7 2002/11/20 19:46:18 cph Exp $
+$Id: load.scm,v 1.8 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1995-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e867e9ec00b5a4931bcc20d246c659faa8f80d84..8ba8ab2f66a61039eb4009d61aaf3a0a49d22fde 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcs.cbf,v 1.4 2002/11/20 19:46:18 cph Exp $
+$Id: pcs.cbf,v 1.5 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 774c863241d0223acb7ed7205f744ffd6f14d7c2..02b8ab55fc438178e75c4d0a933aac0878d3a5fc 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcs.pkg,v 1.4 2002/11/20 19:46:18 cph Exp $
+$Id: pcs.pkg,v 1.5 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b6d2ec798b4e18a0e7747158a020b34229971e41..b4cb3f75bcf52e761b2ce811473b578edba3678a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcs.sf,v 1.4 2002/11/20 19:46:18 cph Exp $
+$Id: pcs.sf,v 1.5 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1995, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 48df57816efc5e715250664af35b9eda7e015e9e..47417d75aedaadd478a119d9e22c893d22017597 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pcsample.c,v 1.7 2002/11/20 19:46:18 cph Exp $
+$Id: pcsample.c,v 1.8 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b2158d9488bdc29b7d99ae50e9c960a842fcb7a6..5cacec303ba9c6f444a51a98b5a3a72b74d1ffdb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcsample.scm,v 1.4 2002/11/20 19:46:18 cph Exp $
+$Id: pcsample.scm,v 1.5 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c6732162de0569ec70414d5984badf20c9472323..f2b1bac8eb4a4e233e19b2dae3aa097fb607a2b2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcsboot.scm,v 1.3 2002/11/20 19:46:18 cph Exp $
+$Id: pcsboot.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 85911d21a3957fae55260005dca15c0240ebd527..6ad9d1c1f8900e07650d63229a8cb49f374b3abd 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pcscobl.c,v 1.3 2002/11/20 19:46:18 cph Exp $
+$Id: pcscobl.c,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index cd9df0fdd078de7ad6ab06e2b4d91646e662b2e9..4d18a552b3abbb21aa3dee360d11986fd04b064a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcscobl.scm,v 1.3 2002/11/20 19:46:18 cph Exp $
+$Id: pcscobl.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bda07cae85798981b2ddd5bab42b19473bd1a9bd..0dc5b98847947c77af2f6d865fe6ba6a138731f0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcsdisp.scm,v 1.4 2002/11/20 19:46:18 cph Exp $
+$Id: pcsdisp.scm,v 1.5 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d86f96c9966a00a74d7c9bb7b237794d6529176f..71d3b16250857edc9713c82166dcecf638b14445 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pcsdld.c,v 1.6 2002/11/20 19:46:18 cph Exp $
+$Id: pcsdld.c,v 1.7 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 39305114f006010b1acffaea91848d67a4f14a8f..66d90915a76ade6cad5a9485b16e72d170eafe16 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcsintrp.scm,v 1.3 2002/11/20 19:46:18 cph Exp $
+$Id: pcsintrp.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 283b49e525d91c7a6548b13e489b48a3ac0d4739..2f993d80ddda24395a10fa727a1ea26a4a3c9faa 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: pcsiproc.c,v 1.3 2002/11/20 19:46:18 cph Exp $
+$Id: pcsiproc.c,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index 9a966669863752b3ea9b645ba4bce86969e82e61..7da79d6cfaae8fbf4f8ff8db37ae3fcb4d3989bf 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pcsiproc.scm,v 1.3 2002/11/20 19:46:18 cph Exp $
+$Id: pcsiproc.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2cd0c13626bdc04919761923d5254267d397a2cc..26576625aca4295a8af6f87d202461df18339103 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pribinut.scm,v 1.3 2002/11/20 19:46:18 cph Exp $
+$Id: pribinut.scm,v 1.4 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 63b49c92b8e4df7ca1134a74c73e4e5a3695271c..bbfd6f14d05a8c2820e9c4357d2b2ad3d5c511fa 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.5 2002/11/20 19:46:18 cph Exp $
+$Id: compile.scm,v 1.6 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 995b8cac490bd49a9f984870ca27909d30204c17..4324eb662eb4b64b5c23ec9ebb58e7ae4630263d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: format.scm,v 1.4 2002/11/20 19:46:18 cph Exp $
+$Id: format.scm,v 1.5 2003/02/14 18:28:31 cph Exp $
 
 Copyright (c) 1987, 1991, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f3b8c1cdc16dd431d0972334620c47ea6494c5b4..28378615dbb617b37604b6e671823f9e13a51a6f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.4 2002/11/20 19:46:18 cph Exp $
+$Id: load.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e730ac05831b21aab4abb3f85fea0f5bf7562592..5f9d168c09d7e2a9eb20cf6615136b8ed4a59bb9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: logmer.scm,v 1.28 2002/11/20 19:46:18 cph Exp $
+$Id: logmer.scm,v 1.29 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cb0c2bc03884c3a8be9db46f0b3ee71f475833be..7e125ee14b7515fdd8020efcf920dbcc83ffda62 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mklogs.scm,v 1.23 2002/11/20 19:46:18 cph Exp $
+$Id: mklogs.scm,v 1.24 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index eb17482341a19c4de60c3474b403a0be63a81cc4..5716382faabff272384fc589e88806c7b6d85355 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: nparse.scm,v 1.4 2002/11/20 19:46:18 cph Exp $
+$Id: nparse.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1991, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6ee2e3ea64a4074482e6dc977e392670d5aec986..172f544340c056025948862ac81ac5b903fcb195 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: object.scm,v 1.6 2002/11/20 19:46:18 cph Exp $
+$Id: object.scm,v 1.7 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988, 1991, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6fe89f3735ea62092a2fbcc770b77710ace40075..155a65506ecfc6e404ef158c1bc9241c60763c70 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rcs.pkg,v 1.8 2002/11/20 19:46:18 cph Exp $
+$Id: rcs.pkg,v 1.9 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 596f87e323d6837d2d9017297f5c54efe5f91d35..b996cf5bcfc0463d67ab5df11214bf27a50148fc 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Clean.sh,v 1.4 2002/11/20 19:46:24 cph Exp $
+# $Id: Clean.sh,v 1.5 2003/02/14 18:28:34 cph Exp $
 #
 # Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 09a192419c884777206a583e2922675c6d19a7cc..c66f4f1178d3196ea355b5e2ca4dfbf01d30ecde 100755 (executable)
@@ -1,23 +1,23 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.6 2002/11/20 19:46:24 cph Exp $
+# $Id: Setup.sh,v 1.7 2003/02/14 18:28:34 cph Exp $
 #
 # Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index d06e00721fa827786450924c3dce8020b9d51866..64c0c859f5b5214ef17e29abf5d6c007cae54b41 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: runtime.cbf,v 1.2 2002/11/20 19:46:24 cph Exp $
+$Id: runtime.cbf,v 1.3 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b7fc3534204dad4c4ed06fa539152c57098de052..375ef9f8eb70d028a75831b21283390d148a8072 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in,v 1.7 2002/11/20 19:46:18 cph Exp $
+# $Id: Makefile.in,v 1.8 2003/02/14 18:28:32 cph Exp $
 #
 # Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index c077eb3014bfafcdd0f8a47386ac37795c522e0d..96d3621b3df4dbe73e83719efc36947e1224f1ed 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: advice.scm,v 14.19 2003/02/10 06:09:54 cph Exp $
+$Id: advice.scm,v 14.20 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1993 Massachusetts Institute of Technology
 Copyright 1999,2000,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 55754120a9f627cb404fa5474d6b83fe4b4d6cb7..9b53a4bab9754668919123be6189c8f75cb858c5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: apply.scm,v 1.6 2002/11/20 19:46:18 cph Exp $
+$Id: apply.scm,v 1.7 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f487ae70be4a02b57a1cc107c792aab653d918fb..c8f2dbbd81912834f7b52ad5d0bf5d2dd97b65b3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: apropos.scm,v 1.6 2002/11/20 19:46:18 cph Exp $
+$Id: apropos.scm,v 1.7 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 37150f33abfa665123f1229458f6b74fa1d17a1b..2bb457f56113b074ed6dfa76f845ff9dff7e5a3b 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: arith.scm,v 1.55 2003/02/13 02:35:13 cph Exp $
+$Id: arith.scm,v 1.56 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1989,1990,1991,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1995,1996,1997,1999,2001,2002 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 83e7617aac3f1a5185d2515982e85cab699680b6..04b94fceab0df7440241e580e79655b52c4a61c2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: bitstr.scm,v 14.5 2002/11/20 19:46:18 cph Exp $
+$Id: bitstr.scm,v 14.6 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 515dca94fa434632281b1bd1ae9ab628eddb96c5..adab45bfaa25eecbc6e1197b76919a5cd4cb2ada 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: blowfish.scm,v 1.25 2002/11/20 19:46:18 cph Exp $
+$Id: blowfish.scm,v 1.26 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1997-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8c966b018570a7a620b52a47a5e692b5f8239515..6b0da88c466855f7d3fe53f7b5b004404ee2612e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: boole.scm,v 14.5 2002/11/20 19:46:18 cph Exp $
+$Id: boole.scm,v 14.6 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 271744a598f3c11ee065b512f8c8aec69bae43ce..930287533040ead4655f5c5bd028cc7da37d8e59 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: boot.scm,v 14.14 2002/11/20 19:46:19 cph Exp $
+$Id: boot.scm,v 14.15 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 880f93b4151f7deb0a6b3b4ff4de8ec7b55d8a51..14ceca6192dc87d885969b312c9c36ffaf6bd06e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: char.scm,v 14.14 2002/11/20 19:46:19 cph Exp $
+$Id: char.scm,v 14.15 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d3c1877dd8d51bc58619b1c41e13cc8af579a9da..f1b3cec2ad669fad20369a910cd2eafda83217a9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: chrset.scm,v 14.17 2002/11/20 19:46:19 cph Exp $
+$Id: chrset.scm,v 14.18 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 675c0bb76d84856dd2617e20a4c9fdb564c93b8d..0c4de907a42132676a5f06f17f1911fd7e248d16 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: chrsyn.scm,v 1.7 2003/02/14 18:25:21 cph Exp $
+$Id: chrsyn.scm,v 1.8 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1986, 1989-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 72258c5d99e965d3befdc8f6850c1e9faa6e06fa..ec94359f2c8062d4e5187a49a74d3a42aadcd42e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: codwlk.scm,v 14.5 2002/11/20 19:46:19 cph Exp $
+$Id: codwlk.scm,v 14.6 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6417262f14b94fa30e25a087e5cab2d4f8beca46..de4657309021f2dd7c87cc9ff5c719c0d7c91dd9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: conpar.scm,v 14.40 2002/11/20 19:46:19 cph Exp $
+$Id: conpar.scm,v 14.41 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 316bf67499676413f4746c773c91818d7ba949fd..24cee468c19e6b867a3550a522085746bef05b70 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: contin.scm,v 14.11 2002/11/20 19:46:19 cph Exp $
+$Id: contin.scm,v 14.12 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 077f69a3810169b49e0cda2b49ed25f05ca6e463..6d10ff82a5143dcf7e148bfe7a9b6d317590c79f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cpoint.scm,v 14.6 2002/11/20 19:46:19 cph Exp $
+$Id: cpoint.scm,v 14.7 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6f2e31a52c43fce59effb2b08d3aa58d06de8039..acddbe59680dccfbbdc370cdd57556afcfa79c7f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cpress.scm,v 1.13 2002/11/20 19:46:19 cph Exp $
+$Id: cpress.scm,v 1.14 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 17d58d34824c8ed650b382cba2315a6776254321..3ac30e4acf9b8d7e126c1a88a09663b489179875 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: crypto.scm,v 14.15 2002/11/20 19:46:19 cph Exp $
+$Id: crypto.scm,v 14.16 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 2000-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e9ac0cdc2e4c2a26a7117d5d4b25b4ef3ebaa8e5..dcb50853a4d28ab607bb46d25f5bc34ead6c1ef3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: datime.scm,v 14.34 2002/11/20 19:46:19 cph Exp $
+$Id: datime.scm,v 14.35 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 13d95a894b1d6d10be2d75d76d21e2963a27716c..534a4f50c06daf1ca3fcdbbeae57cbe8137cd5e6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dbgcmd.scm,v 14.17 2002/11/20 19:46:19 cph Exp $
+$Id: dbgcmd.scm,v 14.18 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1c9082c509e53d478d7c0369b50b049353b13bc0..40125b7f4179bb42e874efa83dbb9d186f6bb3a3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dbgutl.scm,v 14.22 2002/11/20 19:46:19 cph Exp $
+$Id: dbgutl.scm,v 14.23 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 45fc06a5cea060329dc0c21ea7959f596e07b525..f118203327ab508671c1ca647fbaf061b8292420 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: debug.scm,v 14.44 2002/11/20 19:46:19 cph Exp $
+$Id: debug.scm,v 14.45 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 42da47c5e1ed68fe5a4baf1ad3892a124dadb0fd..8373df0bdd898fc634039f60be00d04c7ebe26b6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: defstr.scm,v 14.41 2002/11/20 19:46:19 cph Exp $
+$Id: defstr.scm,v 14.42 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 891f3d06c16bc836911546fd00f8ae3329aba688..866d5ecb8df0110995bb1e7e2d788be54e1153eb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dosdir.scm,v 1.11 2002/11/20 19:46:19 cph Exp $
+$Id: dosdir.scm,v 1.12 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1992, 1999-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 574ce74204948b5a5acaefc6b7ddf5e8edb77368..e3b748827598e4ad415fcf65c0cf61ce6c2e5920 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: dosprm.scm,v 1.45 2003/01/22 02:04:55 cph Exp $
+$Id: dosprm.scm,v 1.46 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1992,1993,1994,1995,1996,1998 Massachusetts Institute of Technology
 Copyright 1999,2000,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8f530c86658e340af8a8fd2ef9464b91ff4b8bfe..a6bb437a7558e4f3ab72b9ff31bfc16e40bdc9e4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dosproc.scm,v 1.4 2002/11/20 19:46:19 cph Exp $
+$Id: dosproc.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c0034919494a1bf87da9caf539248484e8e05f13..88307058222b02866d292c33c13cba0e40ddd6bd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dospth.scm,v 1.42 2002/11/20 19:46:19 cph Exp $
+$Id: dospth.scm,v 1.43 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1992-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bfc14cd1fedbadc3c1ef158f08d7fef92fd48efb..df963e451e86801b872ccf46f09807eddb378c98 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dragon4.scm,v 1.16 2002/11/20 19:46:19 cph Exp $
+$Id: dragon4.scm,v 1.17 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0ac5b150bd1912a08c3716be504e53aff6d08da4..5d665daaef8e10b62eee6ed0179ccdfba95a1f0b 100644 (file)
@@ -1,25 +1,26 @@
 #| -*- Scheme -*-
 
-$Id: ed-ffi.scm,v 1.34 2003/01/09 19:36:43 cph Exp $
+$Id: ed-ffi.scm,v 1.35 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1991,1996,1997,1999,2000 Massachusetts Institute of Technology
 Copyright (c) 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 40a27abb7d7ab1e754a2f46d813168856712439d..21d6611c0633b145f47828fc6d044756522c4e49 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: emacs.scm,v 14.30 2002/11/20 19:46:19 cph Exp $
+$Id: emacs.scm,v 14.31 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 95597b22bfb1d2557891e257b13391560934e361..5a45a47f021c46a70d0f2c0054cddd036946ff39 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: equals.scm,v 14.10 2002/11/20 19:46:19 cph Exp $
+$Id: equals.scm,v 14.11 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e334a8d48cfb970fd84b44d74c430392d6fd12dd..26e0f068593e06b713b6e86fa0b050924b1a0597 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: error.scm,v 14.60 2003/02/13 19:52:29 cph Exp $
+$Id: error.scm,v 14.61 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1992,1993,1995,2000,2001,2002 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 983df76442bad90b5bc84f9b5a4c13dff5cfd891..6ae81ba4c66f97b960b25ef59efd47cf5d969f2d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: events.scm,v 14.6 2002/11/20 19:46:19 cph Exp $
+$Id: events.scm,v 14.7 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7a95a5863307f01c2f5970c873c560139e48a946..21c931fb0264e1d653a65953b735e366fb95f858 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: fileio.scm,v 1.20 2002/11/20 19:46:19 cph Exp $
+$Id: fileio.scm,v 1.21 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1991-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5e8556325efe30504169c616ef583d9cdbc97620..e3f7b0744b78491b4c308789dd9e33af7a57984e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: fixart.scm,v 1.9 2002/11/20 19:46:19 cph Exp $
+$Id: fixart.scm,v 1.10 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3dd445c5a2e7934f4f1d72fde8b62629f45e6b65..815f254b0c134c885d09f8c520659ced1e65c9fb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: format.scm,v 14.7 2002/11/20 19:46:19 cph Exp $
+$Id: format.scm,v 14.8 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 024222e60ce328c539d64b1c3c39dc6b408c3b6f..61d07944db991211f6c5df72b2858ca96861e625 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: framex.scm,v 14.20 2002/11/20 19:46:19 cph Exp $
+$Id: framex.scm,v 14.21 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e1c503355dc57109f3181a26f6fbef92efdd0749..2ced720a7e191ddea5f1f658fda871878b821fad 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gc.scm,v 14.17 2002/11/20 19:46:20 cph Exp $
+$Id: gc.scm,v 14.18 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6dab5e8e41953d40d235cc15a7c77f0b1df6c498..23379f55d385bfbff2e95bd2b2377ad8838a19b3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gcdemn.scm,v 14.9 2002/11/20 19:46:20 cph Exp $
+$Id: gcdemn.scm,v 14.10 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0c2c1ad836592c638e9299c280240c94c3ad3723..458674fc85527f6deda64dc611311d7b72f86f2e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gcfinal.scm,v 14.4 2002/11/20 19:46:20 cph Exp $
+$Id: gcfinal.scm,v 14.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 113c2141835d5486ca894f2c18c57fc078d0b0a5..fb56d17267d59953734dc75ede890cf7546f5091 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gcnote.scm,v 14.15 2002/11/20 19:46:20 cph Exp $
+$Id: gcnote.scm,v 14.16 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2324a28eccf9e9e3dd3cb2fa88e2b798c150084a..295f4261fcf113f82a2b1b8887509ecac842dba3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gcstat.scm,v 14.7 2002/11/20 19:46:20 cph Exp $
+$Id: gcstat.scm,v 14.8 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ef821d8483fec949f48024df0808dafe6c0a2db0..ea131b916474468bad0a25fcb94375ac89b04986 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gdatab.scm,v 14.7 2002/11/20 19:46:20 cph Exp $
+$Id: gdatab.scm,v 14.8 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cde0be1a2d2a47da1eb9f224ffee1a3cc72926d4..dab8bb48453dc949b8b0075c9efda11fd2c31831 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gdbm.scm,v 1.4 2002/11/20 19:46:20 cph Exp $
+$Id: gdbm.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1996, 1999, 2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1493321606c015d17f9a7fa710aae9be77441176..7a66d7ba1a1b348fcc2a8af172769ab9ef4fb3d4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gencache.scm,v 1.4 2003/02/14 18:25:21 cph Exp $
+$Id: gencache.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 33586799bec6153f5a8ff10701ffa64deb6cd967..47591ba4a8abef413e8cfb566920bde5a3a43c36 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: geneqht.scm,v 1.3 2002/11/20 19:46:20 cph Exp $
+$Id: geneqht.scm,v 1.4 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 89903e11cf4083a4e4e4b09e457d01e4ece9be94..ab308828ebc37560c4496b0a8b6f16b61a9a2809 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: generic.scm,v 1.4 2003/02/14 18:25:21 cph Exp $
+$Id: generic.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1995-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2618a642f426b9fd030ee025a0b570da276b31b6..540a130160a6565f4b701d22acf82af932c15410 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: genio.scm,v 1.17 2002/12/09 05:40:41 cph Exp $
+$Id: genio.scm,v 1.18 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1991-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dc3b741c36fe38bdfbe28379d39b7d10a98d2f13..25d0ad5f4b280bb8c84591849f0c41aec7913425 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: genmult.scm,v 1.4 2003/02/14 18:25:21 cph Exp $
+$Id: genmult.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1995-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 599f4fe943fe7706567aedce33e2c2630e4e4980..dd6463cfdc410dff399fbd5b19d67b5d2b073f4f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gensym.scm,v 14.7 2002/11/20 19:46:20 cph Exp $
+$Id: gensym.scm,v 14.8 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f9bb678b5e90b99af3b616ecd3c1dd8c8adcc0f1..5366bb80083ae379ed87bdf9128265e2f30175cd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gentag.scm,v 1.4 2003/02/14 18:25:21 cph Exp $
+$Id: gentag.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 43965b5e5c41adfb5666da6b977f021b774c69c2..6b795620ccbd4893b216f0c71ba1f300c9580121 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: global.scm,v 14.58 2002/11/20 19:46:20 cph Exp $
+$Id: global.scm,v 14.59 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 37fb1feeac4ed72f945a68e2f3056b807cfc90da..e1ba9da5287995906467e79454d7882cf5eb961a 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: graphics.scm,v 1.23 2003/02/13 02:35:21 cph Exp $
+$Id: graphics.scm,v 1.24 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1989,1990,1992,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1995,1996,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 83fca2d97154daaec216e5a93b4d576b0c5f9f0f..0d56fa9990f021f31e84f11bcc94147f7e5e92b8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: hash.scm,v 14.7 2002/11/20 19:46:20 cph Exp $
+$Id: hash.scm,v 14.8 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3a4d2f17514bb077436b445a9fa8298f16afba3b..205707be544feecbfcd668d9540d6c23c373e152 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: hashtb.scm,v 1.24 2002/11/20 19:46:20 cph Exp $
+$Id: hashtb.scm,v 1.25 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1990-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5cbba2f69037b327dd1da88736e01b86f0d837f6..630ce6bbef3aca0e5c21c8a8d97c800015b0d511 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: histry.scm,v 14.7 2002/11/20 19:46:20 cph Exp $
+$Id: histry.scm,v 14.8 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c03c5f4d994fe97600c57f4c18223105851ef8a9..6359aa9f70add8584eafed1c9f3c1cd74c4af9d2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: infstr.scm,v 1.16 2002/11/20 19:46:20 cph Exp $
+$Id: infstr.scm,v 1.17 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index aef0f58b3b96986393dd3379b44d34baa8448c27..c12b958410775392eae542fc819a5b5ac1467e30 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: infutl.scm,v 1.68 2002/11/20 19:46:20 cph Exp $
+$Id: infutl.scm,v 1.69 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2fff5b0cd02ce86e8732cbbcf7acb251e2b3e72f..df8b0833b7d4013069b54359e22070aa46c78ad2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: input.scm,v 14.22 2003/01/01 02:25:33 cph Exp $
+$Id: input.scm,v 14.23 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e905439296de0952ec8158af43d67d0c31a1186d..262744783af0e5283994f4eca6789bfd1f11c782 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: intrpt.scm,v 14.23 2002/11/20 19:46:20 cph Exp $
+$Id: intrpt.scm,v 14.24 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fd761309c54bd89026383ab27b5e5e1c1dc399f3..ce40cb2e54d0c666762867a23b7d0d402146a805 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: io.scm,v 14.71 2003/01/23 02:53:22 cph Exp $
+$Id: io.scm,v 14.72 2003/02/14 18:28:32 cph Exp $
 
 Copyright 1986,1987,1988,1990,1991,1993 Massachusetts Institute of Technology
 Copyright 1994,1995,1998,1999,2000,2001 Massachusetts Institute of Technology
 Copyright 2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ccca0af26025b0bbdba573d8661aeea97e543b4a..8d22a7f77d885dc7e3b6f217ac90e15a84db2bb1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: krypt.scm,v 1.13 2002/11/20 19:46:20 cph Exp $
+$Id: krypt.scm,v 1.14 2003/02/14 18:28:32 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e8731ae8c77a88e5e8e283a81f94f65a185982f6..02a40fca3e309a79d496ca73004367f362da32be 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: kryptdum.scm,v 1.3 2002/11/20 19:46:20 cph Exp $
+$Id: kryptdum.scm,v 1.4 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 136e2c5d620b7dedd1ea01274abe353f70bcacc7..c8b972320863d2f07ec7c7f5d67137ff03c14cda 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lambda.scm,v 14.18 2002/11/20 19:46:20 cph Exp $
+$Id: lambda.scm,v 14.19 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-2000, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d9f37e469a933ed65c40edc67ffe5971f46e5e2e..6dc7a598db39a1c4402b0663aeac360629cdc540 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lambdx.scm,v 14.11 2002/11/20 19:46:20 cph Exp $
+$Id: lambdx.scm,v 14.12 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dadb345c59f3db50c4cc1696d71a61fc6a161075..7ba84432305c88fb792d167c588321020b92690b 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: list.scm,v 14.33 2003/02/13 04:26:01 cph Exp $
+$Id: list.scm,v 14.34 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1992,1993,1994,1995,1996,2000 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bb89c9a9871ee85ec56cdbfb8eeb8d671f09525b..a499d1a5aa320a572e80c07bf2ebf33621ebe807 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 14.64 2002/12/27 03:47:36 cph Exp $
+$Id: load.scm,v 14.65 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e7f09b84e5a85657b5a480e637c08c3720a74191..adee95bd3e8bee205a553b3eb1be026a99c31916 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 14.88 2003/01/09 19:40:16 cph Exp $
+$Id: make.scm,v 14.89 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988,1989,1990,1991,1992 Massachusetts Institute of Technology
 Copyright (c) 1993,1994,1995,1996,1997 Massachusetts Institute of Technology
 Copyright (c) 1998,2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 73909bdba3b6ec5dcb83e4924a2bff38292369fa..97469e8c6a41f63036b17a0e561d2c6a01628753 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mime-codec.scm,v 14.13 2003/02/14 18:25:21 cph Exp $
+$Id: mime-codec.scm,v 14.14 2003/02/14 18:28:33 cph Exp $
 
 Copyright 2000, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 715fedbd9d82fc1ae4a1f735e44851be4026b0a7..fe4927d2d0d3a63c97ff27971b85855e6ed82893 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: mit-syntax.scm,v 14.13 2003/02/13 19:52:35 cph Exp $
+$Id: mit-syntax.scm,v 14.14 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1989,1990,1991,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 29541ccea8101b43b6f85b49bda77fb2e27b52d9..e7b5fb740c174bd7df0dbf4e1c03d0bd760dc208 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: msort.scm,v 14.10 2002/11/20 19:46:21 cph Exp $
+$Id: msort.scm,v 14.11 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f50cc0b3105758330cc5a87084ea2babeb886476..4a5de43407b0cb39507171676a8fbbec315624db 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ntdir.scm,v 1.3 2002/11/20 19:46:21 cph Exp $
+$Id: ntdir.scm,v 1.4 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1997, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 03cb73d0470bea179b31d503f0224aed03ace02b..75672d06da9824e3d9058c9bdcd7285ecfe04a7f 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: ntprm.scm,v 1.39 2003/01/22 02:05:08 cph Exp $
+$Id: ntprm.scm,v 1.40 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1995,1996,1998,1999,2000,2001 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 823dd93bac347304d82921f9c689e2c81de11365..c2369737b8fdd355b04e0f8f390773426914c0e9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: numint.scm,v 1.7 2002/11/20 19:46:21 cph Exp $
+$Id: numint.scm,v 1.8 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d43abe5dd005cb37ad747654bee843ac3a61ef79..9c2c5262d25486e497a912b8a728681c578847aa 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: numpar.scm,v 14.18 2002/11/20 19:46:21 cph Exp $
+$Id: numpar.scm,v 14.19 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c051d74f91cf84a0dc634b80dcd776ca2705cc60..1214211954244e696e418167b90cd7f75263df64 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: option.scm,v 14.42 2002/11/20 19:46:21 cph Exp $
+$Id: option.scm,v 14.43 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6b7c770b5757b52eb40218dafd9fa00c53506571..ae9696be72e034d20f03a1699252cff2fcc3b9b8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: optiondb.scm,v 1.15 2002/11/20 19:46:21 cph Exp $
+$Id: optiondb.scm,v 1.16 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1994-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0561565d34948b3489ee8188778695164e51b638..0f82e38355d06943d647113aa378c985c212aa23 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ordvec.scm,v 1.4 2003/02/14 18:25:21 cph Exp $
+$Id: ordvec.scm,v 1.5 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1995, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9533f67889fc4eec7affe91dad0bde0702e1cc3e..4bff981732004bbfb3de2feb6371d3cc12e34951 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: os2ctype.scm,v 1.4 2002/11/20 19:46:21 cph Exp $
+$Id: os2ctype.scm,v 1.5 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1995, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c8cfa329161fc94e6810998118ab66cb73dd70a5..58681f4b54d14fc98e06153413975263e6501e15 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: os2dir.scm,v 1.6 2002/11/20 19:46:21 cph Exp $
+$Id: os2dir.scm,v 1.7 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 922dace8e4b2865aec3f6f7fde1487c07d06be70..033d677c669e24eae63fdcc5654dfec78f4d63a4 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: os2graph.scm,v 1.21 2003/01/22 02:05:15 cph Exp $
+$Id: os2graph.scm,v 1.22 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1995,1996,1997,1999,2000 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9c8d19460217318deeed8cb611e5c37ef2a3d4f9..9efa5faa131450560ed6247a779a848eaf1e1ab6 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: os2prm.scm,v 1.50 2003/01/22 02:05:21 cph Exp $
+$Id: os2prm.scm,v 1.51 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1994,1995,1997,1998,1999,2000 Massachusetts Institute of Technology
 Copyright 2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4a45f18b26d65f8c570120e6e28bf79df200b9eb..19ddf243c87f9c400a081641380b1aea7d21d7d7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: os2winp.scm,v 1.19 2002/11/20 19:46:21 cph Exp $
+$Id: os2winp.scm,v 1.20 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5c148719692d178108f738fbc09cc7835605c079..fb188f9bffa7c545779524f490f5ed770e854b74 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: output.scm,v 14.31 2003/01/03 21:56:01 cph Exp $
+$Id: output.scm,v 14.32 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1986,1987,1988,1989,1990 Massachusetts Institute of Technology
 Copyright (c) 1991,1992,1993,1999,2001 Massachusetts Institute of Technology
 Copyright (c) 2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e652234ac03a335331becc28f24c52c474830abd..78d413a479783e1ff7ae6c709e63e734db320836 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: packag.scm,v 14.41 2002/11/20 19:46:21 cph Exp $
+$Id: packag.scm,v 14.42 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e9bd3f5c007c3459042091d698dcd0616199eab7..3cfa9ffa121d4cff06a459ac9a29e95c107c023d 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: parse.scm,v 14.39 2003/02/13 19:52:43 cph Exp $
+$Id: parse.scm,v 14.40 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1992,1993,1994,1997,1998,1999 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cdd8e4389b208d9d92ed98065e9f6c443288209f..a488f4e370f1de6ada8309cbf977a971926851fd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: parser-buffer.scm,v 1.6 2003/02/13 02:35:37 cph Exp $
+$Id: parser-buffer.scm,v 1.7 2003/02/14 18:28:33 cph Exp $
 
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7b788005b906975143820ffadade2540b90cd308..854ec937ed834d319db75187577a16de291c4dd0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: partab.scm,v 14.6 2002/11/20 19:46:22 cph Exp $
+$Id: partab.scm,v 14.7 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e40f8c1ae8e42c349d2e8a28e8e9156b72b2f1eb..993b51ec1f05d4be85802753cd6c965e5ca4e924 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pathnm.scm,v 14.35 2002/11/20 19:46:22 cph Exp $
+$Id: pathnm.scm,v 14.36 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 30edd53a055706ca2c364c8a130be2c392ff84db..9ebb5083ed6b060bcc592892f4ab365c478d4500 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: poplat.scm,v 14.5 2002/11/20 19:46:22 cph Exp $
+$Id: poplat.scm,v 14.6 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8d93ddb688b183a89f9b4bab12b5db96110c80c9..ce06ddd1cc28940b2c8958bcd57733c5372fca71 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: port.scm,v 1.25 2003/01/01 02:26:11 cph Exp $
+$Id: port.scm,v 1.26 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1991-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 42f77b5bf72425c0b4d04d07b9191b2e996d9922..f9b9de645167688f676f99dff62ac4da9ce27a78 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: pp.scm,v 14.45 2003/02/13 19:52:50 cph Exp $
+$Id: pp.scm,v 14.46 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1992,1993,1994,1995,1996,1999 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2051ff5590ab0f9abf344ab2759c9fa9c2262f36..f2785897d09b5dffb1e647485923f3e112e4bdb1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: prgcop.scm,v 1.8 2002/11/20 19:46:22 cph Exp $
+$Id: prgcop.scm,v 1.9 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1990-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cebe9cd82ec67cf94995867f2d1389119b17710d..d831287311a5a03d65bb4a4d8679ea1bde92eae2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: process.scm,v 1.27 2002/11/20 19:46:22 cph Exp $
+$Id: process.scm,v 1.28 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1989-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 190b49b25c5f8f6a20f8d3d55fe6841993df33e7..aa1fff749ddb92e7be3a76e571c381a4a15b24d5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: prop1d.scm,v 14.7 2002/11/20 19:46:22 cph Exp $
+$Id: prop1d.scm,v 14.8 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 078529333f1c9c11b8a492e5745bfcb95c129d59..a0d6fe40fae510321a1fe8f05a1e03a8849d7ad3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: prop2d.scm,v 14.4 2002/11/20 19:46:22 cph Exp $
+$Id: prop2d.scm,v 14.5 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 447cfc9d74760e334ed1e847d6cd299aa226d846..ead60da523469e3779f51d8c1f1090250cbde28d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: qsort.scm,v 14.6 2002/11/20 19:46:22 cph Exp $
+$Id: qsort.scm,v 14.7 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6af0ca890fc9f0d1ad3b0248c385f37ee008f76b..f756947864c3ab3afc0f39114634f407e384dea5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: queue.scm,v 14.6 2002/11/20 19:46:22 cph Exp $
+$Id: queue.scm,v 14.7 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 91377d81ee727f5a80edf7f75f2a6a3f136fd0e3..917229407ff0ad619a57fc6088fb2e3d8174b41b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: random.scm,v 14.25 2002/11/20 19:46:22 cph Exp $
+$Id: random.scm,v 14.26 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1993-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index fd53e5c8d499f92ecc95bb0f21e52a20d284a050..a53b14553fbc0589c25c9a7c9e0487528e59f560 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rbtree.scm,v 1.8 2002/11/20 19:46:22 cph Exp $
+$Id: rbtree.scm,v 1.9 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1993-2000 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 46f79312d8e3713f73d6725b2ee9dd99b2ac828c..c95c2d6c1b8a7693b933a6dd85b5980eb6814a44 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: record.scm,v 1.30 2002/11/20 19:46:22 cph Exp $
+$Id: record.scm,v 1.31 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1989-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0fbdaa17d1a6bc5a551ff4a62789921a3a197a50..0def505daed7a358551756d8c761369d2eb4af58 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: recslot.scm,v 1.9 2003/02/14 18:25:21 cph Exp $
+$Id: recslot.scm,v 1.10 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1995-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cb2b99986107ebf60c75d0350f9609e3f79e04a0..83c6f80c5e75b72c6d54d666b0255d17ff66f3a7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: regexp.scm,v 1.11 2003/02/14 18:25:21 cph Exp $
+$Id: regexp.scm,v 1.12 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1986, 1989-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 48c625a717307a6e14fd30ccb6b340707513124c..965dc96ed65ab295371e323daeebed99fc582017 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rep.scm,v 14.58 2002/11/20 19:46:22 cph Exp $
+$Id: rep.scm,v 14.59 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6e14fbc93d7906bbc68552ead644a5fc3bbd54d3..cdc9dd232c24d40557c97e31dc82477fa467613d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rexp.scm,v 1.21 2002/12/19 21:35:34 cph Exp $
+$Id: rexp.scm,v 1.22 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 2000, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e8ce18082b3610fbd19656f6c894dffa74f6b21c..75b01ebd2ab09b39b42924327d5978bb2a80e08d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: rgxcmp.scm,v 1.123 2003/02/14 18:25:21 cph Exp $
+$Id: rgxcmp.scm,v 1.124 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1986, 1989-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 00d64ce86afbca7e2473e49352e631d12fb859aa..b837629f88b75d81187838343c2f7192a1aebade 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: runtime.cbf,v 1.4 2002/11/20 19:46:22 cph Exp $
+$Id: runtime.cbf,v 1.5 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7433bf0dcbbe565c6beadc769432a0f6ee6aca4d..6bf11dd781e23d9fcbd0ddfb4f6007863b0096af 100644 (file)
@@ -1,27 +1,28 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.426 2003/02/13 19:52:58 cph Exp $
+$Id: runtime.pkg,v 14.427 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988,1989,1990,1991,1992 Massachusetts Institute of Technology
 Copyright (c) 1993,1994,1995,1996,1997 Massachusetts Institute of Technology
 Copyright (c) 1998,1999,2000,2001,2002 Massachusetts Institute of Technology
 Copyright (c) 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 51085858afa88ffc9f7f911ebf4e206b9a0fe192..420aff46639614e627e5ae1993ae21bbb9aa1909 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: runtime.sf,v 14.19 2003/01/09 19:36:56 cph Exp $
+$Id: runtime.sf,v 14.20 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988,1989,1990,1991,1992 Massachusetts Institute of Technology
 Copyright (c) 1994,1995,1996,2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index af4625e5eca23dc82e97205f7b042c4632830378..f4b4c1cb2846e73f45cab73c4dc75637cd03a7ca 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: savres.scm,v 14.42 2003/02/12 19:41:09 cph Exp $
+$Id: savres.scm,v 14.43 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1995 Massachusetts Institute of Technology
 Copyright 1998,1999,2000,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a750b4815226f70fa437802b5bb8b6c03ca35214..651960a817cee577eabdc581025ab664d0a97924 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: scan.scm,v 14.7 2002/11/20 19:46:22 cph Exp $
+$Id: scan.scm,v 14.8 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f04c2ab3bf98ebc8fdf3400e685e68c5d799a60f..643a8e14ce51a4551e44a2deca4101a4e1bf8ff9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: scode.scm,v 14.18 2002/11/20 19:46:22 cph Exp $
+$Id: scode.scm,v 14.19 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b10b1b143bf825e295dba8d5c85e7118cedc849f..196ce6f1e2f067dc6610335ac95bacd11cacc96d 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: scomb.scm,v 14.22 2003/02/13 02:35:44 cph Exp $
+$Id: scomb.scm,v 14.23 2003/02/14 18:28:33 cph Exp $
 
 Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
 Copyright 1992,1995,1997,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6831296ed6a73de17df718a1cf419f1828f53b11..50289e10ae52da0139ccd3072b9847d0d4d8c963 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sdata.scm,v 14.4 2002/11/20 19:46:23 cph Exp $
+$Id: sdata.scm,v 14.5 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2eb62329dae27dfd55edff2a3e1700a855ca82aa..338ca2296aba3655d76640c217abfbefeaff164f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sfile.scm,v 14.33 2002/11/20 19:46:23 cph Exp $
+$Id: sfile.scm,v 14.34 2003/02/14 18:28:33 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e69240074487a343967f5feb5c05a8e8f45d30de..94305d96d2d23fd5c486b8f01f7ba8d0d3af783f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: site.scm.dos,v 1.15 2002/11/20 19:46:23 cph Exp $
+$Id: site.scm.dos,v 1.16 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index babb60f802ca2453072899ca3a6dbe6795a3f005..339f8ac2fd8f48a0d47803df1378e97c253bdc46 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: site.scm.unix,v 1.16 2002/11/20 19:46:23 cph Exp $
+$Id: site.scm.unix,v 1.17 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 13c8187b8a97424ea78d45f2c4487345c23064f8..e20a723491b86cb14984aeb50705e13b5c21e279 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: socket.scm,v 1.20 2003/01/22 02:05:34 cph Exp $
+$Id: socket.scm,v 1.21 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1996,1997,1998,1999,2001,2002 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 48f3de557e4333e4d146b41a1e2b4733cd946a62..46b5f0804bd5ce72b69444036919a34929aaf9d9 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: starbase.scm,v 1.19 2003/02/13 02:35:51 cph Exp $
+$Id: starbase.scm,v 1.20 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1989,1990,1991,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1995,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a8c0bddfe42914d678ce2804a5084a8c9972b6e7..4d46dfa04d2b6c330c401e77a3e769bdeaea8418 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: stream.scm,v 14.14 2003/01/01 02:26:49 cph Exp $
+$Id: stream.scm,v 14.15 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bdb0920ade05fa877a3d6254b66f8a08a93efbe3..a3160a95cab2f849d3df651f499b8cc8e914aee9 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: string.scm,v 14.48 2002/11/20 19:46:23 cph Exp $
+$Id: string.scm,v 14.49 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index caf5bb2257beaa84c77e7358ec90c9a2d75bc7f8..8e3006a75fc583aa76c62cc8f96ea7b0131cfec7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: strnin.scm,v 14.10 2003/02/13 19:53:05 cph Exp $
+$Id: strnin.scm,v 14.11 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1988,1990,1993,1999,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 99cd121c1f632d8b521ec4e30578b181c3aa84cf..6eef8ae3493e741afe5bd40e7d3a1e726f5c80cb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: strott.scm,v 14.10 2002/11/20 19:46:23 cph Exp $
+$Id: strott.scm,v 14.11 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7d40ddef00d7f2a7cb923b62e6827d5ec593c915..f3b98438897610de7626fb7f29f1068370aa8ac9 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: strout.scm,v 14.17 2003/02/13 19:53:12 cph Exp $
+$Id: strout.scm,v 14.18 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1988,1990,1993,1999,2000,2001 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b7a2684f4446c79d213d68b2bfae96f8aa7208cc..78aa099851483861e1043a8433f13425b09c3574 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: symbol.scm,v 1.8 2002/11/20 19:46:23 cph Exp $
+$Id: symbol.scm,v 1.9 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1992-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 58c89b1ff0a8d0effce1c39732c2046b7783d403..2e3379dbe0a0e307418819b2f6b5d8aa47f85dc7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syncproc.scm,v 1.9 2002/11/20 19:46:23 cph Exp $
+$Id: syncproc.scm,v 1.10 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0e3c1bd85b75e64b1ec2fddddb1b1c85c41e1e1b..4087e0c8b163a82f0f6e457d9fb337ebda39313d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syntactic-closures.scm,v 14.12 2003/02/14 18:25:21 cph Exp $
+$Id: syntactic-closures.scm,v 14.13 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1989-1991, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 80afae25aebc397c20ff341b0bd9b3783c48a91c..87aff79c3a1894cf38a9f044d8870b0a6b5541b5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syntax-check.scm,v 14.4 2003/02/14 18:25:21 cph Exp $
+$Id: syntax-check.scm,v 14.5 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1989-1991, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5ffb68caff1f37709ee3cb89bd657a92a3c0e3a1..51f55adff46475c7cdf388cf2ac9de20efa0ada4 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syntax-output.scm,v 14.8 2003/02/12 19:40:38 cph Exp $
+$Id: syntax-output.scm,v 14.9 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1989,1990,1991,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2eef9018afa39f1a7363f32beed8bfbd7a70df8f..ded0f610c9eb76d43c56b51901cdb05fce10434c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syntax-rules.scm,v 14.4 2003/01/31 06:04:38 cph Exp $
+$Id: syntax-rules.scm,v 14.5 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1989,1990,1991,2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2abc5d4f0dce51340757ebe18cd5c42d1275444a..ee7ce6aa3728e42d71706faf2d1d00489244491f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: syntax-transforms.scm,v 14.3 2003/02/14 18:25:21 cph Exp $
+$Id: syntax-transforms.scm,v 14.4 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1989-1991, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8f573801175a81674eb909c55164bb7cbdfbea9b..36edce7a6079cf2165bf303326aa54cee24aceae 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sysclk.scm,v 14.5 2002/11/20 19:46:23 cph Exp $
+$Id: sysclk.scm,v 14.6 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 76d15142d943880c69bf92bfaac596a8549cf2a1..43136f256812fb5b575df0c51b13ec6d6f18168c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sysmac.scm,v 14.11 2002/11/20 19:46:23 cph Exp $
+$Id: sysmac.scm,v 14.12 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8b44e5bce984d3bf92fe508b9eb1286f72de3604..3087ad3f8c54c4f4b103537974803bd979ac0f57 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: system.scm,v 14.14 2002/11/20 19:46:23 cph Exp $
+$Id: system.scm,v 14.15 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 900aef168f866b28da68ce16837d2baec89d8513..d3cae3a2644f52687ea375180e63a4bbadf24f8f 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: thread.scm,v 1.38 2003/01/22 19:46:40 cph Exp $
+$Id: thread.scm,v 1.39 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1991,1992,1993,1998,1999,2001 Massachusetts Institute of Technology
 Copyright 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index cc04f36773fa265dd858e150cbdd86b78e26c2f9..6bbc920bda31a87b02c67137741c31497e47bcc6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: tscript.scm,v 1.5 2002/11/20 19:46:23 cph Exp $
+$Id: tscript.scm,v 1.6 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5d85d6aacef8ef0a13e391176b0ff3d3f27b4a22..c82bf1c0c3a88f70e16738bccb056de7072bba46 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ttyio.scm,v 1.13 2002/11/20 19:46:23 cph Exp $
+$Id: ttyio.scm,v 1.14 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1991-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f941784dccaf42cdbd8d5ec8387453960ac49269..1056f96ebf169111005acef1ab0cf03d1616e071 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: tvector.scm,v 1.4 2003/02/14 18:25:21 cph Exp $
+$Id: tvector.scm,v 1.5 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1995-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 38bd81357b69eadae09de81a30d8ca1a518d0172..4dd6eec244bb22f6359b4505e127393564feeb99 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: udata.scm,v 14.22 2002/11/20 19:46:23 cph Exp $
+$Id: udata.scm,v 14.23 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0099cb38a4ef735fb2bcc5129b38d0e737d32d0b..b3174ca21f6ff5ea747042ef38bcacbdf31d4382 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: uenvir.scm,v 14.59 2002/12/07 21:36:44 cph Exp $
+$Id: uenvir.scm,v 14.60 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bac81f749df4fee905770eccc6ea2f3d0496852a..265e29460bf5d898712af4fe5ba2a49c8277f4ba 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: uerror.scm,v 14.51 2002/11/20 19:46:23 cph Exp $
+$Id: uerror.scm,v 14.52 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d22202d81f6f0f80a19f16513b02b89801a35b27..8132ac5f921752e161e16d413baa50a1f1c73ccf 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: unicode.scm,v 1.4 2003/02/13 19:53:19 cph Exp $
+$Id: unicode.scm,v 1.5 2003/02/14 18:28:34 cph Exp $
 
 Copyright 2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a620d33ca93fcca791c84c802a73c9b70a000a15..93fae816315722ef5d6be013a967227c348ee119 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: unpars.scm,v 14.51 2002/11/20 19:46:24 cph Exp $
+$Id: unpars.scm,v 14.52 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6783acab22c38d7101109a80e3e871d82d6c1bbd..d6460f32b0a2a95a798305e5e5ac692d38df8be8 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: unsyn.scm,v 14.29 2002/11/20 19:46:24 cph Exp $
+$Id: unsyn.scm,v 14.30 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b52d52a46501ca306be577051add35398064ce5d..0ee0755c54a1c56e92180b786bcb1a88821c2a62 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: unxdir.scm,v 14.13 2002/11/20 19:46:24 cph Exp $
+$Id: unxdir.scm,v 14.14 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 66efd26707222cf007979b1b478ede5d3416f56d..f115d24e7abc4af0f933869fbd747fbc2da9d3a6 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: unxprm.scm,v 1.64 2003/01/22 02:05:47 cph Exp $
+$Id: unxprm.scm,v 1.65 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1994,1995,1997,1998,1999,2000 Massachusetts Institute of Technology
 Copyright 2001,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e5ed30438a6a8a071493c425e9ac706f0eedd6fa..efb0b73c5d824e30a9d18971ed9edbf0b6a0191d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: unxpth.scm,v 14.27 2002/11/20 19:46:24 cph Exp $
+$Id: unxpth.scm,v 14.28 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5e5aae04169ad790d149d8a6fc96e9d19dd2796f..6579a6134d5bcfa011d2d4bfa7d38fc4bf0d85c0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: uproc.scm,v 1.13 2003/02/10 01:53:47 cph Exp $
+$Id: uproc.scm,v 1.14 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1990,1991,1992,1995,1996,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index aa533f76b8f2ca9124fa9645c454ec2e173352e0..5f8ab074c0e9c8a9a5e323d7aad47031f0ba81c0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: url.scm,v 1.13 2003/01/09 19:37:03 cph Exp $
+$Id: url.scm,v 1.14 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 2000, 2001, 2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a8d467126ff351f81ebd1df68ddef8aa38c9e843..b1e1a0486b6c9f4443aa2a632fbbd05aa03e3074 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: urtrap.scm,v 14.14 2002/11/20 19:46:24 cph Exp $
+$Id: urtrap.scm,v 14.15 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b3b65570aa67975144fda0d3301aa4738ea4372a..435bb12c63b50aea0388e43a39ce3d2f88b2a016 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: usrint.scm,v 1.18 2002/11/20 19:46:24 cph Exp $
+$Id: usrint.scm,v 1.19 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9c0263293811a58cef90d8613c93cdf710e8694c..fdb168e7d07122319c9dfcd4988394e00ff29e36 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: utabs.scm,v 14.15 2002/11/20 19:46:24 cph Exp $
+$Id: utabs.scm,v 14.16 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4dce025554091c59b4b1e17d014dd904df83eab1..591072cbd45d388cc6c929260e8dfffce3da1502 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: vector.scm,v 14.22 2002/11/20 19:46:24 cph Exp $
+$Id: vector.scm,v 14.23 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 14ade2c51857a633a51d89f0fc4c55312087edc2..e6c94fbefa9facec96387cbba030b084fd6e6440 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.211 2003/01/22 02:05:54 cph Exp $
+$Id: version.scm,v 14.212 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1995,1996,1997,1998,1999,2000 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6d8ba6efd02ebc1da3c84b907fe2dd429a705f99..b4e0eb4b7f94477bf7f50296beaea63244b37a5d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: where.scm,v 14.12 2002/11/20 19:46:24 cph Exp $
+$Id: where.scm,v 14.13 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e6a00b81e6212de9aaa5592344ee52ebd58dfded..f446afc54c3293905270f1c567beeb4ec8621de0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wind.scm,v 14.7 2002/11/20 19:46:24 cph Exp $
+$Id: wind.scm,v 14.8 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 06405a17e36402cf88d4687a85c9fd93ff2b13fa..7d83554b818386d62b013581c2fa39c38582a376 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wrkdir.scm,v 14.9 2002/11/20 19:46:24 cph Exp $
+$Id: wrkdir.scm,v 14.10 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0a4f20b7708684aa1759b160d9b40401c35c106e..41f637f22a712fbb3d64e3219856ef19682b3888 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wttree.scm,v 1.11 2002/11/20 19:46:24 cph Exp $
+$Id: wttree.scm,v 1.12 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 
 Copyright (c) 1993-1994 Stephen Adams
index d3cb5a4f3a1f224139b28e2a75cd0e7b3cc2f6c5..7f700ad5d73e407b135e4b5ad9bc9257e10c8d92 100644 (file)
@@ -1,26 +1,27 @@
 #| -*-Scheme-*-
 
-$Id: x11graph.scm,v 1.54 2003/01/22 02:06:00 cph Exp $
+$Id: x11graph.scm,v 1.55 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1989,1990,1991,1992,1993,1995 Massachusetts Institute of Technology
 Copyright 1996,1997,1998,1999,2000,2001 Massachusetts Institute of Technology
 Copyright 2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a5fb89a4e38863fe7632d62d596723374f1c8e90..0c1c5493072d16ce47f544c127876fb680db8d4f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xeval.scm,v 1.11 2002/11/20 19:46:24 cph Exp $
+$Id: xeval.scm,v 1.12 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 99807c7f8093e57f90f892a51bbec782119ddd42..9168fedbe0ed25528bf5ee8d9d3a5b6dca57919f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ystep.scm,v 1.4 2002/11/20 19:46:24 cph Exp $
+$Id: ystep.scm,v 1.5 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ae5ecb43415932c9e8fe8dd940d7d6a08fe7ece1..fde3eb43c6f940391fd9a3eaa051cd5c29d91ba1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: butils.scm,v 4.12 2002/11/20 19:46:24 cph Exp $
+$Id: butils.scm,v 4.13 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a4b8c27bd912597f677bdd19f1e21e6ca7edcff4..babc18b64ccf2cc4a12564d29f4b45cdb0a98577 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: cgen.scm,v 4.6 2002/11/20 19:46:24 cph Exp $
+$Id: cgen.scm,v 4.7 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8ae73f900fe502be2e2626e628b069de8442afbe..98c755080922c31a9b9a45306671e6f1fefe418a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: chtype.scm,v 4.5 2002/11/20 19:46:24 cph Exp $
+$Id: chtype.scm,v 4.6 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988, 1993, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e7a8f5a9c3f883dcaf8f0b53179e07918ecc9f09..765b7af5b94fa3ecdd64e4b791c87b10eb666fc2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: copy.scm,v 4.7 2002/11/20 19:46:24 cph Exp $
+$Id: copy.scm,v 4.8 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 80dc9d314397df6955bba1b417dbea917541bdcf..57a5e46cec1d9d5a64cd8a4d223928dd17f9f243 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: emodel.scm,v 4.5 2002/11/20 19:46:24 cph Exp $
+$Id: emodel.scm,v 4.6 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1987, 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0e4c0709b666fa95115609e96acbec3650714a63..1c890af009d34bc43950fe75a166601f4c5a4ddf 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: free.scm,v 4.5 2002/11/20 19:46:24 cph Exp $
+$Id: free.scm,v 4.6 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988, 1993, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e4470e788e9dd33976e99583cbbf8aa5e033ab2a..ad36059b8b0c7d66d2c0cc01da7b0cb8d636fbfe 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gconst.scm,v 4.28 2002/11/20 19:46:24 cph Exp $
+$Id: gconst.scm,v 4.29 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1987-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6b52a886779bbed18d29b6530e17867dbc8453a9..b9ed6c0ea95657f4bd2cda402bff314ed4150139 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: gimprt.scm,v 4.3 2002/11/20 19:46:24 cph Exp $
+$Id: gimprt.scm,v 4.4 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8e53c518bd68dfa411573ee062a8616651411074..d20bbbcd06316b89196fdabe7e98a7b61572944e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: lsets.scm,v 4.4 2002/11/20 19:46:24 cph Exp $
+$Id: lsets.scm,v 4.5 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index dd646aa7582c7dbc38b1ebdfb56ee538b5f2d7eb..38ceac90adede11bd198afd0bc7b889994e0e495 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.42 2002/11/20 19:46:24 cph Exp $
+$Id: make.scm,v 4.43 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ddf1f5894128c3584eda71220edb222db38b44e5..b337e247bff0437b0e334875c9838ed6d0005739 100644 (file)
@@ -1,25 +1,26 @@
 #| -*-Scheme-*-
 
-$Id: object.scm,v 4.17 2003/02/13 02:36:19 cph Exp $
+$Id: object.scm,v 4.18 2003/02/14 18:28:34 cph Exp $
 
 Copyright 1987,1988,1989,1992,1993,1997 Massachusetts Institute of Technology
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8f6ce261629dd7a1ef46abfd1a51cee937d6c13f..d80ddd39a6ab0f00d313a032df08d952f246ea2e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pardec.scm,v 4.15 2002/11/20 19:46:25 cph Exp $
+$Id: pardec.scm,v 4.16 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1e63ee082b5512e99e89c6b970c86c31137d2397..adbc29294318498cd68480e6f4062fd4dca7ae61 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: pthmap.scm,v 4.6 2002/11/20 19:46:25 cph Exp $
+$Id: pthmap.scm,v 4.7 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 56b12db4bdc8a11f14290e14d3ec8c5a7154919f..c43fdf1429393435056ede19d1350db6e0c89539 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: reduct.scm,v 4.11 2002/11/20 19:46:25 cph Exp $
+$Id: reduct.scm,v 4.12 2003/02/14 18:28:34 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 41200cc5532fc5a01d6911125126a08404d4d282..c83be4a00083b522e8d4b05028b01a4dcba6e6b6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sf.cbf,v 1.4 2002/11/20 19:46:25 cph Exp $
+$Id: sf.cbf,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d151e5a600d9d382819093c039c792515e88f48a..9a132d468d5ad51d0c784e3ac40ed71f1c475a75 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sf.pkg,v 4.18 2002/11/20 19:46:25 cph Exp $
+$Id: sf.pkg,v 4.19 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 64f60a71134b1ce27dc7099f6d97ed5cf6be0206..243f048e84930e23eb1b2a25629e2f17a743517b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sf.sf,v 4.12 2002/11/20 19:46:25 cph Exp $
+$Id: sf.sf,v 4.13 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4a5d114677e660253dfd8c4ca2a32c64517f98dc..301f753a9d28f8c7e2bc9058a9a729ad5be51808 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: subst.scm,v 4.18 2002/11/20 19:46:25 cph Exp $
+$Id: subst.scm,v 4.19 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 65b95b98c02244e9dc9fb0e3d58b4a56962457f7..07c12a97c9046d376b8f916c3ebae459116fd5bd 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: table.scm,v 4.6 2002/11/20 19:46:25 cph Exp $
+$Id: table.scm,v 4.7 2003/02/14 18:28:35 cph Exp $
 
 COPYRIGHT (c) 1988-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5017a4712b218b11af01a5fae01587ff78c00fff..3609ec5978b440ad446724d3b946337cf541a5bb 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: tables.scm,v 4.4 2002/11/20 19:46:25 cph Exp $
+$Id: tables.scm,v 4.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987, 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1bc9bb15b196b7e9cb7bfd8e8845e9db32ba8eb3..ab3dd4dc54404158677b2300d24e871d69b9f56b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: toplev.scm,v 4.25 2002/11/20 19:46:25 cph Exp $
+$Id: toplev.scm,v 4.26 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1988-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 24529eb9741c6c507d85d3e559f08a1bee70cbc8..a8fe51d448155d6f879db996ea8ecf72ba68da0e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: usicon.scm,v 4.6 2002/11/20 19:46:25 cph Exp $
+$Id: usicon.scm,v 4.7 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0751f26b2be00de1ae2160821f34d50354987037..e2a5cbe8b6877bcb2d0fd295cfa466dbe7872637 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: usiexp.scm,v 4.42 2002/11/20 19:46:25 cph Exp $
+$Id: usiexp.scm,v 4.43 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 22d827f2d336d31e095f33dea2cb5a2c7eac0251..7bc3a052b9e7d0cf6316dee3f9a4e73aa5e382d5 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xform.scm,v 4.12 2002/11/20 19:46:25 cph Exp $
+$Id: xform.scm,v 4.13 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2d4919884523ba4f663f5885e3b6af3de3233418..e5f1f6f3331a9057f86941eaa977e65645132537 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compat.scm,v 1.10 2003/01/01 02:27:05 cph Exp $
+$Id: compat.scm,v 1.11 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 80ac5ffb758dc2cf878a2af2617f91937043676e..8204e830b311d35ca677edc03f25cdcd61bafb27 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: genenv.scm,v 1.4 2002/11/20 19:46:25 cph Exp $
+$Id: genenv.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index bed9c196f0936ff2595d86ed981eed7f22ddca09..b7325ae13eb0e89407977c83d4803abb5933518d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: graphics.scm,v 1.6 2002/11/20 19:46:25 cph Exp $
+$Id: graphics.scm,v 1.7 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index a2639958fea4c3486e746a46bbb5ccfc56e6c65d..628297a34ebdeeca2f393f562889600ffafe4332 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sbuild.scm,v 1.6 2002/11/20 19:46:25 cph Exp $
+$Id: sbuild.scm,v 1.7 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2531cf0562d5f1f4936e748b2f0a1f2111b6c706..b4cd94d6b67b9bfbc204a96bdd35a5a7ab8c4705 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: stream.scm,v 1.3 2002/11/20 19:46:25 cph Exp $
+$Id: stream.scm,v 1.4 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 17b985e860078f052e6fdc18d1f8e584f3eee58b..d1e79e45050454ec3e0321e2444a96ff3a754a9c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: strmac.scm,v 1.4 2002/11/20 19:46:25 cph Exp $
+$Id: strmac.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987-1990, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e9b6f586fa7e209300acc939fba8639022b0d5c3..4185b84423fba0c2d64416ed2d760b98f48a3c2a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: studen.scm,v 1.12 2002/11/20 19:46:25 cph Exp $
+$Id: studen.scm,v 1.13 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1987-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index abdc5c0c44b84670f14ec98dbe3eaa3a08ea2690..2d8221fdf57955045ebde725d508ba231974e985 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in,v 1.4 2002/11/20 19:46:25 cph Exp $
+# $Id: Makefile.in,v 1.5 2003/02/14 18:28:35 cph Exp $
 #
 # Copyright (c) 2000, 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index 0756b967c9801a1ee863dc2c5c2d3d7310180075..d0a0eb88d002762997df016e5cee63d7fb6c125c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: class.scm,v 1.14 2003/02/13 05:06:35 cph Exp $
+$Id: class.scm,v 1.15 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1995,1997,2002,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5553854530abb803ab4801f755461aee9eb30b35..1ea5a85a383d73405f8eccb98e215efbf05f4138 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.7 2003/02/14 18:25:21 cph Exp $
+$Id: compile.scm,v 1.8 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1995-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6b54c605a304ecf81672215695b9723606166095..242c134f85c2d28ff49b1231e6b27202f4456b45 100644 (file)
@@ -1,24 +1,25 @@
 #| -*- Scheme -*-
 
-$Id: ed-ffi.scm,v 1.4 2002/11/20 19:46:25 cph Exp $
+$Id: ed-ffi.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1997, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 23331a5e05a59a2264fb8ce137337d481cc357f2..ee7f4e99305033c0c0963abab1bf89a12b411423 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: instance.scm,v 1.16 2003/02/14 18:25:21 cph Exp $
+$Id: instance.scm,v 1.17 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1995-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 03b18cb3da3fa26309b21351e3af1539ac2816ab..5514aa262884c8710e87f1630a87a06f933130b0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.13 2003/02/14 18:25:21 cph Exp $
+$Id: load.scm,v 1.14 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1995-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index aa333cc85c585165290e3030875d29e671074f34..ffb9cb523d0208b3f674976967624999891472c2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: macros.scm,v 1.16 2003/02/14 18:25:21 cph Exp $
+$Id: macros.scm,v 1.17 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1993-2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 5e1290197f75b4801bbaead2b2ebea5b58f71a89..d07732b60fd43374565adc9269e27c1d16b5f57f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: method.scm,v 1.13 2003/02/14 18:25:21 cph Exp $
+$Id: method.scm,v 1.14 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1995-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ce92f7a921a492d0bcdf58cdd177f0fc6e3124e5..4ed67c3064acabf8739fbffe74e91b96fd8f8d20 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: microbench.scm,v 1.4 2003/02/14 18:25:21 cph Exp $
+$Id: microbench.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1a8b0d5d90c5680d92df5a130876adf4f82f4bd5..e8f58d4151dc7cec9209cd0b6632c2dfbf459caf 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: printer.scm,v 1.4 2003/02/14 18:25:21 cph Exp $
+$Id: printer.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1996, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index e5e9ec9c8193fff798b4820da6f44db9a04beee3..ca80c1ea36cb31a7114d834f6a7f4f3668370169 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: slot.scm,v 1.9 2003/02/14 18:25:21 cph Exp $
+$Id: slot.scm,v 1.10 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1995-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 88d6270a222dbb2093db4fc61aa0c42a20491461..63fd9e178a5ad6292faa3460eeb0298c72f3c46b 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: sos.pkg,v 1.12 2002/11/20 19:46:26 cph Exp $
+$Id: sos.pkg,v 1.13 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1995-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c65f1b95abc7dde849347ebed53a875a352e7fce..c5c53f8c5aee3a9b1c6ec4d7c5c3c54ef09481b5 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in,v 1.3 2002/11/20 19:46:26 cph Exp $
+# $Id: Makefile.in,v 1.4 2003/02/14 18:28:35 cph Exp $
 #
 # Copyright (c) 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index f134fce20dd236b7f4b6942cefaf82f1c4fe7da7..37c55e283ab991632e065cd176c2470183297bbe 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.7 2003/02/14 18:25:21 cph Exp $
+$Id: compile.scm,v 1.8 2003/02/14 18:28:35 cph Exp $
 
 Copyright 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d1b3e04932a1fc086d1f5b8964f70c679d7e54cb..55b1462e0592c69c88f26d234c63d3d94ba4e2b0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ed-ffi.scm,v 1.7 2003/02/14 18:25:21 cph Exp $
+$Id: ed-ffi.scm,v 1.8 2003/02/14 18:28:35 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 9cf8a3b914e1962dd1dec4587cb3cef6aff7c36f..e681c5ebcc17031bf35c2156c6f5205738f65d2f 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.14 2003/02/14 18:25:21 cph Exp $
+$Id: load.scm,v 1.15 2003/02/14 18:28:35 cph Exp $
 
 Copyright 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b580b89eff538598d3fb4f9e3a5415df76e6875d..de24028c4bb691c6f96fd322a9df82468e87f66e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: matcher.scm,v 1.31 2003/02/14 18:25:21 cph Exp $
+$Id: matcher.scm,v 1.32 2003/02/14 18:28:35 cph Exp $
 
 Copyright 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index aa057c51458cdbf1691a78dd1eaf3c4669fb292c..d37f75cf034fb72ffda8868eea6aa2dddbecc4e2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: parser.pkg,v 1.20 2003/02/14 18:25:21 cph Exp $
+$Id: parser.pkg,v 1.21 2003/02/14 18:28:35 cph Exp $
 
 Copyright 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 600d70c82081b6f8e66384b76a7fd83ed9778196..005bbfc79353efaf50a13ff71566cdf26835f34d 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: parser.scm,v 1.34 2003/02/06 18:52:08 cph Exp $
+$Id: parser.scm,v 1.35 2003/02/14 18:28:35 cph Exp $
 
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index f859e1be55c332936f251b290ee05c795eac9a1a..005099be2b26ad84f88786bd7ac1f50eb89f1d02 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: shared.scm,v 1.25 2003/02/14 18:25:21 cph Exp $
+$Id: shared.scm,v 1.26 2003/02/14 18:28:35 cph Exp $
 
 Copyright 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 60e241dc592b3c5b9e503a93e97fff67ee521630..eb7137810b1072b37f9e04b8bbaf8b150d6f8cd0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: test-parser.scm,v 1.5 2003/02/14 18:25:21 cph Exp $
+$Id: test-parser.scm,v 1.6 2003/02/14 18:28:35 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 421f5d5f00205fb15ffb1a41f47ff1498adb45ec..62678f86ce4a28d8d3e4b089d7272c5e48f04d2c 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: swat.sf,v 1.5 2002/11/20 19:46:26 cph Exp $
+$Id: swat.sf,v 1.6 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993-1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 3082e28b3cf2a6091d038967e33298b66740fa44..8cba154592eb32d7ceb2a047ca5281c6f5cd40c0 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.4 2002/11/20 19:46:26 cph Exp $
+$Id: load.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 2023308ee5ba1bf1e00c23b4687be919513be94c..79e501788fa4e582e9e8c4eab3487d626ae8a480 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wabbit.cbf,v 1.3 2002/11/20 19:46:26 cph Exp $
+$Id: wabbit.cbf,v 1.4 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ca2a48b3a65020dd418444d305e8b41562cf14b3..7a3782b111b60067e9f944d27b8afea04b27b094 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wabbit.pkg,v 1.3 2002/11/20 19:46:26 cph Exp $
+$Id: wabbit.pkg,v 1.4 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 26c745a3800bc45d437ce98bd8d29e13bdcb3e95..4d55338c5788621af46bcfeda6ab469a1c213627 100644 (file)
@@ -1,24 +1,25 @@
 #| -*- Scheme -*-
 
-$Id: wabbit.scm,v 1.3 2002/11/20 19:46:26 cph Exp $
+$Id: wabbit.scm,v 1.4 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1994, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8b93524a0c107a42016655d8d0e60d6c7acfeed5..6da96a429c71f9cada3fb0e1b14a6c1eee84edec 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wabbit.sf,v 1.5 2002/11/20 19:46:26 cph Exp $
+$Id: wabbit.sf,v 1.6 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1994, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 13612f4ab697d79c858407ba35767199d3012cc4..e21f78ae46a664a7dbc98fcda548e403ea04f398 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: clipbrd.scm,v 1.7 2003/02/14 18:25:21 cph Exp $
+$Id: clipbrd.scm,v 1.8 2003/02/14 18:28:35 cph Exp $
 
 Copyright 1995-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index d38c72f247b8fa5842e62acef8ab31020d4d9fba..b234b02444cb835a66e6072ecbddde9960edc181 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: dib.scm,v 1.6 2002/11/20 19:46:26 cph Exp $
+$Id: dib.scm,v 1.7 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993, 1999-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 1f9c81321f9e54d6e3a52ea78843eb59f9e47ce5..42e82e75ecf66fb769ee7106127cde0e9e96111c 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: dibutils.c,v 1.5 2002/11/20 19:46:27 cph Exp $
+$Id: dibutils.c,v 1.6 2003/02/14 18:28:38 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index b56ceadfc4cac2818af1bb9530e07afb00ea61e2..acdf7fd256875c8d30670f5e1de06265797af2ca 100644 (file)
@@ -1,22 +1,22 @@
 ;; 
-;; $Id: dibutils.def,v 1.4 2002/11/20 19:46:27 cph Exp $
+;; $Id: dibutils.def,v 1.5 2003/02/14 18:28:38 cph Exp $
 ;; 
 ;; Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 ;; 
-;; This file is part of MIT Scheme.
+;; This file is part of MIT/GNU Scheme.
 ;;
-;; MIT Scheme is free software; you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published
-;; by the Free Software Foundation; either version 2 of the License,
-;; or (at your option) any later version.
+;; MIT/GNU Scheme is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU General Public License as
+;; published by the Free Software Foundation; either version 2 of the
+;; License, or (at your option) any later version.
 ;;
-;; MIT Scheme is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MIT/GNU Scheme is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;; General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with MIT Scheme; if not, write to the Free Software
+;; along with MIT/GNU Scheme; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ;; 02111-1307, USA.
 */
index b3261ba113e514d86e402f246f8219e3d22a891c..cf80167ee0bf1e92fb8d83349677b6f9dc02121b 100644 (file)
@@ -1,24 +1,25 @@
 /* -*-C-*-
 
-$Id: dibutils.h,v 1.5 2002/11/20 19:46:27 cph Exp $
+$Id: dibutils.h,v 1.6 2003/02/14 18:28:38 cph Exp $
 
 Copyright (c) 1994-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 */
 
index d629672a0ac5f49602bb6ee5c3d143f6afdbf578..9a1a3c29cdf2c88e1e86b981c12c425234761ff8 100644 (file)
@@ -1,22 +1,22 @@
 ###
-### $Id: makefile.msc,v 1.5 2002/11/20 19:46:27 cph Exp $
+### $Id: makefile.msc,v 1.6 2003/02/14 18:28:38 cph Exp $
 ###
 ### Copyright (c) 1993, 1999, 2002 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 
index efe1faa1439710ed984bf9f60757be6955b48d6c..2016ce96edaff9c143feb1ab8df31928b8cb5c27 100644 (file)
@@ -1,22 +1,22 @@
 ###
-### $Id: makefile.wcc,v 1.5 2002/11/20 19:46:27 cph Exp $
+### $Id: makefile.wcc,v 1.6 2003/02/14 18:28:38 cph Exp $
 ###
 ### Copyright (c) 1993-1999, 2002 Massachusetts Institute of Technology
 ###
-### This file is part of MIT Scheme.
+### This file is part of MIT/GNU Scheme.
 ###
-### MIT Scheme is free software; you can redistribute it and/or modify
-### it under the terms of the GNU General Public License as published
-### by the Free Software Foundation; either version 2 of the License,
-### or (at your option) any later version.
+### MIT/GNU Scheme is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public License as
+### published by the Free Software Foundation; either version 2 of the
+### License, or (at your option) any later version.
 ###
-### MIT Scheme is distributed in the hope that it will be useful, but
-### WITHOUT ANY WARRANTY; without even the implied warranty of
+### MIT/GNU Scheme is distributed in the hope that it will be useful,
+### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ### General Public License for more details.
 ###
 ### You should have received a copy of the GNU General Public License
-### along with MIT Scheme; if not, write to the Free Software
+### along with MIT/GNU Scheme; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA.
 
index cf306641ade6c719fbef53a057d024b110711b5d..6cb4094ea94151129b7bf76ae4818c5869acdb6a 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ffimacro.scm,v 1.9 2002/11/20 19:46:26 cph Exp $
+$Id: ffimacro.scm,v 1.10 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 8715f15366c98d085beb815a5b7edd10ba31b934..a31b3596f5708eb84bc858965095ea185d0957c2 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: graphics.scm,v 1.19 2002/11/25 05:54:40 cph Exp $
+$Id: graphics.scm,v 1.20 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993-1999, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 652ebae835958a4635af192731bf7b2544421c67..c79595c3fa2b20d8615b04fdf4b08f6c9f4bfed1 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.12 2002/11/20 19:46:26 cph Exp $
+$Id: make.scm,v 1.13 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 429422ff9a9491dc469f5779cc8184fed6d428aa..fb160982293ae476401b55e0cbe5060010168577 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: module.scm,v 1.5 2002/11/20 19:46:26 cph Exp $
+$Id: module.scm,v 1.6 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 91749e0bf4ccea00d2374c2cf6e219573e03087c..bd244f56b6b638de1332bd321f5d23dc908b4471 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: protect.scm,v 1.4 2002/11/20 19:46:26 cph Exp $
+$Id: protect.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 6d41af5b00bc732b7b1c7a830278c5d5003794b9..26d633dbb8ee5e0c1be8451c87b3fb27a82a6e67 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wf_user.scm,v 1.11 2002/11/20 19:46:26 cph Exp $
+$Id: wf_user.scm,v 1.12 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993-1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index ad9a1b80ae4da5f6808380d7a18d95f7eb064b2e..4445566a1b40e652472744aaecb1e9ef3075f0b6 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: win32.cbf,v 1.4 2002/11/20 19:46:26 cph Exp $
+$Id: win32.cbf,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993, 1999 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 72c46a454753526bf98659305c33df1ec160953c..56c08749208e3af36fb7289c55a254f5b7d327a3 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: win32.pkg,v 1.16 2002/11/20 19:46:26 cph Exp $
+$Id: win32.pkg,v 1.17 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993-2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 866006fb3f9a926aea85c0b1de241e5d4a39e852..a06f0a0303bf5549116bc51a38ca157b637ab555 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: win32.sf,v 1.10 2002/11/20 19:46:26 cph Exp $
+$Id: win32.sf,v 1.11 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993-1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index de69bb82da6abe178e7a2c17890bc88e9e33055e..1f9c20376856149d3d703c06e69dbd4d364ec526 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: win_ffi.scm,v 1.10 2002/11/20 19:46:26 cph Exp $
+$Id: win_ffi.scm,v 1.11 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993, 1999, 2001, 2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 81d2e73b4dbcdc4dbce33cf5e72851d703fa554a..af6fd1c2999f05774e594f7da66e48bf2af52832 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wingdi.scm,v 1.4 2002/11/20 19:46:26 cph Exp $
+$Id: wingdi.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index c49b994aa87114677742ad4d1a8bced3f1ea44bb..4d36aa3c1134f7441ac5175cd75042564a94d3ce 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: winnt.scm,v 1.4 2002/11/20 19:46:26 cph Exp $
+$Id: winnt.scm,v 1.5 2003/02/14 18:28:35 cph Exp $
 
 Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 945766f444a155f16cca70d2473120fa05a34011..0bce5d4b6b0ae6f4021db1b3a6b8963af0767b37 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: winuser.scm,v 1.4 2002/11/20 19:46:27 cph Exp $
+$Id: winuser.scm,v 1.5 2003/02/14 18:28:38 cph Exp $
 
 Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 4e2410c7e1e5a497536b589161b2354eb238870a..ae019575158b6e06e88ff4d13b4a23903da49ada 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: wt_user.scm,v 1.7 2002/11/20 19:46:27 cph Exp $
+$Id: wt_user.scm,v 1.8 2003/02/14 18:28:38 cph Exp $
 
 Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 844c9f28b97b427a573fdfde4050df90651bb578..cbae875cd7f0f2783d46af9e56618fd63bb263f6 100644 (file)
@@ -1,21 +1,21 @@
-# $Id: Makefile.in,v 1.4 2003/01/26 06:35:02 cph Exp $
+# $Id: Makefile.in,v 1.5 2003/02/14 18:28:38 cph Exp $
 #
 # Copyright 2001 Massachusetts Institute of Technology
 #
-# This file is part of MIT Scheme.
+# This file is part of MIT/GNU Scheme.
 #
-# MIT Scheme is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
+# MIT/GNU Scheme is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
 #
-# MIT Scheme is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MIT/GNU Scheme is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with MIT Scheme; if not, write to the Free Software
+# along with MIT/GNU Scheme; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
index dbac89348dbe489e5a1ede6031dafe52203f829e..16d9fd3835322d045a5447091872433f4e20b112 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.10 2003/01/26 06:32:56 cph Exp $
+$Id: compile.scm,v 1.11 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 89bfc2ce7301d58a127ce74ec93153758e9e07f5..f986e9e8f2dad557e8864d300d01bdb1245c6b45 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: ed-ffi.scm,v 1.6 2003/01/26 06:33:02 cph Exp $
+$Id: ed-ffi.scm,v 1.7 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 51a44a72545364c49be247671e6bfca1598a48de..52c86038c598cff75f066951a0d805fba63f3b02 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: load.scm,v 1.9 2003/01/26 06:35:09 cph Exp $
+$Id: load.scm,v 1.10 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001,2002 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b979b0ebd43b21848b54541052fdc1d0196a2897..3930a20ad5340541adf5569799613fdb6525d99e 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: parser-macro.scm,v 1.7 2003/01/26 06:35:15 cph Exp $
+$Id: parser-macro.scm,v 1.8 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 03844c24167d1eca4d74c15b3b42d573b5192f02..c982aa4fb1f55bf734acb5ce0a8800fd4123da29 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: test-parser.scm,v 1.8 2003/01/26 06:35:21 cph Exp $
+$Id: test-parser.scm,v 1.9 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index b9e485fe9d84097156fe824ac1333383fb8710db..4f637456dbc7824f3a3a9d77e6aa7318a5946f08 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xml-chars.scm,v 1.4 2003/01/26 06:35:28 cph Exp $
+$Id: xml-chars.scm,v 1.5 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 534bb0464b2d464d83f380700dc0dbcb3995991e..dc71b9960807d0f5d28ee5ccba180bee320090ed 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xml-output.scm,v 1.13 2003/02/13 19:58:54 cph Exp $
+$Id: xml-output.scm,v 1.14 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 07b049d19def7c2239c0a7dc107a48bce15c0f2e..e156f5df53269df5dbafa08a1a7b9c52ae953f02 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xml-parser.scm,v 1.20 2003/02/13 19:59:00 cph Exp $
+$Id: xml-parser.scm,v 1.21 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 7b1961bd9fed20d980b6601b04c97b992843f520..57f65f34999d818f73226cda629b1564f29934d7 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xml-struct.scm,v 1.8 2003/01/26 06:28:15 cph Exp $
+$Id: xml-struct.scm,v 1.9 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#
 
index 0738f883bbdf6fa5a1c341cb1cf06f6ad4fd0aff..36a4ff117c8094f8f5d21d9f9753cdabc82139fc 100644 (file)
@@ -1,24 +1,25 @@
 #| -*-Scheme-*-
 
-$Id: xml.pkg,v 1.15 2003/02/07 20:01:48 cph Exp $
+$Id: xml.pkg,v 1.16 2003/02/14 18:28:38 cph Exp $
 
 Copyright 2001,2002,2003 Massachusetts Institute of Technology
 
-This file is part of MIT Scheme.
+This file is part of MIT/GNU Scheme.
 
-MIT Scheme is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+MIT/GNU Scheme is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-MIT Scheme is distributed in the hope that it will be useful, but
+MIT/GNU Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with MIT Scheme; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+along with MIT/GNU Scheme; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 
 |#