From: Chris Hanson Date: Wed, 20 Nov 2002 19:46:27 +0000 (+0000) Subject: Update license text to GNU standard. X-Git-Tag: 20090517-FFI~2135 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1f19e006ce3522f6719ec1a1822d2c3ac1a7c2d5;p=mit-scheme.git Update license text to GNU standard. --- diff --git a/v7/src/6001/6001.cbf b/v7/src/6001/6001.cbf index c93fd4bd5..f0af288ae 100644 --- a/v7/src/6001/6001.cbf +++ b/v7/src/6001/6001.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: 6001.cbf,v 1.7 1999/01/02 06:06:43 cph Exp $ +$Id: 6001.cbf,v 1.8 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((compiler:coalescing-constant-warnings? #f) diff --git a/v7/src/6001/6001.pkg b/v7/src/6001/6001.pkg index 88b524df2..a1d9cb27b 100644 --- a/v7/src/6001/6001.pkg +++ b/v7/src/6001/6001.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: 6001.pkg,v 1.14 2001/12/20 03:16:08 cph Exp $ +$Id: 6001.pkg,v 1.15 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 6.001 packaging diff --git a/v7/src/6001/6001.sf b/v7/src/6001/6001.sf index f40cb95e1..86379d04d 100644 --- a/v7/src/6001/6001.sf +++ b/v7/src/6001/6001.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: 6001.sf,v 1.13 2001/12/20 03:23:58 cph Exp $ +$Id: 6001.sf,v 1.14 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (sf-conditionally "make") diff --git a/v7/src/6001/arith.scm b/v7/src/6001/arith.scm index 7acbf54f7..f4d440dcb 100644 --- a/v7/src/6001/arith.scm +++ b/v7/src/6001/arith.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: arith.scm,v 1.10 2002/02/09 05:56:43 cph Exp $ +$Id: arith.scm,v 1.11 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Scheme Arithmetic for 6.001 diff --git a/v7/src/6001/edextra.scm b/v7/src/6001/edextra.scm index 92203aad2..7b89ceabd 100644 --- a/v7/src/6001/edextra.scm +++ b/v7/src/6001/edextra.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: edextra.scm,v 1.33 2001/08/09 03:07:29 cph Exp $ +$Id: edextra.scm,v 1.34 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1992-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 6.001: Edwin Extensions diff --git a/v7/src/6001/floppy.scm b/v7/src/6001/floppy.scm index 98f320a45..319877d2a 100644 --- a/v7/src/6001/floppy.scm +++ b/v7/src/6001/floppy.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: floppy.scm,v 1.26 1999/08/20 20:35:56 cph Exp $ +$Id: floppy.scm,v 1.27 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 6.001: HP-UX Floppy Commands diff --git a/v7/src/6001/make.scm b/v7/src/6001/make.scm index fde9f01eb..ae8f3b8b2 100644 --- a/v7/src/6001/make.scm +++ b/v7/src/6001/make.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 15.34 2002/02/03 04:34:27 cph Exp $ +$Id: make.scm,v 15.35 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1991-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 6.001: System Construction diff --git a/v7/src/6001/nodefs.scm b/v7/src/6001/nodefs.scm index e2e19ff96..0e1bbffc3 100644 --- a/v7/src/6001/nodefs.scm +++ b/v7/src/6001/nodefs.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: nodefs.scm,v 1.12 2001/12/19 05:23:50 cph Exp $ +$Id: nodefs.scm,v 1.13 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode rewriting for 6.001 diff --git a/v7/src/6001/pic-imag.scm b/v7/src/6001/pic-imag.scm index 542ebe773..96ce7c656 100644 --- a/v7/src/6001/pic-imag.scm +++ b/v7/src/6001/pic-imag.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pic-imag.scm,v 1.10 1999/01/02 06:06:43 cph Exp $ +$Id: pic-imag.scm,v 1.11 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 6.001 Images diff --git a/v7/src/6001/pic-ops.scm b/v7/src/6001/pic-ops.scm index 20ebe7d2b..6749a63d8 100644 --- a/v7/src/6001/pic-ops.scm +++ b/v7/src/6001/pic-ops.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: pic-ops.scm,v 1.6 2001/12/20 03:24:10 cph Exp $ +$Id: pic-ops.scm,v 1.7 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; Operations for manipulating pictures diff --git a/v7/src/6001/pic-read.scm b/v7/src/6001/pic-read.scm index 1d1365df7..a23804604 100644 --- a/v7/src/6001/pic-read.scm +++ b/v7/src/6001/pic-read.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: pic-read.scm,v 1.6 2001/12/20 03:24:21 cph Exp $ +$Id: pic-read.scm,v 1.7 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Procedures to read a file in raw pgm format into a picture diff --git a/v7/src/6001/pic-reco.scm b/v7/src/6001/pic-reco.scm index 6a07f70bd..4604ad9c9 100644 --- a/v7/src/6001/pic-reco.scm +++ b/v7/src/6001/pic-reco.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: pic-reco.scm,v 1.8 2001/12/20 03:24:33 cph Exp $ +$Id: pic-reco.scm,v 1.9 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; Representation of pictures using records diff --git a/v7/src/6001/picture.scm b/v7/src/6001/picture.scm index 80109270b..33829a00e 100644 --- a/v7/src/6001/picture.scm +++ b/v7/src/6001/picture.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: picture.scm,v 1.30 2001/12/20 03:24:45 cph Exp $ +$Id: picture.scm,v 1.31 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 6.001 Images diff --git a/v7/src/Clean.sh b/v7/src/Clean.sh index 2bcd3a95c..2c71aaa9e 100755 --- a/v7/src/Clean.sh +++ b/v7/src/Clean.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.4 2000/12/08 18:20:24 cph Exp $ +# $Id: Clean.sh,v 1.5 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Utility for cleaning up MIT Scheme build directories. # The working directory must be the top-level source directory. diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index 369d72123..af86fa455 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,19 +1,21 @@ -# $Id: Makefile.in,v 1.19 2002/01/29 05:16:57 cph Exp $ +# $Id: Makefile.in,v 1.20 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000-2002 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/Makefile.std b/v7/src/Makefile.std index 5e45176cd..bd5fd2c3f 100644 --- a/v7/src/Makefile.std +++ b/v7/src/Makefile.std @@ -1,20 +1,23 @@ -# $Id: Makefile.std,v 1.11 2000/12/08 17:53:58 cph Exp $ +# $Id: Makefile.std,v 1.12 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Standard Makefile for Scheme subsystem directories. # This makefile supports some utilities for Scheme subsystems. diff --git a/v7/src/Setup.sh b/v7/src/Setup.sh index 7be75cf07..dc68ec36c 100755 --- a/v7/src/Setup.sh +++ b/v7/src/Setup.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: Setup.sh,v 1.7 2001/10/04 17:06:52 cph Exp $ +# $Id: Setup.sh,v 1.8 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Utility to set up the MIT Scheme build directories. # The working directory must be the top-level source directory. diff --git a/v7/src/Tags.sh b/v7/src/Tags.sh index fad1362d0..dd22a9935 100755 --- a/v7/src/Tags.sh +++ b/v7/src/Tags.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: Tags.sh,v 1.1 2000/12/08 06:04:32 cph Exp $ +# $Id: Tags.sh,v 1.2 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Utility to make TAGS files for MIT Scheme build directories. # The working directory must be the top-level source directory. diff --git a/v7/src/compiler/Clean.sh b/v7/src/compiler/Clean.sh index ae4cf1508..d171c5ff0 100755 --- a/v7/src/compiler/Clean.sh +++ b/v7/src/compiler/Clean.sh @@ -1,21 +1,23 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.5 2001/09/25 17:22:06 cph Exp $ +# $Id: Clean.sh,v 1.6 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/compiler/Setup.sh b/v7/src/compiler/Setup.sh index a0170dfdd..4a0d7c1cd 100755 --- a/v7/src/compiler/Setup.sh +++ b/v7/src/compiler/Setup.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: Setup.sh,v 1.3 2000/12/08 18:04:12 cph Exp $ +# $Id: Setup.sh,v 1.4 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Utility to set up the MIT Scheme compiler directory. # The working directory must be the compiler directory. diff --git a/v7/src/compiler/Stage.sh b/v7/src/compiler/Stage.sh index 4a2e476ff..51197d55e 100755 --- a/v7/src/compiler/Stage.sh +++ b/v7/src/compiler/Stage.sh @@ -1,21 +1,23 @@ #!/bin/sh # -# $Id: Stage.sh,v 1.2 2001/08/10 17:27:52 cph Exp $ +# $Id: Stage.sh,v 1.3 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/compiler/Tags.sh b/v7/src/compiler/Tags.sh index 3db92a58f..9d10b9744 100755 --- a/v7/src/compiler/Tags.sh +++ b/v7/src/compiler/Tags.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: Tags.sh,v 1.1 2000/12/08 06:04:32 cph Exp $ +# $Id: Tags.sh,v 1.2 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Utility to make TAGS file for the MIT Scheme compiler directory. # The working directory must be the compiler directory. diff --git a/v7/src/compiler/back/asmmac.scm b/v7/src/compiler/back/asmmac.scm index e2096626e..3945e50ef 100644 --- a/v7/src/compiler/back/asmmac.scm +++ b/v7/src/compiler/back/asmmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: asmmac.scm,v 1.17 2002/02/14 22:03:32 cph Exp $ +$Id: asmmac.scm,v 1.18 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1988, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Syntax Macros diff --git a/v7/src/compiler/back/asutl.scm b/v7/src/compiler/back/asutl.scm index 695ffc938..dbcb538f7 100644 --- a/v7/src/compiler/back/asutl.scm +++ b/v7/src/compiler/back/asutl.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: asutl.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: asutl.scm,v 1.4 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1992, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Utilities diff --git a/v7/src/compiler/back/bittop.scm b/v7/src/compiler/back/bittop.scm index 169b49c1a..7bb7efc83 100644 --- a/v7/src/compiler/back/bittop.scm +++ b/v7/src/compiler/back/bittop.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: bittop.scm,v 1.22 1999/01/02 06:06:43 cph Exp $ +$Id: bittop.scm,v 1.23 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Top Level diff --git a/v7/src/compiler/back/bitutl.scm b/v7/src/compiler/back/bitutl.scm index da413a4c2..d4c8b4ca8 100644 --- a/v7/src/compiler/back/bitutl.scm +++ b/v7/src/compiler/back/bitutl.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: bitutl.scm,v 1.10 1999/01/02 06:06:43 cph Exp $ +$Id: bitutl.scm,v 1.11 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler utilities diff --git a/v7/src/compiler/back/insseq.scm b/v7/src/compiler/back/insseq.scm index cf4ebe14a..a321e0165 100644 --- a/v7/src/compiler/back/insseq.scm +++ b/v7/src/compiler/back/insseq.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: insseq.scm,v 4.4 1999/01/02 06:06:43 cph Exp $ +$Id: insseq.scm,v 4.5 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1987, 1988, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Lap instruction sequences diff --git a/v7/src/compiler/back/lapgn1.scm b/v7/src/compiler/back/lapgn1.scm index 1fac9066a..b2d72ae0c 100644 --- a/v7/src/compiler/back/lapgn1.scm +++ b/v7/src/compiler/back/lapgn1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lapgn1.scm,v 4.18 1999/01/02 06:06:43 cph Exp $ +$Id: lapgn1.scm,v 4.19 2002/11/20 19:45:46 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generator: top level diff --git a/v7/src/compiler/back/lapgn2.scm b/v7/src/compiler/back/lapgn2.scm index 9ff8b560b..f3ec54134 100644 --- a/v7/src/compiler/back/lapgn2.scm +++ b/v7/src/compiler/back/lapgn2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lapgn2.scm,v 1.21 1999/01/02 06:06:43 cph Exp $ +$Id: lapgn2.scm,v 1.22 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generator: High-Level Register Assignment diff --git a/v7/src/compiler/back/lapgn3.scm b/v7/src/compiler/back/lapgn3.scm index 5e51e7746..b98c74000 100644 --- a/v7/src/compiler/back/lapgn3.scm +++ b/v7/src/compiler/back/lapgn3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgn3.scm,v 4.15 2002/02/07 05:57:54 cph Exp $ +$Id: lapgn3.scm,v 4.16 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generator diff --git a/v7/src/compiler/back/linear.scm b/v7/src/compiler/back/linear.scm index cb9de94f1..53984f1c2 100644 --- a/v7/src/compiler/back/linear.scm +++ b/v7/src/compiler/back/linear.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: linear.scm,v 4.17 1999/01/02 06:06:43 cph Exp $ +$Id: linear.scm,v 4.18 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP linearizer diff --git a/v7/src/compiler/back/mermap.scm b/v7/src/compiler/back/mermap.scm index c1362fb50..a39c06c0a 100644 --- a/v7/src/compiler/back/mermap.scm +++ b/v7/src/compiler/back/mermap.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: mermap.scm,v 1.5 1999/01/02 06:06:43 cph Exp $ +$Id: mermap.scm,v 1.6 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generator: Merge Register Maps diff --git a/v7/src/compiler/back/regmap.scm b/v7/src/compiler/back/regmap.scm index 7b206f3fb..3ed281fd8 100644 --- a/v7/src/compiler/back/regmap.scm +++ b/v7/src/compiler/back/regmap.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: regmap.scm,v 4.14 1999/01/02 06:06:43 cph Exp $ +$Id: regmap.scm,v 4.15 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Register Allocator diff --git a/v7/src/compiler/back/syerly.scm b/v7/src/compiler/back/syerly.scm index 1bba1c0ca..1af443572 100644 --- a/v7/src/compiler/back/syerly.scm +++ b/v7/src/compiler/back/syerly.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: syerly.scm,v 1.12 2001/12/20 02:37:21 cph Exp $ +$Id: syerly.scm,v 1.13 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Syntax time instruction expansion diff --git a/v7/src/compiler/back/symtab.scm b/v7/src/compiler/back/symtab.scm index 803b4ae06..8fbe485e7 100644 --- a/v7/src/compiler/back/symtab.scm +++ b/v7/src/compiler/back/symtab.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: symtab.scm,v 1.47 1999/01/02 06:06:43 cph Exp $ +$Id: symtab.scm,v 1.48 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Symbol Tables diff --git a/v7/src/compiler/back/syntax.scm b/v7/src/compiler/back/syntax.scm index 9f8a73a8d..2a4634a07 100644 --- a/v7/src/compiler/back/syntax.scm +++ b/v7/src/compiler/back/syntax.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: syntax.scm,v 1.29 2002/02/14 22:03:32 cph Exp $ +$Id: syntax.scm,v 1.30 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Syntaxer diff --git a/v7/src/compiler/base/asstop.scm b/v7/src/compiler/base/asstop.scm index f1933ff64..292c64e43 100644 --- a/v7/src/compiler/base/asstop.scm +++ b/v7/src/compiler/base/asstop.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: asstop.scm,v 1.12 2001/08/10 17:10:28 cph Exp $ +$Id: asstop.scm,v 1.13 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler and Linker top level diff --git a/v7/src/compiler/base/blocks.scm b/v7/src/compiler/base/blocks.scm index d58829249..587b75419 100644 --- a/v7/src/compiler/base/blocks.scm +++ b/v7/src/compiler/base/blocks.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: blocks.scm,v 4.15 2001/10/22 19:17:22 cph Exp $ +$Id: blocks.scm,v 4.16 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1990, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Environment model data structures diff --git a/v7/src/compiler/base/cfg1.scm b/v7/src/compiler/base/cfg1.scm index 1fca9cbd9..57f4e34b3 100644 --- a/v7/src/compiler/base/cfg1.scm +++ b/v7/src/compiler/base/cfg1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: cfg1.scm,v 4.7 2002/02/08 03:31:11 cph Exp $ +$Id: cfg1.scm,v 4.8 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1987, 1989, 1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Control Flow Graph Abstraction diff --git a/v7/src/compiler/base/cfg2.scm b/v7/src/compiler/base/cfg2.scm index 369b7d8a7..78ed8d092 100644 --- a/v7/src/compiler/base/cfg2.scm +++ b/v7/src/compiler/base/cfg2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: cfg2.scm,v 4.4 1999/01/02 06:06:43 cph Exp $ +$Id: cfg2.scm,v 4.5 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Control Flow Graph Abstraction diff --git a/v7/src/compiler/base/cfg3.scm b/v7/src/compiler/base/cfg3.scm index ef578a9f3..6e074f74d 100644 --- a/v7/src/compiler/base/cfg3.scm +++ b/v7/src/compiler/base/cfg3.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: cfg3.scm,v 4.5 1999/01/02 06:06:43 cph Exp $ +$Id: cfg3.scm,v 4.6 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Control Flow Graph Abstraction diff --git a/v7/src/compiler/base/constr.scm b/v7/src/compiler/base/constr.scm index 88f16d1c7..041dc9853 100644 --- a/v7/src/compiler/base/constr.scm +++ b/v7/src/compiler/base/constr.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: constr.scm,v 1.4 2002/02/03 03:38:53 cph Exp $ +$Id: constr.scm,v 1.5 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1989-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/compiler/base/contin.scm b/v7/src/compiler/base/contin.scm index 2c0e7da50..654a30a32 100644 --- a/v7/src/compiler/base/contin.scm +++ b/v7/src/compiler/base/contin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: contin.scm,v 4.9 1999/01/02 06:06:43 cph Exp $ +$Id: contin.scm,v 4.10 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Continuation datatype diff --git a/v7/src/compiler/base/crsend.scm b/v7/src/compiler/base/crsend.scm index fa44299fb..d18b4d442 100644 --- a/v7/src/compiler/base/crsend.scm +++ b/v7/src/compiler/base/crsend.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: crsend.scm,v 1.13 2002/02/07 05:58:04 cph Exp $ +$Id: crsend.scm,v 1.14 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Cross Compiler End diff --git a/v7/src/compiler/base/crstop.scm b/v7/src/compiler/base/crstop.scm index 989569d6c..08a62eb47 100644 --- a/v7/src/compiler/base/crstop.scm +++ b/v7/src/compiler/base/crstop.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: crstop.scm,v 1.13 1999/01/02 06:06:43 cph Exp $ +$Id: crstop.scm,v 1.14 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Cross Compiler Top Level. diff --git a/v7/src/compiler/base/ctypes.scm b/v7/src/compiler/base/ctypes.scm index 123c249fb..37e5ce57e 100644 --- a/v7/src/compiler/base/ctypes.scm +++ b/v7/src/compiler/base/ctypes.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: ctypes.scm,v 4.16 1999/01/02 06:06:43 cph Exp $ +$Id: ctypes.scm,v 4.17 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler CFG Datatypes diff --git a/v7/src/compiler/base/debug.scm b/v7/src/compiler/base/debug.scm index f771ec84e..c6aea4217 100644 --- a/v7/src/compiler/base/debug.scm +++ b/v7/src/compiler/base/debug.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: debug.scm,v 4.16 2001/10/17 03:26:55 cph Exp $ +$Id: debug.scm,v 4.17 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1990, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Debugging Support diff --git a/v7/src/compiler/base/enumer.scm b/v7/src/compiler/base/enumer.scm index 1cbb5f45a..290468346 100644 --- a/v7/src/compiler/base/enumer.scm +++ b/v7/src/compiler/base/enumer.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: enumer.scm,v 4.4 1999/01/02 06:06:43 cph Exp $ +$Id: enumer.scm,v 4.5 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Support for enumerations diff --git a/v7/src/compiler/base/infnew.scm b/v7/src/compiler/base/infnew.scm index 4c6f4c481..d7f6e6a93 100644 --- a/v7/src/compiler/base/infnew.scm +++ b/v7/src/compiler/base/infnew.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: infnew.scm,v 4.12 1999/01/02 06:06:43 cph Exp $ +$Id: infnew.scm,v 4.13 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Debugging Information diff --git a/v7/src/compiler/base/lvalue.scm b/v7/src/compiler/base/lvalue.scm index 8b27c9d8e..a7ca095c7 100644 --- a/v7/src/compiler/base/lvalue.scm +++ b/v7/src/compiler/base/lvalue.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lvalue.scm,v 4.25 2002/02/07 05:58:14 cph Exp $ +$Id: lvalue.scm,v 4.26 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Left (Hand Side) Values diff --git a/v7/src/compiler/base/macros.scm b/v7/src/compiler/base/macros.scm index 1e8566807..3345e9724 100644 --- a/v7/src/compiler/base/macros.scm +++ b/v7/src/compiler/base/macros.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: macros.scm,v 4.28 2002/02/14 15:57:10 cph Exp $ +$Id: macros.scm,v 4.29 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Macros diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index 92da69dd4..5d1a9137a 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.117 2002/02/03 04:31:03 cph Exp $ +$Id: make.scm,v 4.118 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/base/mvalue.scm b/v7/src/compiler/base/mvalue.scm index a8bb8c846..467f9cc0b 100644 --- a/v7/src/compiler/base/mvalue.scm +++ b/v7/src/compiler/base/mvalue.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: mvalue.scm,v 3.1 1999/01/02 06:06:43 cph Exp $ +$Id: mvalue.scm,v 3.2 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1987, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Multiple Value Support diff --git a/v7/src/compiler/base/object.scm b/v7/src/compiler/base/object.scm index 6d94b96a5..9090d2af4 100644 --- a/v7/src/compiler/base/object.scm +++ b/v7/src/compiler/base/object.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: object.scm,v 4.9 1999/01/02 06:06:43 cph Exp $ +$Id: object.scm,v 4.10 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Support for tagged objects diff --git a/v7/src/compiler/base/pmerly.scm b/v7/src/compiler/base/pmerly.scm index 96c14042c..3580cb5fa 100644 --- a/v7/src/compiler/base/pmerly.scm +++ b/v7/src/compiler/base/pmerly.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pmerly.scm,v 1.9 1999/01/02 06:06:43 cph Exp $ +$Id: pmerly.scm,v 1.10 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Very Simple Pattern Matcher: Early rule compilation and lookup diff --git a/v7/src/compiler/base/pmlook.scm b/v7/src/compiler/base/pmlook.scm index bd0cee8d6..19b0a8bc5 100644 --- a/v7/src/compiler/base/pmlook.scm +++ b/v7/src/compiler/base/pmlook.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pmlook.scm,v 1.9 1999/01/02 06:06:43 cph Exp $ +$Id: pmlook.scm,v 1.10 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Very Simple Pattern Matcher: Lookup diff --git a/v7/src/compiler/base/pmpars.scm b/v7/src/compiler/base/pmpars.scm index c28d534a7..23783c321 100644 --- a/v7/src/compiler/base/pmpars.scm +++ b/v7/src/compiler/base/pmpars.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pmpars.scm,v 1.7 2002/02/14 15:57:00 cph Exp $ +$Id: pmpars.scm,v 1.8 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988, 1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Very Simple Pattern Matcher: Parser diff --git a/v7/src/compiler/base/proced.scm b/v7/src/compiler/base/proced.scm index 83b0d6910..62730d715 100644 --- a/v7/src/compiler/base/proced.scm +++ b/v7/src/compiler/base/proced.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: proced.scm,v 4.23 2001/10/24 00:46:29 cph Exp $ +$Id: proced.scm,v 4.24 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1990, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Procedure datatype diff --git a/v7/src/compiler/base/refctx.scm b/v7/src/compiler/base/refctx.scm index b24bd3822..fbdbe2f04 100644 --- a/v7/src/compiler/base/refctx.scm +++ b/v7/src/compiler/base/refctx.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: refctx.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: refctx.scm,v 1.4 2002/11/20 19:45:47 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Reference Contexts diff --git a/v7/src/compiler/base/rvalue.scm b/v7/src/compiler/base/rvalue.scm index 6d0d9a0dc..7c21ac36c 100644 --- a/v7/src/compiler/base/rvalue.scm +++ b/v7/src/compiler/base/rvalue.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rvalue.scm,v 4.8 2001/10/22 19:13:04 cph Exp $ +$Id: rvalue.scm,v 4.9 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1988-1989, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Right (Hand Side) Values diff --git a/v7/src/compiler/base/scode.scm b/v7/src/compiler/base/scode.scm index 0c0aafff7..2d9141366 100644 --- a/v7/src/compiler/base/scode.scm +++ b/v7/src/compiler/base/scode.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: scode.scm,v 4.14 2002/02/08 03:07:07 cph Exp $ +$Id: scode.scm,v 4.15 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Interface diff --git a/v7/src/compiler/base/sets.scm b/v7/src/compiler/base/sets.scm index da552813a..25d5dbacc 100644 --- a/v7/src/compiler/base/sets.scm +++ b/v7/src/compiler/base/sets.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: sets.scm,v 4.2 1999/01/02 06:06:43 cph Exp $ +$Id: sets.scm,v 4.3 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1987, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Simple Set Abstraction diff --git a/v7/src/compiler/base/subprb.scm b/v7/src/compiler/base/subprb.scm index 2e3a4a2e0..d179ffd43 100644 --- a/v7/src/compiler/base/subprb.scm +++ b/v7/src/compiler/base/subprb.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: subprb.scm,v 4.8 1999/01/02 06:06:43 cph Exp $ +$Id: subprb.scm,v 4.9 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Subproblem Type diff --git a/v7/src/compiler/base/switch.scm b/v7/src/compiler/base/switch.scm index 51036dbc3..4c25e7f0a 100644 --- a/v7/src/compiler/base/switch.scm +++ b/v7/src/compiler/base/switch.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: switch.scm,v 4.26 2001/12/20 03:04:02 cph Exp $ +$Id: switch.scm,v 4.27 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Option Switches diff --git a/v7/src/compiler/base/toplev.scm b/v7/src/compiler/base/toplev.scm index 0f43ed257..dacb08b22 100644 --- a/v7/src/compiler/base/toplev.scm +++ b/v7/src/compiler/base/toplev.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: toplev.scm,v 4.62 2001/12/21 18:31:11 cph Exp $ +$Id: toplev.scm,v 4.63 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Top Level diff --git a/v7/src/compiler/base/utils.scm b/v7/src/compiler/base/utils.scm index 4f341cddf..b480f9644 100644 --- a/v7/src/compiler/base/utils.scm +++ b/v7/src/compiler/base/utils.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: utils.scm,v 4.24 2002/02/08 03:07:11 cph Exp $ +$Id: utils.scm,v 4.25 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Utilities diff --git a/v7/src/compiler/configure b/v7/src/compiler/configure index 3294faa02..01ff82d88 100755 --- a/v7/src/compiler/configure +++ b/v7/src/compiler/configure @@ -1,22 +1,25 @@ #!/bin/sh -# $Id: configure,v 1.4 2000/12/21 22:01:56 cph Exp $ +# $Id: configure,v 1.5 2002/11/20 19:45:46 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. if test ! -e machine; then case `./config.guess` in diff --git a/v7/src/compiler/etc/asm.scm b/v7/src/compiler/etc/asm.scm index 4bdac6200..85eaa1919 100644 --- a/v7/src/compiler/etc/asm.scm +++ b/v7/src/compiler/etc/asm.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: asm.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: asm.scm,v 1.4 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Source (lap) assembler diff --git a/v7/src/compiler/etc/comcmp.scm b/v7/src/compiler/etc/comcmp.scm index 51ca22893..869a9a16d 100644 --- a/v7/src/compiler/etc/comcmp.scm +++ b/v7/src/compiler/etc/comcmp.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: comcmp.scm,v 1.11 2002/02/08 03:07:42 cph Exp $ +$Id: comcmp.scm,v 1.12 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiled code binary comparison program diff --git a/v7/src/compiler/etc/comfiles.scm b/v7/src/compiler/etc/comfiles.scm index 5425eea79..5b3c0578e 100644 --- a/v7/src/compiler/etc/comfiles.scm +++ b/v7/src/compiler/etc/comfiles.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: comfiles.scm,v 1.6 1999/01/02 06:06:43 cph Exp $ +$Id: comfiles.scm,v 1.7 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Stage recompilation checks diff --git a/v7/src/compiler/etc/disload.scm b/v7/src/compiler/etc/disload.scm index 2dc6376d9..20357dcc7 100644 --- a/v7/src/compiler/etc/disload.scm +++ b/v7/src/compiler/etc/disload.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: disload.scm,v 1.12 2002/02/13 01:05:22 cph Exp $ +$Id: disload.scm,v 1.13 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1993, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Load the disassembler into a Scheme containing the compiler diff --git a/v7/src/compiler/etc/stackp.scm b/v7/src/compiler/etc/stackp.scm index dff14be6e..a6f89ae0b 100644 --- a/v7/src/compiler/etc/stackp.scm +++ b/v7/src/compiler/etc/stackp.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: stackp.scm,v 1.7 1999/01/02 06:06:43 cph Exp $ +$Id: stackp.scm,v 1.8 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1987-8, 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Primitive Stack Parser diff --git a/v7/src/compiler/etc/xcbfdir.scm b/v7/src/compiler/etc/xcbfdir.scm index a9c028378..16a3e2043 100644 --- a/v7/src/compiler/etc/xcbfdir.scm +++ b/v7/src/compiler/etc/xcbfdir.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: xcbfdir.scm,v 1.9 1999/01/02 06:06:43 cph Exp $ +$Id: xcbfdir.scm,v 1.10 2002/11/20 19:45:48 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Distributed directory recompilation. diff --git a/v7/src/compiler/fggen/canon.scm b/v7/src/compiler/fggen/canon.scm index 33e413ce5..7c24f4571 100644 --- a/v7/src/compiler/fggen/canon.scm +++ b/v7/src/compiler/fggen/canon.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: canon.scm,v 1.22 2002/02/08 03:54:25 cph Exp $ +$Id: canon.scm,v 1.23 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Scode canonicalization. diff --git a/v7/src/compiler/fggen/declar.scm b/v7/src/compiler/fggen/declar.scm index 683e7bd34..c21ecd5ee 100644 --- a/v7/src/compiler/fggen/declar.scm +++ b/v7/src/compiler/fggen/declar.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: declar.scm,v 1.6 1999/01/02 06:06:43 cph Exp $ +$Id: declar.scm,v 1.7 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987, 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Flow Graph Generation: Declarations diff --git a/v7/src/compiler/fggen/fggen.scm b/v7/src/compiler/fggen/fggen.scm index 0b3dbccd2..bc2b5fb63 100644 --- a/v7/src/compiler/fggen/fggen.scm +++ b/v7/src/compiler/fggen/fggen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: fggen.scm,v 4.37 2002/02/08 03:54:36 cph Exp $ +$Id: fggen.scm,v 4.38 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Flow Graph Generation diff --git a/v7/src/compiler/fgopt/blktyp.scm b/v7/src/compiler/fgopt/blktyp.scm index 0062bf990..e71d6b1dc 100644 --- a/v7/src/compiler/fgopt/blktyp.scm +++ b/v7/src/compiler/fgopt/blktyp.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: blktyp.scm,v 4.16 1999/01/02 06:06:43 cph Exp $ +$Id: blktyp.scm,v 4.17 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Environment Type Assignment diff --git a/v7/src/compiler/fgopt/closan.scm b/v7/src/compiler/fgopt/closan.scm index 8a106479f..3c4ea8011 100644 --- a/v7/src/compiler/fgopt/closan.scm +++ b/v7/src/compiler/fgopt/closan.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: closan.scm,v 4.30 2002/03/19 17:21:03 cph Exp $ +$Id: closan.scm,v 4.31 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987-1991, 1998, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Closure Analysis diff --git a/v7/src/compiler/fgopt/conect.scm b/v7/src/compiler/fgopt/conect.scm index 141466868..f17ac1436 100644 --- a/v7/src/compiler/fgopt/conect.scm +++ b/v7/src/compiler/fgopt/conect.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: conect.scm,v 4.6 2001/10/16 16:38:37 cph Exp $ +$Id: conect.scm,v 4.7 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987, 1988, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; FG Connectivity Analysis diff --git a/v7/src/compiler/fgopt/contan.scm b/v7/src/compiler/fgopt/contan.scm index 314b5008d..ce430ced3 100644 --- a/v7/src/compiler/fgopt/contan.scm +++ b/v7/src/compiler/fgopt/contan.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: contan.scm,v 4.10 1999/01/02 06:06:43 cph Exp $ +$Id: contan.scm,v 4.11 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Continuation Analysis diff --git a/v7/src/compiler/fgopt/delint.scm b/v7/src/compiler/fgopt/delint.scm index 387cd3a6f..65593cc27 100644 --- a/v7/src/compiler/fgopt/delint.scm +++ b/v7/src/compiler/fgopt/delint.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: delint.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: delint.scm,v 1.5 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Delete integrated parameters diff --git a/v7/src/compiler/fgopt/desenv.scm b/v7/src/compiler/fgopt/desenv.scm index 0de5afba5..ac31bc359 100644 --- a/v7/src/compiler/fgopt/desenv.scm +++ b/v7/src/compiler/fgopt/desenv.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: desenv.scm,v 4.5 2001/10/22 19:41:46 cph Exp $ +$Id: desenv.scm,v 4.6 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987, 1989, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Environment Design diff --git a/v7/src/compiler/fgopt/envopt.scm b/v7/src/compiler/fgopt/envopt.scm index c8a85651a..52809f6da 100644 --- a/v7/src/compiler/fgopt/envopt.scm +++ b/v7/src/compiler/fgopt/envopt.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: envopt.scm,v 1.10 2001/11/01 18:35:36 cph Exp $ +$Id: envopt.scm,v 1.11 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988-1990, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Procedure environment optimization diff --git a/v7/src/compiler/fgopt/folcon.scm b/v7/src/compiler/fgopt/folcon.scm index d98b34847..507f65e32 100644 --- a/v7/src/compiler/fgopt/folcon.scm +++ b/v7/src/compiler/fgopt/folcon.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: folcon.scm,v 4.9 1999/01/02 06:06:43 cph Exp $ +$Id: folcon.scm,v 4.10 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Constant Folding diff --git a/v7/src/compiler/fgopt/offset.scm b/v7/src/compiler/fgopt/offset.scm index 0d99ab27d..5d9c729b5 100644 --- a/v7/src/compiler/fgopt/offset.scm +++ b/v7/src/compiler/fgopt/offset.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: offset.scm,v 4.9 1999/01/02 06:06:43 cph Exp $ +$Id: offset.scm,v 4.10 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compute FG Node Offsets diff --git a/v7/src/compiler/fgopt/operan.scm b/v7/src/compiler/fgopt/operan.scm index 2e4e450fc..b34eac4ff 100644 --- a/v7/src/compiler/fgopt/operan.scm +++ b/v7/src/compiler/fgopt/operan.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: operan.scm,v 4.8 1999/01/02 06:06:43 cph Exp $ +$Id: operan.scm,v 4.9 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Operator Analysis diff --git a/v7/src/compiler/fgopt/order.scm b/v7/src/compiler/fgopt/order.scm index 2ef980fe4..0e8cd4c50 100644 --- a/v7/src/compiler/fgopt/order.scm +++ b/v7/src/compiler/fgopt/order.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: order.scm,v 4.17 2000/05/03 19:18:28 cph Exp $ +$Id: order.scm,v 4.18 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988-1990, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Argument Ordering Analysis diff --git a/v7/src/compiler/fgopt/outer.scm b/v7/src/compiler/fgopt/outer.scm index 79f8b19a6..e108f2cd9 100644 --- a/v7/src/compiler/fgopt/outer.scm +++ b/v7/src/compiler/fgopt/outer.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: outer.scm,v 4.6 1999/01/02 06:06:43 cph Exp $ +$Id: outer.scm,v 4.7 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Dataflow analysis: track values into or out of the graph diff --git a/v7/src/compiler/fgopt/param.scm b/v7/src/compiler/fgopt/param.scm index feaa95ebd..f321bda4c 100644 --- a/v7/src/compiler/fgopt/param.scm +++ b/v7/src/compiler/fgopt/param.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: param.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: param.scm,v 1.5 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Argument Ordering Analysis diff --git a/v7/src/compiler/fgopt/reord.scm b/v7/src/compiler/fgopt/reord.scm index daf8f6132..1c45a0f0f 100644 --- a/v7/src/compiler/fgopt/reord.scm +++ b/v7/src/compiler/fgopt/reord.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: reord.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: reord.scm,v 1.3 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Parallel assignment problem diff --git a/v7/src/compiler/fgopt/reteqv.scm b/v7/src/compiler/fgopt/reteqv.scm index f239bbf6f..b68d15914 100644 --- a/v7/src/compiler/fgopt/reteqv.scm +++ b/v7/src/compiler/fgopt/reteqv.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: reteqv.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: reteqv.scm,v 1.3 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Return Equivalencing diff --git a/v7/src/compiler/fgopt/reuse.scm b/v7/src/compiler/fgopt/reuse.scm index 7131be213..5b6cef6b5 100644 --- a/v7/src/compiler/fgopt/reuse.scm +++ b/v7/src/compiler/fgopt/reuse.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: reuse.scm,v 1.8 1999/01/02 06:06:43 cph Exp $ +$Id: reuse.scm,v 1.9 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Reduction Combinations: Frame Reuse diff --git a/v7/src/compiler/fgopt/sideff.scm b/v7/src/compiler/fgopt/sideff.scm index 9c36336e7..0e32b6ca0 100644 --- a/v7/src/compiler/fgopt/sideff.scm +++ b/v7/src/compiler/fgopt/sideff.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: sideff.scm,v 1.9 1999/01/02 06:06:43 cph Exp $ +$Id: sideff.scm,v 1.10 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Side effect analysis diff --git a/v7/src/compiler/fgopt/simapp.scm b/v7/src/compiler/fgopt/simapp.scm index 184e282d9..56017c4dc 100644 --- a/v7/src/compiler/fgopt/simapp.scm +++ b/v7/src/compiler/fgopt/simapp.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: simapp.scm,v 4.9 1999/01/02 06:06:43 cph Exp $ +$Id: simapp.scm,v 4.10 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Dataflow Analysis: Simulate Application diff --git a/v7/src/compiler/fgopt/simple.scm b/v7/src/compiler/fgopt/simple.scm index 059692322..dbd262b92 100644 --- a/v7/src/compiler/fgopt/simple.scm +++ b/v7/src/compiler/fgopt/simple.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: simple.scm,v 4.7 1999/01/02 06:06:43 cph Exp $ +$Id: simple.scm,v 4.8 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1987, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Argument Simplicity Analysis diff --git a/v7/src/compiler/fgopt/subfre.scm b/v7/src/compiler/fgopt/subfre.scm index 0a3cc32d5..5f9039e50 100644 --- a/v7/src/compiler/fgopt/subfre.scm +++ b/v7/src/compiler/fgopt/subfre.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: subfre.scm,v 1.8 1999/01/02 06:06:43 cph Exp $ +$Id: subfre.scm,v 1.9 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Subproblem Free Variables diff --git a/v7/src/compiler/fgopt/varind.scm b/v7/src/compiler/fgopt/varind.scm index 0297fb484..9a72c72b3 100644 --- a/v7/src/compiler/fgopt/varind.scm +++ b/v7/src/compiler/fgopt/varind.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: varind.scm,v 1.5 1999/01/02 06:06:43 cph Exp $ +$Id: varind.scm,v 1.6 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Variable Indirections diff --git a/v7/src/compiler/machines/C/compiler.cbf b/v7/src/compiler/machines/C/compiler.cbf index ee20160e4..bfe4d845b 100644 --- a/v7/src/compiler/machines/C/compiler.cbf +++ b/v7/src/compiler/machines/C/compiler.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.cbf,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: compiler.cbf,v 1.4 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally compile the compiler (from .bins) diff --git a/v7/src/compiler/machines/C/compiler.pkg b/v7/src/compiler/machines/C/compiler.pkg index 328fdba73..32effa3b7 100644 --- a/v7/src/compiler/machines/C/compiler.pkg +++ b/v7/src/compiler/machines/C/compiler.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.14 2002/02/08 03:15:10 cph Exp $ +$Id: compiler.pkg,v 1.15 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Packaging diff --git a/v7/src/compiler/machines/C/compiler.sf b/v7/src/compiler/machines/C/compiler.sf index cb532981e..80d6384ba 100644 --- a/v7/src/compiler/machines/C/compiler.sf +++ b/v7/src/compiler/machines/C/compiler.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.9 2001/12/19 21:39:29 cph Exp $ +$Id: compiler.sf,v 1.10 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally syntax the compiler diff --git a/v7/src/compiler/machines/C/cout.scm b/v7/src/compiler/machines/C/cout.scm index f1b8202bd..66682c55e 100644 --- a/v7/src/compiler/machines/C/cout.scm +++ b/v7/src/compiler/machines/C/cout.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: cout.scm,v 1.21 1999/01/02 06:06:43 cph Exp $ +$Id: cout.scm,v 1.22 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; C-output fake assembler and linker diff --git a/v7/src/compiler/machines/C/ctop.scm b/v7/src/compiler/machines/C/ctop.scm index 3065774af..fdc15aa32 100644 --- a/v7/src/compiler/machines/C/ctop.scm +++ b/v7/src/compiler/machines/C/ctop.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: ctop.scm,v 1.13 1999/01/02 06:06:43 cph Exp $ +$Id: ctop.scm,v 1.14 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; C-output fake assembler and linker diff --git a/v7/src/compiler/machines/C/cutl.scm b/v7/src/compiler/machines/C/cutl.scm index 961784d3c..11ea04a8f 100644 --- a/v7/src/compiler/machines/C/cutl.scm +++ b/v7/src/compiler/machines/C/cutl.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: cutl.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: cutl.scm,v 1.3 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1992, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; C back-end utilities diff --git a/v7/src/compiler/machines/C/decls.scm b/v7/src/compiler/machines/C/decls.scm index 736b97ca4..fec04afae 100644 --- a/v7/src/compiler/machines/C/decls.scm +++ b/v7/src/compiler/machines/C/decls.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 1.6 2001/12/20 03:04:02 cph Exp $ +$Id: decls.scm,v 1.7 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler File Dependencies diff --git a/v7/src/compiler/machines/C/lapgen.scm b/v7/src/compiler/machines/C/lapgen.scm index f848ed4bb..e9c1a5c14 100644 --- a/v7/src/compiler/machines/C/lapgen.scm +++ b/v7/src/compiler/machines/C/lapgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 1.14 2002/02/16 06:32:42 cph Exp $ +$Id: lapgen.scm,v 1.15 2002/11/20 19:45:49 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rules for C. Shared utilities. diff --git a/v7/src/compiler/machines/C/machin.scm b/v7/src/compiler/machines/C/machin.scm index 44e9e7123..cce5df1b3 100644 --- a/v7/src/compiler/machines/C/machin.scm +++ b/v7/src/compiler/machines/C/machin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: machin.scm,v 1.8 1999/01/02 06:06:43 cph Exp $ +$Id: machin.scm,v 1.9 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Machine Model for C diff --git a/v7/src/compiler/machines/C/make.scm b/v7/src/compiler/machines/C/make.scm index 89ba407c8..4e795344a 100644 --- a/v7/src/compiler/machines/C/make.scm +++ b/v7/src/compiler/machines/C/make.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm,v 1.4 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/C/rgspcm.scm b/v7/src/compiler/machines/C/rgspcm.scm index 62e34fa25..83ce5ce6f 100644 --- a/v7/src/compiler/machines/C/rgspcm.scm +++ b/v7/src/compiler/machines/C/rgspcm.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgspcm.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: rgspcm.scm,v 1.4 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Special primitive combinations. diff --git a/v7/src/compiler/machines/C/rules1.scm b/v7/src/compiler/machines/C/rules1.scm index dbdd765e2..4152961a8 100644 --- a/v7/src/compiler/machines/C/rules1.scm +++ b/v7/src/compiler/machines/C/rules1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 1.8 1999/01/02 06:06:43 cph Exp $ +$Id: rules1.scm,v 1.9 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Data Transfers diff --git a/v7/src/compiler/machines/C/rules2.scm b/v7/src/compiler/machines/C/rules2.scm index 8bc152df6..dd8c81411 100644 --- a/v7/src/compiler/machines/C/rules2.scm +++ b/v7/src/compiler/machines/C/rules2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules2.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: rules2.scm,v 1.4 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Predicates diff --git a/v7/src/compiler/machines/C/rules3.scm b/v7/src/compiler/machines/C/rules3.scm index edc08fb64..3793ca113 100644 --- a/v7/src/compiler/machines/C/rules3.scm +++ b/v7/src/compiler/machines/C/rules3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 1.11 2002/02/16 06:34:31 cph Exp $ +$Id: rules3.scm,v 1.12 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Invocations and Entries diff --git a/v7/src/compiler/machines/C/rules4.scm b/v7/src/compiler/machines/C/rules4.scm index a4059e426..2fac8b3c3 100644 --- a/v7/src/compiler/machines/C/rules4.scm +++ b/v7/src/compiler/machines/C/rules4.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules4.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rules4.scm,v 1.3 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Interpreter Calls diff --git a/v7/src/compiler/machines/C/rulfix.scm b/v7/src/compiler/machines/C/rulfix.scm index 60213b5f5..24f8264a2 100644 --- a/v7/src/compiler/machines/C/rulfix.scm +++ b/v7/src/compiler/machines/C/rulfix.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulfix.scm,v 1.5 2002/02/16 06:37:29 cph Exp $ +$Id: rulfix.scm,v 1.6 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Fixnum Rules diff --git a/v7/src/compiler/machines/C/rulflo.scm b/v7/src/compiler/machines/C/rulflo.scm index 9fac0b98f..6ba039c50 100644 --- a/v7/src/compiler/machines/C/rulflo.scm +++ b/v7/src/compiler/machines/C/rulflo.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulflo.scm,v 1.7 2002/02/16 06:38:35 cph Exp $ +$Id: rulflo.scm,v 1.8 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Flonum rules diff --git a/v7/src/compiler/machines/C/rulrew.scm b/v7/src/compiler/machines/C/rulrew.scm index 1cda4cacc..2f07f4d8f 100644 --- a/v7/src/compiler/machines/C/rulrew.scm +++ b/v7/src/compiler/machines/C/rulrew.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rulrew.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: rulrew.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rewrite Rules diff --git a/v7/src/compiler/machines/alpha/assmd.scm b/v7/src/compiler/machines/alpha/assmd.scm index 6a0decca9..94487e1b5 100644 --- a/v7/src/compiler/machines/alpha/assmd.scm +++ b/v7/src/compiler/machines/alpha/assmd.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: assmd.scm,v 1.4 2002/02/16 06:39:42 cph Exp $ +$Id: assmd.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Machine Dependencies diff --git a/v7/src/compiler/machines/alpha/coerce.scm b/v7/src/compiler/machines/alpha/coerce.scm index 9c37f688f..3f560d823 100644 --- a/v7/src/compiler/machines/alpha/coerce.scm +++ b/v7/src/compiler/machines/alpha/coerce.scm @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: coerce.scm,v 1.3 1999/01/02 06:48:57 cph Exp $ +$Id: coerce.scm,v 1.4 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/compiler.cbf b/v7/src/compiler/machines/alpha/compiler.cbf index 9c3015501..58cc08b0e 100644 --- a/v7/src/compiler/machines/alpha/compiler.cbf +++ b/v7/src/compiler/machines/alpha/compiler.cbf @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: compiler.cbf,v 1.3 1999/01/02 06:48:57 cph Exp $ +$Id: compiler.cbf,v 1.4 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/compiler.pkg b/v7/src/compiler/machines/alpha/compiler.pkg index b61045cb8..a83393576 100644 --- a/v7/src/compiler/machines/alpha/compiler.pkg +++ b/v7/src/compiler/machines/alpha/compiler.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.17 2002/02/08 03:15:10 cph Exp $ +$Id: compiler.pkg,v 1.18 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Packaging diff --git a/v7/src/compiler/machines/alpha/compiler.sf b/v7/src/compiler/machines/alpha/compiler.sf index 1c73b577b..c5cb1111a 100644 --- a/v7/src/compiler/machines/alpha/compiler.sf +++ b/v7/src/compiler/machines/alpha/compiler.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.10 2001/12/20 03:04:02 cph Exp $ +$Id: compiler.sf,v 1.11 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally syntax the compiler diff --git a/v7/src/compiler/machines/alpha/dassm1.scm b/v7/src/compiler/machines/alpha/dassm1.scm index bad5b21a8..d3f13c541 100644 --- a/v7/src/compiler/machines/alpha/dassm1.scm +++ b/v7/src/compiler/machines/alpha/dassm1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm1.scm,v 1.4 2002/02/16 06:42:16 cph Exp $ +$Id: dassm1.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Disassembler: User Level diff --git a/v7/src/compiler/machines/alpha/dassm2.scm b/v7/src/compiler/machines/alpha/dassm2.scm index 424b22fec..fdceed41c 100644 --- a/v7/src/compiler/machines/alpha/dassm2.scm +++ b/v7/src/compiler/machines/alpha/dassm2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm2.scm,v 1.4 2002/02/16 06:43:11 cph Exp $ +$Id: dassm2.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Alpha Disassembler: Top Level diff --git a/v7/src/compiler/machines/alpha/dassm3.scm b/v7/src/compiler/machines/alpha/dassm3.scm index 0ca17c71e..7c8ad6fbe 100644 --- a/v7/src/compiler/machines/alpha/dassm3.scm +++ b/v7/src/compiler/machines/alpha/dassm3.scm @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: dassm3.scm,v 1.2 1999/01/02 06:48:57 cph Exp $ +$Id: dassm3.scm,v 1.3 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/decls.scm b/v7/src/compiler/machines/alpha/decls.scm index 5f7fed9a0..9319f1237 100644 --- a/v7/src/compiler/machines/alpha/decls.scm +++ b/v7/src/compiler/machines/alpha/decls.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 1.8 2001/12/20 03:04:02 cph Exp $ +$Id: decls.scm,v 1.9 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler File Dependencies diff --git a/v7/src/compiler/machines/alpha/inerly.scm b/v7/src/compiler/machines/alpha/inerly.scm index 2ed52de05..0b1cc48f8 100644 --- a/v7/src/compiler/machines/alpha/inerly.scm +++ b/v7/src/compiler/machines/alpha/inerly.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: inerly.scm,v 1.6 2001/12/23 17:20:57 cph Exp $ +$Id: inerly.scm,v 1.7 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; Alpha Instruction Set Macros. Early version diff --git a/v7/src/compiler/machines/alpha/insmac.scm b/v7/src/compiler/machines/alpha/insmac.scm index 2664d3604..6deaf36fe 100644 --- a/v7/src/compiler/machines/alpha/insmac.scm +++ b/v7/src/compiler/machines/alpha/insmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: insmac.scm,v 1.6 2002/02/14 22:03:32 cph Exp $ +$Id: insmac.scm,v 1.7 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Alpha Instruction Set Macros diff --git a/v7/src/compiler/machines/alpha/instr1.scm b/v7/src/compiler/machines/alpha/instr1.scm index dc058edd5..34c235094 100644 --- a/v7/src/compiler/machines/alpha/instr1.scm +++ b/v7/src/compiler/machines/alpha/instr1.scm @@ -1,23 +1,24 @@ #| -*-Scheme-*- -$Id: instr1.scm,v 1.6 2002/02/22 02:57:23 cph Exp $ +$Id: instr1.scm,v 1.7 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/instr2.scm b/v7/src/compiler/machines/alpha/instr2.scm index 4e16783ed..ea8378671 100644 --- a/v7/src/compiler/machines/alpha/instr2.scm +++ b/v7/src/compiler/machines/alpha/instr2.scm @@ -1,23 +1,24 @@ #| -*-Scheme-*- -$Id: instr2.scm,v 1.4 2002/02/22 03:01:31 cph Exp $ +$Id: instr2.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/instr3.scm b/v7/src/compiler/machines/alpha/instr3.scm index 34eeb92d3..c5b352087 100644 --- a/v7/src/compiler/machines/alpha/instr3.scm +++ b/v7/src/compiler/machines/alpha/instr3.scm @@ -1,23 +1,24 @@ #| -*-Scheme-*- -$Id: instr3.scm,v 1.4 2002/02/22 03:03:31 cph Exp $ +$Id: instr3.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/lapgen.scm b/v7/src/compiler/machines/alpha/lapgen.scm index 5c2a942d9..f7e914ae3 100644 --- a/v7/src/compiler/machines/alpha/lapgen.scm +++ b/v7/src/compiler/machines/alpha/lapgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 1.9 2002/02/22 03:06:43 cph Exp $ +$Id: lapgen.scm,v 1.10 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rules for Alpha. Shared utilities. diff --git a/v7/src/compiler/machines/alpha/lapopt.scm b/v7/src/compiler/machines/alpha/lapopt.scm index c5a2cd08f..1ce9e2a59 100644 --- a/v7/src/compiler/machines/alpha/lapopt.scm +++ b/v7/src/compiler/machines/alpha/lapopt.scm @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: lapopt.scm,v 1.2 1999/01/02 06:48:57 cph Exp $ +$Id: lapopt.scm,v 1.3 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/machin.scm b/v7/src/compiler/machines/alpha/machin.scm index b97c1c54c..6d5691204 100644 --- a/v7/src/compiler/machines/alpha/machin.scm +++ b/v7/src/compiler/machines/alpha/machin.scm @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: machin.scm,v 1.8 1999/01/02 06:48:57 cph Exp $ +$Id: machin.scm,v 1.9 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# ;;; Machine Model for Alpha diff --git a/v7/src/compiler/machines/alpha/make.scm b/v7/src/compiler/machines/alpha/make.scm index fdcea85c8..32c6f6766 100644 --- a/v7/src/compiler/machines/alpha/make.scm +++ b/v7/src/compiler/machines/alpha/make.scm @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.4 1999/01/02 06:48:57 cph Exp $ +$Id: make.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/rgspcm.scm b/v7/src/compiler/machines/alpha/rgspcm.scm index 8701e792f..244b8ca19 100644 --- a/v7/src/compiler/machines/alpha/rgspcm.scm +++ b/v7/src/compiler/machines/alpha/rgspcm.scm @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: rgspcm.scm,v 1.2 1999/01/02 06:48:57 cph Exp $ +$Id: rgspcm.scm,v 1.3 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/alpha/rules1.scm b/v7/src/compiler/machines/alpha/rules1.scm index 29cad2e55..b0d320a10 100644 --- a/v7/src/compiler/machines/alpha/rules1.scm +++ b/v7/src/compiler/machines/alpha/rules1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 1.4 2001/12/19 21:39:29 cph Exp $ +$Id: rules1.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Data Transfers diff --git a/v7/src/compiler/machines/alpha/rules2.scm b/v7/src/compiler/machines/alpha/rules2.scm index 4111b7a26..94aa32e72 100644 --- a/v7/src/compiler/machines/alpha/rules2.scm +++ b/v7/src/compiler/machines/alpha/rules2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules2.scm,v 1.3 2001/12/19 21:39:30 cph Exp $ +$Id: rules2.scm,v 1.4 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Predicates diff --git a/v7/src/compiler/machines/alpha/rules3.scm b/v7/src/compiler/machines/alpha/rules3.scm index 92356e69e..9f118580d 100644 --- a/v7/src/compiler/machines/alpha/rules3.scm +++ b/v7/src/compiler/machines/alpha/rules3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 1.10 2002/02/22 03:07:58 cph Exp $ +$Id: rules3.scm,v 1.11 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Invocations and Entries (Alpha) diff --git a/v7/src/compiler/machines/alpha/rules4.scm b/v7/src/compiler/machines/alpha/rules4.scm index 71a22b321..e7397bf43 100644 --- a/v7/src/compiler/machines/alpha/rules4.scm +++ b/v7/src/compiler/machines/alpha/rules4.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules4.scm,v 1.4 2001/12/19 21:39:30 cph Exp $ +$Id: rules4.scm,v 1.5 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Interpreter Calls diff --git a/v7/src/compiler/machines/alpha/rulfix.scm b/v7/src/compiler/machines/alpha/rulfix.scm index d86dd5069..273a4db33 100644 --- a/v7/src/compiler/machines/alpha/rulfix.scm +++ b/v7/src/compiler/machines/alpha/rulfix.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulfix.scm,v 1.5 2001/12/19 21:39:30 cph Exp $ +$Id: rulfix.scm,v 1.6 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Fixnum Rules diff --git a/v7/src/compiler/machines/alpha/rulflo.scm b/v7/src/compiler/machines/alpha/rulflo.scm index 63253cb99..ad2176d14 100644 --- a/v7/src/compiler/machines/alpha/rulflo.scm +++ b/v7/src/compiler/machines/alpha/rulflo.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulflo.scm,v 1.6 2002/02/22 03:10:15 cph Exp $ +$Id: rulflo.scm,v 1.7 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Flonum rules diff --git a/v7/src/compiler/machines/alpha/rulrew.scm b/v7/src/compiler/machines/alpha/rulrew.scm index cc93c0012..914e539de 100644 --- a/v7/src/compiler/machines/alpha/rulrew.scm +++ b/v7/src/compiler/machines/alpha/rulrew.scm @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: rulrew.scm,v 1.3 1999/01/02 06:48:57 cph Exp $ +$Id: rulrew.scm,v 1.4 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |# diff --git a/v7/src/compiler/machines/bobcat/assmd.scm b/v7/src/compiler/machines/bobcat/assmd.scm index 23572cc0f..3e0df9ddd 100644 --- a/v7/src/compiler/machines/bobcat/assmd.scm +++ b/v7/src/compiler/machines/bobcat/assmd.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: assmd.scm,v 1.39 2002/02/22 03:11:37 cph Exp $ +$Id: assmd.scm,v 1.40 2002/11/20 19:45:50 cph Exp $ Copyright (c) 1988-1989, 1999, 2001-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Machine Dependencies diff --git a/v7/src/compiler/machines/bobcat/coerce.scm b/v7/src/compiler/machines/bobcat/coerce.scm index c4159bc8c..2c45b1b12 100644 --- a/v7/src/compiler/machines/bobcat/coerce.scm +++ b/v7/src/compiler/machines/bobcat/coerce.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: coerce.scm,v 1.11 1999/01/02 06:06:43 cph Exp $ +$Id: coerce.scm,v 1.12 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1987, 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 Specific Coercions diff --git a/v7/src/compiler/machines/bobcat/compiler.cbf b/v7/src/compiler/machines/bobcat/compiler.cbf index f6d1a9fd0..e19c36eb7 100644 --- a/v7/src/compiler/machines/bobcat/compiler.cbf +++ b/v7/src/compiler/machines/bobcat/compiler.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.cbf,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: compiler.cbf,v 1.4 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally compile the compiler (from .bins) diff --git a/v7/src/compiler/machines/bobcat/compiler.pkg b/v7/src/compiler/machines/bobcat/compiler.pkg index 26ad3f313..cbe67d5f4 100644 --- a/v7/src/compiler/machines/bobcat/compiler.pkg +++ b/v7/src/compiler/machines/bobcat/compiler.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.54 2002/02/08 03:15:10 cph Exp $ +$Id: compiler.pkg,v 1.55 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Packaging diff --git a/v7/src/compiler/machines/bobcat/compiler.sf b/v7/src/compiler/machines/bobcat/compiler.sf index e931bd92e..87fb5b82c 100644 --- a/v7/src/compiler/machines/bobcat/compiler.sf +++ b/v7/src/compiler/machines/bobcat/compiler.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.22 2001/12/20 03:04:02 cph Exp $ +$Id: compiler.sf,v 1.23 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally syntax the compiler diff --git a/v7/src/compiler/machines/bobcat/dassm1.scm b/v7/src/compiler/machines/bobcat/dassm1.scm index dc6f6ae0d..f03fc7a0f 100644 --- a/v7/src/compiler/machines/bobcat/dassm1.scm +++ b/v7/src/compiler/machines/bobcat/dassm1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm1.scm,v 4.22 2002/02/22 03:12:39 cph Exp $ +$Id: dassm1.scm,v 4.23 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Disassembler: User Level diff --git a/v7/src/compiler/machines/bobcat/dassm2.scm b/v7/src/compiler/machines/bobcat/dassm2.scm index 74a4f165d..aa749e92f 100644 --- a/v7/src/compiler/machines/bobcat/dassm2.scm +++ b/v7/src/compiler/machines/bobcat/dassm2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm2.scm,v 4.25 2002/02/22 03:13:42 cph Exp $ +$Id: dassm2.scm,v 4.26 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 Disassembler: Top Level diff --git a/v7/src/compiler/machines/bobcat/dassm3.scm b/v7/src/compiler/machines/bobcat/dassm3.scm index db075959d..13d9930e9 100644 --- a/v7/src/compiler/machines/bobcat/dassm3.scm +++ b/v7/src/compiler/machines/bobcat/dassm3.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: dassm3.scm,v 4.9 1999/01/02 06:06:43 cph Exp $ +$Id: dassm3.scm,v 4.10 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 Disassembler: Internals diff --git a/v7/src/compiler/machines/bobcat/decls.scm b/v7/src/compiler/machines/bobcat/decls.scm index 03010fa84..66a79b419 100644 --- a/v7/src/compiler/machines/bobcat/decls.scm +++ b/v7/src/compiler/machines/bobcat/decls.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 4.39 2001/12/20 03:04:02 cph Exp $ +$Id: decls.scm,v 4.40 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler File Dependencies diff --git a/v7/src/compiler/machines/bobcat/flinstr1.scm b/v7/src/compiler/machines/bobcat/flinstr1.scm index 02ee1a236..f8433f78c 100644 --- a/v7/src/compiler/machines/bobcat/flinstr1.scm +++ b/v7/src/compiler/machines/bobcat/flinstr1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: flinstr1.scm,v 1.4 2002/02/22 03:14:49 cph Exp $ +$Id: flinstr1.scm,v 1.5 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1989, 1999, 2001-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Instruction set description for 68881 floating point processor diff --git a/v7/src/compiler/machines/bobcat/flinstr2.scm b/v7/src/compiler/machines/bobcat/flinstr2.scm index e931541e3..72d377bee 100644 --- a/v7/src/compiler/machines/bobcat/flinstr2.scm +++ b/v7/src/compiler/machines/bobcat/flinstr2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: flinstr2.scm,v 1.4 2002/02/22 03:15:47 cph Exp $ +$Id: flinstr2.scm,v 1.5 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1989, 1999, 2001-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Instruction set description for 68881 floating point processor diff --git a/v7/src/compiler/machines/bobcat/inerly.scm b/v7/src/compiler/machines/bobcat/inerly.scm index afc226a6d..93c4549ba 100644 --- a/v7/src/compiler/machines/bobcat/inerly.scm +++ b/v7/src/compiler/machines/bobcat/inerly.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: inerly.scm,v 1.11 2001/12/23 17:20:57 cph Exp $ +$Id: inerly.scm,v 1.12 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 Instruction Set Macros. Early version diff --git a/v7/src/compiler/machines/bobcat/insmac.scm b/v7/src/compiler/machines/bobcat/insmac.scm index 36722d232..868d48f45 100644 --- a/v7/src/compiler/machines/bobcat/insmac.scm +++ b/v7/src/compiler/machines/bobcat/insmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: insmac.scm,v 1.132 2002/02/14 22:03:32 cph Exp $ +$Id: insmac.scm,v 1.133 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 Instruction Set Macros diff --git a/v7/src/compiler/machines/bobcat/instr1.scm b/v7/src/compiler/machines/bobcat/instr1.scm index fd2a8874f..48d9a4cfe 100644 --- a/v7/src/compiler/machines/bobcat/instr1.scm +++ b/v7/src/compiler/machines/bobcat/instr1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: instr1.scm,v 1.68 1999/01/02 06:06:43 cph Exp $ +$Id: instr1.scm,v 1.69 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 Instruction Set Description diff --git a/v7/src/compiler/machines/bobcat/instr2.scm b/v7/src/compiler/machines/bobcat/instr2.scm index 3320f680e..886b56e4b 100644 --- a/v7/src/compiler/machines/bobcat/instr2.scm +++ b/v7/src/compiler/machines/bobcat/instr2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr2.scm,v 1.21 2002/02/22 03:21:43 cph Exp $ +$Id: instr2.scm,v 1.22 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 Instruction Set Description diff --git a/v7/src/compiler/machines/bobcat/instr3.scm b/v7/src/compiler/machines/bobcat/instr3.scm index 3e5a904c1..f8996ad96 100644 --- a/v7/src/compiler/machines/bobcat/instr3.scm +++ b/v7/src/compiler/machines/bobcat/instr3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr3.scm,v 1.20 2002/02/22 03:27:42 cph Exp $ +$Id: instr3.scm,v 1.21 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 Instruction Set Description diff --git a/v7/src/compiler/machines/bobcat/instr4.scm b/v7/src/compiler/machines/bobcat/instr4.scm index f0c53c3c7..2bd9fc003 100644 --- a/v7/src/compiler/machines/bobcat/instr4.scm +++ b/v7/src/compiler/machines/bobcat/instr4.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr4.scm,v 1.6 2002/02/22 03:30:17 cph Exp $ +$Id: instr4.scm,v 1.7 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1987, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68020 Instruction Set Description (in addition to 68000) diff --git a/v7/src/compiler/machines/bobcat/insutl.scm b/v7/src/compiler/machines/bobcat/insutl.scm index 7afbf5f18..1f8e052c8 100644 --- a/v7/src/compiler/machines/bobcat/insutl.scm +++ b/v7/src/compiler/machines/bobcat/insutl.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: insutl.scm,v 1.9 1999/01/02 06:06:43 cph Exp $ +$Id: insutl.scm,v 1.10 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 68000 utility procedures diff --git a/v7/src/compiler/machines/bobcat/lapgen.scm b/v7/src/compiler/machines/bobcat/lapgen.scm index d2f5d6605..1706d8fab 100644 --- a/v7/src/compiler/machines/bobcat/lapgen.scm +++ b/v7/src/compiler/machines/bobcat/lapgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 4.53 2002/02/22 03:35:12 cph Exp $ +$Id: lapgen.scm,v 4.54 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rules for 68020. Part 1 diff --git a/v7/src/compiler/machines/bobcat/lapopt.scm b/v7/src/compiler/machines/bobcat/lapopt.scm index ebb6ed1e8..117c7a241 100644 --- a/v7/src/compiler/machines/bobcat/lapopt.scm +++ b/v7/src/compiler/machines/bobcat/lapopt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lapopt.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: lapopt.scm,v 1.3 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Optimizer for MC68000. diff --git a/v7/src/compiler/machines/bobcat/machin.scm b/v7/src/compiler/machines/bobcat/machin.scm index db17848d9..5abe38f7d 100644 --- a/v7/src/compiler/machines/bobcat/machin.scm +++ b/v7/src/compiler/machines/bobcat/machin.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: machin.scm,v 4.34 2002/02/22 03:36:54 cph Exp $ +$Id: machin.scm,v 4.35 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Machine Model for the Motorola MC68K family diff --git a/v7/src/compiler/machines/bobcat/make.scm-68020 b/v7/src/compiler/machines/bobcat/make.scm-68020 index d929416f1..37a373c46 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68020 +++ b/v7/src/compiler/machines/bobcat/make.scm-68020 @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm-68020,v 4.89 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm-68020,v 4.90 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index 15f796db0..164da39e5 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68040 +++ b/v7/src/compiler/machines/bobcat/make.scm-68040 @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm-68040,v 4.90 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm-68040,v 4.91 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/bobcat/mc68ktgl.scm b/v7/src/compiler/machines/bobcat/mc68ktgl.scm index 1366adc5b..cd924353f 100644 --- a/v7/src/compiler/machines/bobcat/mc68ktgl.scm +++ b/v7/src/compiler/machines/bobcat/mc68ktgl.scm @@ -1,22 +1,25 @@ #| -*- Scheme -*- -$Id: mc68ktgl.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: mc68ktgl.scm,v 1.4 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/compiler/machines/bobcat/rgspcm.scm b/v7/src/compiler/machines/bobcat/rgspcm.scm index 2c473ee53..6c4cbf741 100644 --- a/v7/src/compiler/machines/bobcat/rgspcm.scm +++ b/v7/src/compiler/machines/bobcat/rgspcm.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgspcm.scm,v 4.3 1999/01/02 06:06:43 cph Exp $ +$Id: rgspcm.scm,v 4.4 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Special primitive combinations. 68020 version. diff --git a/v7/src/compiler/machines/bobcat/rules1.scm b/v7/src/compiler/machines/bobcat/rules1.scm index 3f3b3688c..39fef0399 100644 --- a/v7/src/compiler/machines/bobcat/rules1.scm +++ b/v7/src/compiler/machines/bobcat/rules1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 4.39 1999/01/02 06:06:43 cph Exp $ +$Id: rules1.scm,v 4.40 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Data Transfers diff --git a/v7/src/compiler/machines/bobcat/rules2.scm b/v7/src/compiler/machines/bobcat/rules2.scm index da12da08f..03e8335c8 100644 --- a/v7/src/compiler/machines/bobcat/rules2.scm +++ b/v7/src/compiler/machines/bobcat/rules2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules2.scm,v 4.15 1999/01/02 06:06:43 cph Exp $ +$Id: rules2.scm,v 4.16 2002/11/20 19:45:51 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Predicates diff --git a/v7/src/compiler/machines/bobcat/rules3.scm b/v7/src/compiler/machines/bobcat/rules3.scm index 372bb7c25..ab42ee876 100644 --- a/v7/src/compiler/machines/bobcat/rules3.scm +++ b/v7/src/compiler/machines/bobcat/rules3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 4.43 2002/02/22 03:40:24 cph Exp $ +$Id: rules3.scm,v 4.44 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Invocations and Entries diff --git a/v7/src/compiler/machines/bobcat/rules4.scm b/v7/src/compiler/machines/bobcat/rules4.scm index bf2a5227e..ed5c6fbf2 100644 --- a/v7/src/compiler/machines/bobcat/rules4.scm +++ b/v7/src/compiler/machines/bobcat/rules4.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules4.scm,v 4.15 1999/01/02 06:06:43 cph Exp $ +$Id: rules4.scm,v 4.16 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Interpreter Calls diff --git a/v7/src/compiler/machines/bobcat/rulrew.scm b/v7/src/compiler/machines/bobcat/rulrew.scm index 7f92248b7..9efe3ea24 100644 --- a/v7/src/compiler/machines/bobcat/rulrew.scm +++ b/v7/src/compiler/machines/bobcat/rulrew.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rulrew.scm,v 1.7 1999/01/02 06:06:43 cph Exp $ +$Id: rulrew.scm,v 1.8 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rewrite Rules diff --git a/v7/src/compiler/machines/i386/assmd.scm b/v7/src/compiler/machines/i386/assmd.scm index 2dbf7b7bd..1faa42d14 100644 --- a/v7/src/compiler/machines/i386/assmd.scm +++ b/v7/src/compiler/machines/i386/assmd.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: assmd.scm,v 1.6 2002/02/12 00:26:30 cph Exp $ +$Id: assmd.scm,v 1.7 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Machine Dependencies. Intel 386 version diff --git a/v7/src/compiler/machines/i386/coerce.scm b/v7/src/compiler/machines/i386/coerce.scm index 38867562a..5604c092c 100644 --- a/v7/src/compiler/machines/i386/coerce.scm +++ b/v7/src/compiler/machines/i386/coerce.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: coerce.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: coerce.scm,v 1.4 2002/11/20 19:45:52 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Intel i386 Specific Coercions diff --git a/v7/src/compiler/machines/i386/compiler.cbf b/v7/src/compiler/machines/i386/compiler.cbf index f61d4114e..ec48dac41 100644 --- a/v7/src/compiler/machines/i386/compiler.cbf +++ b/v7/src/compiler/machines/i386/compiler.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.cbf,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: compiler.cbf,v 1.5 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally compile the compiler (from .bins) diff --git a/v7/src/compiler/machines/i386/compiler.pkg b/v7/src/compiler/machines/i386/compiler.pkg index 1d477d30e..435792b65 100644 --- a/v7/src/compiler/machines/i386/compiler.pkg +++ b/v7/src/compiler/machines/i386/compiler.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.29 2002/02/08 03:09:41 cph Exp $ +$Id: compiler.pkg,v 1.30 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Packaging diff --git a/v7/src/compiler/machines/i386/compiler.sf b/v7/src/compiler/machines/i386/compiler.sf index 9d0aac098..21449ed50 100644 --- a/v7/src/compiler/machines/i386/compiler.sf +++ b/v7/src/compiler/machines/i386/compiler.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.18 2001/12/22 03:21:25 cph Exp $ +$Id: compiler.sf,v 1.19 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally syntax the compiler diff --git a/v7/src/compiler/machines/i386/dassm1.scm b/v7/src/compiler/machines/i386/dassm1.scm index cc79d3bbd..96e31ca14 100644 --- a/v7/src/compiler/machines/i386/dassm1.scm +++ b/v7/src/compiler/machines/i386/dassm1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm1.scm,v 1.13 2002/02/12 00:26:34 cph Exp $ +$Id: dassm1.scm,v 1.14 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Disassembler: User Level diff --git a/v7/src/compiler/machines/i386/dassm2.scm b/v7/src/compiler/machines/i386/dassm2.scm index b71c41313..d95de91ce 100644 --- a/v7/src/compiler/machines/i386/dassm2.scm +++ b/v7/src/compiler/machines/i386/dassm2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm2.scm,v 1.12 2002/02/12 00:26:37 cph Exp $ +$Id: dassm2.scm,v 1.13 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Intel i386 Disassembler: Top Level diff --git a/v7/src/compiler/machines/i386/dassm3.scm b/v7/src/compiler/machines/i386/dassm3.scm index 1af57f418..281f3b482 100644 --- a/v7/src/compiler/machines/i386/dassm3.scm +++ b/v7/src/compiler/machines/i386/dassm3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm3.scm,v 1.10 2002/02/12 00:26:42 cph Exp $ +$Id: dassm3.scm,v 1.11 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Intel i386 Disassembler: Internals diff --git a/v7/src/compiler/machines/i386/decls.scm b/v7/src/compiler/machines/i386/decls.scm index 454899f80..00ca823c7 100644 --- a/v7/src/compiler/machines/i386/decls.scm +++ b/v7/src/compiler/machines/i386/decls.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 1.11 2001/12/20 03:04:02 cph Exp $ +$Id: decls.scm,v 1.12 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler File Dependencies diff --git a/v7/src/compiler/machines/i386/inerly.scm b/v7/src/compiler/machines/i386/inerly.scm index 56767f99b..eb3ce98a6 100644 --- a/v7/src/compiler/machines/i386/inerly.scm +++ b/v7/src/compiler/machines/i386/inerly.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: inerly.scm,v 1.7 2001/12/23 17:20:58 cph Exp $ +$Id: inerly.scm,v 1.8 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; i386 Instruction Set Macros. Early version diff --git a/v7/src/compiler/machines/i386/insmac.scm b/v7/src/compiler/machines/i386/insmac.scm index 8b598954c..7d04c0b42 100644 --- a/v7/src/compiler/machines/i386/insmac.scm +++ b/v7/src/compiler/machines/i386/insmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: insmac.scm,v 1.17 2002/02/14 22:03:32 cph Exp $ +$Id: insmac.scm,v 1.18 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Intel 386 Instruction Set Macros diff --git a/v7/src/compiler/machines/i386/instr1.scm b/v7/src/compiler/machines/i386/instr1.scm index 54b8e1355..b247dd7b9 100644 --- a/v7/src/compiler/machines/i386/instr1.scm +++ b/v7/src/compiler/machines/i386/instr1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr1.scm,v 1.16 2002/02/12 05:57:50 cph Exp $ +$Id: instr1.scm,v 1.17 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Intel i386 Instruction Set, part I diff --git a/v7/src/compiler/machines/i386/instr2.scm b/v7/src/compiler/machines/i386/instr2.scm index 9dbd256f4..b0699900d 100644 --- a/v7/src/compiler/machines/i386/instr2.scm +++ b/v7/src/compiler/machines/i386/instr2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr2.scm,v 1.10 2002/02/12 05:57:54 cph Exp $ +$Id: instr2.scm,v 1.11 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Intel i386 Instruction Set, part II diff --git a/v7/src/compiler/machines/i386/instrf.scm b/v7/src/compiler/machines/i386/instrf.scm index d57d5fc9f..a6ffe0fa3 100644 --- a/v7/src/compiler/machines/i386/instrf.scm +++ b/v7/src/compiler/machines/i386/instrf.scm @@ -1,21 +1,25 @@ #| -*-Scheme-*- -$Id: instrf.scm,v 1.18 2002/02/12 05:57:58 cph Exp $ +$Id: instrf.scm,v 1.19 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Intel i387/i486 Instruction Set diff --git a/v7/src/compiler/machines/i386/insutl.scm b/v7/src/compiler/machines/i386/insutl.scm index 3da609a8f..be093029b 100644 --- a/v7/src/compiler/machines/i386/insutl.scm +++ b/v7/src/compiler/machines/i386/insutl.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: insutl.scm,v 1.11 1999/01/02 06:06:43 cph Exp $ +$Id: insutl.scm,v 1.12 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Intel 386 Instruction Set, utilities diff --git a/v7/src/compiler/machines/i386/lapgen.scm b/v7/src/compiler/machines/i386/lapgen.scm index 5b4718991..d55bb6a5b 100644 --- a/v7/src/compiler/machines/i386/lapgen.scm +++ b/v7/src/compiler/machines/i386/lapgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 1.31 2002/02/12 05:58:02 cph Exp $ +$Id: lapgen.scm,v 1.32 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rules utilities for i386 and family. diff --git a/v7/src/compiler/machines/i386/lapopt.scm b/v7/src/compiler/machines/i386/lapopt.scm index f94361baa..8d0132695 100644 --- a/v7/src/compiler/machines/i386/lapopt.scm +++ b/v7/src/compiler/machines/i386/lapopt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lapopt.scm,v 1.6 1999/01/02 06:06:43 cph Exp $ +$Id: lapopt.scm,v 1.7 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Optimizer for Intel i386. diff --git a/v7/src/compiler/machines/i386/machin.scm b/v7/src/compiler/machines/i386/machin.scm index a822afeb5..adb61afa7 100644 --- a/v7/src/compiler/machines/i386/machin.scm +++ b/v7/src/compiler/machines/i386/machin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: machin.scm,v 1.19 1999/01/02 06:06:43 cph Exp $ +$Id: machin.scm,v 1.20 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Machine Model for the Intel 386, i486, and successors diff --git a/v7/src/compiler/machines/i386/make.scm b/v7/src/compiler/machines/i386/make.scm index 447284ab0..1f7faca95 100644 --- a/v7/src/compiler/machines/i386/make.scm +++ b/v7/src/compiler/machines/i386/make.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.6 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm,v 1.7 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/i386/pc-make.scm b/v7/src/compiler/machines/i386/pc-make.scm index 65107968b..dc8f1e87a 100644 --- a/v7/src/compiler/machines/i386/pc-make.scm +++ b/v7/src/compiler/machines/i386/pc-make.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pc-make.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: pc-make.scm,v 1.3 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/i386/rgspcm.scm b/v7/src/compiler/machines/i386/rgspcm.scm index ef60a5ac3..2a8493bb8 100644 --- a/v7/src/compiler/machines/i386/rgspcm.scm +++ b/v7/src/compiler/machines/i386/rgspcm.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: rgspcm.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: rgspcm.scm,v 1.5 2002/11/20 19:45:52 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Special primitive combinations. Intel i386 version. diff --git a/v7/src/compiler/machines/i386/rules1.scm b/v7/src/compiler/machines/i386/rules1.scm index 738548e25..e49963050 100644 --- a/v7/src/compiler/machines/i386/rules1.scm +++ b/v7/src/compiler/machines/i386/rules1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 1.19 1999/01/02 06:06:43 cph Exp $ +$Id: rules1.scm,v 1.20 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Data Transfers. diff --git a/v7/src/compiler/machines/i386/rules2.scm b/v7/src/compiler/machines/i386/rules2.scm index 9d8f890e1..4d97bbd9e 100644 --- a/v7/src/compiler/machines/i386/rules2.scm +++ b/v7/src/compiler/machines/i386/rules2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules2.scm,v 1.9 1999/01/02 06:06:43 cph Exp $ +$Id: rules2.scm,v 1.10 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Predicates diff --git a/v7/src/compiler/machines/i386/rules3.scm b/v7/src/compiler/machines/i386/rules3.scm index 68ca6241d..732881cb2 100644 --- a/v7/src/compiler/machines/i386/rules3.scm +++ b/v7/src/compiler/machines/i386/rules3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 1.38 2002/02/12 05:58:07 cph Exp $ +$Id: rules3.scm,v 1.39 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Invocations and Entries diff --git a/v7/src/compiler/machines/i386/rules4.scm b/v7/src/compiler/machines/i386/rules4.scm index 21619571e..9b06d92ab 100644 --- a/v7/src/compiler/machines/i386/rules4.scm +++ b/v7/src/compiler/machines/i386/rules4.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules4.scm,v 1.8 1999/01/02 06:06:43 cph Exp $ +$Id: rules4.scm,v 1.9 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Interpreter Calls diff --git a/v7/src/compiler/machines/i386/rulfix.scm b/v7/src/compiler/machines/i386/rulfix.scm index 764c17ac6..2c24accd8 100644 --- a/v7/src/compiler/machines/i386/rulfix.scm +++ b/v7/src/compiler/machines/i386/rulfix.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulfix.scm,v 1.34 2002/02/12 05:58:12 cph Exp $ +$Id: rulfix.scm,v 1.35 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Fixnum operations. diff --git a/v7/src/compiler/machines/i386/rulflo.scm b/v7/src/compiler/machines/i386/rulflo.scm index 02f8ca8c1..a4de71474 100644 --- a/v7/src/compiler/machines/i386/rulflo.scm +++ b/v7/src/compiler/machines/i386/rulflo.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulflo.scm,v 1.25 2002/02/12 05:58:16 cph Exp $ +$Id: rulflo.scm,v 1.26 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Flonum rules diff --git a/v7/src/compiler/machines/i386/rulrew.scm b/v7/src/compiler/machines/i386/rulrew.scm index 341cb4d63..5ec901573 100644 --- a/v7/src/compiler/machines/i386/rulrew.scm +++ b/v7/src/compiler/machines/i386/rulrew.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rulrew.scm,v 1.14 1999/01/02 06:06:43 cph Exp $ +$Id: rulrew.scm,v 1.15 2002/11/20 19:45:52 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rewrite Rules diff --git a/v7/src/compiler/machines/mips/assmd.scm b/v7/src/compiler/machines/mips/assmd.scm index 5228ea08b..f0c7bbf7c 100644 --- a/v7/src/compiler/machines/mips/assmd.scm +++ b/v7/src/compiler/machines/mips/assmd.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: assmd.scm,v 1.5 2002/02/22 03:41:32 cph Exp $ +$Id: assmd.scm,v 1.6 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Machine Dependencies diff --git a/v7/src/compiler/machines/mips/coerce.scm b/v7/src/compiler/machines/mips/coerce.scm index ecba4c714..e2c4c5338 100644 --- a/v7/src/compiler/machines/mips/coerce.scm +++ b/v7/src/compiler/machines/mips/coerce.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: coerce.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: coerce.scm,v 1.3 2002/11/20 19:45:53 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/compiler/machines/mips/compiler.cbf b/v7/src/compiler/machines/mips/compiler.cbf index d3bf026f7..61e6b95a9 100644 --- a/v7/src/compiler/machines/mips/compiler.cbf +++ b/v7/src/compiler/machines/mips/compiler.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.cbf,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: compiler.cbf,v 1.4 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally compile the compiler (from .bins) diff --git a/v7/src/compiler/machines/mips/compiler.pkg b/v7/src/compiler/machines/mips/compiler.pkg index 2570d56cb..a996bb0fc 100644 --- a/v7/src/compiler/machines/mips/compiler.pkg +++ b/v7/src/compiler/machines/mips/compiler.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.24 2002/02/08 03:15:10 cph Exp $ +$Id: compiler.pkg,v 1.25 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Packaging diff --git a/v7/src/compiler/machines/mips/compiler.sf-big b/v7/src/compiler/machines/mips/compiler.sf-big index 6ca5a505e..d7475f679 100644 --- a/v7/src/compiler/machines/mips/compiler.sf-big +++ b/v7/src/compiler/machines/mips/compiler.sf-big @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.sf-big,v 1.12 2001/12/20 03:04:02 cph Exp $ +$Id: compiler.sf-big,v 1.13 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally syntax the compiler diff --git a/v7/src/compiler/machines/mips/compiler.sf-little b/v7/src/compiler/machines/mips/compiler.sf-little index d3ae10077..dcd54b9fd 100644 --- a/v7/src/compiler/machines/mips/compiler.sf-little +++ b/v7/src/compiler/machines/mips/compiler.sf-little @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.sf-little,v 1.12 2001/12/20 03:04:02 cph Exp $ +$Id: compiler.sf-little,v 1.13 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally syntax the compiler diff --git a/v7/src/compiler/machines/mips/dassm1.scm b/v7/src/compiler/machines/mips/dassm1.scm index 55f5d0bc2..73b53ed18 100644 --- a/v7/src/compiler/machines/mips/dassm1.scm +++ b/v7/src/compiler/machines/mips/dassm1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm1.scm,v 1.7 2002/02/22 03:42:37 cph Exp $ +$Id: dassm1.scm,v 1.8 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Disassembler: User Level diff --git a/v7/src/compiler/machines/mips/dassm2.scm b/v7/src/compiler/machines/mips/dassm2.scm index 98b51e8b1..904ea40e4 100644 --- a/v7/src/compiler/machines/mips/dassm2.scm +++ b/v7/src/compiler/machines/mips/dassm2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm2.scm,v 1.7 2002/02/22 03:42:52 cph Exp $ +$Id: dassm2.scm,v 1.8 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; MIPS Disassembler: Top Level diff --git a/v7/src/compiler/machines/mips/dassm3.scm b/v7/src/compiler/machines/mips/dassm3.scm index 383e81a21..5044a86f1 100644 --- a/v7/src/compiler/machines/mips/dassm3.scm +++ b/v7/src/compiler/machines/mips/dassm3.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: dassm3.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: dassm3.scm,v 1.5 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; MIPS Disassembler: Internals diff --git a/v7/src/compiler/machines/mips/decls.scm b/v7/src/compiler/machines/mips/decls.scm index e897a81eb..7d277fa98 100644 --- a/v7/src/compiler/machines/mips/decls.scm +++ b/v7/src/compiler/machines/mips/decls.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 1.12 2001/12/20 03:04:02 cph Exp $ +$Id: decls.scm,v 1.13 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler File Dependencies diff --git a/v7/src/compiler/machines/mips/inerly.scm b/v7/src/compiler/machines/mips/inerly.scm index 42ef6ab6d..8040686f2 100644 --- a/v7/src/compiler/machines/mips/inerly.scm +++ b/v7/src/compiler/machines/mips/inerly.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: inerly.scm,v 1.6 2001/12/23 17:20:58 cph Exp $ +$Id: inerly.scm,v 1.7 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; MIPS Instruction Set Macros. Early version diff --git a/v7/src/compiler/machines/mips/insmac.scm b/v7/src/compiler/machines/mips/insmac.scm index 4fd30dc3c..946bd18e8 100644 --- a/v7/src/compiler/machines/mips/insmac.scm +++ b/v7/src/compiler/machines/mips/insmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: insmac.scm,v 1.6 2002/02/14 22:03:32 cph Exp $ +$Id: insmac.scm,v 1.7 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; MIPS Instruction Set Macros diff --git a/v7/src/compiler/machines/mips/instr1.scm b/v7/src/compiler/machines/mips/instr1.scm index 482b29d02..d45b30559 100644 --- a/v7/src/compiler/machines/mips/instr1.scm +++ b/v7/src/compiler/machines/mips/instr1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr1.scm,v 1.9 2002/02/22 03:49:17 cph Exp $ +$Id: instr1.scm,v 1.10 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; MIPS instruction set diff --git a/v7/src/compiler/machines/mips/instr2a.scm b/v7/src/compiler/machines/mips/instr2a.scm index 439d2fe8c..d2aa34500 100644 --- a/v7/src/compiler/machines/mips/instr2a.scm +++ b/v7/src/compiler/machines/mips/instr2a.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr2a.scm,v 1.7 2002/02/22 03:50:51 cph Exp $ +$Id: instr2a.scm,v 1.8 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; MIPS instruction set, part 2a diff --git a/v7/src/compiler/machines/mips/instr2b.scm b/v7/src/compiler/machines/mips/instr2b.scm index 5ae87f48b..1b29e6ccf 100644 --- a/v7/src/compiler/machines/mips/instr2b.scm +++ b/v7/src/compiler/machines/mips/instr2b.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr2b.scm,v 1.6 2002/02/22 03:52:45 cph Exp $ +$Id: instr2b.scm,v 1.7 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; MIPS instruction set, part 2b diff --git a/v7/src/compiler/machines/mips/instr3.scm b/v7/src/compiler/machines/mips/instr3.scm index 37cac1959..f01d4b6c1 100644 --- a/v7/src/compiler/machines/mips/instr3.scm +++ b/v7/src/compiler/machines/mips/instr3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr3.scm,v 1.5 2002/02/22 03:54:22 cph Exp $ +$Id: instr3.scm,v 1.6 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; MIPS instruction set, part 3 diff --git a/v7/src/compiler/machines/mips/lapgen.scm b/v7/src/compiler/machines/mips/lapgen.scm index f80a3b8c5..ec3c8a24d 100644 --- a/v7/src/compiler/machines/mips/lapgen.scm +++ b/v7/src/compiler/machines/mips/lapgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 1.18 2002/02/22 03:55:30 cph Exp $ +$Id: lapgen.scm,v 1.19 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rules for MIPS. Shared utilities. diff --git a/v7/src/compiler/machines/mips/lapopt.scm b/v7/src/compiler/machines/mips/lapopt.scm index b4342860a..fc626c2ca 100644 --- a/v7/src/compiler/machines/mips/lapopt.scm +++ b/v7/src/compiler/machines/mips/lapopt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lapopt.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: lapopt.scm,v 1.3 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Optimizer for MIPS. diff --git a/v7/src/compiler/machines/mips/machin.scm b/v7/src/compiler/machines/mips/machin.scm index d8b34b3a1..2084073d4 100644 --- a/v7/src/compiler/machines/mips/machin.scm +++ b/v7/src/compiler/machines/mips/machin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: machin.scm,v 1.15 1999/01/02 06:06:43 cph Exp $ +$Id: machin.scm,v 1.16 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Machine Model for MIPS diff --git a/v7/src/compiler/machines/mips/make.scm-big b/v7/src/compiler/machines/mips/make.scm-big index 11400ed36..3d74308d0 100644 --- a/v7/src/compiler/machines/mips/make.scm-big +++ b/v7/src/compiler/machines/mips/make.scm-big @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm-big,v 4.89 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm-big,v 4.90 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/mips/make.scm-little b/v7/src/compiler/machines/mips/make.scm-little index 8ead84961..6155bf6ff 100644 --- a/v7/src/compiler/machines/mips/make.scm-little +++ b/v7/src/compiler/machines/mips/make.scm-little @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm-little,v 4.89 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm-little,v 4.90 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/mips/mips.scm b/v7/src/compiler/machines/mips/mips.scm index 0f4d64889..16398e9db 100644 --- a/v7/src/compiler/machines/mips/mips.scm +++ b/v7/src/compiler/machines/mips/mips.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: mips.scm,v 1.4 2002/02/22 04:01:40 cph Exp $ +$Id: mips.scm,v 1.5 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1987, 1989-1990, 1999, 2001-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; MIPS instruction set diff --git a/v7/src/compiler/machines/mips/rgspcm.scm b/v7/src/compiler/machines/mips/rgspcm.scm index f5a71fa52..87ec20a1d 100644 --- a/v7/src/compiler/machines/mips/rgspcm.scm +++ b/v7/src/compiler/machines/mips/rgspcm.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: rgspcm.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rgspcm.scm,v 1.3 2002/11/20 19:45:53 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Special primitive combinations. MIPS version. diff --git a/v7/src/compiler/machines/mips/rules1.scm b/v7/src/compiler/machines/mips/rules1.scm index 9695f858d..e9c3d9881 100644 --- a/v7/src/compiler/machines/mips/rules1.scm +++ b/v7/src/compiler/machines/mips/rules1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 1.7 1999/01/02 06:06:43 cph Exp $ +$Id: rules1.scm,v 1.8 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Data Transfers diff --git a/v7/src/compiler/machines/mips/rules2.scm b/v7/src/compiler/machines/mips/rules2.scm index 132878a49..41338f330 100644 --- a/v7/src/compiler/machines/mips/rules2.scm +++ b/v7/src/compiler/machines/mips/rules2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules2.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: rules2.scm,v 1.4 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Predicates diff --git a/v7/src/compiler/machines/mips/rules3.scm b/v7/src/compiler/machines/mips/rules3.scm index 78a37b42e..f14bb9f38 100644 --- a/v7/src/compiler/machines/mips/rules3.scm +++ b/v7/src/compiler/machines/mips/rules3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 1.20 2002/02/22 04:03:44 cph Exp $ +$Id: rules3.scm,v 1.21 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Invocations and Entries diff --git a/v7/src/compiler/machines/mips/rules4.scm b/v7/src/compiler/machines/mips/rules4.scm index bcbc4785a..63886a83b 100644 --- a/v7/src/compiler/machines/mips/rules4.scm +++ b/v7/src/compiler/machines/mips/rules4.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules4.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: rules4.scm,v 1.5 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Interpreter Calls diff --git a/v7/src/compiler/machines/mips/rulfix.scm b/v7/src/compiler/machines/mips/rulfix.scm index e42a2e214..14cb8c312 100644 --- a/v7/src/compiler/machines/mips/rulfix.scm +++ b/v7/src/compiler/machines/mips/rulfix.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rulfix.scm,v 1.11 1999/01/02 06:06:43 cph Exp $ +$Id: rulfix.scm,v 1.12 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Fixnum Rules diff --git a/v7/src/compiler/machines/mips/rulflo.scm b/v7/src/compiler/machines/mips/rulflo.scm index be1fb3a1f..8a42285c0 100644 --- a/v7/src/compiler/machines/mips/rulflo.scm +++ b/v7/src/compiler/machines/mips/rulflo.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulflo.scm,v 1.10 2002/02/22 04:05:25 cph Exp $ +$Id: rulflo.scm,v 1.11 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Flonum rules diff --git a/v7/src/compiler/machines/mips/rulrew.scm b/v7/src/compiler/machines/mips/rulrew.scm index 3803e55ac..f62b5e1c3 100644 --- a/v7/src/compiler/machines/mips/rulrew.scm +++ b/v7/src/compiler/machines/mips/rulrew.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rulrew.scm,v 1.7 1999/01/02 06:06:43 cph Exp $ +$Id: rulrew.scm,v 1.8 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rewrite Rules diff --git a/v7/src/compiler/machines/sparc/assmd.scm b/v7/src/compiler/machines/sparc/assmd.scm index b04f55c59..16234d483 100644 --- a/v7/src/compiler/machines/sparc/assmd.scm +++ b/v7/src/compiler/machines/sparc/assmd.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: assmd.scm,v 1.4 2002/02/22 04:06:54 cph Exp $ +$Id: assmd.scm,v 1.5 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Machine Dependencies diff --git a/v7/src/compiler/machines/sparc/cf.h-sparc b/v7/src/compiler/machines/sparc/cf.h-sparc index 419fb0588..92cdb2904 100644 --- a/v7/src/compiler/machines/sparc/cf.h-sparc +++ b/v7/src/compiler/machines/sparc/cf.h-sparc @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: cf.h-sparc,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: cf.h-sparc,v 1.3 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #define PROC_TYPE_UNKNOWN 0 diff --git a/v7/src/compiler/machines/sparc/cmpaux-sparc.m4 b/v7/src/compiler/machines/sparc/cmpaux-sparc.m4 index 5c3794ded..4b66a2f5b 100644 --- a/v7/src/compiler/machines/sparc/cmpaux-sparc.m4 +++ b/v7/src/compiler/machines/sparc/cmpaux-sparc.m4 @@ -1,23 +1,25 @@ /* #define DEBUG_INTERFACE */ /* -*-Midas-*- */ !### - !###$Id: cmpaux-sparc.m4,v 1.2 1999/01/02 06:06:43 cph Exp $ + !###$Id: cmpaux-sparc.m4,v 1.3 2002/11/20 19:45:53 cph Exp $ !### !### Copyright (c) 1989-1999 Massachusetts Institute of Technology !### - !### This program is free software; you can redistribute it and/or + !### This file is part of MIT Scheme. + !### + !### MIT Scheme is free software; you can redistribute it and/or !### modify it under the terms of the GNU General Public License as !### published by the Free Software Foundation; either version 2 of !### the License, or (at your option) any later version. !### - !### This program is distributed in the hope that it will be useful, + !### 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. !### !### You should have received a copy of the GNU General Public - !### License along with this program; if not, write to the Free - !### Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, - !### USA. + !### License along with MIT Scheme; if not, write to the Free + !### Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, + !### MA 02111-1307, USA. !### !#### SPARC Architecture assembly language part of the compiled diff --git a/v7/src/compiler/machines/sparc/cmpint-sparc.h b/v7/src/compiler/machines/sparc/cmpint-sparc.h index 5ab41237d..79aa1bdc0 100644 --- a/v7/src/compiler/machines/sparc/cmpint-sparc.h +++ b/v7/src/compiler/machines/sparc/cmpint-sparc.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: cmpint-sparc.h,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: cmpint-sparc.h,v 1.3 2002/11/20 19:45:53 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/compiler/machines/sparc/coerce.scm b/v7/src/compiler/machines/sparc/coerce.scm index 92691726e..d5bc055c3 100644 --- a/v7/src/compiler/machines/sparc/coerce.scm +++ b/v7/src/compiler/machines/sparc/coerce.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: coerce.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: coerce.scm,v 1.3 2002/11/20 19:45:54 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/compiler/machines/sparc/decls.scm b/v7/src/compiler/machines/sparc/decls.scm index fe96b3e03..b396d95ff 100644 --- a/v7/src/compiler/machines/sparc/decls.scm +++ b/v7/src/compiler/machines/sparc/decls.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 1.6 2001/12/20 03:04:02 cph Exp $ +$Id: decls.scm,v 1.7 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler File Dependencies diff --git a/v7/src/compiler/machines/sparc/inerly.scm b/v7/src/compiler/machines/sparc/inerly.scm index 71bee7d2e..a3e4af7db 100644 --- a/v7/src/compiler/machines/sparc/inerly.scm +++ b/v7/src/compiler/machines/sparc/inerly.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: inerly.scm,v 1.6 2001/12/23 17:20:58 cph Exp $ +$Id: inerly.scm,v 1.7 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; SPARC Instruction Set Macros. Early version diff --git a/v7/src/compiler/machines/sparc/insmac.scm b/v7/src/compiler/machines/sparc/insmac.scm index 25abb0b9d..ea9f8ff13 100644 --- a/v7/src/compiler/machines/sparc/insmac.scm +++ b/v7/src/compiler/machines/sparc/insmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: insmac.scm,v 1.5 2002/02/14 22:03:32 cph Exp $ +$Id: insmac.scm,v 1.6 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SPARC Instruction Set Macros diff --git a/v7/src/compiler/machines/sparc/instr1.scm b/v7/src/compiler/machines/sparc/instr1.scm index c9d385c42..45e90d0c6 100644 --- a/v7/src/compiler/machines/sparc/instr1.scm +++ b/v7/src/compiler/machines/sparc/instr1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr1.scm,v 1.4 2002/02/22 04:08:15 cph Exp $ +$Id: instr1.scm,v 1.5 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; MIPS instruction set diff --git a/v7/src/compiler/machines/sparc/instr2a.scm b/v7/src/compiler/machines/sparc/instr2a.scm index 8f0c90fd9..9c6623719 100644 --- a/v7/src/compiler/machines/sparc/instr2a.scm +++ b/v7/src/compiler/machines/sparc/instr2a.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr2a.scm,v 1.4 2002/02/22 04:09:27 cph Exp $ +$Id: instr2a.scm,v 1.5 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SPARC instruction set, part 2a diff --git a/v7/src/compiler/machines/sparc/instr2b.scm b/v7/src/compiler/machines/sparc/instr2b.scm index f6049b51d..54744c780 100644 --- a/v7/src/compiler/machines/sparc/instr2b.scm +++ b/v7/src/compiler/machines/sparc/instr2b.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr2b.scm,v 1.4 2002/02/22 04:10:12 cph Exp $ +$Id: instr2b.scm,v 1.5 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SPARC instruction set, part 2b diff --git a/v7/src/compiler/machines/sparc/instr3.scm b/v7/src/compiler/machines/sparc/instr3.scm index a9a7cf119..98c546345 100644 --- a/v7/src/compiler/machines/sparc/instr3.scm +++ b/v7/src/compiler/machines/sparc/instr3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr3.scm,v 1.4 2002/02/22 04:12:12 cph Exp $ +$Id: instr3.scm,v 1.5 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SPARC instruction set, part 3 diff --git a/v7/src/compiler/machines/sparc/lapgen.scm b/v7/src/compiler/machines/sparc/lapgen.scm index 5e8b30226..a773469f7 100644 --- a/v7/src/compiler/machines/sparc/lapgen.scm +++ b/v7/src/compiler/machines/sparc/lapgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 1.5 2002/02/22 04:13:20 cph Exp $ +$Id: lapgen.scm,v 1.6 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rules for SPARC. Shared utilities. diff --git a/v7/src/compiler/machines/sparc/lapopt.scm b/v7/src/compiler/machines/sparc/lapopt.scm index 44d87efb5..fd4cc0fc1 100644 --- a/v7/src/compiler/machines/sparc/lapopt.scm +++ b/v7/src/compiler/machines/sparc/lapopt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lapopt.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: lapopt.scm,v 1.3 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Optimizer for MIPS. diff --git a/v7/src/compiler/machines/sparc/machin.scm b/v7/src/compiler/machines/sparc/machin.scm index 30bd734c8..b82a146c9 100644 --- a/v7/src/compiler/machines/sparc/machin.scm +++ b/v7/src/compiler/machines/sparc/machin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: machin.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: machin.scm,v 1.4 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Machine Model for SPARC diff --git a/v7/src/compiler/machines/sparc/make.scm b/v7/src/compiler/machines/sparc/make.scm index c9199e568..24a055b43 100644 --- a/v7/src/compiler/machines/sparc/make.scm +++ b/v7/src/compiler/machines/sparc/make.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm,v 1.4 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/sparc/rgspcm.scm b/v7/src/compiler/machines/sparc/rgspcm.scm index 6c4d45cbc..6050ee3f8 100644 --- a/v7/src/compiler/machines/sparc/rgspcm.scm +++ b/v7/src/compiler/machines/sparc/rgspcm.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: rgspcm.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rgspcm.scm,v 1.3 2002/11/20 19:45:54 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Special primitive combinations. Spectrum version. diff --git a/v7/src/compiler/machines/sparc/rules1.scm b/v7/src/compiler/machines/sparc/rules1.scm index 7a553678c..5f127f540 100644 --- a/v7/src/compiler/machines/sparc/rules1.scm +++ b/v7/src/compiler/machines/sparc/rules1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rules1.scm,v 1.3 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Data Transfers diff --git a/v7/src/compiler/machines/sparc/rules2.scm b/v7/src/compiler/machines/sparc/rules2.scm index f8901c5a3..252b02f94 100644 --- a/v7/src/compiler/machines/sparc/rules2.scm +++ b/v7/src/compiler/machines/sparc/rules2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules2.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rules2.scm,v 1.3 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Predicates diff --git a/v7/src/compiler/machines/sparc/rules3.scm b/v7/src/compiler/machines/sparc/rules3.scm index e5d5c1f63..0d8f398c6 100644 --- a/v7/src/compiler/machines/sparc/rules3.scm +++ b/v7/src/compiler/machines/sparc/rules3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 1.4 2002/02/22 04:15:02 cph Exp $ +$Id: rules3.scm,v 1.5 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Invocations and Entries diff --git a/v7/src/compiler/machines/sparc/rules4.scm b/v7/src/compiler/machines/sparc/rules4.scm index fd19bb7b2..f20a6c234 100644 --- a/v7/src/compiler/machines/sparc/rules4.scm +++ b/v7/src/compiler/machines/sparc/rules4.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules4.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rules4.scm,v 1.3 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Interpreter Calls diff --git a/v7/src/compiler/machines/sparc/rulfix.scm b/v7/src/compiler/machines/sparc/rulfix.scm index 6fce7b5a4..4465665c7 100644 --- a/v7/src/compiler/machines/sparc/rulfix.scm +++ b/v7/src/compiler/machines/sparc/rulfix.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rulfix.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rulfix.scm,v 1.3 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Fixnum Rules diff --git a/v7/src/compiler/machines/sparc/rulflo.scm b/v7/src/compiler/machines/sparc/rulflo.scm index ec41550ca..f48c6f9ab 100644 --- a/v7/src/compiler/machines/sparc/rulflo.scm +++ b/v7/src/compiler/machines/sparc/rulflo.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulflo.scm,v 1.4 2002/02/22 04:16:20 cph Exp $ +$Id: rulflo.scm,v 1.5 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Flonum rules diff --git a/v7/src/compiler/machines/sparc/rulrew.scm b/v7/src/compiler/machines/sparc/rulrew.scm index b53c08955..50118e486 100644 --- a/v7/src/compiler/machines/sparc/rulrew.scm +++ b/v7/src/compiler/machines/sparc/rulrew.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: rulrew.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rulrew.scm,v 1.3 2002/11/20 19:45:54 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rewrite Rules diff --git a/v7/src/compiler/machines/spectrum/assmd.scm b/v7/src/compiler/machines/spectrum/assmd.scm index b1f885d1e..f1590853c 100644 --- a/v7/src/compiler/machines/spectrum/assmd.scm +++ b/v7/src/compiler/machines/spectrum/assmd.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: assmd.scm,v 1.33 2002/02/22 04:34:05 cph Exp $ +$Id: assmd.scm,v 1.34 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Machine Dependencies diff --git a/v7/src/compiler/machines/spectrum/coerce.scm b/v7/src/compiler/machines/spectrum/coerce.scm index c8ec90c83..9a804976b 100644 --- a/v7/src/compiler/machines/spectrum/coerce.scm +++ b/v7/src/compiler/machines/spectrum/coerce.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: coerce.scm,v 1.6 1999/01/02 06:06:43 cph Exp $ +$Id: coerce.scm,v 1.7 2002/11/20 19:45:54 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/compiler/machines/spectrum/compiler.cbf b/v7/src/compiler/machines/spectrum/compiler.cbf index 75d8f4861..a6c520c90 100644 --- a/v7/src/compiler/machines/spectrum/compiler.cbf +++ b/v7/src/compiler/machines/spectrum/compiler.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.cbf,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: compiler.cbf,v 1.4 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally compile the compiler (from .bins) diff --git a/v7/src/compiler/machines/spectrum/compiler.pkg b/v7/src/compiler/machines/spectrum/compiler.pkg index ac0d270fa..7d2eac7ce 100644 --- a/v7/src/compiler/machines/spectrum/compiler.pkg +++ b/v7/src/compiler/machines/spectrum/compiler.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.54 2002/02/08 03:15:10 cph Exp $ +$Id: compiler.pkg,v 1.55 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Packaging diff --git a/v7/src/compiler/machines/spectrum/compiler.sf b/v7/src/compiler/machines/spectrum/compiler.sf index a143c074c..df4acac2e 100644 --- a/v7/src/compiler/machines/spectrum/compiler.sf +++ b/v7/src/compiler/machines/spectrum/compiler.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.22 2001/12/20 03:04:02 cph Exp $ +$Id: compiler.sf,v 1.23 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally syntax the compiler diff --git a/v7/src/compiler/machines/spectrum/dassm1.scm b/v7/src/compiler/machines/spectrum/dassm1.scm index 494aa2ff6..e1780884e 100644 --- a/v7/src/compiler/machines/spectrum/dassm1.scm +++ b/v7/src/compiler/machines/spectrum/dassm1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm1.scm,v 4.22 2002/02/22 04:34:49 cph Exp $ +$Id: dassm1.scm,v 4.23 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Disassembler: User Level diff --git a/v7/src/compiler/machines/spectrum/dassm2.scm b/v7/src/compiler/machines/spectrum/dassm2.scm index 96ceb6cef..d01a71ac3 100644 --- a/v7/src/compiler/machines/spectrum/dassm2.scm +++ b/v7/src/compiler/machines/spectrum/dassm2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm2.scm,v 4.23 2002/02/22 04:35:48 cph Exp $ +$Id: dassm2.scm,v 4.24 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Spectrum Disassembler: Top Level diff --git a/v7/src/compiler/machines/spectrum/dassm3.scm b/v7/src/compiler/machines/spectrum/dassm3.scm index e07418da6..286c32eea 100644 --- a/v7/src/compiler/machines/spectrum/dassm3.scm +++ b/v7/src/compiler/machines/spectrum/dassm3.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: dassm3.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: dassm3.scm,v 1.4 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1987, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; Spectrum Disassembler: Internals diff --git a/v7/src/compiler/machines/spectrum/decls.scm b/v7/src/compiler/machines/spectrum/decls.scm index ca6a5544e..0c01ed463 100644 --- a/v7/src/compiler/machines/spectrum/decls.scm +++ b/v7/src/compiler/machines/spectrum/decls.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 4.37 2001/12/20 03:04:02 cph Exp $ +$Id: decls.scm,v 4.38 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler File Dependencies diff --git a/v7/src/compiler/machines/spectrum/inerly.scm b/v7/src/compiler/machines/spectrum/inerly.scm index 7c632143c..bd21ccb32 100644 --- a/v7/src/compiler/machines/spectrum/inerly.scm +++ b/v7/src/compiler/machines/spectrum/inerly.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: inerly.scm,v 1.6 2001/12/23 17:20:58 cph Exp $ +$Id: inerly.scm,v 1.7 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; Spectrum Instruction Set Macros. Early version diff --git a/v7/src/compiler/machines/spectrum/insmac.scm b/v7/src/compiler/machines/spectrum/insmac.scm index 49cfe2eb5..9e3c4ad7a 100644 --- a/v7/src/compiler/machines/spectrum/insmac.scm +++ b/v7/src/compiler/machines/spectrum/insmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: insmac.scm,v 1.6 2002/02/14 22:03:32 cph Exp $ +$Id: insmac.scm,v 1.7 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Spectrum Instruction Set Macros diff --git a/v7/src/compiler/machines/spectrum/instr1.scm b/v7/src/compiler/machines/spectrum/instr1.scm index 463e64133..200f7b6dd 100644 --- a/v7/src/compiler/machines/spectrum/instr1.scm +++ b/v7/src/compiler/machines/spectrum/instr1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr1.scm,v 1.6 2002/02/22 04:38:10 cph Exp $ +$Id: instr1.scm,v 1.7 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; HP Spectrum instruction utilities diff --git a/v7/src/compiler/machines/spectrum/instr2.scm b/v7/src/compiler/machines/spectrum/instr2.scm index ad673bfe7..b0e412787 100644 --- a/v7/src/compiler/machines/spectrum/instr2.scm +++ b/v7/src/compiler/machines/spectrum/instr2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr2.scm,v 1.11 2002/02/16 03:36:59 cph Exp $ +$Id: instr2.scm,v 1.12 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; HP Spectrum Instruction Set Description diff --git a/v7/src/compiler/machines/spectrum/instr3.scm b/v7/src/compiler/machines/spectrum/instr3.scm index 99f8397b1..d727e4b88 100644 --- a/v7/src/compiler/machines/spectrum/instr3.scm +++ b/v7/src/compiler/machines/spectrum/instr3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr3.scm,v 1.5 2002/02/22 04:45:53 cph Exp $ +$Id: instr3.scm,v 1.6 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1987, 1989, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; HP Spectrum Instruction Set Description diff --git a/v7/src/compiler/machines/spectrum/lapgen.scm b/v7/src/compiler/machines/spectrum/lapgen.scm index af12f273e..b8968d677 100644 --- a/v7/src/compiler/machines/spectrum/lapgen.scm +++ b/v7/src/compiler/machines/spectrum/lapgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 4.50 2002/02/22 04:48:52 cph Exp $ +$Id: lapgen.scm,v 4.51 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rules for HPPA. Shared utilities. diff --git a/v7/src/compiler/machines/spectrum/lapopt.scm b/v7/src/compiler/machines/spectrum/lapopt.scm index c2c92a458..c10102d77 100644 --- a/v7/src/compiler/machines/spectrum/lapopt.scm +++ b/v7/src/compiler/machines/spectrum/lapopt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lapopt.scm,v 1.15 1999/01/02 06:06:43 cph Exp $ +$Id: lapopt.scm,v 1.16 2002/11/20 19:45:54 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Optimizer for HP Precision Archtecture. diff --git a/v7/src/compiler/machines/spectrum/machin.scm b/v7/src/compiler/machines/spectrum/machin.scm index 8d0f1c5d3..c4a117ee9 100644 --- a/v7/src/compiler/machines/spectrum/machin.scm +++ b/v7/src/compiler/machines/spectrum/machin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: machin.scm,v 4.30 1999/01/02 06:06:43 cph Exp $ +$Id: machin.scm,v 4.31 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; Machine Model for Spectrum diff --git a/v7/src/compiler/machines/spectrum/make.scm b/v7/src/compiler/machines/spectrum/make.scm index 365383748..47010c5fa 100644 --- a/v7/src/compiler/machines/spectrum/make.scm +++ b/v7/src/compiler/machines/spectrum/make.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.90 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm,v 4.91 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/spectrum/rgspcm.scm b/v7/src/compiler/machines/spectrum/rgspcm.scm index 87952c662..85f063bc5 100644 --- a/v7/src/compiler/machines/spectrum/rgspcm.scm +++ b/v7/src/compiler/machines/spectrum/rgspcm.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgspcm.scm,v 4.4 1999/01/02 06:06:43 cph Exp $ +$Id: rgspcm.scm,v 4.5 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Special primitive combinations. Spectrum version. diff --git a/v7/src/compiler/machines/spectrum/rules1.scm b/v7/src/compiler/machines/spectrum/rules1.scm index 09d3faba4..a0b678b83 100644 --- a/v7/src/compiler/machines/spectrum/rules1.scm +++ b/v7/src/compiler/machines/spectrum/rules1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 4.36 1999/01/02 06:06:43 cph Exp $ +$Id: rules1.scm,v 4.37 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Data Transfers diff --git a/v7/src/compiler/machines/spectrum/rules2.scm b/v7/src/compiler/machines/spectrum/rules2.scm index 77398d963..645ba912c 100644 --- a/v7/src/compiler/machines/spectrum/rules2.scm +++ b/v7/src/compiler/machines/spectrum/rules2.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: rules2.scm,v 4.15 1999/01/02 06:06:43 cph Exp $ +$Id: rules2.scm,v 4.16 2002/11/20 19:45:55 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Predicates diff --git a/v7/src/compiler/machines/spectrum/rules3.scm b/v7/src/compiler/machines/spectrum/rules3.scm index f26ab1f15..ebdd8af03 100644 --- a/v7/src/compiler/machines/spectrum/rules3.scm +++ b/v7/src/compiler/machines/spectrum/rules3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 4.44 2002/02/22 04:52:22 cph Exp $ +$Id: rules3.scm,v 4.45 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Invocations and Entries diff --git a/v7/src/compiler/machines/spectrum/rules4.scm b/v7/src/compiler/machines/spectrum/rules4.scm index e28bd0cf5..1d5e01f1b 100644 --- a/v7/src/compiler/machines/spectrum/rules4.scm +++ b/v7/src/compiler/machines/spectrum/rules4.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules4.scm,v 4.13 1999/01/02 06:06:43 cph Exp $ +$Id: rules4.scm,v 4.14 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Interpreter Calls diff --git a/v7/src/compiler/machines/spectrum/rulfix.scm b/v7/src/compiler/machines/spectrum/rulfix.scm index 7f0dc4c88..2b8c9f2b6 100644 --- a/v7/src/compiler/machines/spectrum/rulfix.scm +++ b/v7/src/compiler/machines/spectrum/rulfix.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulfix.scm,v 4.50 2002/02/22 04:56:28 cph Exp $ +$Id: rulfix.scm,v 4.51 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Fixnum Rules diff --git a/v7/src/compiler/machines/spectrum/rulflo.scm b/v7/src/compiler/machines/spectrum/rulflo.scm index 6dca42458..8da0a397e 100644 --- a/v7/src/compiler/machines/spectrum/rulflo.scm +++ b/v7/src/compiler/machines/spectrum/rulflo.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulflo.scm,v 4.42 2002/02/22 04:58:51 cph Exp $ +$Id: rulflo.scm,v 4.43 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Flonum rules diff --git a/v7/src/compiler/machines/spectrum/rulrew.scm b/v7/src/compiler/machines/spectrum/rulrew.scm index 209c34169..7d900cb42 100644 --- a/v7/src/compiler/machines/spectrum/rulrew.scm +++ b/v7/src/compiler/machines/spectrum/rulrew.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rulrew.scm,v 1.13 1999/01/02 06:06:43 cph Exp $ +$Id: rulrew.scm,v 1.14 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rewrite Rules diff --git a/v7/src/compiler/machines/vax/assmd.scm b/v7/src/compiler/machines/vax/assmd.scm index 290c42ad0..18957b7e9 100644 --- a/v7/src/compiler/machines/vax/assmd.scm +++ b/v7/src/compiler/machines/vax/assmd.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: assmd.scm,v 4.9 2002/02/22 05:01:07 cph Exp $ +$Id: assmd.scm,v 4.10 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987, 1989, 1991, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Assembler Machine Dependencies. DEC Vax version diff --git a/v7/src/compiler/machines/vax/coerce.scm b/v7/src/compiler/machines/vax/coerce.scm index 4dd0e3e63..bdf917d4b 100644 --- a/v7/src/compiler/machines/vax/coerce.scm +++ b/v7/src/compiler/machines/vax/coerce.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: coerce.scm,v 1.5 1999/01/02 06:06:43 cph Exp $ +$Id: coerce.scm,v 1.6 2002/11/20 19:45:55 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Vax Specific Coercions diff --git a/v7/src/compiler/machines/vax/compiler.cbf b/v7/src/compiler/machines/vax/compiler.cbf index 3640a39b4..b4b34ee20 100644 --- a/v7/src/compiler/machines/vax/compiler.cbf +++ b/v7/src/compiler/machines/vax/compiler.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.cbf,v 1.6 1999/01/02 06:06:43 cph Exp $ +$Id: compiler.cbf,v 1.7 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally compile the compiler (from .bins) diff --git a/v7/src/compiler/machines/vax/compiler.pkg b/v7/src/compiler/machines/vax/compiler.pkg index 2af0ef53e..b2b9b6d8b 100644 --- a/v7/src/compiler/machines/vax/compiler.pkg +++ b/v7/src/compiler/machines/vax/compiler.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.26 2002/02/08 03:15:10 cph Exp $ +$Id: compiler.pkg,v 1.27 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler Packaging diff --git a/v7/src/compiler/machines/vax/compiler.sf b/v7/src/compiler/machines/vax/compiler.sf index 1f7bf3767..bce284a46 100644 --- a/v7/src/compiler/machines/vax/compiler.sf +++ b/v7/src/compiler/machines/vax/compiler.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.13 2001/12/20 03:04:02 cph Exp $ +$Id: compiler.sf,v 1.14 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally syntax the compiler diff --git a/v7/src/compiler/machines/vax/dassm1.scm b/v7/src/compiler/machines/vax/dassm1.scm index 79b789888..95eaea419 100644 --- a/v7/src/compiler/machines/vax/dassm1.scm +++ b/v7/src/compiler/machines/vax/dassm1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm1.scm,v 4.9 2002/02/22 05:01:36 cph Exp $ +$Id: dassm1.scm,v 4.10 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Disassembler: User level diff --git a/v7/src/compiler/machines/vax/dassm2.scm b/v7/src/compiler/machines/vax/dassm2.scm index 1ec80c94b..baa41c529 100644 --- a/v7/src/compiler/machines/vax/dassm2.scm +++ b/v7/src/compiler/machines/vax/dassm2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dassm2.scm,v 4.15 2002/02/22 05:03:14 cph Exp $ +$Id: dassm2.scm,v 4.16 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Disassembler: Top Level diff --git a/v7/src/compiler/machines/vax/dassm3.scm b/v7/src/compiler/machines/vax/dassm3.scm index e4e499106..cc5a11895 100644 --- a/v7/src/compiler/machines/vax/dassm3.scm +++ b/v7/src/compiler/machines/vax/dassm3.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: dassm3.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: dassm3.scm,v 1.5 2002/11/20 19:45:55 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Disassembler: Internals diff --git a/v7/src/compiler/machines/vax/decls.scm b/v7/src/compiler/machines/vax/decls.scm index 22c7d58f2..4aac729c9 100644 --- a/v7/src/compiler/machines/vax/decls.scm +++ b/v7/src/compiler/machines/vax/decls.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 4.15 2001/12/20 03:04:02 cph Exp $ +$Id: decls.scm,v 4.16 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler File Dependencies. VAX version. diff --git a/v7/src/compiler/machines/vax/dsyn.scm b/v7/src/compiler/machines/vax/dsyn.scm index 7a16f21ec..e15af816b 100644 --- a/v7/src/compiler/machines/vax/dsyn.scm +++ b/v7/src/compiler/machines/vax/dsyn.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dsyn.scm,v 1.12 2002/02/16 03:37:50 cph Exp $ +$Id: dsyn.scm,v 1.13 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Disassembler instruction definition syntax diff --git a/v7/src/compiler/machines/vax/inerly.scm b/v7/src/compiler/machines/vax/inerly.scm index 174ee873e..d5ef5f27f 100644 --- a/v7/src/compiler/machines/vax/inerly.scm +++ b/v7/src/compiler/machines/vax/inerly.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: inerly.scm,v 1.10 2001/12/23 17:20:58 cph Exp $ +$Id: inerly.scm,v 1.11 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Instruction Set Macros. Early version diff --git a/v7/src/compiler/machines/vax/insmac.scm b/v7/src/compiler/machines/vax/insmac.scm index ee2cd0a8f..be4fe7336 100644 --- a/v7/src/compiler/machines/vax/insmac.scm +++ b/v7/src/compiler/machines/vax/insmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: insmac.scm,v 1.17 2002/02/16 03:36:04 cph Exp $ +$Id: insmac.scm,v 1.18 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Instruction Set Macros diff --git a/v7/src/compiler/machines/vax/instr1.scm b/v7/src/compiler/machines/vax/instr1.scm index 9232d8ee5..0f4733240 100644 --- a/v7/src/compiler/machines/vax/instr1.scm +++ b/v7/src/compiler/machines/vax/instr1.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr1.scm,v 1.10 2002/02/16 03:35:26 cph Exp $ +$Id: instr1.scm,v 1.11 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Instruction Set Description, Part 1 diff --git a/v7/src/compiler/machines/vax/instr2.scm b/v7/src/compiler/machines/vax/instr2.scm index c7bf29944..e0d7711e6 100644 --- a/v7/src/compiler/machines/vax/instr2.scm +++ b/v7/src/compiler/machines/vax/instr2.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr2.scm,v 1.11 2002/02/16 03:34:42 cph Exp $ +$Id: instr2.scm,v 1.12 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Instruction Set Description, Part 2 diff --git a/v7/src/compiler/machines/vax/instr3.scm b/v7/src/compiler/machines/vax/instr3.scm index ad1f5428f..3cf77b517 100644 --- a/v7/src/compiler/machines/vax/instr3.scm +++ b/v7/src/compiler/machines/vax/instr3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: instr3.scm,v 1.14 2002/02/16 03:31:39 cph Exp $ +$Id: instr3.scm,v 1.15 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987, 1989, 1991, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX Instruction Set Description, Part 3 diff --git a/v7/src/compiler/machines/vax/insutl.scm b/v7/src/compiler/machines/vax/insutl.scm index 117152b7d..f8d04d48a 100644 --- a/v7/src/compiler/machines/vax/insutl.scm +++ b/v7/src/compiler/machines/vax/insutl.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: insutl.scm,v 4.4 1999/01/02 06:06:43 cph Exp $ +$Id: insutl.scm,v 4.5 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987, 1989, 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; VAX utility procedures diff --git a/v7/src/compiler/machines/vax/lapgen.scm b/v7/src/compiler/machines/vax/lapgen.scm index d6d9120ff..a02e69cb7 100644 --- a/v7/src/compiler/machines/vax/lapgen.scm +++ b/v7/src/compiler/machines/vax/lapgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 4.18 2002/02/22 05:04:57 cph Exp $ +$Id: lapgen.scm,v 4.19 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rules for DEC VAX. diff --git a/v7/src/compiler/machines/vax/lapopt.scm b/v7/src/compiler/machines/vax/lapopt.scm index cf8983e99..04ef3b920 100644 --- a/v7/src/compiler/machines/vax/lapopt.scm +++ b/v7/src/compiler/machines/vax/lapopt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lapopt.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: lapopt.scm,v 1.3 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Optimizer for VAX. diff --git a/v7/src/compiler/machines/vax/machin.scm b/v7/src/compiler/machines/vax/machin.scm index 98526eae3..6ea1dedd0 100644 --- a/v7/src/compiler/machines/vax/machin.scm +++ b/v7/src/compiler/machines/vax/machin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: machin.scm,v 4.13 1999/01/02 06:06:43 cph Exp $ +$Id: machin.scm,v 4.14 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Machine Model for DEC Vax diff --git a/v7/src/compiler/machines/vax/make.scm b/v7/src/compiler/machines/vax/make.scm index e07812a31..07d9d7469 100644 --- a/v7/src/compiler/machines/vax/make.scm +++ b/v7/src/compiler/machines/vax/make.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.89 1999/01/02 06:06:43 cph Exp $ +$Id: make.scm,v 4.90 2002/11/20 19:45:55 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiler: System Construction diff --git a/v7/src/compiler/machines/vax/rgspcm.scm b/v7/src/compiler/machines/vax/rgspcm.scm index 29791fcb2..c68a0c571 100644 --- a/v7/src/compiler/machines/vax/rgspcm.scm +++ b/v7/src/compiler/machines/vax/rgspcm.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: rgspcm.scm,v 4.3 1999/01/02 06:06:43 cph Exp $ +$Id: rgspcm.scm,v 4.4 2002/11/20 19:45:55 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Special primitive combinations. VAX version. diff --git a/v7/src/compiler/machines/vax/rules1.scm b/v7/src/compiler/machines/vax/rules1.scm index 58351a3df..ced9910f9 100644 --- a/v7/src/compiler/machines/vax/rules1.scm +++ b/v7/src/compiler/machines/vax/rules1.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: rules1.scm,v 4.8 1999/01/02 06:06:43 cph Exp $ +$Id: rules1.scm,v 4.9 2002/11/20 19:45:55 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Data Transfers. diff --git a/v7/src/compiler/machines/vax/rules2.scm b/v7/src/compiler/machines/vax/rules2.scm index 380a5c4e8..aa27f4f43 100644 --- a/v7/src/compiler/machines/vax/rules2.scm +++ b/v7/src/compiler/machines/vax/rules2.scm @@ -1,23 +1,26 @@ #| -*-Scheme-*- -$Id: rules2.scm,v 4.5 1999/01/02 06:06:43 cph Exp $ +$Id: rules2.scm,v 4.6 2002/11/20 19:45:55 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 program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Predicates. diff --git a/v7/src/compiler/machines/vax/rules3.scm b/v7/src/compiler/machines/vax/rules3.scm index a090090cb..c083d7280 100644 --- a/v7/src/compiler/machines/vax/rules3.scm +++ b/v7/src/compiler/machines/vax/rules3.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rules3.scm,v 4.14 2002/02/22 05:07:18 cph Exp $ +$Id: rules3.scm,v 4.15 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Invocations and Entries. diff --git a/v7/src/compiler/machines/vax/rules4.scm b/v7/src/compiler/machines/vax/rules4.scm index 6fb5bfae6..1d8ae056e 100644 --- a/v7/src/compiler/machines/vax/rules4.scm +++ b/v7/src/compiler/machines/vax/rules4.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rules4.scm,v 4.5 1999/01/02 06:06:43 cph Exp $ +$Id: rules4.scm,v 4.6 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Interpreter Calls. diff --git a/v7/src/compiler/machines/vax/rulfix.scm b/v7/src/compiler/machines/vax/rulfix.scm index ef74d9c23..09e89c5f5 100644 --- a/v7/src/compiler/machines/vax/rulfix.scm +++ b/v7/src/compiler/machines/vax/rulfix.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rulfix.scm,v 1.8 2002/02/22 05:14:11 cph Exp $ +$Id: rulfix.scm,v 1.9 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1989, 1991, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; LAP Generation Rules: Fixnum operations. diff --git a/v7/src/compiler/machines/vax/rulrew.scm b/v7/src/compiler/machines/vax/rulrew.scm index af22a1289..d7c3fd66f 100644 --- a/v7/src/compiler/machines/vax/rulrew.scm +++ b/v7/src/compiler/machines/vax/rulrew.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rulrew.scm,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: rulrew.scm,v 1.4 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rewrite Rules diff --git a/v7/src/compiler/rtlbase/regset.scm b/v7/src/compiler/rtlbase/regset.scm index a13924630..10e7aca73 100644 --- a/v7/src/compiler/rtlbase/regset.scm +++ b/v7/src/compiler/rtlbase/regset.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: regset.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: regset.scm,v 1.5 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Register Sets diff --git a/v7/src/compiler/rtlbase/rgraph.scm b/v7/src/compiler/rtlbase/rgraph.scm index 48dc0cc60..06f3fdfb9 100644 --- a/v7/src/compiler/rtlbase/rgraph.scm +++ b/v7/src/compiler/rtlbase/rgraph.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgraph.scm,v 4.8 1999/01/02 06:06:43 cph Exp $ +$Id: rgraph.scm,v 4.9 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Program Graph Abstraction diff --git a/v7/src/compiler/rtlbase/rtlcfg.scm b/v7/src/compiler/rtlbase/rtlcfg.scm index d9c64790c..565a38c86 100644 --- a/v7/src/compiler/rtlbase/rtlcfg.scm +++ b/v7/src/compiler/rtlbase/rtlcfg.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtlcfg.scm,v 4.10 2002/02/08 03:08:36 cph Exp $ +$Id: rtlcfg.scm,v 4.11 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1987-1989, 1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL CFG Nodes diff --git a/v7/src/compiler/rtlbase/rtlcon.scm b/v7/src/compiler/rtlbase/rtlcon.scm index 29e73708f..3b785f929 100644 --- a/v7/src/compiler/rtlbase/rtlcon.scm +++ b/v7/src/compiler/rtlbase/rtlcon.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtlcon.scm,v 4.30 1999/01/02 06:06:43 cph Exp $ +$Id: rtlcon.scm,v 4.31 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Register Transfer Language: Complex Constructors diff --git a/v7/src/compiler/rtlbase/rtlexp.scm b/v7/src/compiler/rtlbase/rtlexp.scm index d1ba0d808..28c99894e 100644 --- a/v7/src/compiler/rtlbase/rtlexp.scm +++ b/v7/src/compiler/rtlbase/rtlexp.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtlexp.scm,v 4.20 1999/01/02 06:06:43 cph Exp $ +$Id: rtlexp.scm,v 4.21 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Register Transfer Language: Expression Operations diff --git a/v7/src/compiler/rtlbase/rtline.scm b/v7/src/compiler/rtlbase/rtline.scm index 7cf71c6c0..bfec15036 100644 --- a/v7/src/compiler/rtlbase/rtline.scm +++ b/v7/src/compiler/rtlbase/rtline.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtline.scm,v 4.11 1999/01/02 06:06:43 cph Exp $ +$Id: rtline.scm,v 4.12 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL linearizer diff --git a/v7/src/compiler/rtlbase/rtlobj.scm b/v7/src/compiler/rtlbase/rtlobj.scm index 2e9e2a123..08f551892 100644 --- a/v7/src/compiler/rtlbase/rtlobj.scm +++ b/v7/src/compiler/rtlbase/rtlobj.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtlobj.scm,v 4.12 1999/01/02 06:06:43 cph Exp $ +$Id: rtlobj.scm,v 4.13 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Register Transfer Language: Object Datatypes diff --git a/v7/src/compiler/rtlbase/rtlreg.scm b/v7/src/compiler/rtlbase/rtlreg.scm index 1e8b97ae7..7d9800c20 100644 --- a/v7/src/compiler/rtlbase/rtlreg.scm +++ b/v7/src/compiler/rtlbase/rtlreg.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rtlreg.scm,v 4.9 2002/02/08 03:08:47 cph Exp $ +$Id: rtlreg.scm,v 4.10 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1987, 1988, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Registers diff --git a/v7/src/compiler/rtlbase/rtlty1.scm b/v7/src/compiler/rtlbase/rtlty1.scm index 370ad8542..a74bc0bee 100644 --- a/v7/src/compiler/rtlbase/rtlty1.scm +++ b/v7/src/compiler/rtlbase/rtlty1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtlty1.scm,v 4.23 1999/01/02 06:06:43 cph Exp $ +$Id: rtlty1.scm,v 4.24 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Register Transfer Language Type Definitions diff --git a/v7/src/compiler/rtlbase/rtlty2.scm b/v7/src/compiler/rtlbase/rtlty2.scm index d554c4949..c1a694976 100644 --- a/v7/src/compiler/rtlbase/rtlty2.scm +++ b/v7/src/compiler/rtlbase/rtlty2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtlty2.scm,v 4.13 1999/01/02 06:06:43 cph Exp $ +$Id: rtlty2.scm,v 4.14 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Register Transfer Language Type Definitions diff --git a/v7/src/compiler/rtlbase/valclass.scm b/v7/src/compiler/rtlbase/valclass.scm index 05fe6398f..7bf13e510 100644 --- a/v7/src/compiler/rtlbase/valclass.scm +++ b/v7/src/compiler/rtlbase/valclass.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: valclass.scm,v 1.5 2002/02/08 03:08:55 cph Exp $ +$Id: valclass.scm,v 1.6 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1989, 1990, 1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Value Classes diff --git a/v7/src/compiler/rtlgen/fndblk.scm b/v7/src/compiler/rtlgen/fndblk.scm index 56fc3b09e..b48381d32 100644 --- a/v7/src/compiler/rtlgen/fndblk.scm +++ b/v7/src/compiler/rtlgen/fndblk.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: fndblk.scm,v 4.12 1999/01/02 06:06:43 cph Exp $ +$Id: fndblk.scm,v 4.13 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Environment Locatives diff --git a/v7/src/compiler/rtlgen/fndvar.scm b/v7/src/compiler/rtlgen/fndvar.scm index 8715239ce..c7c6b9d5c 100644 --- a/v7/src/compiler/rtlgen/fndvar.scm +++ b/v7/src/compiler/rtlgen/fndvar.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: fndvar.scm,v 1.7 1999/01/02 06:06:43 cph Exp $ +$Id: fndvar.scm,v 1.8 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Variable Locatives diff --git a/v7/src/compiler/rtlgen/opncod.scm b/v7/src/compiler/rtlgen/opncod.scm index 6d112abe7..8a3495ad3 100644 --- a/v7/src/compiler/rtlgen/opncod.scm +++ b/v7/src/compiler/rtlgen/opncod.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: opncod.scm,v 4.70 2001/09/25 05:37:45 cph Exp $ +$Id: opncod.scm,v 4.71 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Inline Combinations diff --git a/v7/src/compiler/rtlgen/rgcomb.scm b/v7/src/compiler/rtlgen/rgcomb.scm index 3f5df603b..106775265 100644 --- a/v7/src/compiler/rtlgen/rgcomb.scm +++ b/v7/src/compiler/rtlgen/rgcomb.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgcomb.scm,v 4.21 1999/01/02 06:06:43 cph Exp $ +$Id: rgcomb.scm,v 4.22 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Combinations diff --git a/v7/src/compiler/rtlgen/rgproc.scm b/v7/src/compiler/rtlgen/rgproc.scm index 2991e0511..688da0b52 100644 --- a/v7/src/compiler/rtlgen/rgproc.scm +++ b/v7/src/compiler/rtlgen/rgproc.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgproc.scm,v 4.14 1999/01/02 06:06:43 cph Exp $ +$Id: rgproc.scm,v 4.15 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Procedure Headers diff --git a/v7/src/compiler/rtlgen/rgretn.scm b/v7/src/compiler/rtlgen/rgretn.scm index cc47828dc..91f792d87 100644 --- a/v7/src/compiler/rtlgen/rgretn.scm +++ b/v7/src/compiler/rtlgen/rgretn.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgretn.scm,v 4.14 1999/01/02 06:06:43 cph Exp $ +$Id: rgretn.scm,v 4.15 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Return Statements diff --git a/v7/src/compiler/rtlgen/rgrval.scm b/v7/src/compiler/rtlgen/rgrval.scm index e75b75c82..7c7d065cc 100644 --- a/v7/src/compiler/rtlgen/rgrval.scm +++ b/v7/src/compiler/rtlgen/rgrval.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgrval.scm,v 4.23 1999/01/02 06:06:43 cph Exp $ +$Id: rgrval.scm,v 4.24 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: RValues diff --git a/v7/src/compiler/rtlgen/rgstmt.scm b/v7/src/compiler/rtlgen/rgstmt.scm index 3564b61f4..326578274 100644 --- a/v7/src/compiler/rtlgen/rgstmt.scm +++ b/v7/src/compiler/rtlgen/rgstmt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rgstmt.scm,v 4.17 1999/01/02 06:06:43 cph Exp $ +$Id: rgstmt.scm,v 4.18 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation: Statements diff --git a/v7/src/compiler/rtlgen/rtlgen.scm b/v7/src/compiler/rtlgen/rtlgen.scm index 983ed4b0e..246fa7796 100644 --- a/v7/src/compiler/rtlgen/rtlgen.scm +++ b/v7/src/compiler/rtlgen/rtlgen.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtlgen.scm,v 4.30 1999/01/02 06:06:43 cph Exp $ +$Id: rtlgen.scm,v 4.31 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Generation diff --git a/v7/src/compiler/rtlopt/ralloc.scm b/v7/src/compiler/rtlopt/ralloc.scm index 417bf311c..84c65bec0 100644 --- a/v7/src/compiler/rtlopt/ralloc.scm +++ b/v7/src/compiler/rtlopt/ralloc.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: ralloc.scm,v 1.18 1999/01/02 06:06:43 cph Exp $ +$Id: ralloc.scm,v 1.19 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Register Allocation diff --git a/v7/src/compiler/rtlopt/rcompr.scm b/v7/src/compiler/rtlopt/rcompr.scm index 414ff8331..0c187eed4 100644 --- a/v7/src/compiler/rtlopt/rcompr.scm +++ b/v7/src/compiler/rtlopt/rcompr.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcompr.scm,v 1.15 1999/01/02 06:06:43 cph Exp $ +$Id: rcompr.scm,v 1.16 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Compression diff --git a/v7/src/compiler/rtlopt/rcse1.scm b/v7/src/compiler/rtlopt/rcse1.scm index 46e08a564..82b784f5b 100644 --- a/v7/src/compiler/rtlopt/rcse1.scm +++ b/v7/src/compiler/rtlopt/rcse1.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcse1.scm,v 4.24 1999/01/02 06:06:43 cph Exp $ +$Id: rcse1.scm,v 4.25 2002/11/20 19:45:56 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Common Subexpression Elimination: Codewalker diff --git a/v7/src/compiler/rtlopt/rcse2.scm b/v7/src/compiler/rtlopt/rcse2.scm index dca7eee68..dc1c07efe 100644 --- a/v7/src/compiler/rtlopt/rcse2.scm +++ b/v7/src/compiler/rtlopt/rcse2.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcse2.scm,v 4.14 1999/01/02 06:06:43 cph Exp $ +$Id: rcse2.scm,v 4.15 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Common Subexpression Elimination diff --git a/v7/src/compiler/rtlopt/rcseep.scm b/v7/src/compiler/rtlopt/rcseep.scm index c62c810ad..69b254bec 100644 --- a/v7/src/compiler/rtlopt/rcseep.scm +++ b/v7/src/compiler/rtlopt/rcseep.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcseep.scm,v 4.7 1999/01/02 06:06:43 cph Exp $ +$Id: rcseep.scm,v 4.8 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1987, 1988, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Common Subexpression Elimination: Expression Predicates diff --git a/v7/src/compiler/rtlopt/rcseht.scm b/v7/src/compiler/rtlopt/rcseht.scm index f9ec8e50b..ddff4fff4 100644 --- a/v7/src/compiler/rtlopt/rcseht.scm +++ b/v7/src/compiler/rtlopt/rcseht.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcseht.scm,v 4.13 1999/01/02 06:06:43 cph Exp $ +$Id: rcseht.scm,v 4.14 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Common Subexpression Elimination: Hash Table Abstraction diff --git a/v7/src/compiler/rtlopt/rcserq.scm b/v7/src/compiler/rtlopt/rcserq.scm index f57426294..f9628425b 100644 --- a/v7/src/compiler/rtlopt/rcserq.scm +++ b/v7/src/compiler/rtlopt/rcserq.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcserq.scm,v 4.7 1999/11/08 18:29:35 cph Exp $ +$Id: rcserq.scm,v 4.8 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Common Subexpression Elimination: Register/Quantity Abstractions diff --git a/v7/src/compiler/rtlopt/rcsesr.scm b/v7/src/compiler/rtlopt/rcsesr.scm index b44e01513..c24e575aa 100644 --- a/v7/src/compiler/rtlopt/rcsesr.scm +++ b/v7/src/compiler/rtlopt/rcsesr.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcsesr.scm,v 4.4 1999/01/02 06:06:43 cph Exp $ +$Id: rcsesr.scm,v 4.5 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Common Subexpression Elimination: Stack References diff --git a/v7/src/compiler/rtlopt/rdebug.scm b/v7/src/compiler/rtlopt/rdebug.scm index ab6e7c99c..ad8660b48 100644 --- a/v7/src/compiler/rtlopt/rdebug.scm +++ b/v7/src/compiler/rtlopt/rdebug.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rdebug.scm,v 1.4 2001/12/20 16:13:18 cph Exp $ +$Id: rdebug.scm,v 1.5 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1987, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Optimizer Debugging Output diff --git a/v7/src/compiler/rtlopt/rdflow.scm b/v7/src/compiler/rtlopt/rdflow.scm index ce4e63885..6c453df69 100644 --- a/v7/src/compiler/rtlopt/rdflow.scm +++ b/v7/src/compiler/rtlopt/rdflow.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rdflow.scm,v 1.4 1999/11/08 18:29:19 cph Exp $ +$Id: rdflow.scm,v 1.5 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Dataflow Analysis diff --git a/v7/src/compiler/rtlopt/rerite.scm b/v7/src/compiler/rtlopt/rerite.scm index a6b0ce98b..2a313d773 100644 --- a/v7/src/compiler/rtlopt/rerite.scm +++ b/v7/src/compiler/rtlopt/rerite.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rerite.scm,v 1.4 1999/01/02 06:06:43 cph Exp $ +$Id: rerite.scm,v 1.5 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Rewriting diff --git a/v7/src/compiler/rtlopt/rinvex.scm b/v7/src/compiler/rtlopt/rinvex.scm index 4bb83dcf0..c3f506c4e 100644 --- a/v7/src/compiler/rtlopt/rinvex.scm +++ b/v7/src/compiler/rtlopt/rinvex.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rinvex.scm,v 1.10 2001/09/25 05:35:21 cph Exp $ +$Id: rinvex.scm,v 1.11 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1989-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Invertible Expression Elimination diff --git a/v7/src/compiler/rtlopt/rlife.scm b/v7/src/compiler/rtlopt/rlife.scm index 38a85bc98..add98c3c7 100644 --- a/v7/src/compiler/rtlopt/rlife.scm +++ b/v7/src/compiler/rtlopt/rlife.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rlife.scm,v 1.61 1999/01/02 06:06:43 cph Exp $ +$Id: rlife.scm,v 1.62 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1987, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Register Lifetime Analysis diff --git a/v7/src/compiler/rtlopt/rtlcsm.scm b/v7/src/compiler/rtlopt/rtlcsm.scm index 2a823684a..ffd3d7e3b 100644 --- a/v7/src/compiler/rtlopt/rtlcsm.scm +++ b/v7/src/compiler/rtlopt/rtlcsm.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rtlcsm.scm,v 1.2 1999/01/02 06:06:43 cph Exp $ +$Id: rtlcsm.scm,v 1.3 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RTL Common Suffix Merging diff --git a/v7/src/configure.in b/v7/src/configure.in index 2570eec43..e82611055 100644 --- a/v7/src/configure.in +++ b/v7/src/configure.in @@ -2,22 +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 program 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 This file is part of MIT Scheme. dnl -dnl This program is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +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 +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 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 this program; if not, write to the Free Software +dnl along with MIT 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.5 2001/10/04 17:11:49 cph Exp $]) +AC_REVISION([$Id: configure.in,v 1.6 2002/11/20 19:45:46 cph Exp $]) AC_INIT(microcode/boot.c) AC_PROG_INSTALL diff --git a/v7/src/cref/Makefile.in b/v7/src/cref/Makefile.in index 0b049c075..691a85b05 100644 --- a/v7/src/cref/Makefile.in +++ b/v7/src/cref/Makefile.in @@ -1,19 +1,21 @@ -# $Id: Makefile.in,v 1.2 2001/12/17 17:40:58 cph Exp $ +# $Id: Makefile.in,v 1.3 2002/11/20 19:45:57 cph Exp $ # # Copyright (c) 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/cref/anfile.scm b/v7/src/cref/anfile.scm index 1b1d468b8..c221a0adb 100644 --- a/v7/src/cref/anfile.scm +++ b/v7/src/cref/anfile.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: anfile.scm,v 1.7 2001/12/20 16:28:22 cph Exp $ +$Id: anfile.scm,v 1.8 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Free/Bound Variable Analysis diff --git a/v7/src/cref/conpkg.scm b/v7/src/cref/conpkg.scm index 42cbd10c4..9a4b3ad42 100644 --- a/v7/src/cref/conpkg.scm +++ b/v7/src/cref/conpkg.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: conpkg.scm,v 1.14 2001/09/28 00:38:32 cph Exp $ +$Id: conpkg.scm,v 1.15 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Generate construction program from package model diff --git a/v7/src/cref/cref.cbf b/v7/src/cref/cref.cbf index 0fda5f630..c86468c6b 100644 --- a/v7/src/cref/cref.cbf +++ b/v7/src/cref/cref.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: cref.cbf,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: cref.cbf,v 1.4 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((compiler:coalescing-constant-warnings? #f)) diff --git a/v7/src/cref/cref.pkg b/v7/src/cref/cref.pkg index 1b9a6f724..7f3ed0a40 100644 --- a/v7/src/cref/cref.pkg +++ b/v7/src/cref/cref.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: cref.pkg,v 1.10 2001/08/16 20:46:06 cph Exp $ +$Id: cref.pkg,v 1.11 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; CREF Packaging diff --git a/v7/src/cref/cref.sf b/v7/src/cref/cref.sf index 6861ec82c..063b6f3ce 100644 --- a/v7/src/cref/cref.sf +++ b/v7/src/cref/cref.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: cref.sf,v 1.15 2001/12/20 03:35:56 cph Exp $ +$Id: cref.sf,v 1.16 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((sf/default-syntax-table (->environment '()))) diff --git a/v7/src/cref/forpkg.scm b/v7/src/cref/forpkg.scm index 0b90a6c78..3399012d6 100644 --- a/v7/src/cref/forpkg.scm +++ b/v7/src/cref/forpkg.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: forpkg.scm,v 1.10 2001/09/28 00:38:21 cph Exp $ +$Id: forpkg.scm,v 1.11 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Package Model Formatter diff --git a/v7/src/cref/make.scm b/v7/src/cref/make.scm index ec0ddf2de..ac11cc3f7 100644 --- a/v7/src/cref/make.scm +++ b/v7/src/cref/make.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.25 2002/02/03 04:35:57 cph Exp $ +$Id: make.scm,v 1.26 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Package Model: System Construction diff --git a/v7/src/cref/mset.scm b/v7/src/cref/mset.scm index 51ca9e40a..e7ffc100f 100644 --- a/v7/src/cref/mset.scm +++ b/v7/src/cref/mset.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: mset.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: mset.scm,v 1.3 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Multiset Operations diff --git a/v7/src/cref/object.scm b/v7/src/cref/object.scm index 5dd7d031f..46b75b70a 100644 --- a/v7/src/cref/object.scm +++ b/v7/src/cref/object.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: object.scm,v 1.14 2001/08/20 21:02:37 cph Exp $ +$Id: object.scm,v 1.15 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Package Model Data Structures diff --git a/v7/src/cref/redpkg.scm b/v7/src/cref/redpkg.scm index fda8f3c86..83bbc5d6c 100644 --- a/v7/src/cref/redpkg.scm +++ b/v7/src/cref/redpkg.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: redpkg.scm,v 1.26 2002/03/14 04:58:51 cph Exp $ +$Id: redpkg.scm,v 1.27 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Package Model Reader diff --git a/v7/src/cref/toplev.scm b/v7/src/cref/toplev.scm index c44faa730..e58bb90ed 100644 --- a/v7/src/cref/toplev.scm +++ b/v7/src/cref/toplev.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: toplev.scm,v 1.18 2002/03/15 01:42:41 cph Exp $ +$Id: toplev.scm,v 1.19 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Package Model: Top Level diff --git a/v7/src/cref/triv.pkg b/v7/src/cref/triv.pkg index 5001efd19..c467eb1e7 100644 --- a/v7/src/cref/triv.pkg +++ b/v7/src/cref/triv.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: triv.pkg,v 1.7 2001/08/20 21:02:43 cph Exp $ +$Id: triv.pkg,v 1.8 2002/11/20 19:45:57 cph Exp $ Copyright (c) 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; CREF Packaging: hand-compiled package for bootstrapping diff --git a/v7/src/edwin/Clean.sh b/v7/src/edwin/Clean.sh index 87957da53..e1af85945 100755 --- a/v7/src/edwin/Clean.sh +++ b/v7/src/edwin/Clean.sh @@ -1,21 +1,23 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.5 2001/12/17 17:40:58 cph Exp $ +# $Id: Clean.sh,v 1.6 2002/11/20 19:45:57 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/edwin/Makefile.in b/v7/src/edwin/Makefile.in index f763a99c0..6ea5e998a 100644 --- a/v7/src/edwin/Makefile.in +++ b/v7/src/edwin/Makefile.in @@ -1,20 +1,23 @@ -# $Id: Makefile.in,v 1.4 2001/02/06 04:15:35 cph Exp $ +# $Id: Makefile.in,v 1.5 2002/11/20 19:45:57 cph Exp $ # # Copyright (c) 2000-2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Standard Makefile for Scheme subsystem directories. # This makefile supports some utilities for Scheme subsystems. diff --git a/v7/src/edwin/abbrev.scm b/v7/src/edwin/abbrev.scm index dcd6a0a5c..4f198fd61 100644 --- a/v7/src/edwin/abbrev.scm +++ b/v7/src/edwin/abbrev.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: abbrev.scm,v 1.6 2001/03/21 19:25:10 cph Exp $ +;;; $Id: abbrev.scm,v 1.7 2002/11/20 19:45:57 cph Exp $ ;;; ;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/ansi.scm b/v7/src/edwin/ansi.scm index 93f36ca63..11e2efea2 100644 --- a/v7/src/edwin/ansi.scm +++ b/v7/src/edwin/ansi.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: ansi.scm,v 1.8 1999/01/02 06:11:34 cph Exp $ +$Id: ansi.scm,v 1.9 2002/11/20 19:45:57 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Hard-coded ANSI terminal type for lack of termcap on DOS/NT diff --git a/v7/src/edwin/argred.scm b/v7/src/edwin/argred.scm index 6b5f243d4..fdf882353 100644 --- a/v7/src/edwin/argred.scm +++ b/v7/src/edwin/argred.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: argred.scm,v 1.33 1999/01/02 06:11:34 cph Exp $ +;;;$Id: argred.scm,v 1.34 2002/11/20 19:45:57 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Command Argument Reader diff --git a/v7/src/edwin/artdebug.scm b/v7/src/edwin/artdebug.scm index 5e080d2c9..431d18e4c 100644 --- a/v7/src/edwin/artdebug.scm +++ b/v7/src/edwin/artdebug.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: artdebug.scm,v 1.30 2001/12/20 16:13:18 cph Exp $ +;;; $Id: artdebug.scm,v 1.31 2002/11/20 19:45:57 cph Exp $ ;;; ;;; Copyright (c) 1989-1999, 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/autold.scm b/v7/src/edwin/autold.scm index c70d81853..839930c8a 100644 --- a/v7/src/edwin/autold.scm +++ b/v7/src/edwin/autold.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: autold.scm,v 1.62 2001/12/19 01:57:36 cph Exp $ +;;;$Id: autold.scm,v 1.63 2002/11/20 19:45:57 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/autosv.scm b/v7/src/edwin/autosv.scm index 0879d8da1..f8f3cf17b 100644 --- a/v7/src/edwin/autosv.scm +++ b/v7/src/edwin/autosv.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: autosv.scm,v 1.34 2001/05/10 18:22:26 cph Exp $ +;;; $Id: autosv.scm,v 1.35 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/basic.scm b/v7/src/edwin/basic.scm index beabb863b..cde0faaa0 100644 --- a/v7/src/edwin/basic.scm +++ b/v7/src/edwin/basic.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: basic.scm,v 1.140 2000/10/30 15:39:06 cph Exp $ +;;; $Id: basic.scm,v 1.141 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Basic Commands diff --git a/v7/src/edwin/bios.scm b/v7/src/edwin/bios.scm index 7330417f0..78e32487a 100644 --- a/v7/src/edwin/bios.scm +++ b/v7/src/edwin/bios.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: bios.scm,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: bios.scm,v 1.6 2002/11/20 19:45:58 cph Exp $ Copyright (c) 1992, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; IBM-PC BIOS Screen Implementation diff --git a/v7/src/edwin/bufcom.scm b/v7/src/edwin/bufcom.scm index 268f0f773..1a185c820 100644 --- a/v7/src/edwin/bufcom.scm +++ b/v7/src/edwin/bufcom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: bufcom.scm,v 1.107 2000/03/23 03:18:47 cph Exp $ +;;; $Id: bufcom.scm,v 1.108 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer Commands diff --git a/v7/src/edwin/buffer.scm b/v7/src/edwin/buffer.scm index ecb09d757..11a7a9c50 100644 --- a/v7/src/edwin/buffer.scm +++ b/v7/src/edwin/buffer.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: buffer.scm,v 1.187 2002/03/06 20:07:00 cph Exp $ +;;; $Id: buffer.scm,v 1.188 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/buffrm.scm b/v7/src/edwin/buffrm.scm index dd66d43f1..81c0e223e 100644 --- a/v7/src/edwin/buffrm.scm +++ b/v7/src/edwin/buffrm.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: buffrm.scm,v 1.59 2002/02/03 03:38:53 cph Exp $ +;;; $Id: buffrm.scm,v 1.60 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/bufinp.scm b/v7/src/edwin/bufinp.scm index 3bceda854..dc4525fa2 100644 --- a/v7/src/edwin/bufinp.scm +++ b/v7/src/edwin/bufinp.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: bufinp.scm,v 1.8 1999/02/24 21:35:46 cph Exp $ +;;;$Id: bufinp.scm,v 1.9 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer Input Ports diff --git a/v7/src/edwin/bufmnu.scm b/v7/src/edwin/bufmnu.scm index 2b5aeaaf5..28fad15c8 100644 --- a/v7/src/edwin/bufmnu.scm +++ b/v7/src/edwin/bufmnu.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: bufmnu.scm,v 1.131 2000/10/26 04:19:02 cph Exp $ +;;; $Id: bufmnu.scm,v 1.132 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer Menu diff --git a/v7/src/edwin/bufout.scm b/v7/src/edwin/bufout.scm index 3fe2dedde..80e50eee3 100644 --- a/v7/src/edwin/bufout.scm +++ b/v7/src/edwin/bufout.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: bufout.scm,v 1.13 1999/02/24 21:35:39 cph Exp $ +;;; $Id: bufout.scm,v 1.14 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer Output Ports ;;; Package: (edwin buffer-output-port) diff --git a/v7/src/edwin/bufset.scm b/v7/src/edwin/bufset.scm index 25f42e5fd..dc9f44d6d 100644 --- a/v7/src/edwin/bufset.scm +++ b/v7/src/edwin/bufset.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: bufset.scm,v 1.12 1999/01/02 06:11:34 cph Exp $ +;;; $Id: bufset.scm,v 1.13 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer Set Abstraction diff --git a/v7/src/edwin/bufwfs.scm b/v7/src/edwin/bufwfs.scm index 5a180d514..add810464 100644 --- a/v7/src/edwin/bufwfs.scm +++ b/v7/src/edwin/bufwfs.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: bufwfs.scm,v 1.20 1999/01/02 06:11:34 cph Exp $ +;;; $Id: bufwfs.scm,v 1.21 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer Windows: Fill and Scroll diff --git a/v7/src/edwin/bufwin.scm b/v7/src/edwin/bufwin.scm index 772e019df..4218dc6b2 100644 --- a/v7/src/edwin/bufwin.scm +++ b/v7/src/edwin/bufwin.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: bufwin.scm,v 1.310 2002/02/03 03:38:53 cph Exp $ +;;; $Id: bufwin.scm,v 1.311 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/bufwiu.scm b/v7/src/edwin/bufwiu.scm index 607b5bd90..6397d5822 100644 --- a/v7/src/edwin/bufwiu.scm +++ b/v7/src/edwin/bufwiu.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: bufwiu.scm,v 1.34 2000/04/10 02:31:17 cph Exp $ +;;; $Id: bufwiu.scm,v 1.35 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer Windows: Image Update diff --git a/v7/src/edwin/bufwmc.scm b/v7/src/edwin/bufwmc.scm index 3e15a1a6a..d815d2889 100644 --- a/v7/src/edwin/bufwmc.scm +++ b/v7/src/edwin/bufwmc.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: bufwmc.scm,v 1.18 1999/01/02 06:11:34 cph Exp $ +;;; $Id: bufwmc.scm,v 1.19 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer Windows: Mark <-> Coordinate Maps diff --git a/v7/src/edwin/c-mode.scm b/v7/src/edwin/c-mode.scm index 734374a6b..20871a792 100644 --- a/v7/src/edwin/c-mode.scm +++ b/v7/src/edwin/c-mode.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: c-mode.scm,v 1.60 2001/12/18 22:12:16 cph Exp $ +;;; $Id: c-mode.scm,v 1.61 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/calias.scm b/v7/src/edwin/calias.scm index b30510802..e78b97d42 100644 --- a/v7/src/edwin/calias.scm +++ b/v7/src/edwin/calias.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: calias.scm,v 1.25 2002/02/09 05:55:09 cph Exp $ +;;; $Id: calias.scm,v 1.26 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/cinden.scm b/v7/src/edwin/cinden.scm index 814f4ad22..744a06c2a 100644 --- a/v7/src/edwin/cinden.scm +++ b/v7/src/edwin/cinden.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: cinden.scm,v 1.20 1999/10/07 15:13:19 cph Exp $ +;;; $Id: cinden.scm,v 1.21 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; C Indentation (from GNU Emacs) diff --git a/v7/src/edwin/class.scm b/v7/src/edwin/class.scm index 142df146e..0e00ba1be 100644 --- a/v7/src/edwin/class.scm +++ b/v7/src/edwin/class.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: class.scm,v 1.72 1999/01/02 06:11:34 cph Exp $ +;;; $Id: class.scm,v 1.73 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Class/Object System diff --git a/v7/src/edwin/clscon.scm b/v7/src/edwin/clscon.scm index b705ea0fb..959dbea1e 100644 --- a/v7/src/edwin/clscon.scm +++ b/v7/src/edwin/clscon.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: clscon.scm,v 1.8 2002/02/03 03:38:54 cph Exp $ +;;; $Id: clscon.scm,v 1.9 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986-1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/clsmac.scm b/v7/src/edwin/clsmac.scm index da7756b87..252807048 100644 --- a/v7/src/edwin/clsmac.scm +++ b/v7/src/edwin/clsmac.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: clsmac.scm,v 1.10 2002/02/13 01:18:41 cph Exp $ +;;; $Id: clsmac.scm,v 1.11 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989, 1999, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/comatch.scm b/v7/src/edwin/comatch.scm index 3e5dde6bc..5db6b4a06 100644 --- a/v7/src/edwin/comatch.scm +++ b/v7/src/edwin/comatch.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: comatch.scm,v 1.4 1999/01/02 06:11:34 cph Exp $ +;;; $Id: comatch.scm,v 1.5 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1997, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Combinatoric Matcher diff --git a/v7/src/edwin/comhst.scm b/v7/src/edwin/comhst.scm index 75714e84d..d916422e5 100644 --- a/v7/src/edwin/comhst.scm +++ b/v7/src/edwin/comhst.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: comhst.scm,v 1.7 1999/05/13 03:06:36 cph Exp $ +$Id: comhst.scm,v 1.8 2002/11/20 19:45:58 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Command interpreter history diff --git a/v7/src/edwin/comint.scm b/v7/src/edwin/comint.scm index 4ea7e2e69..d305f7188 100644 --- a/v7/src/edwin/comint.scm +++ b/v7/src/edwin/comint.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: comint.scm,v 1.30 1999/08/26 18:20:39 cph Exp $ +$Id: comint.scm,v 1.31 2002/11/20 19:45:58 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Command interpreter subprocess control diff --git a/v7/src/edwin/comman.scm b/v7/src/edwin/comman.scm index 3778a2534..b52d726dc 100644 --- a/v7/src/edwin/comman.scm +++ b/v7/src/edwin/comman.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: comman.scm,v 1.86 2002/02/03 03:38:54 cph Exp $ +$Id: comman.scm,v 1.87 2002/11/20 19:45:58 cph Exp $ Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Commands and Variables diff --git a/v7/src/edwin/compile.scm b/v7/src/edwin/compile.scm index bb3a2d819..bcbb81cbd 100644 --- a/v7/src/edwin/compile.scm +++ b/v7/src/edwin/compile.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: compile.scm,v 1.14 2001/05/07 17:59:35 cph Exp $ +;;; $Id: compile.scm,v 1.15 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1992-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/comred.scm b/v7/src/edwin/comred.scm index 98e4a70da..d68aa424e 100644 --- a/v7/src/edwin/comred.scm +++ b/v7/src/edwin/comred.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: comred.scm,v 1.123 2001/12/19 05:25:12 cph Exp $ +;;; $Id: comred.scm,v 1.124 2002/11/20 19:45:58 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/comtab.scm b/v7/src/edwin/comtab.scm index e2fbe3062..765b77f02 100644 --- a/v7/src/edwin/comtab.scm +++ b/v7/src/edwin/comtab.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: comtab.scm,v 1.72 2001/03/21 19:25:19 cph Exp $ +;;; $Id: comtab.scm,v 1.73 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/comwin.scm b/v7/src/edwin/comwin.scm index d42d5a58e..2024ff7b9 100644 --- a/v7/src/edwin/comwin.scm +++ b/v7/src/edwin/comwin.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: comwin.scm,v 1.147 2002/02/03 03:38:54 cph Exp $ +;;; $Id: comwin.scm,v 1.148 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/curren.scm b/v7/src/edwin/curren.scm index 59f260452..8ee88a0f5 100644 --- a/v7/src/edwin/curren.scm +++ b/v7/src/edwin/curren.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: curren.scm,v 1.144 2001/05/18 00:52:36 cph Exp $ +;;; $Id: curren.scm,v 1.145 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/dabbrev.scm b/v7/src/edwin/dabbrev.scm index cca049f55..da1294d3a 100644 --- a/v7/src/edwin/dabbrev.scm +++ b/v7/src/edwin/dabbrev.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dabbrev.scm,v 1.4 1999/01/02 06:11:34 cph Exp $ +;;; $Id: dabbrev.scm,v 1.5 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1992, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Dynamic Abbrev diff --git a/v7/src/edwin/debian-changelog.scm b/v7/src/edwin/debian-changelog.scm index 56e873987..cd7a36ca7 100644 --- a/v7/src/edwin/debian-changelog.scm +++ b/v7/src/edwin/debian-changelog.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: debian-changelog.scm,v 1.6 2002/08/12 18:03:26 cph Exp $ +;;; $Id: debian-changelog.scm,v 1.7 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this package; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/debug.scm b/v7/src/edwin/debug.scm index 5db124a33..d6c5edb10 100644 --- a/v7/src/edwin/debug.scm +++ b/v7/src/edwin/debug.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: debug.scm,v 1.62 2002/01/07 04:35:10 cph Exp $ +;;; $Id: debug.scm,v 1.63 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1992-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/debuge.scm b/v7/src/edwin/debuge.scm index 0b9164fdb..5737995bd 100644 --- a/v7/src/edwin/debuge.scm +++ b/v7/src/edwin/debuge.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: debuge.scm,v 1.54 2000/03/23 03:19:05 cph Exp $ +;;; $Id: debuge.scm,v 1.55 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Debugging Stuff diff --git a/v7/src/edwin/decls.scm b/v7/src/edwin/decls.scm index eb861c7be..baaab9d9e 100644 --- a/v7/src/edwin/decls.scm +++ b/v7/src/edwin/decls.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: decls.scm,v 1.71 2001/12/18 21:34:56 cph Exp $ +$Id: decls.scm,v 1.72 2002/11/20 19:45:59 cph Exp $ Copyright (c) 1989-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Edwin: Syntaxing Declarations diff --git a/v7/src/edwin/dired.scm b/v7/src/edwin/dired.scm index 19f6332d3..2fc98a104 100644 --- a/v7/src/edwin/dired.scm +++ b/v7/src/edwin/dired.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dired.scm,v 1.190 2001/12/19 01:42:39 cph Exp $ +;;; $Id: dired.scm,v 1.191 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/diros2.scm b/v7/src/edwin/diros2.scm index fef4f01a1..d47b54c5e 100644 --- a/v7/src/edwin/diros2.scm +++ b/v7/src/edwin/diros2.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: diros2.scm,v 1.4 1999/02/01 03:47:30 cph Exp $ +;;; $Id: diros2.scm,v 1.5 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1992-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Directory Editor (OS/2 Customizations) ;;; package: (edwin dired) diff --git a/v7/src/edwin/dirunx.scm b/v7/src/edwin/dirunx.scm index 134bc055b..7376df8d4 100644 --- a/v7/src/edwin/dirunx.scm +++ b/v7/src/edwin/dirunx.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dirunx.scm,v 1.13 2001/06/02 22:28:49 cph Exp $ +;;; $Id: dirunx.scm,v 1.14 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1992-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Directory Editor (Unix Customizations) ;;; package: (edwin dired) diff --git a/v7/src/edwin/dirw32.scm b/v7/src/edwin/dirw32.scm index b74e3350d..55f0e2d33 100644 --- a/v7/src/edwin/dirw32.scm +++ b/v7/src/edwin/dirw32.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dirw32.scm,v 1.4 1999/02/01 03:47:13 cph Exp $ +;;; $Id: dirw32.scm,v 1.5 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1996, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Directory Editor (Win32 Customizations) ;;; package: (edwin dired) diff --git a/v7/src/edwin/display.scm b/v7/src/edwin/display.scm index 5fb6b4046..2733b5f83 100644 --- a/v7/src/edwin/display.scm +++ b/v7/src/edwin/display.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: display.scm,v 1.7 1999/01/02 06:11:34 cph Exp $ +;;; $Id: display.scm,v 1.8 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Display-Type Abstraction ;;; package: (edwin display-type) diff --git a/v7/src/edwin/docstr.scm b/v7/src/edwin/docstr.scm index ddf9f735f..c5220633f 100644 --- a/v7/src/edwin/docstr.scm +++ b/v7/src/edwin/docstr.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: docstr.scm,v 1.5 2000/06/15 00:58:53 cph Exp $ +$Id: docstr.scm,v 1.6 2002/11/20 19:45:59 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Documentation Strings diff --git a/v7/src/edwin/dos.scm b/v7/src/edwin/dos.scm index 5cb200906..28adcdcf5 100644 --- a/v7/src/edwin/dos.scm +++ b/v7/src/edwin/dos.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dos.scm,v 1.53 2002/03/06 20:05:13 cph Exp $ +;;; $Id: dos.scm,v 1.54 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1992-2000, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/doscom.scm b/v7/src/edwin/doscom.scm index 29b0175b9..3510e8e42 100644 --- a/v7/src/edwin/doscom.scm +++ b/v7/src/edwin/doscom.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: doscom.scm,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: doscom.scm,v 1.4 2002/11/20 19:45:59 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Shell commands for DOS diff --git a/v7/src/edwin/dosfile.scm b/v7/src/edwin/dosfile.scm index b5d3dc39a..7a0686088 100644 --- a/v7/src/edwin/dosfile.scm +++ b/v7/src/edwin/dosfile.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dosfile.scm,v 1.38 2002/10/26 04:24:12 cph Exp $ +;;; $Id: dosfile.scm,v 1.39 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1994-2000, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/dosproc.scm b/v7/src/edwin/dosproc.scm index e823f6fdd..58a0fca10 100644 --- a/v7/src/edwin/dosproc.scm +++ b/v7/src/edwin/dosproc.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dosproc.scm,v 1.9 2002/02/09 05:55:12 cph Exp $ +;;; $Id: dosproc.scm,v 1.10 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1992-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/dosshell.scm b/v7/src/edwin/dosshell.scm index 0989891c8..98b6cfaf3 100644 --- a/v7/src/edwin/dosshell.scm +++ b/v7/src/edwin/dosshell.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dosshell.scm,v 1.5 2001/12/18 21:34:59 cph Exp $ +$Id: dosshell.scm,v 1.6 2002/11/20 19:45:59 cph Exp $ Copyright (c) 1992-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Pseudo Shell subprocess in a buffer diff --git a/v7/src/edwin/ed-ffi.scm b/v7/src/edwin/ed-ffi.scm index 41583625e..d20fec277 100644 --- a/v7/src/edwin/ed-ffi.scm +++ b/v7/src/edwin/ed-ffi.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: ed-ffi.scm,v 1.52 2001/12/18 21:35:01 cph Exp $ +$Id: ed-ffi.scm,v 1.53 2002/11/20 19:45:59 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/edwin/editor.scm b/v7/src/edwin/editor.scm index 6e8923a41..b428b4f2e 100644 --- a/v7/src/edwin/editor.scm +++ b/v7/src/edwin/editor.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: editor.scm,v 1.253 2001/12/19 05:25:25 cph Exp $ +;;; $Id: editor.scm,v 1.254 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/edtfrm.scm b/v7/src/edwin/edtfrm.scm index 37c19a9ed..86816160e 100644 --- a/v7/src/edwin/edtfrm.scm +++ b/v7/src/edwin/edtfrm.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: edtfrm.scm,v 1.91 2002/02/03 03:38:54 cph Exp $ +;;; $Id: edtfrm.scm,v 1.92 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/edtstr.scm b/v7/src/edwin/edtstr.scm index 29f781f67..09a2f938f 100644 --- a/v7/src/edwin/edtstr.scm +++ b/v7/src/edwin/edtstr.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: edtstr.scm,v 1.23 1999/01/02 06:11:34 cph Exp $ +;;; $Id: edtstr.scm,v 1.24 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Editor Data Abstraction diff --git a/v7/src/edwin/edwin.cbf b/v7/src/edwin/edwin.cbf index a702cb257..3298e251e 100644 --- a/v7/src/edwin/edwin.cbf +++ b/v7/src/edwin/edwin.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: edwin.cbf,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: edwin.cbf,v 1.5 2002/11/20 19:45:59 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Script to incrementally compile the editor (from .bins) diff --git a/v7/src/edwin/edwin.ldr b/v7/src/edwin/edwin.ldr index 1ed58b8e9..0740a4fe0 100644 --- a/v7/src/edwin/edwin.ldr +++ b/v7/src/edwin/edwin.ldr @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: edwin.ldr,v 1.73 2001/12/22 04:00:33 cph Exp $ +$Id: edwin.ldr,v 1.74 2002/11/20 19:45:59 cph Exp $ Copyright (c) 1989-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;; program to load package contents diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 87933878c..72cc4ec60 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.281 2002/03/06 20:05:22 cph Exp $ +$Id: edwin.pkg,v 1.282 2002/11/20 19:45:59 cph Exp $ Copyright (c) 1989-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Edwin Packaging diff --git a/v7/src/edwin/edwin.sf b/v7/src/edwin/edwin.sf index e67d2b58a..cc976d73b 100644 --- a/v7/src/edwin/edwin.sf +++ b/v7/src/edwin/edwin.sf @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: edwin.sf,v 1.29 2001/12/18 21:57:13 cph Exp $ +;;; $Id: edwin.sf,v 1.30 2002/11/20 19:45:59 cph Exp $ ;;; ;;; Copyright (c) 1991-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/evlcom.scm b/v7/src/edwin/evlcom.scm index 7613d906a..6359a60ab 100644 --- a/v7/src/edwin/evlcom.scm +++ b/v7/src/edwin/evlcom.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: evlcom.scm,v 1.65 2001/12/19 05:25:29 cph Exp $ +;;; $Id: evlcom.scm,v 1.66 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/eystep.scm b/v7/src/edwin/eystep.scm index 8d8c58d2f..268fc6b8b 100644 --- a/v7/src/edwin/eystep.scm +++ b/v7/src/edwin/eystep.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: eystep.scm,v 1.6 1999/01/02 06:11:34 cph Exp $ +;;; $Id: eystep.scm,v 1.7 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1994-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Edwin Interface to YStep diff --git a/v7/src/edwin/filcom.scm b/v7/src/edwin/filcom.scm index 9237a8195..101151bc5 100644 --- a/v7/src/edwin/filcom.scm +++ b/v7/src/edwin/filcom.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: filcom.scm,v 1.223 2001/12/19 05:25:33 cph Exp $ +;;; $Id: filcom.scm,v 1.224 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/fileio.scm b/v7/src/edwin/fileio.scm index 0a7732e7d..8cb190f50 100644 --- a/v7/src/edwin/fileio.scm +++ b/v7/src/edwin/fileio.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: fileio.scm,v 1.158 2002/06/28 18:20:19 cph Exp $ +;;; $Id: fileio.scm,v 1.159 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/fill.scm b/v7/src/edwin/fill.scm index f004250c2..ff52b1589 100644 --- a/v7/src/edwin/fill.scm +++ b/v7/src/edwin/fill.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: fill.scm,v 1.70 2000/09/06 15:21:28 cph Exp $ +;;; $Id: fill.scm,v 1.71 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Text Fill Commands diff --git a/v7/src/edwin/grpops.scm b/v7/src/edwin/grpops.scm index 9cbcc8453..83399ebbf 100644 --- a/v7/src/edwin/grpops.scm +++ b/v7/src/edwin/grpops.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: grpops.scm,v 1.28 2000/05/19 16:55:22 cph Exp $ +;;; $Id: grpops.scm,v 1.29 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Group Operations diff --git a/v7/src/edwin/hlpcom.scm b/v7/src/edwin/hlpcom.scm index 7c5590759..d5d355081 100644 --- a/v7/src/edwin/hlpcom.scm +++ b/v7/src/edwin/hlpcom.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: hlpcom.scm,v 1.123 2002/02/21 18:56:38 cph Exp $ +;;; $Id: hlpcom.scm,v 1.124 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/htmlmode.scm b/v7/src/edwin/htmlmode.scm index 3f50d68a9..428a3fef8 100644 --- a/v7/src/edwin/htmlmode.scm +++ b/v7/src/edwin/htmlmode.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: htmlmode.scm,v 1.5 2001/12/18 22:12:18 cph Exp $ +;;; $Id: htmlmode.scm,v 1.6 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/image.scm b/v7/src/edwin/image.scm index 17eb486e5..1aa7dcb5b 100644 --- a/v7/src/edwin/image.scm +++ b/v7/src/edwin/image.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: image.scm,v 1.137 2000/01/25 17:01:02 cph Exp $ +;;; $Id: image.scm,v 1.138 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Display Imaging diff --git a/v7/src/edwin/info.scm b/v7/src/edwin/info.scm index 9bbefd0d4..0a97a8d22 100644 --- a/v7/src/edwin/info.scm +++ b/v7/src/edwin/info.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: info.scm,v 1.137 2002/02/21 18:57:07 cph Exp $ +;;; $Id: info.scm,v 1.138 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/input.scm b/v7/src/edwin/input.scm index 163ed7573..00691abfc 100644 --- a/v7/src/edwin/input.scm +++ b/v7/src/edwin/input.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: input.scm,v 1.102 2000/10/26 02:28:13 cph Exp $ +;;; $Id: input.scm,v 1.103 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Keyboard Input diff --git a/v7/src/edwin/intmod.scm b/v7/src/edwin/intmod.scm index 16321c99f..a39b3266a 100644 --- a/v7/src/edwin/intmod.scm +++ b/v7/src/edwin/intmod.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: intmod.scm,v 1.116 2002/02/13 01:05:37 cph Exp $ +;;; $Id: intmod.scm,v 1.117 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/iserch.scm b/v7/src/edwin/iserch.scm index 768e13e92..1ee86cc20 100644 --- a/v7/src/edwin/iserch.scm +++ b/v7/src/edwin/iserch.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: iserch.scm,v 1.23 2000/03/03 14:55:05 cph Exp $ +;;; $Id: iserch.scm,v 1.24 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Incremental Search diff --git a/v7/src/edwin/javamode.scm b/v7/src/edwin/javamode.scm index 870ec5a03..d610e1ab7 100644 --- a/v7/src/edwin/javamode.scm +++ b/v7/src/edwin/javamode.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: javamode.scm,v 1.11 2001/12/18 22:12:20 cph Exp $ +;;; $Id: javamode.scm,v 1.12 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1998-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/key-w32.scm b/v7/src/edwin/key-w32.scm index 6a3e08b2e..42e77fe41 100644 --- a/v7/src/edwin/key-w32.scm +++ b/v7/src/edwin/key-w32.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: key-w32.scm,v 1.3 1999/01/02 06:11:34 cph Exp $ +;;; $Id: key-w32.scm,v 1.4 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1991-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;; ;;;; Windows Keys diff --git a/v7/src/edwin/key-x11.scm b/v7/src/edwin/key-x11.scm index 375b9754d..a76db462a 100644 --- a/v7/src/edwin/key-x11.scm +++ b/v7/src/edwin/key-x11.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: key-x11.scm,v 1.5 1999/01/02 06:11:34 cph Exp $ +;;; $Id: key-x11.scm,v 1.6 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1991-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;; ;;;; Keys diff --git a/v7/src/edwin/keymap.scm b/v7/src/edwin/keymap.scm index 7f15ae62d..5021e6abc 100644 --- a/v7/src/edwin/keymap.scm +++ b/v7/src/edwin/keymap.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: keymap.scm,v 1.17 2000/02/24 01:32:08 cph Exp $ +;;;$Id: keymap.scm,v 1.18 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Command Summary diff --git a/v7/src/edwin/keyparse.scm b/v7/src/edwin/keyparse.scm index 20579bf27..c01d52c21 100644 --- a/v7/src/edwin/keyparse.scm +++ b/v7/src/edwin/keyparse.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: keyparse.scm,v 1.3 1999/01/02 06:11:34 cph Exp $ +;;; $Id: keyparse.scm,v 1.4 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1996-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Keyword Syntax Parser diff --git a/v7/src/edwin/kilcom.scm b/v7/src/edwin/kilcom.scm index ab9c9cecb..32c793087 100644 --- a/v7/src/edwin/kilcom.scm +++ b/v7/src/edwin/kilcom.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: kilcom.scm,v 1.72 2002/03/06 20:05:30 cph Exp $ +;;; $Id: kilcom.scm,v 1.73 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/kmacro.scm b/v7/src/edwin/kmacro.scm index 4f287ba19..bfe0dc75a 100644 --- a/v7/src/edwin/kmacro.scm +++ b/v7/src/edwin/kmacro.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: kmacro.scm,v 1.44 2001/12/20 16:13:18 cph Exp $ +;;; $Id: kmacro.scm,v 1.45 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/lincom.scm b/v7/src/edwin/lincom.scm index 56b45101d..dbfffefce 100644 --- a/v7/src/edwin/lincom.scm +++ b/v7/src/edwin/lincom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: lincom.scm,v 1.124 2000/02/25 14:20:43 cph Exp $ +;;; $Id: lincom.scm,v 1.125 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Line/Indentation Commands diff --git a/v7/src/edwin/linden.scm b/v7/src/edwin/linden.scm index 396e04732..471b07530 100644 --- a/v7/src/edwin/linden.scm +++ b/v7/src/edwin/linden.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: linden.scm,v 1.126 1999/01/02 06:11:34 cph Exp $ +;;; $Id: linden.scm,v 1.127 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Lisp Indentation diff --git a/v7/src/edwin/loadef.scm b/v7/src/edwin/loadef.scm index af375a29d..e49dedd91 100644 --- a/v7/src/edwin/loadef.scm +++ b/v7/src/edwin/loadef.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: loadef.scm,v 1.45 2001/02/13 18:45:04 cph Exp $ +;;; $Id: loadef.scm,v 1.46 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Autoload Definitions diff --git a/v7/src/edwin/lspcom.scm b/v7/src/edwin/lspcom.scm index 4a4185ae3..4369a0949 100644 --- a/v7/src/edwin/lspcom.scm +++ b/v7/src/edwin/lspcom.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: lspcom.scm,v 1.160 2002/10/01 02:39:19 cph Exp $ +;;; $Id: lspcom.scm,v 1.161 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/macros.scm b/v7/src/edwin/macros.scm index 94407483e..00b775ab3 100644 --- a/v7/src/edwin/macros.scm +++ b/v7/src/edwin/macros.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: macros.scm,v 1.72 2002/02/09 05:55:16 cph Exp $ +;;; $Id: macros.scm,v 1.73 2002/11/20 19:46:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index cae2cab37..7cd3f0d8d 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 3.115 2002/06/28 18:20:35 cph Exp $ +$Id: make.scm,v 3.116 2002/11/20 19:46:00 cph Exp $ Copyright (c) 1989-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Edwin: System Construction diff --git a/v7/src/edwin/malias.scm b/v7/src/edwin/malias.scm index 4d204a16e..d65e504ec 100644 --- a/v7/src/edwin/malias.scm +++ b/v7/src/edwin/malias.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: malias.scm,v 1.5 1999/08/20 20:35:45 cph Exp $ +;;; $Id: malias.scm,v 1.6 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1991-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Mail Aliases diff --git a/v7/src/edwin/manual.scm b/v7/src/edwin/manual.scm index 5fec15c9b..e20483d3d 100644 --- a/v7/src/edwin/manual.scm +++ b/v7/src/edwin/manual.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: manual.scm,v 1.16 1999/08/20 20:35:51 cph Exp $ +;;; $Id: manual.scm,v 1.17 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1991-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Display Manual Pages diff --git a/v7/src/edwin/midas.scm b/v7/src/edwin/midas.scm index aaa8259cb..d8276b3b3 100644 --- a/v7/src/edwin/midas.scm +++ b/v7/src/edwin/midas.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: midas.scm,v 1.22 2001/12/18 22:12:23 cph Exp $ +;;; $Id: midas.scm,v 1.23 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/modefs.scm b/v7/src/edwin/modefs.scm index 2d7d7c451..6940fc396 100644 --- a/v7/src/edwin/modefs.scm +++ b/v7/src/edwin/modefs.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: modefs.scm,v 1.160 2000/09/11 17:35:54 cph Exp $ +;;; $Id: modefs.scm,v 1.161 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Fundamental Mode diff --git a/v7/src/edwin/modes.scm b/v7/src/edwin/modes.scm index 8668ff8a1..66414f6b9 100644 --- a/v7/src/edwin/modes.scm +++ b/v7/src/edwin/modes.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: modes.scm,v 1.35 2002/02/03 03:38:54 cph Exp $ +;;; $Id: modes.scm,v 1.36 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/modlin.scm b/v7/src/edwin/modlin.scm index 5737fce63..153f7919c 100644 --- a/v7/src/edwin/modlin.scm +++ b/v7/src/edwin/modlin.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: modlin.scm,v 1.23 2001/03/21 19:25:27 cph Exp $ +;;; $Id: modlin.scm,v 1.24 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/modwin.scm b/v7/src/edwin/modwin.scm index e41dc3d29..6fdc7a12d 100644 --- a/v7/src/edwin/modwin.scm +++ b/v7/src/edwin/modwin.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: modwin.scm,v 1.42 2002/02/03 03:38:54 cph Exp $ +;;;$Id: modwin.scm,v 1.43 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/motcom.scm b/v7/src/edwin/motcom.scm index 81f47c8d6..1a6abafac 100644 --- a/v7/src/edwin/motcom.scm +++ b/v7/src/edwin/motcom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: motcom.scm,v 1.47 1999/01/02 06:11:34 cph Exp $ +;;; $Id: motcom.scm,v 1.48 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Motion Commands diff --git a/v7/src/edwin/motion.scm b/v7/src/edwin/motion.scm index 9ee44f18e..22ccf0681 100644 --- a/v7/src/edwin/motion.scm +++ b/v7/src/edwin/motion.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: motion.scm,v 1.88 1999/01/02 06:11:34 cph Exp $ +;;; $Id: motion.scm,v 1.89 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Motion within Groups diff --git a/v7/src/edwin/mousecom.scm b/v7/src/edwin/mousecom.scm index f190db429..c96a93cb4 100644 --- a/v7/src/edwin/mousecom.scm +++ b/v7/src/edwin/mousecom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: mousecom.scm,v 1.5 2000/06/11 04:32:26 cph Exp $ +;;; $Id: mousecom.scm,v 1.6 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Mouse Commands diff --git a/v7/src/edwin/nntp.scm b/v7/src/edwin/nntp.scm index 716740f61..4e7347bd2 100644 --- a/v7/src/edwin/nntp.scm +++ b/v7/src/edwin/nntp.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: nntp.scm,v 1.24 1999/03/01 05:32:04 cph Exp $ +;;; $Id: nntp.scm,v 1.25 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1995-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; NNTP Interface diff --git a/v7/src/edwin/notify.scm b/v7/src/edwin/notify.scm index 7381c25dd..695835a37 100644 --- a/v7/src/edwin/notify.scm +++ b/v7/src/edwin/notify.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: notify.scm,v 1.20 2001/05/31 19:57:23 cph Exp $ +;;; $Id: notify.scm,v 1.21 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1992-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/nvector.scm b/v7/src/edwin/nvector.scm index 79579b7a9..55214d433 100644 --- a/v7/src/edwin/nvector.scm +++ b/v7/src/edwin/nvector.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: nvector.scm,v 1.8 1999/01/02 06:11:34 cph Exp $ +;;;$Id: nvector.scm,v 1.9 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; New Vector Operations diff --git a/v7/src/edwin/occur.scm b/v7/src/edwin/occur.scm index 8c365590a..44541db2e 100644 --- a/v7/src/edwin/occur.scm +++ b/v7/src/edwin/occur.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: occur.scm,v 1.5 2000/06/08 20:44:26 cph Exp $ +;;; $Id: occur.scm,v 1.6 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1992-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Occurrence Commands diff --git a/v7/src/edwin/os2.scm b/v7/src/edwin/os2.scm index 790393d68..473662d9e 100644 --- a/v7/src/edwin/os2.scm +++ b/v7/src/edwin/os2.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: os2.scm,v 1.51 2002/03/06 20:05:35 cph Exp $ +;;; $Id: os2.scm,v 1.52 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1994-2000, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/os2com.scm b/v7/src/edwin/os2com.scm index 21177778a..fc6732ca8 100644 --- a/v7/src/edwin/os2com.scm +++ b/v7/src/edwin/os2com.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: os2com.scm,v 1.5 1999/01/02 06:11:34 cph Exp $ +;;; $Id: os2com.scm,v 1.6 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1994-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; OS/2 Presentation Manager Commands diff --git a/v7/src/edwin/os2term.scm b/v7/src/edwin/os2term.scm index 23cae831c..2adcb567b 100644 --- a/v7/src/edwin/os2term.scm +++ b/v7/src/edwin/os2term.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: os2term.scm,v 1.22 2000/12/01 06:07:26 cph Exp $ +;;; $Id: os2term.scm,v 1.23 2002/11/20 19:46:01 cph Exp $ ;;; ;;; Copyright (c) 1994-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; OS/2 Presentation Manager Interface ;;; Package: (edwin screen os2-screen) diff --git a/v7/src/edwin/outline.scm b/v7/src/edwin/outline.scm index 9af092307..907cfbc08 100644 --- a/v7/src/edwin/outline.scm +++ b/v7/src/edwin/outline.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: outline.scm,v 1.9 2000/02/29 01:41:17 cph Exp $ +;;; $Id: outline.scm,v 1.10 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1992-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;; ;;;; Outline minor mode diff --git a/v7/src/edwin/pasmod.scm b/v7/src/edwin/pasmod.scm index 27927b94b..adbdf26eb 100644 --- a/v7/src/edwin/pasmod.scm +++ b/v7/src/edwin/pasmod.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: pasmod.scm,v 1.51 2001/12/18 22:12:25 cph Exp $ +;;; $Id: pasmod.scm,v 1.52 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/paths.scm b/v7/src/edwin/paths.scm index a14b9479c..9e03f2868 100644 --- a/v7/src/edwin/paths.scm +++ b/v7/src/edwin/paths.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: paths.scm,v 1.16 2001/03/01 04:59:33 cph Exp $ +$Id: paths.scm,v 1.17 2002/11/20 19:46:02 cph Exp $ Copyright (c) 1989-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Edwin Pathnames diff --git a/v7/src/edwin/print.scm b/v7/src/edwin/print.scm index 591bd93a7..9529be0ed 100644 --- a/v7/src/edwin/print.scm +++ b/v7/src/edwin/print.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: print.scm,v 1.20 2001/05/12 20:02:33 cph Exp $ +;;; $Id: print.scm,v 1.21 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1991-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/process.scm b/v7/src/edwin/process.scm index 008085e42..fe9dd8f26 100644 --- a/v7/src/edwin/process.scm +++ b/v7/src/edwin/process.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: process.scm,v 1.61 2002/09/06 04:03:31 cph Exp $ +;;; $Id: process.scm,v 1.62 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1991-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/prompt.scm b/v7/src/edwin/prompt.scm index 1e92ffec5..f0f3b6864 100644 --- a/v7/src/edwin/prompt.scm +++ b/v7/src/edwin/prompt.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: prompt.scm,v 1.198 2001/10/30 19:25:08 cph Exp $ +;;; $Id: prompt.scm,v 1.199 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/pwedit.scm b/v7/src/edwin/pwedit.scm index b0c9e19fa..4e472ad23 100644 --- a/v7/src/edwin/pwedit.scm +++ b/v7/src/edwin/pwedit.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: pwedit.scm,v 1.8 2000/06/19 21:40:31 cph Exp $ +;;; $Id: pwedit.scm,v 1.9 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Password-Database Editor diff --git a/v7/src/edwin/pwparse.scm b/v7/src/edwin/pwparse.scm index a752abea3..6b559d344 100644 --- a/v7/src/edwin/pwparse.scm +++ b/v7/src/edwin/pwparse.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: pwparse.scm,v 1.1 1999/01/14 21:30:45 cph Exp $ +;;; $Id: pwparse.scm,v 1.2 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Password-Database Parser diff --git a/v7/src/edwin/rcsparse.scm b/v7/src/edwin/rcsparse.scm index 7ab8c0c22..a72960cc5 100644 --- a/v7/src/edwin/rcsparse.scm +++ b/v7/src/edwin/rcsparse.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcsparse.scm,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: rcsparse.scm,v 1.5 2002/11/20 19:46:02 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RCS Parser diff --git a/v7/src/edwin/reccom.scm b/v7/src/edwin/reccom.scm index 0a27d64c8..6f011f7d9 100644 --- a/v7/src/edwin/reccom.scm +++ b/v7/src/edwin/reccom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: reccom.scm,v 1.14 1999/01/02 06:11:34 cph Exp $ +;;;$Id: reccom.scm,v 1.15 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Rectangle Commands diff --git a/v7/src/edwin/regcom.scm b/v7/src/edwin/regcom.scm index d100eb026..8b5bd68c3 100644 --- a/v7/src/edwin/regcom.scm +++ b/v7/src/edwin/regcom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: regcom.scm,v 1.22 1999/01/02 06:11:34 cph Exp $ +;;; $Id: regcom.scm,v 1.23 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1987-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Register Commands diff --git a/v7/src/edwin/regexp.scm b/v7/src/edwin/regexp.scm index 465d8d3e5..36789b537 100644 --- a/v7/src/edwin/regexp.scm +++ b/v7/src/edwin/regexp.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: regexp.scm,v 1.78 2002/02/03 03:38:54 cph Exp $ +;;; $Id: regexp.scm,v 1.79 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Regular Expressions diff --git a/v7/src/edwin/regops.scm b/v7/src/edwin/regops.scm index ab6ad3529..36e4a1dda 100644 --- a/v7/src/edwin/regops.scm +++ b/v7/src/edwin/regops.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: regops.scm,v 1.88 2000/02/25 17:47:18 cph Exp $ +;;; $Id: regops.scm,v 1.89 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Region/Mark Operations diff --git a/v7/src/edwin/rename.scm b/v7/src/edwin/rename.scm index 3026d6fbe..96e1c1b46 100644 --- a/v7/src/edwin/rename.scm +++ b/v7/src/edwin/rename.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rename.scm,v 1.8 2001/12/19 01:44:03 cph Exp $ +;;; $Id: rename.scm,v 1.9 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1989-1999, 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/replaz.scm b/v7/src/edwin/replaz.scm index 098f7851a..09a09505a 100644 --- a/v7/src/edwin/replaz.scm +++ b/v7/src/edwin/replaz.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: replaz.scm,v 1.80 1999/01/28 03:59:58 cph Exp $ +;;; $Id: replaz.scm,v 1.81 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Replacement Commands diff --git a/v7/src/edwin/rfc822.scm b/v7/src/edwin/rfc822.scm index cc28a268a..dc44b09bd 100644 --- a/v7/src/edwin/rfc822.scm +++ b/v7/src/edwin/rfc822.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rfc822.scm,v 3.3 2000/10/26 15:05:03 cph Exp $ +;;; $Id: rfc822.scm,v 3.4 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; IMAIL mail reader: RFC-822 support diff --git a/v7/src/edwin/ring.scm b/v7/src/edwin/ring.scm index 9ea902868..be3aa0f60 100644 --- a/v7/src/edwin/ring.scm +++ b/v7/src/edwin/ring.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: ring.scm,v 1.12 1999/01/28 04:48:50 cph Exp $ +;;;$Id: ring.scm,v 1.13 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1984, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Rings diff --git a/v7/src/edwin/rmail.scm b/v7/src/edwin/rmail.scm index 560926d9d..0845ec284 100644 --- a/v7/src/edwin/rmail.scm +++ b/v7/src/edwin/rmail.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rmail.scm,v 1.72 2001/03/21 19:25:34 cph Exp $ +;;; $Id: rmail.scm,v 1.73 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1991-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/rmailsrt.scm b/v7/src/edwin/rmailsrt.scm index c621f9ce5..fc22a393e 100644 --- a/v7/src/edwin/rmailsrt.scm +++ b/v7/src/edwin/rmailsrt.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rmailsrt.scm,v 1.13 2000/03/23 03:19:18 cph Exp $ +;;; $Id: rmailsrt.scm,v 1.14 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; RMAIL Sorting Utilities diff --git a/v7/src/edwin/rmailsum.scm b/v7/src/edwin/rmailsum.scm index 8ce7025b7..f674dd6ef 100644 --- a/v7/src/edwin/rmailsum.scm +++ b/v7/src/edwin/rmailsum.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rmailsum.scm,v 1.36 2000/03/23 03:19:19 cph Exp $ +;;; $Id: rmailsum.scm,v 1.37 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; RMAIL Summary Mode @@ -24,7 +27,7 @@ (define-variable rmailsum-rcs-header "The RCS header of the rmailsum.scm file." - "$Id: rmailsum.scm,v 1.36 2000/03/23 03:19:19 cph Exp $" + "$Id: rmailsum.scm,v 1.37 2002/11/20 19:46:02 cph Exp $" string?) (define-variable-per-buffer rmail-buffer diff --git a/v7/src/edwin/schmod.scm b/v7/src/edwin/schmod.scm index 0fa7bf297..4ce8d68ed 100644 --- a/v7/src/edwin/schmod.scm +++ b/v7/src/edwin/schmod.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: schmod.scm,v 1.59 2002/02/03 03:38:54 cph Exp $ +;;; $Id: schmod.scm,v 1.60 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/scrcom.scm b/v7/src/edwin/scrcom.scm index 0377c1550..aec1031cb 100644 --- a/v7/src/edwin/scrcom.scm +++ b/v7/src/edwin/scrcom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: scrcom.scm,v 1.8 2000/12/01 06:07:30 cph Exp $ +;;; $Id: scrcom.scm,v 1.9 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1990-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Screen Commands diff --git a/v7/src/edwin/screen.scm b/v7/src/edwin/screen.scm index 3831e9ee9..0a64b8e9a 100644 --- a/v7/src/edwin/screen.scm +++ b/v7/src/edwin/screen.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: screen.scm,v 1.118 2000/12/01 06:07:35 cph Exp $ +;;; $Id: screen.scm,v 1.119 2002/11/20 19:46:02 cph Exp $ ;;; ;;; Copyright (c) 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Screen Abstraction diff --git a/v7/src/edwin/search.scm b/v7/src/edwin/search.scm index 967afe09f..33d9aebfd 100644 --- a/v7/src/edwin/search.scm +++ b/v7/src/edwin/search.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: search.scm,v 1.155 2002/02/09 05:55:20 cph Exp $ +;;;$Id: search.scm,v 1.156 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/sendmail.scm b/v7/src/edwin/sendmail.scm index 671675db5..a1bdc417f 100644 --- a/v7/src/edwin/sendmail.scm +++ b/v7/src/edwin/sendmail.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: sendmail.scm,v 1.78 2001/04/11 01:28:28 cph Exp $ +;;; $Id: sendmail.scm,v 1.79 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1991-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/sercom.scm b/v7/src/edwin/sercom.scm index c4e261bac..b053480b9 100644 --- a/v7/src/edwin/sercom.scm +++ b/v7/src/edwin/sercom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: sercom.scm,v 1.65 2000/03/03 14:55:16 cph Exp $ +;;; $Id: sercom.scm,v 1.66 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Search Commands ;;; package: (edwin) diff --git a/v7/src/edwin/shell.scm b/v7/src/edwin/shell.scm index 7bbe447e0..db0630976 100644 --- a/v7/src/edwin/shell.scm +++ b/v7/src/edwin/shell.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: shell.scm,v 1.24 2000/02/29 03:59:17 cph Exp $ +$Id: shell.scm,v 1.25 2002/11/20 19:46:03 cph Exp $ Copyright (c) 1991-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Shell subprocess in a buffer diff --git a/v7/src/edwin/simple.scm b/v7/src/edwin/simple.scm index 64dc3a1db..d88c018ec 100644 --- a/v7/src/edwin/simple.scm +++ b/v7/src/edwin/simple.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: simple.scm,v 1.54 2001/01/24 22:42:33 cph Exp $ +;;; $Id: simple.scm,v 1.55 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Simple Editing Procedures diff --git a/v7/src/edwin/snr.scm b/v7/src/edwin/snr.scm index 3d41b7fb8..0562a12ec 100644 --- a/v7/src/edwin/snr.scm +++ b/v7/src/edwin/snr.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: snr.scm,v 1.61 2001/08/06 00:56:06 cph Exp $ +;;; $Id: snr.scm,v 1.62 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1995-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/sort.scm b/v7/src/edwin/sort.scm index a8b042ce5..6884647e9 100644 --- a/v7/src/edwin/sort.scm +++ b/v7/src/edwin/sort.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: sort.scm,v 1.8 2002/08/14 02:55:26 cph Exp $ +;;; $Id: sort.scm,v 1.9 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1992, 1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Sorting diff --git a/v7/src/edwin/strpad.scm b/v7/src/edwin/strpad.scm index 5efd8a021..2f6f68c1c 100644 --- a/v7/src/edwin/strpad.scm +++ b/v7/src/edwin/strpad.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: strpad.scm,v 1.8 1999/01/02 06:11:34 cph Exp $ +;;; $Id: strpad.scm,v 1.9 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; String Padding Stuff diff --git a/v7/src/edwin/strtab.scm b/v7/src/edwin/strtab.scm index de5feaf00..eb7e7fafb 100644 --- a/v7/src/edwin/strtab.scm +++ b/v7/src/edwin/strtab.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: strtab.scm,v 1.47 1999/05/13 03:06:46 cph Exp $ +;;; $Id: strtab.scm,v 1.48 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; String Tables diff --git a/v7/src/edwin/struct.scm b/v7/src/edwin/struct.scm index e5b9c7fe6..af222849c 100644 --- a/v7/src/edwin/struct.scm +++ b/v7/src/edwin/struct.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: struct.scm,v 1.95 2001/05/24 18:57:53 cph Exp $ +;;; $Id: struct.scm,v 1.96 2002/11/20 19:46:03 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/syntax.scm b/v7/src/edwin/syntax.scm index 09c9e1b34..f08253989 100644 --- a/v7/src/edwin/syntax.scm +++ b/v7/src/edwin/syntax.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: syntax.scm,v 1.89 2002/02/03 03:38:54 cph Exp $ +;;; $Id: syntax.scm,v 1.90 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/tagutl.scm b/v7/src/edwin/tagutl.scm index 681c275d1..53ec71cf1 100644 --- a/v7/src/edwin/tagutl.scm +++ b/v7/src/edwin/tagutl.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: tagutl.scm,v 1.59 2000/03/27 20:44:25 cph Exp $ +;;; $Id: tagutl.scm,v 1.60 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Tags Facility ;;; From GNU Emacs (thank you RMS) diff --git a/v7/src/edwin/techinfo.scm b/v7/src/edwin/techinfo.scm index 523319ccb..b25b3b945 100644 --- a/v7/src/edwin/techinfo.scm +++ b/v7/src/edwin/techinfo.scm @@ -2,19 +2,22 @@ ;; Copyright (c) 1992, 1999-2000 Massachusetts Institute of Technology ;; -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation; either version 2 of the -;; License, or (at your option) any later version. +;; This file is part of MIT Scheme. ;; -;; This program is distributed in the hope that it will be useful, but +;; MIT Scheme is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published +;; by the Free Software Foundation; either version 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. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program; if not, write to the Free Software -;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with MIT Scheme; if not, write to the Free Software +;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;; 02111-1307, USA. ;;; ;;; techinfo.scm - Edwin mode for accessing TechInfo database @@ -22,7 +25,7 @@ ;;; ;;; Author: Brian A. LaMacchia -- bal@zurich.ai.mit.edu ;;; -;;; $Id: techinfo.scm,v 1.6 2000/03/23 03:19:21 cph Exp $ +;;; $Id: techinfo.scm,v 1.7 2002/11/20 19:46:04 cph Exp $ ;;; (declare (usual-integrations)) diff --git a/v7/src/edwin/telnet.scm b/v7/src/edwin/telnet.scm index 0e00c7a83..1e7fb73e3 100644 --- a/v7/src/edwin/telnet.scm +++ b/v7/src/edwin/telnet.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: telnet.scm,v 1.15 1999/08/20 20:35:48 cph Exp $ +$Id: telnet.scm,v 1.16 2002/11/20 19:46:04 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Run Telnet in a buffer diff --git a/v7/src/edwin/termcap.scm b/v7/src/edwin/termcap.scm index f42dff512..730fb2516 100644 --- a/v7/src/edwin/termcap.scm +++ b/v7/src/edwin/termcap.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: termcap.scm,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: termcap.scm,v 1.8 2002/11/20 19:46:04 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Termcap(3) Interface diff --git a/v7/src/edwin/texcom.scm b/v7/src/edwin/texcom.scm index bb4ac358f..cdd962cdb 100644 --- a/v7/src/edwin/texcom.scm +++ b/v7/src/edwin/texcom.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: texcom.scm,v 1.46 2001/12/18 22:12:32 cph Exp $ +;;; $Id: texcom.scm,v 1.47 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/things.scm b/v7/src/edwin/things.scm index c2a8acdbc..d574bbb1a 100644 --- a/v7/src/edwin/things.scm +++ b/v7/src/edwin/things.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: things.scm,v 1.88 2000/06/02 17:29:10 cph Exp $ +;;; $Id: things.scm,v 1.89 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Textual Entities diff --git a/v7/src/edwin/tparse.scm b/v7/src/edwin/tparse.scm index 73f1cc3a9..ec798af3f 100644 --- a/v7/src/edwin/tparse.scm +++ b/v7/src/edwin/tparse.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: tparse.scm,v 1.75 2000/09/06 16:37:15 cph Exp $ +;;; $Id: tparse.scm,v 1.76 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Text Parsing diff --git a/v7/src/edwin/tterm.scm b/v7/src/edwin/tterm.scm index f7908f770..297dda430 100644 --- a/v7/src/edwin/tterm.scm +++ b/v7/src/edwin/tterm.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: tterm.scm,v 1.34 2002/02/09 05:55:25 cph Exp $ +$Id: tterm.scm,v 1.35 2002/11/20 19:46:04 cph Exp $ Copyright (c) 1990-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Termcap(3) Screen Implementation diff --git a/v7/src/edwin/tximod.scm b/v7/src/edwin/tximod.scm index 12cfb2193..8a0b6c523 100644 --- a/v7/src/edwin/tximod.scm +++ b/v7/src/edwin/tximod.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: tximod.scm,v 1.25 2001/12/18 22:12:35 cph Exp $ +;;; $Id: tximod.scm,v 1.26 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1987-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/txtprp.scm b/v7/src/edwin/txtprp.scm index 2cd7a2fdb..2cb5da55d 100644 --- a/v7/src/edwin/txtprp.scm +++ b/v7/src/edwin/txtprp.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: txtprp.scm,v 1.23 2001/01/26 03:18:51 cph Exp $ +;;; $Id: txtprp.scm,v 1.24 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1993-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Text Properties ;;; An improved version of a mechanism from GNU Emacs 19 diff --git a/v7/src/edwin/undo.scm b/v7/src/edwin/undo.scm index 7943d7838..ffe7f6a50 100644 --- a/v7/src/edwin/undo.scm +++ b/v7/src/edwin/undo.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: undo.scm,v 1.59 2000/02/25 17:48:04 cph Exp $ +;;; $Id: undo.scm,v 1.60 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Undo, translated from the GNU Emacs implementation in C/Emacs-Lisp. diff --git a/v7/src/edwin/unix.scm b/v7/src/edwin/unix.scm index 2b54e3907..0edba4d8a 100644 --- a/v7/src/edwin/unix.scm +++ b/v7/src/edwin/unix.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: unix.scm,v 1.110 2002/10/26 04:24:00 cph Exp $ +;;; $Id: unix.scm,v 1.111 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1989-2000, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/utils.scm b/v7/src/edwin/utils.scm index 7db16d618..b2606258b 100644 --- a/v7/src/edwin/utils.scm +++ b/v7/src/edwin/utils.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: utils.scm,v 1.51 2002/02/03 03:38:54 cph Exp $ +;;; $Id: utils.scm,v 1.52 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/utlwin.scm b/v7/src/edwin/utlwin.scm index 8354bb590..4ca48281c 100644 --- a/v7/src/edwin/utlwin.scm +++ b/v7/src/edwin/utlwin.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: utlwin.scm,v 1.60 2002/02/03 03:38:54 cph Exp $ +;;; $Id: utlwin.scm,v 1.61 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/vc.scm b/v7/src/edwin/vc.scm index 09f9efcfa..5838b38e2 100644 --- a/v7/src/edwin/vc.scm +++ b/v7/src/edwin/vc.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: vc.scm,v 1.79 2001/06/07 17:48:19 cph Exp $ +;;; $Id: vc.scm,v 1.80 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1994-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/verilog.scm b/v7/src/edwin/verilog.scm index aefb8f1b9..3627c1ac9 100644 --- a/v7/src/edwin/verilog.scm +++ b/v7/src/edwin/verilog.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: verilog.scm,v 1.9 2001/12/18 22:12:37 cph Exp $ +;;; $Id: verilog.scm,v 1.10 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1996-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/vhdl.scm b/v7/src/edwin/vhdl.scm index 377aa9939..4f845e1c9 100644 --- a/v7/src/edwin/vhdl.scm +++ b/v7/src/edwin/vhdl.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: vhdl.scm,v 1.9 2001/12/18 22:12:39 cph Exp $ +;;; $Id: vhdl.scm,v 1.10 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1997-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/webster.scm b/v7/src/edwin/webster.scm index 86c479c88..fe0e58877 100644 --- a/v7/src/edwin/webster.scm +++ b/v7/src/edwin/webster.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: webster.scm,v 1.5 2000/07/28 15:15:38 cph Exp $ +$Id: webster.scm,v 1.6 2002/11/20 19:46:04 cph Exp $ Copyright (c) 1998-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Webster Server Interface diff --git a/v7/src/edwin/win32.scm b/v7/src/edwin/win32.scm index 2aac8ff5d..a7581e950 100644 --- a/v7/src/edwin/win32.scm +++ b/v7/src/edwin/win32.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: win32.scm,v 1.15 2000/12/25 05:25:31 cph Exp $ +;;; $Id: win32.scm,v 1.16 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1994-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;;Win32 Terminal ;;; package (edwin screen win32) diff --git a/v7/src/edwin/win32com.scm b/v7/src/edwin/win32com.scm index 00a95d28d..5799acfa2 100644 --- a/v7/src/edwin/win32com.scm +++ b/v7/src/edwin/win32com.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: win32com.scm,v 1.8 1999/01/02 06:11:34 cph Exp $ +;;; $Id: win32com.scm,v 1.9 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1994-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;; ;;;; Win32 Commands diff --git a/v7/src/edwin/wincom.scm b/v7/src/edwin/wincom.scm index 6ea1291cc..e39198a2a 100644 --- a/v7/src/edwin/wincom.scm +++ b/v7/src/edwin/wincom.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: wincom.scm,v 1.132 2000/12/07 16:07:03 cph Exp $ +;;; $Id: wincom.scm,v 1.133 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1987, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Window Commands diff --git a/v7/src/edwin/window.scm b/v7/src/edwin/window.scm index 1c66891fd..3453e238a 100644 --- a/v7/src/edwin/window.scm +++ b/v7/src/edwin/window.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: window.scm,v 1.160 2002/02/03 03:38:54 cph Exp $ +;;; $Id: window.scm,v 1.161 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/winout.scm b/v7/src/edwin/winout.scm index 3660327d4..57a64fbe0 100644 --- a/v7/src/edwin/winout.scm +++ b/v7/src/edwin/winout.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: winout.scm,v 1.14 2000/02/28 22:50:27 cph Exp $ +;;;$Id: winout.scm,v 1.15 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Buffer I/O Ports ;;; package: (edwin window-output-port) diff --git a/v7/src/edwin/winren.scm b/v7/src/edwin/winren.scm index 7697f8685..8de9b1e30 100644 --- a/v7/src/edwin/winren.scm +++ b/v7/src/edwin/winren.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: winren.scm,v 1.6 2001/12/19 01:52:10 cph Exp $ +;;; $Id: winren.scm,v 1.7 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1989-1999, 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/xcom.scm b/v7/src/edwin/xcom.scm index 32b891185..8e6574830 100644 --- a/v7/src/edwin/xcom.scm +++ b/v7/src/edwin/xcom.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xcom.scm,v 1.21 2002/02/09 05:55:29 cph Exp $ +;;; $Id: xcom.scm,v 1.22 2002/11/20 19:46:04 cph Exp $ ;;; ;;; Copyright (c) 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/xform.scm b/v7/src/edwin/xform.scm index c9eac1960..92310dfa1 100644 --- a/v7/src/edwin/xform.scm +++ b/v7/src/edwin/xform.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;;$Id: xform.scm,v 1.12 2002/02/03 03:38:55 cph Exp $ +;;;$Id: xform.scm,v 1.13 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/edwin/xmodef.scm b/v7/src/edwin/xmodef.scm index f3d4f11c7..864b8f614 100644 --- a/v7/src/edwin/xmodef.scm +++ b/v7/src/edwin/xmodef.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xmodef.scm,v 1.3 1999/01/02 06:11:34 cph Exp $ +;;; $Id: xmodef.scm,v 1.4 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Fundamental Mode, additional X bindings diff --git a/v7/src/edwin/xterm.scm b/v7/src/edwin/xterm.scm index 86c1be952..4afb6df3b 100644 --- a/v7/src/edwin/xterm.scm +++ b/v7/src/edwin/xterm.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xterm.scm,v 1.69 2002/03/06 20:05:44 cph Exp $ +;;; $Id: xterm.scm,v 1.70 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/etc/Clean.sh b/v7/src/etc/Clean.sh index f7d3f05dd..83404c7a2 100755 --- a/v7/src/etc/Clean.sh +++ b/v7/src/etc/Clean.sh @@ -1,21 +1,23 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.6 2001/08/16 20:33:44 cph Exp $ +# $Id: Clean.sh,v 1.7 2002/11/20 19:46:05 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/etc/Setup.sh b/v7/src/etc/Setup.sh index 239c14193..ddc990b28 100755 --- a/v7/src/etc/Setup.sh +++ b/v7/src/etc/Setup.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: Setup.sh,v 1.6 2000/12/21 18:12:01 cph Exp $ +# $Id: Setup.sh,v 1.7 2002/11/20 19:46:05 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Utility to set up an MIT Scheme build directory. # The working directory must be the build directory. diff --git a/v7/src/etc/Stage.sh b/v7/src/etc/Stage.sh index 427fbb82c..b841cde92 100755 --- a/v7/src/etc/Stage.sh +++ b/v7/src/etc/Stage.sh @@ -1,21 +1,23 @@ #!/bin/sh # -# $Id: Stage.sh,v 1.3 2001/10/09 21:17:25 cph Exp $ +# $Id: Stage.sh,v 1.4 2002/11/20 19:46:05 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/etc/Tags.sh b/v7/src/etc/Tags.sh index c733bc2c0..892ab9b0d 100755 --- a/v7/src/etc/Tags.sh +++ b/v7/src/etc/Tags.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: Tags.sh,v 1.1 2000/12/08 06:04:32 cph Exp $ +# $Id: Tags.sh,v 1.2 2002/11/20 19:46:05 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Utility to make TAGS file for an MIT Scheme build directory. # The working directory must be the build directory. diff --git a/v7/src/etc/build-bands.sh b/v7/src/etc/build-bands.sh index 0dbfb7e42..3935fcdbe 100755 --- a/v7/src/etc/build-bands.sh +++ b/v7/src/etc/build-bands.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: build-bands.sh,v 1.1 2000/12/07 21:58:57 cph Exp $ +# $Id: build-bands.sh,v 1.2 2002/11/20 19:46:05 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. ( cd runtime diff --git a/v7/src/etc/compile.scm b/v7/src/etc/compile.scm index 79cc85e65..ce9cc6940 100644 --- a/v7/src/etc/compile.scm +++ b/v7/src/etc/compile.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.4 2002/03/02 04:21:44 cph Exp $ +$Id: compile.scm,v 1.5 2002/11/20 19:46:05 cph Exp $ Copyright (c) 2000-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Program to compile MIT Scheme. diff --git a/v7/src/etc/compile.sh b/v7/src/etc/compile.sh index ea5c9d9dd..79d1c071b 100755 --- a/v7/src/etc/compile.sh +++ b/v7/src/etc/compile.sh @@ -1,23 +1,25 @@ #!/bin/sh # -# $Id: compile.sh,v 1.2 2002/01/29 05:16:50 cph Exp $ +# $Id: compile.sh,v 1.3 2002/11/20 19:46:05 cph Exp $ # # Copyright (c) 2002 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. if [ -z "${SCHEME_COMPILER}" ]; then SCHEME_COMPILER="scheme -compiler -heap 4000" diff --git a/v7/src/etc/functions.sh b/v7/src/etc/functions.sh index 131718b9c..9d6f9cba4 100644 --- a/v7/src/etc/functions.sh +++ b/v7/src/etc/functions.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: functions.sh,v 1.1 2000/12/08 18:04:13 cph Exp $ +# $Id: functions.sh,v 1.2 2002/11/20 19:46:05 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Functions for shell scripts. diff --git a/v7/src/etc/optiondb.scm b/v7/src/etc/optiondb.scm index 6c1525035..180e60011 100644 --- a/v7/src/etc/optiondb.scm +++ b/v7/src/etc/optiondb.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: optiondb.scm,v 1.9 2002/01/22 18:44:03 cph Exp $ +$Id: optiondb.scm,v 1.10 2002/11/20 19:46:05 cph Exp $ Copyright (c) 2000-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (define (guarded-system-loader package-name place #!optional filename) diff --git a/v7/src/imail/Makefile.in b/v7/src/imail/Makefile.in index a5f847c3e..b8ebf12c8 100644 --- a/v7/src/imail/Makefile.in +++ b/v7/src/imail/Makefile.in @@ -1,19 +1,21 @@ -# $Id: Makefile.in,v 1.3 2001/12/17 17:40:58 cph Exp $ +# $Id: Makefile.in,v 1.4 2002/11/20 19:46:05 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/imail/compile.scm b/v7/src/imail/compile.scm index 4b88a040a..e89ab2976 100644 --- a/v7/src/imail/compile.scm +++ b/v7/src/imail/compile.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: compile.scm,v 1.16 2001/12/18 21:32:08 cph Exp $ +;;; $Id: compile.scm,v 1.17 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/ed-ffi.scm b/v7/src/imail/ed-ffi.scm index f73206781..2cab7fbe1 100644 --- a/v7/src/imail/ed-ffi.scm +++ b/v7/src/imail/ed-ffi.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: ed-ffi.scm,v 1.18 2001/12/18 21:28:34 cph Exp $ +;;; $Id: ed-ffi.scm,v 1.19 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-browser.scm b/v7/src/imail/imail-browser.scm index 98c836710..dad604067 100644 --- a/v7/src/imail/imail-browser.scm +++ b/v7/src/imail/imail-browser.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-browser.scm,v 1.8 2001/06/04 19:26:33 cph Exp $ +;;; $Id: imail-browser.scm,v 1.9 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-core.scm b/v7/src/imail/imail-core.scm index 68782721c..89b387b69 100644 --- a/v7/src/imail/imail-core.scm +++ b/v7/src/imail/imail-core.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-core.scm,v 1.146 2001/09/14 17:19:02 cph Exp $ +;;; $Id: imail-core.scm,v 1.147 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-file.scm b/v7/src/imail/imail-file.scm index 7f996a643..a3cc8e310 100644 --- a/v7/src/imail/imail-file.scm +++ b/v7/src/imail/imail-file.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-file.scm,v 1.81 2002/03/25 16:35:46 cph Exp $ +;;; $Id: imail-file.scm,v 1.82 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 1999-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-imap.scm b/v7/src/imail/imail-imap.scm index 71fb1a840..e5bca3378 100644 --- a/v7/src/imail/imail-imap.scm +++ b/v7/src/imail/imail-imap.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-imap.scm,v 1.195 2001/11/19 20:19:48 cph Exp $ +;;; $Id: imail-imap.scm,v 1.196 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-rmail.scm b/v7/src/imail/imail-rmail.scm index daac00d9a..cd872e161 100644 --- a/v7/src/imail/imail-rmail.scm +++ b/v7/src/imail/imail-rmail.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-rmail.scm,v 1.70 2002/03/25 16:35:49 cph Exp $ +;;; $Id: imail-rmail.scm,v 1.71 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 1999-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-summary.scm b/v7/src/imail/imail-summary.scm index 95d4aff3f..e18bc677c 100644 --- a/v7/src/imail/imail-summary.scm +++ b/v7/src/imail/imail-summary.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-summary.scm,v 1.48 2002/06/04 20:43:46 cph Exp $ +;;; $Id: imail-summary.scm,v 1.49 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 2000-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index d659bde48..757e6efd4 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-top.scm,v 1.283 2002/03/25 16:35:51 cph Exp $ +;;; $Id: imail-top.scm,v 1.284 2002/11/20 19:46:05 cph Exp $ ;;; ;;; Copyright (c) 1999-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-umail.scm b/v7/src/imail/imail-umail.scm index 90c4cdf97..c4a78f043 100644 --- a/v7/src/imail/imail-umail.scm +++ b/v7/src/imail/imail-umail.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-umail.scm,v 1.51 2002/03/25 16:35:54 cph Exp $ +;;; $Id: imail-umail.scm,v 1.52 2002/11/20 19:46:06 cph Exp $ ;;; ;;; Copyright (c) 1999-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail-util.scm b/v7/src/imail/imail-util.scm index 45923a8ad..c5023e910 100644 --- a/v7/src/imail/imail-util.scm +++ b/v7/src/imail/imail-util.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-util.scm,v 1.39 2001/06/09 00:29:48 cph Exp $ +;;; $Id: imail-util.scm,v 1.40 2002/11/20 19:46:06 cph Exp $ ;;; ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imail.pkg b/v7/src/imail/imail.pkg index 205a9cf4a..5a7e57b94 100644 --- a/v7/src/imail/imail.pkg +++ b/v7/src/imail/imail.pkg @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail.pkg,v 1.96 2002/03/25 16:35:44 cph Exp $ +;;; $Id: imail.pkg,v 1.97 2002/11/20 19:46:06 cph Exp $ ;;; ;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imap-response.scm b/v7/src/imail/imap-response.scm index c001c4b54..f8e4d4f8d 100644 --- a/v7/src/imail/imap-response.scm +++ b/v7/src/imail/imap-response.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imap-response.scm,v 1.45 2002/03/26 03:46:53 cph Exp $ +;;; $Id: imap-response.scm,v 1.46 2002/11/20 19:46:06 cph Exp $ ;;; ;;; Copyright (c) 2000-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/imap-syntax.scm b/v7/src/imail/imap-syntax.scm index b68db7bc2..e86c3652b 100644 --- a/v7/src/imail/imap-syntax.scm +++ b/v7/src/imail/imap-syntax.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imap-syntax.scm,v 1.18 2001/10/13 05:54:33 cph Exp $ +;;; $Id: imap-syntax.scm,v 1.19 2002/11/20 19:46:06 cph Exp $ ;;; ;;; Copyright (c) 2000, 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/load.scm b/v7/src/imail/load.scm index 26bdb9c80..703288bf5 100644 --- a/v7/src/imail/load.scm +++ b/v7/src/imail/load.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.39 2002/03/25 16:35:56 cph Exp $ +;;; $Id: load.scm,v 1.40 2002/11/20 19:46:06 cph Exp $ ;;; ;;; Copyright (c) 1999-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/imail/print.sh b/v7/src/imail/print.sh index 88f30297b..e10f5cb33 100755 --- a/v7/src/imail/print.sh +++ b/v7/src/imail/print.sh @@ -1,21 +1,23 @@ #!/bin/sh # -# $Id: print.sh,v 1.9 2001/05/26 03:01:00 cph Exp $ +# $Id: print.sh,v 1.10 2002/11/20 19:46:06 cph Exp $ # # Copyright (c) 1999-2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of the -# License, or (at your option) any later version. +# This file is part of MIT Scheme. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MIT Scheme is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/imail/url.scm b/v7/src/imail/url.scm index 555a57241..7a736ca3a 100644 --- a/v7/src/imail/url.scm +++ b/v7/src/imail/url.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: url.scm,v 1.11 2001/11/05 21:32:40 cph Exp $ +$Id: url.scm,v 1.12 2002/11/20 19:46:06 cph Exp $ Copyright (c) 2000, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; URL Encoding diff --git a/v7/src/microcode/Clean.sh b/v7/src/microcode/Clean.sh index eab9c503d..c369379de 100755 --- a/v7/src/microcode/Clean.sh +++ b/v7/src/microcode/Clean.sh @@ -1,22 +1,25 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.1 2000/12/08 04:51:24 cph Exp $ +# $Id: Clean.sh,v 1.2 2002/11/20 19:46:06 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Utility for cleaning up the MIT Scheme microcode directory. # The working directory must be the microcode directory. diff --git a/v7/src/microcode/Setup.sh b/v7/src/microcode/Setup.sh index b4081ba05..17bdae53d 100755 --- a/v7/src/microcode/Setup.sh +++ b/v7/src/microcode/Setup.sh @@ -1,22 +1,25 @@ #!/bin/sh -# $Id: Setup.sh,v 1.5 2000/12/08 18:09:40 cph Exp $ +# $Id: Setup.sh,v 1.6 2002/11/20 19:46:06 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Program to set up MIT Scheme microcode from CVS for distribution. # Requires `gcc' and `scheme'. diff --git a/v7/src/microcode/acconfig.h b/v7/src/microcode/acconfig.h index ae6e4f639..fba8dd180 100644 --- a/v7/src/microcode/acconfig.h +++ b/v7/src/microcode/acconfig.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: acconfig.h,v 11.4 2001/03/03 05:17:29 cph Exp $ +$Id: acconfig.h,v 11.5 2002/11/20 19:46:06 cph Exp $ Copyright (c) 2000-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_CONFIG_H diff --git a/v7/src/microcode/array.c b/v7/src/microcode/array.c index 28c629f8e..9d038ecb1 100644 --- a/v7/src/microcode/array.c +++ b/v7/src/microcode/array.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: array.c,v 9.46 1999/01/02 06:11:34 cph Exp $ +$Id: array.c,v 9.47 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/array.h b/v7/src/microcode/array.h index a8e6a8313..eade816d0 100644 --- a/v7/src/microcode/array.h +++ b/v7/src/microcode/array.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: array.h,v 9.36 1999/01/02 06:11:34 cph Exp $ +$Id: array.h,v 9.37 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef REAL_IS_DEFINED_DOUBLE diff --git a/v7/src/microcode/artutl.c b/v7/src/microcode/artutl.c index f3c145625..44ad277eb 100644 --- a/v7/src/microcode/artutl.c +++ b/v7/src/microcode/artutl.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: artutl.c,v 1.16 1999/01/02 06:11:34 cph Exp $ +$Id: artutl.c,v 1.17 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Arithmetic Utilities */ diff --git a/v7/src/microcode/avltree.c b/v7/src/microcode/avltree.c index 9b32f1819..2e1383441 100644 --- a/v7/src/microcode/avltree.c +++ b/v7/src/microcode/avltree.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: avltree.c,v 1.5 2001/03/08 18:00:14 cph Exp $ +$Id: avltree.c,v 1.6 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1993-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains the code for a simple AVL tree library. diff --git a/v7/src/microcode/avltree.h b/v7/src/microcode/avltree.h index 34bf247d8..ddec9f0ba 100644 --- a/v7/src/microcode/avltree.h +++ b/v7/src/microcode/avltree.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: avltree.h,v 1.4 2001/03/08 18:00:16 cph Exp $ +$Id: avltree.h,v 1.5 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1993, 1999-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef AVLTREE_H diff --git a/v7/src/microcode/bchdmp.c b/v7/src/microcode/bchdmp.c index fdccec5f8..5c661b0ec 100644 --- a/v7/src/microcode/bchdmp.c +++ b/v7/src/microcode/bchdmp.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: bchdmp.c,v 9.90 2001/12/16 06:01:32 cph Exp $ +$Id: bchdmp.c,v 9.91 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* bchgcl, bchmmg, bchpur, and bchdmp can replace gcloop, memmag, diff --git a/v7/src/microcode/bchdrn.c b/v7/src/microcode/bchdrn.c index 632e0b3d9..aba12be6b 100644 --- a/v7/src/microcode/bchdrn.c +++ b/v7/src/microcode/bchdrn.c @@ -1,22 +1,25 @@ /* -*- C -*- -$Id: bchdrn.c,v 1.10 2000/12/05 21:23:42 cph Exp $ +$Id: bchdrn.c,v 1.11 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1991-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Drone program for overlapped I/O in bchscheme. */ diff --git a/v7/src/microcode/bchdrn.h b/v7/src/microcode/bchdrn.h index b0099b88f..4ab0a6ad3 100644 --- a/v7/src/microcode/bchdrn.h +++ b/v7/src/microcode/bchdrn.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bchdrn.h,v 1.10 2000/12/05 21:23:42 cph Exp $ +$Id: bchdrn.h,v 1.11 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1991-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Header file for overlapped I/O in bchscheme. */ diff --git a/v7/src/microcode/bchgcc.h b/v7/src/microcode/bchgcc.h index 434c807f9..afa0b37ee 100644 --- a/v7/src/microcode/bchgcc.h +++ b/v7/src/microcode/bchgcc.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bchgcc.h,v 9.63 2000/12/05 21:23:42 cph Exp $ +$Id: bchgcc.h,v 9.64 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_BCHGCC_H diff --git a/v7/src/microcode/bchgcl.c b/v7/src/microcode/bchgcl.c index 70dec08a8..879fc3307 100644 --- a/v7/src/microcode/bchgcl.c +++ b/v7/src/microcode/bchgcl.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: bchgcl.c,v 9.54 2001/12/16 06:01:32 cph Exp $ +$Id: bchgcl.c,v 9.55 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This is the main GC loop for bchscheme. */ diff --git a/v7/src/microcode/bchmmg.c b/v7/src/microcode/bchmmg.c index 81accab9d..2d4dfeffe 100644 --- a/v7/src/microcode/bchmmg.c +++ b/v7/src/microcode/bchmmg.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: bchmmg.c,v 9.101 2002/07/02 20:48:43 cph Exp $ +$Id: bchmmg.c,v 9.102 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Memory management top level. Garbage collection to disk. */ diff --git a/v7/src/microcode/bchpur.c b/v7/src/microcode/bchpur.c index 839168fa6..80054ece8 100644 --- a/v7/src/microcode/bchpur.c +++ b/v7/src/microcode/bchpur.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: bchpur.c,v 9.72 2002/07/02 20:48:48 cph Exp $ +$Id: bchpur.c,v 9.73 2002/11/20 19:46:06 cph Exp $ Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/bchutl.c b/v7/src/microcode/bchutl.c index 4dde08322..411f9ce8c 100644 --- a/v7/src/microcode/bchutl.c +++ b/v7/src/microcode/bchutl.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bchutl.c,v 1.11 2000/12/05 21:23:43 cph Exp $ +$Id: bchutl.c,v 1.12 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1991-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "config.h" diff --git a/v7/src/microcode/bignmint.h b/v7/src/microcode/bignmint.h index f7e8c03e2..709682a2a 100644 --- a/v7/src/microcode/bignmint.h +++ b/v7/src/microcode/bignmint.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bignmint.h,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: bignmint.h,v 1.7 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Internal Interface to Bignum Code */ diff --git a/v7/src/microcode/bignum.c b/v7/src/microcode/bignum.c index 89fc11f95..1ccf3e521 100644 --- a/v7/src/microcode/bignum.c +++ b/v7/src/microcode/bignum.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bignum.c,v 9.49 2000/12/05 21:23:43 cph Exp $ +$Id: bignum.c,v 9.50 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1989-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Implementation of Bignums (unlimited precision integers) */ diff --git a/v7/src/microcode/bignum.h b/v7/src/microcode/bignum.h index 2fa98a87e..243d7ee70 100644 --- a/v7/src/microcode/bignum.h +++ b/v7/src/microcode/bignum.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bignum.h,v 9.31 1999/01/02 06:11:34 cph Exp $ +$Id: bignum.h,v 9.32 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* External Interface to Bignum Code */ diff --git a/v7/src/microcode/bigprm.c b/v7/src/microcode/bigprm.c index 40b1347ef..8c1621283 100644 --- a/v7/src/microcode/bigprm.c +++ b/v7/src/microcode/bigprm.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bigprm.c,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: bigprm.c,v 1.7 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Bignum Primitives */ diff --git a/v7/src/microcode/bintopsb.c b/v7/src/microcode/bintopsb.c index dcb4a8f79..3757178bf 100644 --- a/v7/src/microcode/bintopsb.c +++ b/v7/src/microcode/bintopsb.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: bintopsb.c,v 9.74 2001/12/16 06:01:32 cph Exp $ +$Id: bintopsb.c,v 9.75 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This File contains the code to translate internal format binary diff --git a/v7/src/microcode/bitstr.c b/v7/src/microcode/bitstr.c index f96cc3c5f..447e783e3 100644 --- a/v7/src/microcode/bitstr.c +++ b/v7/src/microcode/bitstr.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bitstr.c,v 9.63 2000/12/05 21:23:43 cph Exp $ +$Id: bitstr.c,v 9.64 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Bit string primitives. diff --git a/v7/src/microcode/bitstr.h b/v7/src/microcode/bitstr.h index 4a2719d0c..e42d870ea 100644 --- a/v7/src/microcode/bitstr.h +++ b/v7/src/microcode/bitstr.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: bitstr.h,v 1.10 2000/12/05 21:23:43 cph Exp $ +$Id: bitstr.h,v 1.11 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Bit string macros. "Little indian" version. */ diff --git a/v7/src/microcode/bkpt.c b/v7/src/microcode/bkpt.c index 10457be68..8e93eee12 100644 --- a/v7/src/microcode/bkpt.c +++ b/v7/src/microcode/bkpt.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: bkpt.c,v 9.32 2002/07/02 20:48:54 cph Exp $ +$Id: bkpt.c,v 9.33 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains breakpoint utilities. diff --git a/v7/src/microcode/bkpt.h b/v7/src/microcode/bkpt.h index 6253cbb41..32dc6c3d1 100644 --- a/v7/src/microcode/bkpt.h +++ b/v7/src/microcode/bkpt.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: bkpt.h,v 9.34 2002/07/02 20:48:59 cph Exp $ +$Id: bkpt.h,v 9.35 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains breakpoint utilities. diff --git a/v7/src/microcode/bltdef.h b/v7/src/microcode/bltdef.h index 433dc951c..1fb681c98 100644 --- a/v7/src/microcode/bltdef.h +++ b/v7/src/microcode/bltdef.h @@ -2,22 +2,25 @@ Copyright (c) 1987, 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT 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.4 1999/01/02 06:11:34 cph Exp $ +/* $Id: bltdef.h,v 1.5 2002/11/20 19:46:07 cph Exp $ * * Names and arity's of old "built-in" primitives. * The tables here are used by Bintopsb to upgrade binaries. diff --git a/v7/src/microcode/boot.c b/v7/src/microcode/boot.c index 9a8b2bba1..f43429665 100644 --- a/v7/src/microcode/boot.c +++ b/v7/src/microcode/boot.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: boot.c,v 9.108 2002/10/23 02:03:13 cph Exp $ +$Id: boot.c,v 9.109 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains `main' and associated startup code. */ diff --git a/v7/src/microcode/breakup.c b/v7/src/microcode/breakup.c index c5ce479cb..043b515c7 100644 --- a/v7/src/microcode/breakup.c +++ b/v7/src/microcode/breakup.c @@ -2,22 +2,25 @@ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT 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.25 1999/01/02 06:11:34 cph Exp $ */ +/* $Id: breakup.c,v 9.26 2002/11/20 19:46:07 cph Exp $ */ #include diff --git a/v7/src/microcode/char.c b/v7/src/microcode/char.c index 5a0a60040..0f381cc57 100644 --- a/v7/src/microcode/char.c +++ b/v7/src/microcode/char.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: char.c,v 9.33 1999/01/02 06:11:34 cph Exp $ +$Id: char.c,v 9.34 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Character primitives. */ diff --git a/v7/src/microcode/cmpauxmd/asmcvt.c b/v7/src/microcode/cmpauxmd/asmcvt.c index 2a618c20c..8a988d0fe 100644 --- a/v7/src/microcode/cmpauxmd/asmcvt.c +++ b/v7/src/microcode/cmpauxmd/asmcvt.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: asmcvt.c,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: asmcvt.c,v 1.3 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1995, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Program to preprocess assembly files for Intel assembler. */ diff --git a/v7/src/microcode/cmpauxmd/c.c b/v7/src/microcode/cmpauxmd/c.c index 092cbbbe9..97bee0ece 100644 --- a/v7/src/microcode/cmpauxmd/c.c +++ b/v7/src/microcode/cmpauxmd/c.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: c.c,v 1.13 2002/07/02 20:52:10 cph Exp $ +$Id: c.c,v 1.14 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1992-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "liarc.h" diff --git a/v7/src/microcode/cmpauxmd/hppa.m4 b/v7/src/microcode/cmpauxmd/hppa.m4 index 567d0a2d0..8e1022de6 100644 --- a/v7/src/microcode/cmpauxmd/hppa.m4 +++ b/v7/src/microcode/cmpauxmd/hppa.m4 @@ -1,21 +1,23 @@ changecom(`;');;; -*-Midas-*- ;;; -;;; $Id: hppa.m4,v 1.40 2002/07/02 18:13:23 cph Exp $ +;;; $Id: hppa.m4,v 1.41 2002/11/20 19:46:16 cph Exp $ ;;; ;;; Copyright (c) 1989-2000, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/microcode/cmpauxmd/i386.m4 b/v7/src/microcode/cmpauxmd/i386.m4 index df5330001..2dbcfbbd6 100644 --- a/v7/src/microcode/cmpauxmd/i386.m4 +++ b/v7/src/microcode/cmpauxmd/i386.m4 @@ -1,21 +1,23 @@ ### -*-Midas-*- ### -### $Id: i386.m4,v 1.59 2002/08/21 02:21:56 cph Exp $ +### $Id: i386.m4,v 1.60 2002/11/20 19:46:16 cph Exp $ ### ### Copyright (c) 1992-2002 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software +### along with MIT Scheme; if not, write to the Free Software ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. diff --git a/v7/src/microcode/cmpauxmd/m4-dos b/v7/src/microcode/cmpauxmd/m4-dos index 013a7c4e0..0886808d5 100755 --- a/v7/src/microcode/cmpauxmd/m4-dos +++ b/v7/src/microcode/cmpauxmd/m4-dos @@ -1,22 +1,25 @@ #!/bin/sh -# $Id: m4-dos,v 1.2 2000/12/05 21:23:50 cph Exp $ +# $Id: m4-dos,v 1.3 2002/11/20 19:46:16 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Processing to get DOS (or Win32 or OS/2) assembly language from "i386.m4". diff --git a/v7/src/microcode/cmpauxmd/makefile b/v7/src/microcode/cmpauxmd/makefile index 2439fa9b3..508e70aa1 100644 --- a/v7/src/microcode/cmpauxmd/makefile +++ b/v7/src/microcode/cmpauxmd/makefile @@ -1,20 +1,23 @@ -# $Id: makefile,v 1.7 2000/12/05 21:23:50 cph Exp $ +# $Id: makefile,v 1.8 2002/11/20 19:46:16 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Makefile for MIT Scheme's i386 compiled-code interface files. diff --git a/v7/src/microcode/cmpauxmd/mc68k.m4 b/v7/src/microcode/cmpauxmd/mc68k.m4 index 380777cfb..e420bf994 100644 --- a/v7/src/microcode/cmpauxmd/mc68k.m4 +++ b/v7/src/microcode/cmpauxmd/mc68k.m4 @@ -1,21 +1,23 @@ ### -*-Midas-*- ### -### $Id: mc68k.m4,v 1.28 2002/07/02 18:13:34 cph Exp $ +### $Id: mc68k.m4,v 1.29 2002/11/20 19:46:16 cph Exp $ ### ### Copyright (c) 1989-2000, 2002 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software +### along with MIT Scheme; if not, write to the Free Software ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. diff --git a/v7/src/microcode/cmpauxmd/mips.m4 b/v7/src/microcode/cmpauxmd/mips.m4 index fc35c02a0..f92c8d9d3 100644 --- a/v7/src/microcode/cmpauxmd/mips.m4 +++ b/v7/src/microcode/cmpauxmd/mips.m4 @@ -1,21 +1,23 @@ /* #define DEBUG_INTERFACE */ /* -*-Midas-*- */ ### - ### $Id: mips.m4,v 1.16 2002/07/02 18:13:39 cph Exp $ + ### $Id: mips.m4,v 1.17 2002/11/20 19:46:16 cph Exp $ ### ### Copyright (c) 1989-1999, 2002 Massachusetts Institute of Technology ### - ### This program is free software; you can redistribute it and/or + ### This file is part of MIT Scheme. + ### + ### MIT Scheme is free software; you can redistribute it and/or ### modify it under the terms of the GNU General Public License as ### published by the Free Software Foundation; either version 2 of ### the License, or (at your option) any later version. ### - ### This program is distributed in the hope that it will be useful, - ### but WITHOUT ANY WARRANTY; without even the implied warranty of + ### 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. ### ### You should have received a copy of the GNU General Public License - ### along with this program; if not, write to the Free Software + ### along with MIT Scheme; if not, write to the Free Software ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. diff --git a/v7/src/microcode/cmpauxmd/vax.m4 b/v7/src/microcode/cmpauxmd/vax.m4 index 47e1d2ad9..922ee442a 100644 --- a/v7/src/microcode/cmpauxmd/vax.m4 +++ b/v7/src/microcode/cmpauxmd/vax.m4 @@ -1,21 +1,23 @@ ### -*-Midas-*- ### -### $Id: vax.m4,v 1.5 2002/07/02 18:14:00 cph Exp $ +### $Id: vax.m4,v 1.6 2002/11/20 19:46:16 cph Exp $ ### ### Copyright (c) 1991-2000, 2002 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software +### along with MIT Scheme; if not, write to the Free Software ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. diff --git a/v7/src/microcode/cmpgc.h b/v7/src/microcode/cmpgc.h index 8c8253283..3f3d93fe3 100644 --- a/v7/src/microcode/cmpgc.h +++ b/v7/src/microcode/cmpgc.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: cmpgc.h,v 1.32 2001/12/16 06:01:32 cph Exp $ +$Id: cmpgc.h,v 1.33 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1989-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/cmpint.c b/v7/src/microcode/cmpint.c index 6a449c3b4..a3bfa7fc9 100644 --- a/v7/src/microcode/cmpint.c +++ b/v7/src/microcode/cmpint.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: cmpint.c,v 1.98 2002/07/03 02:32:45 cph Exp $ +$Id: cmpint.c,v 1.99 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1989-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/cmpint.h b/v7/src/microcode/cmpint.h index f28a83072..6c41452eb 100644 --- a/v7/src/microcode/cmpint.h +++ b/v7/src/microcode/cmpint.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: cmpint.h,v 10.9 2002/07/02 20:49:17 cph Exp $ +$Id: cmpint.h,v 10.10 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-1990, 1999, 2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Macros for the interface between compiled code and interpreted code. */ diff --git a/v7/src/microcode/cmpintmd/c.h b/v7/src/microcode/cmpintmd/c.h index 3a10e6ace..940738dce 100644 --- a/v7/src/microcode/cmpintmd/c.h +++ b/v7/src/microcode/cmpintmd/c.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: c.h,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: c.h,v 1.8 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef CMPINTMD_H_INCLUDED diff --git a/v7/src/microcode/cmpintmd/hppa.h b/v7/src/microcode/cmpintmd/hppa.h index ab9b3ee84..ee62968bc 100644 --- a/v7/src/microcode/cmpintmd/hppa.h +++ b/v7/src/microcode/cmpintmd/hppa.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: hppa.h,v 1.52 2002/07/02 20:51:54 cph Exp $ +$Id: hppa.h,v 1.53 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1989-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/cmpintmd/i386.h b/v7/src/microcode/cmpintmd/i386.h index 2ea14e087..faadb6dce 100644 --- a/v7/src/microcode/cmpintmd/i386.h +++ b/v7/src/microcode/cmpintmd/i386.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: i386.h,v 1.35 2002/02/03 03:38:55 cph Exp $ +$Id: i386.h,v 1.36 2002/11/20 19:46:17 cph Exp $ Copyright (c) 1992-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/cmpintmd/mc68k.h b/v7/src/microcode/cmpintmd/mc68k.h index a93a199cb..da3dc93ac 100644 --- a/v7/src/microcode/cmpintmd/mc68k.h +++ b/v7/src/microcode/cmpintmd/mc68k.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: mc68k.h,v 1.36 1999/01/02 06:11:34 cph Exp $ +$Id: mc68k.h,v 1.37 2002/11/20 19:46:17 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/cmpintmd/mips.h b/v7/src/microcode/cmpintmd/mips.h index 6d9605aaa..d67d3ea6f 100644 --- a/v7/src/microcode/cmpintmd/mips.h +++ b/v7/src/microcode/cmpintmd/mips.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: mips.h,v 1.23 1999/01/02 06:11:34 cph Exp $ +$Id: mips.h,v 1.24 2002/11/20 19:46:17 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/cmpintmd/vax.h b/v7/src/microcode/cmpintmd/vax.h index 5fe593acc..e7c41b42c 100644 --- a/v7/src/microcode/cmpintmd/vax.h +++ b/v7/src/microcode/cmpintmd/vax.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: vax.h,v 1.9 1999/01/02 06:11:34 cph Exp $ +$Id: vax.h,v 1.10 2002/11/20 19:46:17 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/cmptype.h b/v7/src/microcode/cmptype.h index b237e6aa2..c8fadd196 100644 --- a/v7/src/microcode/cmptype.h +++ b/v7/src/microcode/cmptype.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: cmptype.h,v 1.3 2000/12/05 21:23:43 cph Exp $ +$Id: cmptype.h,v 1.4 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1993, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/comlin.c b/v7/src/microcode/comlin.c index 1b42e0f30..afc7bedd6 100644 --- a/v7/src/microcode/comlin.c +++ b/v7/src/microcode/comlin.c @@ -2,22 +2,25 @@ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT 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.9 1999/01/02 06:11:34 cph Exp $ +/* $Id: comlin.c,v 1.10 2002/11/20 19:46:07 cph Exp $ * * This file contains the scheme command parser. * diff --git a/v7/src/microcode/comlin.h b/v7/src/microcode/comlin.h index 3ee67fb1a..baea3a2ed 100644 --- a/v7/src/microcode/comlin.h +++ b/v7/src/microcode/comlin.h @@ -2,22 +2,25 @@ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT 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.7 1999/01/02 06:11:34 cph Exp $ +/* $Id: comlin.h,v 1.8 2002/11/20 19:46:07 cph Exp $ * * This file contains definitions for the scheme command parser. * diff --git a/v7/src/microcode/compinit.c b/v7/src/microcode/compinit.c index 20928b679..c248d0797 100644 --- a/v7/src/microcode/compinit.c +++ b/v7/src/microcode/compinit.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: compinit.c,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: compinit.c,v 1.5 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "liarc.h" diff --git a/v7/src/microcode/comutl.c b/v7/src/microcode/comutl.c index 402ddefd7..bd0d32239 100644 --- a/v7/src/microcode/comutl.c +++ b/v7/src/microcode/comutl.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: comutl.c,v 1.31 1999/01/02 06:11:34 cph Exp $ +$Id: comutl.c,v 1.32 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Compiled Code Utilities */ diff --git a/v7/src/microcode/configure.in b/v7/src/microcode/configure.in index 28306366c..e1f18500c 100644 --- a/v7/src/microcode/configure.in +++ b/v7/src/microcode/configure.in @@ -2,22 +2,24 @@ dnl Process this file with autoconf to produce a configure script. dnl Copyright (c) 2000-2002 Massachusetts Institute of Technology dnl -dnl This program 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 This file is part of MIT Scheme. dnl -dnl This program is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +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 +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 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 this program; if not, write to the Free Software +dnl along with MIT 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.17 2002/08/21 02:21:06 cph Exp $]) +AC_REVISION([$Id: configure.in,v 11.18 2002/11/20 19:46:07 cph Exp $]) AC_INIT(boot.c) AC_CONFIG_HEADER(config.h) diff --git a/v7/src/microcode/confshared.h b/v7/src/microcode/confshared.h index 8395935f4..1a2917a4e 100644 --- a/v7/src/microcode/confshared.h +++ b/v7/src/microcode/confshared.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: confshared.h,v 11.3 2002/01/29 05:57:24 cph Exp $ +$Id: confshared.h,v 11.4 2002/11/20 19:46:07 cph Exp $ Copyright (c) 2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Shared part of "config.h". */ diff --git a/v7/src/microcode/const.h b/v7/src/microcode/const.h index 0f63a6931..d7fa4cdae 100644 --- a/v7/src/microcode/const.h +++ b/v7/src/microcode/const.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: const.h,v 9.46 2000/12/05 21:23:43 cph Exp $ +$Id: const.h,v 9.47 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Named constants used throughout the interpreter */ diff --git a/v7/src/microcode/copyrigh.c b/v7/src/microcode/copyrigh.c index 78a3e9453..675fa968b 100644 --- a/v7/src/microcode/copyrigh.c +++ b/v7/src/microcode/copyrigh.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: copyrigh.c,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: copyrigh.c,v 1.4 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ diff --git a/v7/src/microcode/critsec.h b/v7/src/microcode/critsec.h index 53b290707..40d6e84d3 100644 --- a/v7/src/microcode/critsec.h +++ b/v7/src/microcode/critsec.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: critsec.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: critsec.h,v 1.5 2002/11/20 19:46:07 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Critical sections. diff --git a/v7/src/microcode/daemon.c b/v7/src/microcode/daemon.c index ec5e569b3..2552f67ad 100644 --- a/v7/src/microcode/daemon.c +++ b/v7/src/microcode/daemon.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: daemon.c,v 9.31 1999/01/02 06:11:34 cph Exp $ +$Id: daemon.c,v 9.32 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains code for the Garbage Collection daemons. diff --git a/v7/src/microcode/debug.c b/v7/src/microcode/debug.c index 9356de8dd..e8ec22dce 100644 --- a/v7/src/microcode/debug.c +++ b/v7/src/microcode/debug.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: debug.c,v 9.55 2002/07/02 20:49:22 cph Exp $ +$Id: debug.c,v 9.56 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Utilities to help with debugging */ diff --git a/v7/src/microcode/default.h b/v7/src/microcode/default.h index d86d683ac..9a6fe17d9 100644 --- a/v7/src/microcode/default.h +++ b/v7/src/microcode/default.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: default.h,v 9.45 2002/07/02 18:38:11 cph Exp $ +$Id: default.h,v 9.46 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1988-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains default definitions for some hooks which diff --git a/v7/src/microcode/dfloat.c b/v7/src/microcode/dfloat.c index 27d4005b9..4392b1545 100644 --- a/v7/src/microcode/dfloat.c +++ b/v7/src/microcode/dfloat.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: dfloat.c,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: dfloat.c,v 1.7 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Floating-point vector primitives */ diff --git a/v7/src/microcode/dmpwrld.c b/v7/src/microcode/dmpwrld.c index 83902368f..2bfad96db 100644 --- a/v7/src/microcode/dmpwrld.c +++ b/v7/src/microcode/dmpwrld.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: dmpwrld.c,v 9.41 2002/07/02 20:49:27 cph Exp $ +$Id: dmpwrld.c,v 9.42 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains a primitive to dump an executable version of Scheme. diff --git a/v7/src/microcode/dstack.h b/v7/src/microcode/dstack.h index 1d2e0b61f..54b9008d6 100644 --- a/v7/src/microcode/dstack.h +++ b/v7/src/microcode/dstack.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: dstack.h,v 1.9 1999/01/03 05:33:41 cph Exp $ +$Id: dstack.h,v 1.10 2002/11/20 19:46:08 cph Exp $ Copyright (C) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef __DSTACK_H__ diff --git a/v7/src/microcode/dump.c b/v7/src/microcode/dump.c index af2613661..c1281fcca 100644 --- a/v7/src/microcode/dump.c +++ b/v7/src/microcode/dump.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: dump.c,v 9.40 1999/01/02 06:11:34 cph Exp $ +$Id: dump.c,v 9.41 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains common code for dumping internal format binary files. */ diff --git a/v7/src/microcode/edwin.h b/v7/src/microcode/edwin.h index 1d4db2a20..961befef9 100644 --- a/v7/src/microcode/edwin.h +++ b/v7/src/microcode/edwin.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: edwin.h,v 1.9 1999/01/02 06:11:34 cph Exp $ +$Id: edwin.h,v 1.10 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Definitions for Edwin data structures. diff --git a/v7/src/microcode/error.c b/v7/src/microcode/error.c index 06a914a99..6c4c9295b 100644 --- a/v7/src/microcode/error.c +++ b/v7/src/microcode/error.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: error.c,v 1.7 2000/12/05 21:23:44 cph Exp $ +$Id: error.c,v 1.8 2002/11/20 19:46:08 cph Exp $ Copyright (C) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/errors.h b/v7/src/microcode/errors.h index 35babcc53..35e52f737 100644 --- a/v7/src/microcode/errors.h +++ b/v7/src/microcode/errors.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: errors.h,v 9.44 2001/12/21 04:35:57 cph Exp $ +$Id: errors.h,v 9.45 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Error and termination code declarations. */ diff --git a/v7/src/microcode/extern.c b/v7/src/microcode/extern.c index cd09a4a64..dfd15f587 100644 --- a/v7/src/microcode/extern.c +++ b/v7/src/microcode/extern.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: extern.c,v 9.38 2001/03/08 18:00:21 cph Exp $ +$Id: extern.c,v 9.39 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/extern.h b/v7/src/microcode/extern.h index 317681901..d0390bc1f 100644 --- a/v7/src/microcode/extern.h +++ b/v7/src/microcode/extern.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: extern.h,v 9.62 2002/07/03 04:11:26 cph Exp $ +$Id: extern.h,v 9.63 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* External Declarations */ diff --git a/v7/src/microcode/fasdump.c b/v7/src/microcode/fasdump.c index fb8764e3b..e001cee46 100644 --- a/v7/src/microcode/fasdump.c +++ b/v7/src/microcode/fasdump.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: fasdump.c,v 9.66 2001/12/16 06:01:32 cph Exp $ +$Id: fasdump.c,v 9.67 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains code for fasdump and dump-band. */ diff --git a/v7/src/microcode/fasl.h b/v7/src/microcode/fasl.h index c7bb3584f..b600e49dd 100644 --- a/v7/src/microcode/fasl.h +++ b/v7/src/microcode/fasl.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: fasl.h,v 9.38 1999/01/02 06:06:43 cph Exp $ +$Id: fasl.h,v 9.39 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Contains information relating to the format of FASL files. diff --git a/v7/src/microcode/fasload.c b/v7/src/microcode/fasload.c index d52ba55b6..d9bd4152c 100644 --- a/v7/src/microcode/fasload.c +++ b/v7/src/microcode/fasload.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: fasload.c,v 9.94 2002/07/02 20:49:32 cph Exp $ +$Id: fasload.c,v 9.95 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* The "fast loader" which reads in and relocates binary files and then diff --git a/v7/src/microcode/fft.c b/v7/src/microcode/fft.c index 1056e5603..80ee8ae0f 100644 --- a/v7/src/microcode/fft.c +++ b/v7/src/microcode/fft.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: fft.c,v 9.33 1999/01/02 06:11:34 cph Exp $ +$Id: fft.c,v 9.34 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Time-Frequency Transforms (pas) */ diff --git a/v7/src/microcode/fhooks.c b/v7/src/microcode/fhooks.c index f16c92e85..5eabc4bf3 100644 --- a/v7/src/microcode/fhooks.c +++ b/v7/src/microcode/fhooks.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: fhooks.c,v 9.35 2002/07/02 20:49:37 cph Exp $ +$Id: fhooks.c,v 9.36 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains hooks and handles for the new fluid bindings diff --git a/v7/src/microcode/findprim.c b/v7/src/microcode/findprim.c index 0739eaede..2870b8a71 100644 --- a/v7/src/microcode/findprim.c +++ b/v7/src/microcode/findprim.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: findprim.c,v 9.55 2001/03/08 18:00:23 cph Exp $ +$Id: findprim.c,v 9.56 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Preprocessor to find and declare defined primitives. */ diff --git a/v7/src/microcode/fixnum.c b/v7/src/microcode/fixnum.c index 34fb6a213..b5a902d6a 100644 --- a/v7/src/microcode/fixnum.c +++ b/v7/src/microcode/fixnum.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: fixnum.c,v 9.44 1999/01/02 06:11:34 cph Exp $ +$Id: fixnum.c,v 9.45 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Support for fixed point arithmetic. This should be used instead of diff --git a/v7/src/microcode/fixobj.h b/v7/src/microcode/fixobj.h index 6235ab0ce..a532a35f7 100644 --- a/v7/src/microcode/fixobj.h +++ b/v7/src/microcode/fixobj.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: fixobj.h,v 9.38 1999/01/02 06:06:43 cph Exp $ +$Id: fixobj.h,v 9.39 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Declarations of user offsets into the Fixed Objects Vector. diff --git a/v7/src/microcode/flonum.c b/v7/src/microcode/flonum.c index 622362945..9582c986c 100644 --- a/v7/src/microcode/flonum.c +++ b/v7/src/microcode/flonum.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: flonum.c,v 9.43 1999/01/02 06:11:34 cph Exp $ +$Id: flonum.c,v 9.44 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Floating Point Arithmetic */ diff --git a/v7/src/microcode/foreign.c b/v7/src/microcode/foreign.c index d74fba3b6..6f8365def 100644 --- a/v7/src/microcode/foreign.c +++ b/v7/src/microcode/foreign.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: foreign.c,v 1.3 2000/12/05 21:23:44 cph Exp $ +$Id: foreign.c,v 1.4 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1992, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains the primitive support for the foreign function */ diff --git a/v7/src/microcode/foreign.h b/v7/src/microcode/foreign.h index 430d07c7e..17ab69a2e 100644 --- a/v7/src/microcode/foreign.h +++ b/v7/src/microcode/foreign.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: foreign.h,v 1.3 2000/12/05 21:23:44 cph Exp $ +$Id: foreign.h,v 1.4 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1992, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains the primitive support for the foreign function */ diff --git a/v7/src/microcode/future.c b/v7/src/microcode/future.c index 81df20b9b..fa633a025 100644 --- a/v7/src/microcode/future.c +++ b/v7/src/microcode/future.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: future.c,v 9.29 1999/01/02 06:11:34 cph Exp $ +$Id: future.c,v 9.30 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Support code for futures */ diff --git a/v7/src/microcode/futures.h b/v7/src/microcode/futures.h index 62d73795d..a0a8cabb6 100644 --- a/v7/src/microcode/futures.h +++ b/v7/src/microcode/futures.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: futures.h,v 9.30 2002/07/02 20:49:42 cph Exp $ +$Id: futures.h,v 9.31 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1990, 1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains macros useful for dealing with futures */ diff --git a/v7/src/microcode/gc.h b/v7/src/microcode/gc.h index 992fc854e..805e938ff 100644 --- a/v7/src/microcode/gc.h +++ b/v7/src/microcode/gc.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: gc.h,v 9.34 1999/01/02 06:11:34 cph Exp $ +$Id: gc.h,v 9.35 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/gccode.h b/v7/src/microcode/gccode.h index 840271110..46bb9b6d0 100644 --- a/v7/src/microcode/gccode.h +++ b/v7/src/microcode/gccode.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: gccode.h,v 9.58 2001/08/07 01:26:09 cph Exp $ +$Id: gccode.h,v 9.59 2002/11/20 19:46:08 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains the macros for use in code which does GC-like diff --git a/v7/src/microcode/gcloop.c b/v7/src/microcode/gcloop.c index 9811f6ec2..421257fc2 100644 --- a/v7/src/microcode/gcloop.c +++ b/v7/src/microcode/gcloop.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: gcloop.c,v 9.49 2001/12/16 06:01:32 cph Exp $ +$Id: gcloop.c,v 9.50 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/gctype.c b/v7/src/microcode/gctype.c index 2b8f0e021..6e199c500 100644 --- a/v7/src/microcode/gctype.c +++ b/v7/src/microcode/gctype.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: gctype.c,v 9.34 1999/01/02 06:06:43 cph Exp $ +$Id: gctype.c,v 9.35 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains the table which maps between Types and GC Types. */ diff --git a/v7/src/microcode/generic.c b/v7/src/microcode/generic.c index 452c200c5..e5e63ece8 100644 --- a/v7/src/microcode/generic.c +++ b/v7/src/microcode/generic.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: generic.c,v 9.39 1999/01/02 06:11:34 cph Exp $ +$Id: generic.c,v 9.40 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/gpio.c b/v7/src/microcode/gpio.c index aadb87711..b2862d55c 100644 --- a/v7/src/microcode/gpio.c +++ b/v7/src/microcode/gpio.c @@ -2,22 +2,25 @@ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT 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.11 1999/01/02 06:11:34 cph Exp $ */ +/* $Id: gpio.c,v 1.12 2002/11/20 19:46:09 cph Exp $ */ /* Scheme primitives for GPIO */ diff --git a/v7/src/microcode/history.h b/v7/src/microcode/history.h index 39159fabf..d29b1cc1d 100644 --- a/v7/src/microcode/history.h +++ b/v7/src/microcode/history.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: history.h,v 9.31 2002/07/02 20:49:47 cph Exp $ +$Id: history.h,v 9.32 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1990, 1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* History maintenance data structures and support. */ diff --git a/v7/src/microcode/hooks.c b/v7/src/microcode/hooks.c index 6918012b3..0cddf889d 100644 --- a/v7/src/microcode/hooks.c +++ b/v7/src/microcode/hooks.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: hooks.c,v 9.63 2002/07/02 20:49:53 cph Exp $ +$Id: hooks.c,v 9.64 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains various hooks and handles that connect the diff --git a/v7/src/microcode/hppacach.c b/v7/src/microcode/hppacach.c index 522bb6d11..5aba2359a 100644 --- a/v7/src/microcode/hppacach.c +++ b/v7/src/microcode/hppacach.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: hppacach.c,v 1.13 1999/03/24 23:30:12 cph Exp $ +$Id: hppacach.c,v 1.14 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/hppacach.h b/v7/src/microcode/hppacach.h index 9a51eea52..181a0fc84 100644 --- a/v7/src/microcode/hppacach.h +++ b/v7/src/microcode/hppacach.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: hppacach.h,v 1.6 2000/12/05 21:23:44 cph Exp $ +$Id: hppacach.h,v 1.7 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef HPPACACHE_H /* Prevent multiple inclusion */ diff --git a/v7/src/microcode/hppanwca.c b/v7/src/microcode/hppanwca.c index 51d9dd177..fc901d16a 100644 --- a/v7/src/microcode/hppanwca.c +++ b/v7/src/microcode/hppanwca.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: hppanwca.c,v 1.5 2000/12/05 21:23:44 cph Exp $ +$Id: hppanwca.c,v 1.6 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1992-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Program to convert ascii-format cache descriptions into the binary diff --git a/v7/src/microcode/hunk.c b/v7/src/microcode/hunk.c index 7f58d32ed..2d857c66f 100644 --- a/v7/src/microcode/hunk.c +++ b/v7/src/microcode/hunk.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: hunk.c,v 9.29 1999/01/02 06:11:34 cph Exp $ +$Id: hunk.c,v 9.30 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Support for Hunk3s (triples) */ diff --git a/v7/src/microcode/image.c b/v7/src/microcode/image.c index 6a314a879..69d27ac1a 100644 --- a/v7/src/microcode/image.c +++ b/v7/src/microcode/image.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: image.c,v 9.34 1999/01/02 06:11:34 cph Exp $ +$Id: image.c,v 9.35 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/image.h b/v7/src/microcode/image.h index a1949cb4f..2ba6e55b8 100644 --- a/v7/src/microcode/image.h +++ b/v7/src/microcode/image.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: image.h,v 9.25 1999/01/02 06:11:34 cph Exp $ +$Id: image.h,v 9.26 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ extern Image_Fast_Transpose (); diff --git a/v7/src/microcode/intercom.c b/v7/src/microcode/intercom.c index ee37d25d9..628589372 100644 --- a/v7/src/microcode/intercom.c +++ b/v7/src/microcode/intercom.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: intercom.c,v 9.33 2002/07/03 02:32:52 cph Exp $ +$Id: intercom.c,v 9.34 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Single-processor simulation of locking, propagating, and diff --git a/v7/src/microcode/intern.c b/v7/src/microcode/intern.c index 26252131d..343746b38 100644 --- a/v7/src/microcode/intern.c +++ b/v7/src/microcode/intern.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: intern.c,v 9.57 2000/12/05 21:23:44 cph Exp $ +$Id: intern.c,v 9.58 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* String hash functions and interning of symbols. */ diff --git a/v7/src/microcode/interp.c b/v7/src/microcode/interp.c index 22d54a96f..7919c6a6a 100644 --- a/v7/src/microcode/interp.c +++ b/v7/src/microcode/interp.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: interp.c,v 9.96 2002/09/05 15:49:49 cph Exp $ +$Id: interp.c,v 9.97 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* The interpreter */ diff --git a/v7/src/microcode/interp.h b/v7/src/microcode/interp.h index b5f63e6f3..540db04bb 100644 --- a/v7/src/microcode/interp.h +++ b/v7/src/microcode/interp.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: interp.h,v 9.48 2002/07/03 04:10:23 cph Exp $ +$Id: interp.h,v 9.49 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Definitions used by the interpreter and some utilities. */ diff --git a/v7/src/microcode/intext.c b/v7/src/microcode/intext.c index d8eee3331..0c3c4bf10 100644 --- a/v7/src/microcode/intext.c +++ b/v7/src/microcode/intext.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: intext.c,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: intext.c,v 1.6 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ansidecl.h" diff --git a/v7/src/microcode/intext.h b/v7/src/microcode/intext.h index 579d322e6..0b2b6a68b 100644 --- a/v7/src/microcode/intext.h +++ b/v7/src/microcode/intext.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: intext.h,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: intext.h,v 1.6 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_INTEXT_H diff --git a/v7/src/microcode/intprm.c b/v7/src/microcode/intprm.c index 36af880f3..8d6b5fdfa 100644 --- a/v7/src/microcode/intprm.c +++ b/v7/src/microcode/intprm.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: intprm.c,v 1.9 1999/01/02 06:11:34 cph Exp $ +$Id: intprm.c,v 1.10 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Generic Integer Primitives */ diff --git a/v7/src/microcode/intrpt.h b/v7/src/microcode/intrpt.h index 74afdc910..02bfa13d1 100644 --- a/v7/src/microcode/intrpt.h +++ b/v7/src/microcode/intrpt.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: intrpt.h,v 1.21 2000/12/05 21:23:45 cph Exp $ +$Id: intrpt.h,v 1.22 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Interrupt manipulation utilities. */ diff --git a/v7/src/microcode/liarc.h b/v7/src/microcode/liarc.h index 9ae6c5429..12929d7d0 100644 --- a/v7/src/microcode/liarc.h +++ b/v7/src/microcode/liarc.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: liarc.h,v 1.19 2002/07/03 02:32:58 cph Exp $ +$Id: liarc.h,v 1.20 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1992-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef LIARC_INCLUDED diff --git a/v7/src/microcode/list.c b/v7/src/microcode/list.c index a9fc80e43..cc33cde33 100644 --- a/v7/src/microcode/list.c +++ b/v7/src/microcode/list.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: list.c,v 9.32 1999/01/02 06:11:34 cph Exp $ +$Id: list.c,v 9.33 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* List creation and manipulation primitives. */ diff --git a/v7/src/microcode/load.c b/v7/src/microcode/load.c index 97220fee3..d1d255955 100644 --- a/v7/src/microcode/load.c +++ b/v7/src/microcode/load.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: load.c,v 9.39 1999/01/02 06:11:34 cph Exp $ +$Id: load.c,v 9.40 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains common code for reading internal diff --git a/v7/src/microcode/locks.h b/v7/src/microcode/locks.h index 01600ede6..5c022f3bb 100644 --- a/v7/src/microcode/locks.h +++ b/v7/src/microcode/locks.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: locks.h,v 9.26 1999/01/02 06:11:34 cph Exp $ +$Id: locks.h,v 9.27 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Contains everything needed to lock and unlock parts of diff --git a/v7/src/microcode/lookprm.c b/v7/src/microcode/lookprm.c index f3c30ad3e..8d3df16cb 100644 --- a/v7/src/microcode/lookprm.c +++ b/v7/src/microcode/lookprm.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: lookprm.c,v 1.19 2001/12/23 18:33:08 cph Exp $ +$Id: lookprm.c,v 1.20 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains environment manipulation primitives. diff --git a/v7/src/microcode/lookup.c b/v7/src/microcode/lookup.c index ec55a9ff8..30e33737f 100644 --- a/v7/src/microcode/lookup.c +++ b/v7/src/microcode/lookup.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: lookup.c,v 9.68 2001/12/21 18:18:21 cph Exp $ +$Id: lookup.c,v 9.69 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Environment lookup, modification, and definition. */ diff --git a/v7/src/microcode/lookup.h b/v7/src/microcode/lookup.h index 48f78a4b9..c0830689c 100644 --- a/v7/src/microcode/lookup.h +++ b/v7/src/microcode/lookup.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: lookup.h,v 9.55 2001/08/07 01:26:36 cph Exp $ +$Id: lookup.h,v 9.56 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Macros and declarations for the variable lookup code. */ diff --git a/v7/src/microcode/makegen/Makefile.in.in b/v7/src/microcode/makegen/Makefile.in.in index 6e1e1cbed..7fd14586d 100644 --- a/v7/src/microcode/makegen/Makefile.in.in +++ b/v7/src/microcode/makegen/Makefile.in.in @@ -1,19 +1,21 @@ -# $Id: Makefile.in.in,v 1.20 2002/01/29 20:43:14 cph Exp $ +# $Id: Makefile.in.in,v 1.21 2002/11/20 19:46:17 cph Exp $ # # Copyright (c) 2000-2002 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/microcode/makegen/files-core.scm b/v7/src/microcode/makegen/files-core.scm index 01cfebaf8..b4ada0513 100644 --- a/v7/src/microcode/makegen/files-core.scm +++ b/v7/src/microcode/makegen/files-core.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: files-core.scm,v 1.2 2000/12/05 21:23:50 cph Exp $ +$Id: files-core.scm,v 1.3 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Core C files used on all platforms. diff --git a/v7/src/microcode/makegen/files-gc-bch.scm b/v7/src/microcode/makegen/files-gc-bch.scm index 08bc15305..0492d456a 100644 --- a/v7/src/microcode/makegen/files-gc-bch.scm +++ b/v7/src/microcode/makegen/files-gc-bch.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: files-gc-bch.scm,v 1.2 2000/12/05 21:23:50 cph Exp $ +$Id: files-gc-bch.scm,v 1.3 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; C files for one-heap garbage-collector. diff --git a/v7/src/microcode/makegen/files-gc-std.scm b/v7/src/microcode/makegen/files-gc-std.scm index 4f3d02d88..b06b31c22 100644 --- a/v7/src/microcode/makegen/files-gc-std.scm +++ b/v7/src/microcode/makegen/files-gc-std.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: files-gc-std.scm,v 1.2 2000/12/05 21:23:50 cph Exp $ +$Id: files-gc-std.scm,v 1.3 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; C files for standard garbage collector. diff --git a/v7/src/microcode/makegen/files-optional.scm b/v7/src/microcode/makegen/files-optional.scm index 0999ed557..fc730db86 100644 --- a/v7/src/microcode/makegen/files-optional.scm +++ b/v7/src/microcode/makegen/files-optional.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: files-optional.scm,v 1.3 2001/02/28 20:05:39 cph Exp $ +$Id: files-optional.scm,v 1.4 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Optional C files that are conditionally linked in. diff --git a/v7/src/microcode/makegen/files-os-prim.scm b/v7/src/microcode/makegen/files-os-prim.scm index ceb590aad..ca54f77cb 100644 --- a/v7/src/microcode/makegen/files-os-prim.scm +++ b/v7/src/microcode/makegen/files-os-prim.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: files-os-prim.scm,v 1.2 2000/12/05 21:23:50 cph Exp $ +$Id: files-os-prim.scm,v 1.3 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; C files containing operating-system primitives. diff --git a/v7/src/microcode/makegen/files-other.scm b/v7/src/microcode/makegen/files-other.scm index eff49a6c3..1de073200 100644 --- a/v7/src/microcode/makegen/files-other.scm +++ b/v7/src/microcode/makegen/files-other.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: files-other.scm,v 1.2 2000/12/05 21:23:50 cph Exp $ +$Id: files-other.scm,v 1.3 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; C files for programs other than Scheme. diff --git a/v7/src/microcode/makegen/files-unix.scm b/v7/src/microcode/makegen/files-unix.scm index 1a2bec8b1..dbb7ba72a 100644 --- a/v7/src/microcode/makegen/files-unix.scm +++ b/v7/src/microcode/makegen/files-unix.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: files-unix.scm,v 1.2 2000/12/05 21:23:50 cph Exp $ +$Id: files-unix.scm,v 1.3 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Unix-specific C files. diff --git a/v7/src/microcode/makegen/m4.sh b/v7/src/microcode/makegen/m4.sh index f18caf527..1e7a2c1f0 100755 --- a/v7/src/microcode/makegen/m4.sh +++ b/v7/src/microcode/makegen/m4.sh @@ -1,22 +1,25 @@ #!/bin/sh -# $Id: m4.sh,v 1.2 2000/12/05 21:23:50 cph Exp $ +# $Id: m4.sh,v 1.3 2002/11/20 19:46:17 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Processing to simulate m4 accepting definition arguments. diff --git a/v7/src/microcode/makegen/makegen.scm b/v7/src/microcode/makegen/makegen.scm index 4b2694459..f7375c589 100644 --- a/v7/src/microcode/makegen/makegen.scm +++ b/v7/src/microcode/makegen/makegen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: makegen.scm,v 1.3 2001/07/29 02:16:05 cph Exp $ +$Id: makegen.scm,v 1.4 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Generate "Makefile.in" from template. diff --git a/v7/src/microcode/makegen/makeinit.sh b/v7/src/microcode/makegen/makeinit.sh index 1e9ba4c70..b6a847557 100755 --- a/v7/src/microcode/makegen/makeinit.sh +++ b/v7/src/microcode/makegen/makeinit.sh @@ -1,22 +1,25 @@ #!/bin/sh -# $Id: makeinit.sh,v 1.8 2000/12/08 18:08:02 cph Exp $ +# $Id: makeinit.sh,v 1.9 2002/11/20 19:46:17 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Script to create "Makefile.in". # Requires `gcc' and `scheme'. diff --git a/v7/src/microcode/memmag.c b/v7/src/microcode/memmag.c index fd86655df..056820bb3 100644 --- a/v7/src/microcode/memmag.c +++ b/v7/src/microcode/memmag.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: memmag.c,v 9.69 2002/07/02 20:50:18 cph Exp $ +$Id: memmag.c,v 9.70 2002/11/20 19:46:09 cph Exp $ Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Memory management top level. diff --git a/v7/src/microcode/memmag.h b/v7/src/microcode/memmag.h index cc52e88c5..6790ee499 100644 --- a/v7/src/microcode/memmag.h +++ b/v7/src/microcode/memmag.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: memmag.h,v 1.8 2000/12/05 21:23:45 cph Exp $ +$Id: memmag.h,v 1.9 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* OS-dependent conditionalization of memory management stuff. */ diff --git a/v7/src/microcode/missing.c b/v7/src/microcode/missing.c index 893a0acf9..822c2335f 100644 --- a/v7/src/microcode/missing.c +++ b/v7/src/microcode/missing.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: missing.c,v 9.33 2000/12/05 21:23:45 cph Exp $ +$Id: missing.c,v 9.34 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains utilities potentially missing from the math library. */ diff --git a/v7/src/microcode/mul.c b/v7/src/microcode/mul.c index fb8f7c86d..6ed353876 100644 --- a/v7/src/microcode/mul.c +++ b/v7/src/microcode/mul.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: mul.c,v 9.35 2000/12/05 21:23:45 cph Exp $ +$Id: mul.c,v 9.36 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "config.h" diff --git a/v7/src/microcode/nt.h b/v7/src/microcode/nt.h index 13094f238..11d952307 100644 --- a/v7/src/microcode/nt.h +++ b/v7/src/microcode/nt.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: nt.h,v 1.9 2000/12/05 21:23:45 cph Exp $ +$Id: nt.h,v 1.10 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* NT system include file */ diff --git a/v7/src/microcode/ntapi.h b/v7/src/microcode/ntapi.h index ac79b0738..4ba0baafa 100644 --- a/v7/src/microcode/ntapi.h +++ b/v7/src/microcode/ntapi.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: ntapi.h,v 1.13 2002/06/17 05:19:06 cph Exp $ +$Id: ntapi.h,v 1.14 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1997, 1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This flag, defined by "syscall.h", means to define the syscall diff --git a/v7/src/microcode/ntasutl.asm b/v7/src/microcode/ntasutl.asm index 0f716fa97..5c474e1aa 100644 --- a/v7/src/microcode/ntasutl.asm +++ b/v7/src/microcode/ntasutl.asm @@ -1,22 +1,25 @@ ;;; -*-Midas-*- ;;; -;;; $Id: ntasutl.asm,v 1.6 1999/01/02 06:11:34 cph Exp $ +;;; $Id: ntasutl.asm,v 1.7 2002/11/20 19:46:10 cph Exp $ ;;; ;;; Copyright (c) 1992-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;; .386 diff --git a/v7/src/microcode/ntenv.c b/v7/src/microcode/ntenv.c index b48ee8a4c..0684c5e70 100644 --- a/v7/src/microcode/ntenv.c +++ b/v7/src/microcode/ntenv.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntenv.c,v 1.19 2000/12/05 21:23:45 cph Exp $ +$Id: ntenv.c,v 1.20 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/ntfile.c b/v7/src/microcode/ntfile.c index 5dde9ba96..aa04f0994 100644 --- a/v7/src/microcode/ntfile.c +++ b/v7/src/microcode/ntfile.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntfile.c,v 1.13 1999/01/02 06:11:34 cph Exp $ +$Id: ntfile.c,v 1.14 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "nt.h" diff --git a/v7/src/microcode/ntfs.c b/v7/src/microcode/ntfs.c index 4187bd5f6..4a2a97df2 100644 --- a/v7/src/microcode/ntfs.c +++ b/v7/src/microcode/ntfs.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: ntfs.c,v 1.28 2001/05/22 02:21:10 cph Exp $ +$Id: ntfs.c,v 1.29 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "nt.h" diff --git a/v7/src/microcode/ntfs.h b/v7/src/microcode/ntfs.h index a6ee8e019..717d57a7d 100644 --- a/v7/src/microcode/ntfs.h +++ b/v7/src/microcode/ntfs.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: ntfs.h,v 1.5 2001/05/09 03:14:59 cph Exp $ +$Id: ntfs.h,v 1.6 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1997-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "nt.h" diff --git a/v7/src/microcode/ntgui.c b/v7/src/microcode/ntgui.c index 415f280f2..046b9e654 100644 --- a/v7/src/microcode/ntgui.c +++ b/v7/src/microcode/ntgui.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntgui.c,v 1.28 2000/12/05 21:23:45 cph Exp $ +$Id: ntgui.c,v 1.29 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/ntgui.h b/v7/src/microcode/ntgui.h index 71cda2da5..07a833152 100644 --- a/v7/src/microcode/ntgui.h +++ b/v7/src/microcode/ntgui.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntgui.h,v 1.8 1999/01/02 06:11:34 cph Exp $ +$Id: ntgui.h,v 1.9 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1993-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_NTGUI_H diff --git a/v7/src/microcode/ntio.c b/v7/src/microcode/ntio.c index 8f0faef9c..aa940e288 100644 --- a/v7/src/microcode/ntio.c +++ b/v7/src/microcode/ntio.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: ntio.c,v 1.24 2001/05/22 02:46:47 cph Exp $ +$Id: ntio.c,v 1.25 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/ntio.h b/v7/src/microcode/ntio.h index 5353d10d2..cdfbe7219 100644 --- a/v7/src/microcode/ntio.h +++ b/v7/src/microcode/ntio.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntio.h,v 1.11 1999/01/02 06:11:34 cph Exp $ +$Id: ntio.h,v 1.12 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_NTIO_H diff --git a/v7/src/microcode/ntproc.c b/v7/src/microcode/ntproc.c index abf5f1fcb..37ecc1eac 100644 --- a/v7/src/microcode/ntproc.c +++ b/v7/src/microcode/ntproc.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntproc.c,v 1.8 1999/01/02 06:11:34 cph Exp $ +$Id: ntproc.c,v 1.9 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1997-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "nt.h" diff --git a/v7/src/microcode/ntproc.h b/v7/src/microcode/ntproc.h index 276c305fe..41c9884bb 100644 --- a/v7/src/microcode/ntproc.h +++ b/v7/src/microcode/ntproc.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntproc.h,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: ntproc.h,v 1.3 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1997, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_NTPROC_H diff --git a/v7/src/microcode/ntscmlib.h b/v7/src/microcode/ntscmlib.h index 94f964035..52a302c63 100644 --- a/v7/src/microcode/ntscmlib.h +++ b/v7/src/microcode/ntscmlib.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntscmlib.h,v 1.9 1999/01/02 06:11:34 cph Exp $ +$Id: ntscmlib.h,v 1.10 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1993-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* MIT Scheme under Windows system-dependent utilities. */ diff --git a/v7/src/microcode/ntscreen.c b/v7/src/microcode/ntscreen.c index 52138c761..c4eda7755 100644 --- a/v7/src/microcode/ntscreen.c +++ b/v7/src/microcode/ntscreen.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: ntscreen.c,v 1.47 2002/06/15 23:40:48 cph Exp $ +$Id: ntscreen.c,v 1.48 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1993-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* #include */ diff --git a/v7/src/microcode/ntscreen.h b/v7/src/microcode/ntscreen.h index 7f469172b..d7d608236 100644 --- a/v7/src/microcode/ntscreen.h +++ b/v7/src/microcode/ntscreen.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntscreen.h,v 1.20 2000/04/19 03:21:07 cph Exp $ +$Id: ntscreen.h,v 1.21 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_NTSCREEN_H diff --git a/v7/src/microcode/ntsig.c b/v7/src/microcode/ntsig.c index c67c330bb..a8e200dd9 100644 --- a/v7/src/microcode/ntsig.c +++ b/v7/src/microcode/ntsig.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntsig.c,v 1.22 2000/12/05 21:23:45 cph Exp $ +$Id: ntsig.c,v 1.23 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ diff --git a/v7/src/microcode/ntsock.c b/v7/src/microcode/ntsock.c index 1ec009d9a..76cea6d02 100644 --- a/v7/src/microcode/ntsock.c +++ b/v7/src/microcode/ntsock.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: ntsock.c,v 1.13 2002/06/17 05:18:29 cph Exp $ +$Id: ntsock.c,v 1.14 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1997-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This conditional encompasses the entire file. */ diff --git a/v7/src/microcode/ntsys.c b/v7/src/microcode/ntsys.c index be4b5a7aa..786a34118 100644 --- a/v7/src/microcode/ntsys.c +++ b/v7/src/microcode/ntsys.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntsys.c,v 1.9 1999/01/02 06:11:34 cph Exp $ +$Id: ntsys.c,v 1.10 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/ntsys.h b/v7/src/microcode/ntsys.h index 899e6eca3..22f74b3f5 100644 --- a/v7/src/microcode/ntsys.h +++ b/v7/src/microcode/ntsys.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntsys.h,v 1.8 1999/01/02 06:11:34 cph Exp $ +$Id: ntsys.h,v 1.9 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_NTSYS_H diff --git a/v7/src/microcode/ntterm.h b/v7/src/microcode/ntterm.h index cfefa2a45..b117799c8 100644 --- a/v7/src/microcode/ntterm.h +++ b/v7/src/microcode/ntterm.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ntterm.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: ntterm.h,v 1.5 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_NTTERM_H diff --git a/v7/src/microcode/nttop.c b/v7/src/microcode/nttop.c index f9e7420b6..ff4023c3e 100644 --- a/v7/src/microcode/nttop.c +++ b/v7/src/microcode/nttop.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: nttop.c,v 1.30 2000/12/05 21:23:45 cph Exp $ +$Id: nttop.c,v 1.31 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #define SCM_NTTOP_C diff --git a/v7/src/microcode/nttop.h b/v7/src/microcode/nttop.h index fdd925ecc..14cd7b304 100644 --- a/v7/src/microcode/nttop.h +++ b/v7/src/microcode/nttop.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: nttop.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: nttop.h,v 1.5 2002/11/20 19:46:10 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_NTTOP_H diff --git a/v7/src/microcode/nttrap.c b/v7/src/microcode/nttrap.c index a38246111..ee4616feb 100644 --- a/v7/src/microcode/nttrap.c +++ b/v7/src/microcode/nttrap.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: nttrap.c,v 1.23 2002/07/03 02:33:06 cph Exp $ +$Id: nttrap.c,v 1.24 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1992-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/nttrap.h b/v7/src/microcode/nttrap.h index ee44dc81e..b7a386d90 100644 --- a/v7/src/microcode/nttrap.h +++ b/v7/src/microcode/nttrap.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: nttrap.h,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: nttrap.h,v 1.6 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_NTTRAP_H diff --git a/v7/src/microcode/nttterm.c b/v7/src/microcode/nttterm.c index cc8755e93..b9b23843b 100644 --- a/v7/src/microcode/nttterm.c +++ b/v7/src/microcode/nttterm.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: nttterm.c,v 1.4 2000/12/05 21:23:46 cph Exp $ +$Id: nttterm.c,v 1.5 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1992-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* termcap(3) interface for Scheme -- Only a subset needed for Win32. */ diff --git a/v7/src/microcode/nttty.c b/v7/src/microcode/nttty.c index 3d61e5a39..c3576aab7 100644 --- a/v7/src/microcode/nttty.c +++ b/v7/src/microcode/nttty.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: nttty.c,v 1.8 1999/01/02 06:11:34 cph Exp $ +$Id: nttty.c,v 1.9 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "nt.h" diff --git a/v7/src/microcode/ntutl/bch-p-nt.lst b/v7/src/microcode/ntutl/bch-p-nt.lst index dcf75f06e..ce13786f7 100644 --- a/v7/src/microcode/ntutl/bch-p-nt.lst +++ b/v7/src/microcode/ntutl/bch-p-nt.lst @@ -1,22 +1,25 @@ ;;; -*-Fundamental-*- ;;; -;;; $Id: bch-p-nt.lst,v 1.6 1999/01/02 06:11:34 cph Exp $ +;;; $Id: bch-p-nt.lst,v 1.7 2002/11/20 19:46:17 cph Exp $ ;;; ;;; Copyright (c) 1993, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;; ;;;; Shared files (Unix and DOS) artutl.c diff --git a/v7/src/microcode/ntutl/config.h b/v7/src/microcode/ntutl/config.h index 72d110b47..da00c1957 100644 --- a/v7/src/microcode/ntutl/config.h +++ b/v7/src/microcode/ntutl/config.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: config.h,v 1.4 2001/03/01 05:23:58 cph Exp $ +$Id: config.h,v 1.5 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_CONFIG_H diff --git a/v7/src/microcode/ntutl/makefile b/v7/src/microcode/ntutl/makefile index bcc525501..aceeb4d29 100644 --- a/v7/src/microcode/ntutl/makefile +++ b/v7/src/microcode/ntutl/makefile @@ -1,21 +1,23 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.28 2001/07/19 01:13:53 cph Exp $ +### $Id: makefile,v 1.29 2002/11/20 19:46:17 cph Exp $ ### ### Copyright (c) 1992-2001 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or +### This file is part of MIT Scheme. +### +### MIT Scheme is free software; you can redistribute it and/or ### modify it under the terms of the GNU General Public License as ### published by the Free Software Foundation; either version 2 of ### the License, or (at your option) any later version. ### -### This program is distributed in the hope that it will be -### useful, but WITHOUT 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 Scheme is distributed in the hope that it will be useful, +### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +### GNU General Public License for more details. ### ### You should have received a copy of the GNU General Public -### License along with this program; if not, write to the Free +### License along with MIT Scheme; if not, write to the Free ### Software Foundation, Inc., 59 Temple Place - Suite 330, ### Boston, MA 02111-1307, USA. diff --git a/v7/src/microcode/ntutl/makefile.wcc b/v7/src/microcode/ntutl/makefile.wcc index eb34b5cc5..0809c7857 100644 --- a/v7/src/microcode/ntutl/makefile.wcc +++ b/v7/src/microcode/ntutl/makefile.wcc @@ -1,21 +1,23 @@ ### -*- Fundamental -*- ### -### $Id: makefile.wcc,v 1.17 2001/07/19 00:03:01 cph Exp $ +### $Id: makefile.wcc,v 1.18 2002/11/20 19:46:17 cph Exp $ ### ### Copyright (c) 1992-2001 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or +### This file is part of MIT Scheme. +### +### MIT Scheme is free software; you can redistribute it and/or ### modify it under the terms of the GNU General Public License as ### published by the Free Software Foundation; either version 2 of ### the License, or (at your option) any later version. ### -### This program is distributed in the hope that it will be -### useful, but WITHOUT 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 Scheme is distributed in the hope that it will be useful, +### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +### GNU General Public License for more details. ### ### You should have received a copy of the GNU General Public -### License along with this program; if not, write to the Free +### License along with MIT Scheme; if not, write to the Free ### Software Foundation, Inc., 59 Temple Place - Suite 330, ### Boston, MA 02111-1307, USA. diff --git a/v7/src/microcode/ntutl/scheme16.c b/v7/src/microcode/ntutl/scheme16.c index 679d00c70..6759f7753 100644 --- a/v7/src/microcode/ntutl/scheme16.c +++ b/v7/src/microcode/ntutl/scheme16.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: scheme16.c,v 1.11 1999/01/02 06:11:34 cph Exp $ +$Id: scheme16.c,v 1.12 2002/11/20 19:46:17 cph Exp $ Copyright (c) 1993-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* MIT Scheme under Windows system utiltities DLL source. diff --git a/v7/src/microcode/ntutl/scheme31.c b/v7/src/microcode/ntutl/scheme31.c index 15db2eb9b..5279fc908 100644 --- a/v7/src/microcode/ntutl/scheme31.c +++ b/v7/src/microcode/ntutl/scheme31.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: scheme31.c,v 1.10 1999/01/02 06:11:34 cph Exp $ +$Id: scheme31.c,v 1.11 2002/11/20 19:46:17 cph Exp $ Copyright (c) 1993-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* MIT Scheme under Windows system utiltities DLL source. diff --git a/v7/src/microcode/ntutl/scheme32.c b/v7/src/microcode/ntutl/scheme32.c index 3029c0047..63f6aaeba 100644 --- a/v7/src/microcode/ntutl/scheme32.c +++ b/v7/src/microcode/ntutl/scheme32.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: scheme32.c,v 1.17 1999/01/02 06:11:34 cph Exp $ +$Id: scheme32.c,v 1.18 2002/11/20 19:46:17 cph Exp $ Copyright (c) 1993-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* MIT Scheme under Windows system utiltities DLL source. diff --git a/v7/src/microcode/ntutl/scm-p-nt.lst b/v7/src/microcode/ntutl/scm-p-nt.lst index 803f944b0..732e890a5 100644 --- a/v7/src/microcode/ntutl/scm-p-nt.lst +++ b/v7/src/microcode/ntutl/scm-p-nt.lst @@ -1,22 +1,25 @@ ;;; -*-Fundamental-*- ;;; -;;; $Id: scm-p-nt.lst,v 1.6 1999/01/02 06:11:34 cph Exp $ +;;; $Id: scm-p-nt.lst,v 1.7 2002/11/20 19:46:17 cph Exp $ ;;; ;;; Copyright (c) 1993, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;; ;;;; Shared files (Unix and DOS) artutl.c diff --git a/v7/src/microcode/object.h b/v7/src/microcode/object.h index 883cc30aa..7319d103b 100644 --- a/v7/src/microcode/object.h +++ b/v7/src/microcode/object.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: object.h,v 9.51 2001/07/31 03:11:56 cph Exp $ +$Id: object.h,v 9.52 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file defines the macros which define and manipulate Scheme diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index 3ba6a0458..2a705d8da 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: option.c,v 1.56 2001/02/24 04:08:28 cph Exp $ +$Id: option.c,v 1.57 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Command-line option processing */ diff --git a/v7/src/microcode/option.h b/v7/src/microcode/option.h index 3dc43c8cb..caf8f58fa 100644 --- a/v7/src/microcode/option.h +++ b/v7/src/microcode/option.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: option.h,v 1.12 1999/01/02 06:11:34 cph Exp $ +$Id: option.h,v 1.13 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OPTION_H diff --git a/v7/src/microcode/os.h b/v7/src/microcode/os.h index f28de712f..41911670a 100644 --- a/v7/src/microcode/os.h +++ b/v7/src/microcode/os.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os.h,v 1.7 2000/12/05 21:23:46 cph Exp $ +$Id: os.h,v 1.8 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OS_H diff --git a/v7/src/microcode/os2.c b/v7/src/microcode/os2.c index b1745fcbd..5ea87bd01 100644 --- a/v7/src/microcode/os2.c +++ b/v7/src/microcode/os2.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2.c,v 1.8 1999/01/02 06:11:34 cph Exp $ +$Id: os2.c,v 1.9 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2.h b/v7/src/microcode/os2.h index 6344b8db8..22edccfe4 100644 --- a/v7/src/microcode/os2.h +++ b/v7/src/microcode/os2.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: os2.h,v 1.8 2001/07/31 03:11:59 cph Exp $ +$Id: os2.h,v 1.9 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* OS/2 system include file */ diff --git a/v7/src/microcode/os2api.h b/v7/src/microcode/os2api.h index 5166246a3..32531d1f6 100644 --- a/v7/src/microcode/os2api.h +++ b/v7/src/microcode/os2api.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2api.h,v 1.12 1999/04/07 04:01:45 cph Exp $ +$Id: os2api.h,v 1.13 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This flag, defined by "syscall.h", means to define the syscall diff --git a/v7/src/microcode/os2conio.c b/v7/src/microcode/os2conio.c index f9de8568e..7f168d64a 100644 --- a/v7/src/microcode/os2conio.c +++ b/v7/src/microcode/os2conio.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2conio.c,v 1.10 1999/01/02 06:11:34 cph Exp $ +$Id: os2conio.c,v 1.11 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #define USE_PMCON diff --git a/v7/src/microcode/os2cthrd.c b/v7/src/microcode/os2cthrd.c index d431a7e65..a6562e8d1 100644 --- a/v7/src/microcode/os2cthrd.c +++ b/v7/src/microcode/os2cthrd.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2cthrd.c,v 1.10 1999/01/02 06:11:34 cph Exp $ +$Id: os2cthrd.c,v 1.11 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Scheme side of channel thread interface */ diff --git a/v7/src/microcode/os2cthrd.h b/v7/src/microcode/os2cthrd.h index 9a4cf3e7e..e218812cf 100644 --- a/v7/src/microcode/os2cthrd.h +++ b/v7/src/microcode/os2cthrd.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2cthrd.h,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: os2cthrd.h,v 1.8 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OS2CTHRD_H diff --git a/v7/src/microcode/os2ctty.c b/v7/src/microcode/os2ctty.c index e423c279e..020b132f7 100644 --- a/v7/src/microcode/os2ctty.c +++ b/v7/src/microcode/os2ctty.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2ctty.c,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: os2ctty.c,v 1.5 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2ctty.h b/v7/src/microcode/os2ctty.h index 76133c443..a655df9d9 100644 --- a/v7/src/microcode/os2ctty.h +++ b/v7/src/microcode/os2ctty.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2ctty.h,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: os2ctty.h,v 1.3 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OS2CTTY_H diff --git a/v7/src/microcode/os2env.c b/v7/src/microcode/os2env.c index 68e1bc620..41ca06cdc 100644 --- a/v7/src/microcode/os2env.c +++ b/v7/src/microcode/os2env.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: os2env.c,v 1.14 2002/10/22 02:39:49 cph Exp $ +$Id: os2env.c,v 1.15 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/os2file.c b/v7/src/microcode/os2file.c index ef9480af6..6be3ec089 100644 --- a/v7/src/microcode/os2file.c +++ b/v7/src/microcode/os2file.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2file.c,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: os2file.c,v 1.4 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2fs.c b/v7/src/microcode/os2fs.c index fb1bf9f4d..4573782d2 100644 --- a/v7/src/microcode/os2fs.c +++ b/v7/src/microcode/os2fs.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: os2fs.c,v 1.14 2001/07/19 01:45:02 cph Exp $ +$Id: os2fs.c,v 1.15 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2io.c b/v7/src/microcode/os2io.c index 99801463c..44af04c5a 100644 --- a/v7/src/microcode/os2io.c +++ b/v7/src/microcode/os2io.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2io.c,v 1.8 1999/01/02 06:11:34 cph Exp $ +$Id: os2io.c,v 1.9 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2io.h b/v7/src/microcode/os2io.h index 7816a8556..b806a2cfb 100644 --- a/v7/src/microcode/os2io.h +++ b/v7/src/microcode/os2io.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2io.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: os2io.h,v 1.5 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OS2IO_H diff --git a/v7/src/microcode/os2msg.c b/v7/src/microcode/os2msg.c index a4b76119f..8198e608e 100644 --- a/v7/src/microcode/os2msg.c +++ b/v7/src/microcode/os2msg.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2msg.c,v 1.14 2000/12/05 21:23:46 cph Exp $ +$Id: os2msg.c,v 1.15 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Master Message Queue */ diff --git a/v7/src/microcode/os2msg.h b/v7/src/microcode/os2msg.h index 07efee1ee..e3f3a217e 100644 --- a/v7/src/microcode/os2msg.h +++ b/v7/src/microcode/os2msg.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2msg.h,v 1.15 1999/01/02 06:11:34 cph Exp $ +$Id: os2msg.h,v 1.16 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OS2MSG_H diff --git a/v7/src/microcode/os2pipe.c b/v7/src/microcode/os2pipe.c index 5bf4d4569..d7a23a3e1 100644 --- a/v7/src/microcode/os2pipe.c +++ b/v7/src/microcode/os2pipe.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2pipe.c,v 1.8 1999/01/02 06:11:34 cph Exp $ +$Id: os2pipe.c,v 1.9 2002/11/20 19:46:11 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2pm.c b/v7/src/microcode/os2pm.c index 9285b8611..bf3d32ad2 100644 --- a/v7/src/microcode/os2pm.c +++ b/v7/src/microcode/os2pm.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2pm.c,v 1.33 2000/12/05 21:23:46 cph Exp $ +$Id: os2pm.c,v 1.34 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #define INCL_WIN diff --git a/v7/src/microcode/os2pm.h b/v7/src/microcode/os2pm.h index cc3ecb973..a870801c0 100644 --- a/v7/src/microcode/os2pm.h +++ b/v7/src/microcode/os2pm.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2pm.h,v 1.13 1999/01/02 06:11:34 cph Exp $ +$Id: os2pm.h,v 1.14 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OS2PM_H diff --git a/v7/src/microcode/os2pm.scm b/v7/src/microcode/os2pm.scm index 1f2eea8de..f1f6283ab 100644 --- a/v7/src/microcode/os2pm.scm +++ b/v7/src/microcode/os2pm.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: os2pm.scm,v 1.11 2002/02/03 03:38:55 cph Exp $ +$Id: os2pm.scm,v 1.12 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Program to generate OS/2 PM interface code. diff --git a/v7/src/microcode/os2pmcon.c b/v7/src/microcode/os2pmcon.c index 27c7d7fad..66f6f9453 100644 --- a/v7/src/microcode/os2pmcon.c +++ b/v7/src/microcode/os2pmcon.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2pmcon.c,v 1.26 2000/12/05 21:23:46 cph Exp $ +$Id: os2pmcon.c,v 1.27 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #define INCL_WIN diff --git a/v7/src/microcode/os2pmcon.h b/v7/src/microcode/os2pmcon.h index fdded027c..6ebabb08f 100644 --- a/v7/src/microcode/os2pmcon.h +++ b/v7/src/microcode/os2pmcon.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2pmcon.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: os2pmcon.h,v 1.5 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1995, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Resource IDs for OS/2 PM Console Window */ diff --git a/v7/src/microcode/os2pmcon.rc b/v7/src/microcode/os2pmcon.rc index b28560ac9..24a680798 100644 --- a/v7/src/microcode/os2pmcon.rc +++ b/v7/src/microcode/os2pmcon.rc @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2pmcon.rc,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: os2pmcon.rc,v 1.6 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1995, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Resource IDs for OS/2 PM Console Window */ diff --git a/v7/src/microcode/os2proc.c b/v7/src/microcode/os2proc.c index 378bf65c2..9ce5cfc40 100644 --- a/v7/src/microcode/os2proc.c +++ b/v7/src/microcode/os2proc.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2proc.c,v 1.7 2000/12/05 21:23:46 cph Exp $ +$Id: os2proc.c,v 1.8 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1995-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2proc.h b/v7/src/microcode/os2proc.h index 066be5f6a..3c74c07ec 100644 --- a/v7/src/microcode/os2proc.h +++ b/v7/src/microcode/os2proc.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2proc.h,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: os2proc.h,v 1.3 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1997, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OS2PROC_H diff --git a/v7/src/microcode/os2sock.c b/v7/src/microcode/os2sock.c index d6b568b0a..20c5e3d7f 100644 --- a/v7/src/microcode/os2sock.c +++ b/v7/src/microcode/os2sock.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: os2sock.c,v 1.18 2001/07/19 01:45:36 cph Exp $ +$Id: os2sock.c,v 1.19 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This conditional encompasses the entire file. */ diff --git a/v7/src/microcode/os2term.c b/v7/src/microcode/os2term.c index 57f384cc8..ddd48eff6 100644 --- a/v7/src/microcode/os2term.c +++ b/v7/src/microcode/os2term.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2term.c,v 1.4 2000/12/05 21:23:46 cph Exp $ +$Id: os2term.c,v 1.5 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2thrd.c b/v7/src/microcode/os2thrd.c index bafbc67e5..f4965599b 100644 --- a/v7/src/microcode/os2thrd.c +++ b/v7/src/microcode/os2thrd.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2thrd.c,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: os2thrd.c,v 1.7 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2thrd.h b/v7/src/microcode/os2thrd.h index cd7754644..978308a22 100644 --- a/v7/src/microcode/os2thrd.h +++ b/v7/src/microcode/os2thrd.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2thrd.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: os2thrd.h,v 1.5 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OS2THRD_H diff --git a/v7/src/microcode/os2top.c b/v7/src/microcode/os2top.c index 4c4067b50..e98f1c668 100644 --- a/v7/src/microcode/os2top.c +++ b/v7/src/microcode/os2top.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2top.c,v 1.21 2000/12/05 21:23:46 cph Exp $ +$Id: os2top.c,v 1.22 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #define SCM_OS2TOP_C diff --git a/v7/src/microcode/os2tty.c b/v7/src/microcode/os2tty.c index 20c83a2f5..91c292a60 100644 --- a/v7/src/microcode/os2tty.c +++ b/v7/src/microcode/os2tty.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: os2tty.c,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: os2tty.c,v 1.3 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "os2.h" diff --git a/v7/src/microcode/os2utl/config.h b/v7/src/microcode/os2utl/config.h index ce503e0a2..0fd9b159d 100644 --- a/v7/src/microcode/os2utl/config.h +++ b/v7/src/microcode/os2utl/config.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: config.h,v 1.4 2002/10/22 02:39:37 cph Exp $ +$Id: config.h,v 1.5 2002/11/20 19:46:17 cph Exp $ Copyright (c) 2000-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_CONFIG_H diff --git a/v7/src/microcode/os2utl/makefile b/v7/src/microcode/os2utl/makefile index 8b1b3bc2d..986260c83 100644 --- a/v7/src/microcode/os2utl/makefile +++ b/v7/src/microcode/os2utl/makefile @@ -1,22 +1,25 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.15 2000/12/05 21:23:51 cph Exp $ +### $Id: makefile,v 1.16 2002/11/20 19:46:17 cph Exp $ ### ### Copyright (c) 1994-2000 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software -### Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +### along with MIT Scheme; if not, write to the Free Software +### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +### 02111-1307, USA. ### #### Makefile for Scheme under OS/2 diff --git a/v7/src/microcode/os2utl/makefile.cmn b/v7/src/microcode/os2utl/makefile.cmn index f283b2b04..758fc2d9c 100644 --- a/v7/src/microcode/os2utl/makefile.cmn +++ b/v7/src/microcode/os2utl/makefile.cmn @@ -1,22 +1,25 @@ ### -*- Fundamental -*- ### -### $Id: makefile.cmn,v 1.13 2000/12/05 21:23:51 cph Exp $ +### $Id: makefile.cmn,v 1.14 2002/11/20 19:46:17 cph Exp $ ### ### Copyright (c) 1994-2000 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software -### Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +### along with MIT Scheme; if not, write to the Free Software +### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +### 02111-1307, USA. ### #### Makefile for Scheme under OS/2 -- Common Part diff --git a/v7/src/microcode/os2utl/makefile.emx b/v7/src/microcode/os2utl/makefile.emx index d776aa8e3..3276b0d7b 100644 --- a/v7/src/microcode/os2utl/makefile.emx +++ b/v7/src/microcode/os2utl/makefile.emx @@ -1,22 +1,25 @@ ### -*- Fundamental -*- ### -### $Id: makefile.emx,v 1.9 2000/12/05 21:23:51 cph Exp $ +### $Id: makefile.emx,v 1.10 2002/11/20 19:46:17 cph Exp $ ### ### Copyright (c) 1994-2000 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software -### Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +### along with MIT Scheme; if not, write to the Free Software +### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +### 02111-1307, USA. ### #### Makefile for Scheme under OS/2 using EMX/GCC diff --git a/v7/src/microcode/os2utl/makefile.gcc b/v7/src/microcode/os2utl/makefile.gcc index 154cbafc7..fce11adf8 100644 --- a/v7/src/microcode/os2utl/makefile.gcc +++ b/v7/src/microcode/os2utl/makefile.gcc @@ -1,22 +1,25 @@ ### -*- Fundamental -*- ### -### $Id: makefile.gcc,v 1.7 2000/12/05 21:23:51 cph Exp $ +### $Id: makefile.gcc,v 1.8 2002/11/20 19:46:17 cph Exp $ ### ### Copyright (c) 1995, 1999, 2000 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software -### Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +### along with MIT Scheme; if not, write to the Free Software +### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +### 02111-1307, USA. ### #### Makefile for Scheme under OS/2 using GCC/2 diff --git a/v7/src/microcode/os2utl/makefile.vac b/v7/src/microcode/os2utl/makefile.vac index 3fca20dce..14758ea2c 100644 --- a/v7/src/microcode/os2utl/makefile.vac +++ b/v7/src/microcode/os2utl/makefile.vac @@ -1,22 +1,25 @@ ### -*- Fundamental -*- ### -### $Id: makefile.vac,v 1.7 2000/12/05 21:23:51 cph Exp $ +### $Id: makefile.vac,v 1.8 2002/11/20 19:46:17 cph Exp $ ### ### Copyright (c) 1994-2000 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software -### Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +### along with MIT Scheme; if not, write to the Free Software +### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +### 02111-1307, USA. ### #### Makefile for Scheme under OS/2 using IBM Visual Age C++ diff --git a/v7/src/microcode/os2utl/makefile.wcc b/v7/src/microcode/os2utl/makefile.wcc index 30a85db93..40951db3c 100644 --- a/v7/src/microcode/os2utl/makefile.wcc +++ b/v7/src/microcode/os2utl/makefile.wcc @@ -1,22 +1,25 @@ ### -*- Fundamental -*- ### -### $Id: makefile.wcc,v 1.8 2000/12/05 21:23:51 cph Exp $ +### $Id: makefile.wcc,v 1.9 2002/11/20 19:46:18 cph Exp $ ### ### Copyright (c) 1994-2000 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software -### Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +### along with MIT Scheme; if not, write to the Free Software +### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +### 02111-1307, USA. ### #### Makefile for Scheme under OS/2 using Watcom C/C++ diff --git a/v7/src/microcode/os2utl/mkos2pm.scm b/v7/src/microcode/os2utl/mkos2pm.scm index fca43760c..39c4ec5c0 100644 --- a/v7/src/microcode/os2utl/mkos2pm.scm +++ b/v7/src/microcode/os2utl/mkos2pm.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: mkos2pm.scm,v 1.2 2000/12/05 21:23:51 cph Exp $ +$Id: mkos2pm.scm,v 1.3 2002/11/20 19:46:18 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (load "os2pm.scm") \ No newline at end of file diff --git a/v7/src/microcode/os2xcpt.c b/v7/src/microcode/os2xcpt.c index 382d9d064..fb160961f 100644 --- a/v7/src/microcode/os2xcpt.c +++ b/v7/src/microcode/os2xcpt.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: os2xcpt.c,v 1.13 2002/07/03 02:33:14 cph Exp $ +$Id: os2xcpt.c,v 1.14 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1994-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/osctty.h b/v7/src/microcode/osctty.h index 092816b52..772ebad7a 100644 --- a/v7/src/microcode/osctty.h +++ b/v7/src/microcode/osctty.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: osctty.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: osctty.h,v 1.5 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSCTTY_H diff --git a/v7/src/microcode/osenv.h b/v7/src/microcode/osenv.h index 7671dcb24..58c7e7c6c 100644 --- a/v7/src/microcode/osenv.h +++ b/v7/src/microcode/osenv.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: osenv.h,v 1.10 2000/12/05 21:23:47 cph Exp $ +$Id: osenv.h,v 1.11 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSENV_H diff --git a/v7/src/microcode/osfile.h b/v7/src/microcode/osfile.h index 73cc602e1..2e00e14dc 100644 --- a/v7/src/microcode/osfile.h +++ b/v7/src/microcode/osfile.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: osfile.h,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: osfile.h,v 1.4 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSFILE_H diff --git a/v7/src/microcode/osfs.h b/v7/src/microcode/osfs.h index 864fbbbfa..0b1905392 100644 --- a/v7/src/microcode/osfs.h +++ b/v7/src/microcode/osfs.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: osfs.h,v 1.10 2001/05/09 03:15:05 cph Exp $ +$Id: osfs.h,v 1.11 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSFS_H diff --git a/v7/src/microcode/osio.h b/v7/src/microcode/osio.h index 3af48bfbd..fa268c5a1 100644 --- a/v7/src/microcode/osio.h +++ b/v7/src/microcode/osio.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: osio.h,v 1.15 2000/12/05 21:23:47 cph Exp $ +$Id: osio.h,v 1.16 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSIO_H diff --git a/v7/src/microcode/osproc.h b/v7/src/microcode/osproc.h index 4f71a83df..bb663a68c 100644 --- a/v7/src/microcode/osproc.h +++ b/v7/src/microcode/osproc.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: osproc.h,v 1.10 1999/01/02 06:11:34 cph Exp $ +$Id: osproc.h,v 1.11 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSPROC_H diff --git a/v7/src/microcode/ospty.h b/v7/src/microcode/ospty.h index 7c583e912..1d2618884 100644 --- a/v7/src/microcode/ospty.h +++ b/v7/src/microcode/ospty.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ospty.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: ospty.h,v 1.5 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1992, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSPTY_H diff --git a/v7/src/microcode/osscheme.c b/v7/src/microcode/osscheme.c index 423b0b706..651f78df7 100644 --- a/v7/src/microcode/osscheme.c +++ b/v7/src/microcode/osscheme.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: osscheme.c,v 1.12 2002/07/03 02:33:21 cph Exp $ +$Id: osscheme.c,v 1.13 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/osscheme.h b/v7/src/microcode/osscheme.h index fb6213d17..de2c97f53 100644 --- a/v7/src/microcode/osscheme.h +++ b/v7/src/microcode/osscheme.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: osscheme.h,v 1.11 2000/12/05 21:23:47 cph Exp $ +$Id: osscheme.h,v 1.12 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSSCHEME_H diff --git a/v7/src/microcode/ossig.h b/v7/src/microcode/ossig.h index b6da9525e..19c8ff7cb 100644 --- a/v7/src/microcode/ossig.h +++ b/v7/src/microcode/ossig.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ossig.h,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: ossig.h,v 1.5 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSSIG_H diff --git a/v7/src/microcode/osterm.h b/v7/src/microcode/osterm.h index e8cf0ad59..29d04564a 100644 --- a/v7/src/microcode/osterm.h +++ b/v7/src/microcode/osterm.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: osterm.h,v 1.11 1999/01/02 06:11:34 cph Exp $ +$Id: osterm.h,v 1.12 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSTERM_H diff --git a/v7/src/microcode/ostop.h b/v7/src/microcode/ostop.h index 6728a5518..456ef8506 100644 --- a/v7/src/microcode/ostop.h +++ b/v7/src/microcode/ostop.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ostop.h,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: ostop.h,v 1.6 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSTOP_H diff --git a/v7/src/microcode/ostty.c b/v7/src/microcode/ostty.c index 63e640897..a9ed35995 100644 --- a/v7/src/microcode/ostty.c +++ b/v7/src/microcode/ostty.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ostty.c,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: ostty.c,v 1.5 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ostty.h" diff --git a/v7/src/microcode/ostty.h b/v7/src/microcode/ostty.h index 3eab91097..7ebdb7e70 100644 --- a/v7/src/microcode/ostty.h +++ b/v7/src/microcode/ostty.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ostty.h,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: ostty.h,v 1.6 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OSTTY_H diff --git a/v7/src/microcode/outf.c b/v7/src/microcode/outf.c index efa2b413a..18e4037e6 100644 --- a/v7/src/microcode/outf.c +++ b/v7/src/microcode/outf.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: outf.c,v 1.12 2000/12/05 21:23:47 cph Exp $ +$Id: outf.c,v 1.13 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/outf.h b/v7/src/microcode/outf.h index 5f87d14b0..6b6e584e0 100644 --- a/v7/src/microcode/outf.h +++ b/v7/src/microcode/outf.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: outf.h,v 1.5 2000/12/05 21:23:47 cph Exp $ +$Id: outf.h,v 1.6 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1993, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_OUTF_H diff --git a/v7/src/microcode/ppband.c b/v7/src/microcode/ppband.c index 8cc09777c..02a99e928 100644 --- a/v7/src/microcode/ppband.c +++ b/v7/src/microcode/ppband.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ppband.c,v 9.50 2000/12/05 21:23:47 cph Exp $ +$Id: ppband.c,v 9.51 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Dumps Scheme FASL in user-readable form. */ diff --git a/v7/src/microcode/prbfish.c b/v7/src/microcode/prbfish.c index 0bd429764..30795b7fd 100644 --- a/v7/src/microcode/prbfish.c +++ b/v7/src/microcode/prbfish.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prbfish.c,v 1.12 2001/03/09 16:12:53 cph Exp $ +$Id: prbfish.c,v 1.13 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1997-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Interface to Blowfish library */ diff --git a/v7/src/microcode/prename.h b/v7/src/microcode/prename.h index 9df0c2e68..79047e1f6 100644 --- a/v7/src/microcode/prename.h +++ b/v7/src/microcode/prename.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prename.h,v 1.9 1999/01/02 06:11:34 cph Exp $ +$Id: prename.h,v 1.10 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Definitions of aliases for primitives. */ diff --git a/v7/src/microcode/prgdbm.c b/v7/src/microcode/prgdbm.c index b2c9e8b42..32cf634b4 100644 --- a/v7/src/microcode/prgdbm.c +++ b/v7/src/microcode/prgdbm.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prgdbm.c,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: prgdbm.c,v 1.4 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1996-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Interface to the gdbm database library */ diff --git a/v7/src/microcode/prim.c b/v7/src/microcode/prim.c index 8e75078d3..e9f1173e1 100644 --- a/v7/src/microcode/prim.c +++ b/v7/src/microcode/prim.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prim.c,v 9.39 1999/01/02 06:11:34 cph Exp $ +$Id: prim.c,v 9.40 2002/11/20 19:46:12 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* The leftovers ... primitives that don't seem to belong elsewhere. */ diff --git a/v7/src/microcode/prim.h b/v7/src/microcode/prim.h index 04beca0e3..167398fdc 100644 --- a/v7/src/microcode/prim.h +++ b/v7/src/microcode/prim.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: prim.h,v 9.47 2002/07/03 02:33:27 cph Exp $ +$Id: prim.h,v 9.48 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1987-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitive declarations. diff --git a/v7/src/microcode/prims.h b/v7/src/microcode/prims.h index 61426980b..4b58d250b 100644 --- a/v7/src/microcode/prims.h +++ b/v7/src/microcode/prims.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: prims.h,v 9.50 2002/07/03 02:33:35 cph Exp $ +$Id: prims.h,v 9.51 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1987-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains some macros for defining primitives, diff --git a/v7/src/microcode/primutl.c b/v7/src/microcode/primutl.c index 79d87b8be..3f3ae581d 100644 --- a/v7/src/microcode/primutl.c +++ b/v7/src/microcode/primutl.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: primutl.c,v 9.74 2001/03/08 18:00:28 cph Exp $ +$Id: primutl.c,v 9.75 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/prmcon.c b/v7/src/microcode/prmcon.c index a32891abc..afe237e68 100644 --- a/v7/src/microcode/prmcon.c +++ b/v7/src/microcode/prmcon.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: prmcon.c,v 1.5 2002/07/03 02:33:41 cph Exp $ +$Id: prmcon.c,v 1.6 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1990-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #define SCM_PRMCON_C diff --git a/v7/src/microcode/prmcon.h b/v7/src/microcode/prmcon.h index 925b6c4fd..4e353a4a7 100644 --- a/v7/src/microcode/prmcon.h +++ b/v7/src/microcode/prmcon.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prmcon.h,v 1.4 2000/12/05 21:23:47 cph Exp $ +$Id: prmcon.h,v 1.5 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1990, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_PRMCON_H diff --git a/v7/src/microcode/prmcrypt.c b/v7/src/microcode/prmcrypt.c index d46b71fbb..c0098f989 100644 --- a/v7/src/microcode/prmcrypt.c +++ b/v7/src/microcode/prmcrypt.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: prmcrypt.c,v 1.3 2001/03/09 16:12:56 cph Exp $ +$Id: prmcrypt.c,v 1.4 2002/11/20 19:46:13 cph Exp $ Copyright (c) 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Interface to mcrypt library */ diff --git a/v7/src/microcode/prmd5.c b/v7/src/microcode/prmd5.c index 7c5004000..f398ebb1d 100644 --- a/v7/src/microcode/prmd5.c +++ b/v7/src/microcode/prmd5.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prmd5.c,v 1.7 2001/03/09 16:12:58 cph Exp $ +$Id: prmd5.c,v 1.8 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1997-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Interface to MD5 library */ diff --git a/v7/src/microcode/prmhash.c b/v7/src/microcode/prmhash.c index 71098b2f7..2747b58f8 100644 --- a/v7/src/microcode/prmhash.c +++ b/v7/src/microcode/prmhash.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: prmhash.c,v 11.4 2001/10/23 20:31:48 cph Exp $ +$Id: prmhash.c,v 11.5 2002/11/20 19:46:13 cph Exp $ Copyright (c) 2000-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Interface to mhash library */ diff --git a/v7/src/microcode/prntenv.c b/v7/src/microcode/prntenv.c index c786eb7bf..25550df1b 100644 --- a/v7/src/microcode/prntenv.c +++ b/v7/src/microcode/prntenv.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prntenv.c,v 1.10 2000/12/05 21:23:47 cph Exp $ +$Id: prntenv.c,v 1.11 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Unix-specific process-environment primitives. */ diff --git a/v7/src/microcode/prntfs.c b/v7/src/microcode/prntfs.c index f5aa5893a..7e840b3b2 100644 --- a/v7/src/microcode/prntfs.c +++ b/v7/src/microcode/prntfs.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: prntfs.c,v 1.17 2001/05/09 03:15:08 cph Exp $ +$Id: prntfs.c,v 1.18 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1993-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* NT-specific file-system primitives. */ diff --git a/v7/src/microcode/prntio.c b/v7/src/microcode/prntio.c index de4529881..a77519e5a 100644 --- a/v7/src/microcode/prntio.c +++ b/v7/src/microcode/prntio.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prntio.c,v 1.13 2000/12/05 21:23:47 cph Exp $ +$Id: prntio.c,v 1.14 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to do the NT equivalent of Unix select. */ diff --git a/v7/src/microcode/pros2fs.c b/v7/src/microcode/pros2fs.c index a04cbdcd2..4d0c9eddb 100644 --- a/v7/src/microcode/pros2fs.c +++ b/v7/src/microcode/pros2fs.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pros2fs.c,v 1.18 2000/12/05 21:23:47 cph Exp $ +$Id: pros2fs.c,v 1.19 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1994-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/pros2io.c b/v7/src/microcode/pros2io.c index 8052afc63..2fcb0667c 100644 --- a/v7/src/microcode/pros2io.c +++ b/v7/src/microcode/pros2io.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pros2io.c,v 1.9 2000/12/05 21:23:47 cph Exp $ +$Id: pros2io.c,v 1.10 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1994-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/pros2pm.c b/v7/src/microcode/pros2pm.c index 9a2e6413e..a09fcf992 100644 --- a/v7/src/microcode/pros2pm.c +++ b/v7/src/microcode/pros2pm.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pros2pm.c,v 1.21 1999/01/02 06:11:34 cph Exp $ +$Id: pros2pm.c,v 1.22 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/prosenv.c b/v7/src/microcode/prosenv.c index a658eca0b..6564b7db3 100644 --- a/v7/src/microcode/prosenv.c +++ b/v7/src/microcode/prosenv.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prosenv.c,v 1.17 2000/12/05 21:23:47 cph Exp $ +$Id: prosenv.c,v 1.18 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Process-environment primitives. */ diff --git a/v7/src/microcode/prosfile.c b/v7/src/microcode/prosfile.c index 2c4051e5f..28cdfb444 100644 --- a/v7/src/microcode/prosfile.c +++ b/v7/src/microcode/prosfile.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prosfile.c,v 1.9 1999/01/02 06:11:34 cph Exp $ +$Id: prosfile.c,v 1.10 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to perform I/O to and from files. */ diff --git a/v7/src/microcode/prosfs.c b/v7/src/microcode/prosfs.c index 3b6cb0889..6e05565d0 100644 --- a/v7/src/microcode/prosfs.c +++ b/v7/src/microcode/prosfs.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: prosfs.c,v 1.16 2001/05/09 03:15:11 cph Exp $ +$Id: prosfs.c,v 1.17 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to perform file-system operations. */ diff --git a/v7/src/microcode/prosio.c b/v7/src/microcode/prosio.c index e35d199f9..54560df0b 100644 --- a/v7/src/microcode/prosio.c +++ b/v7/src/microcode/prosio.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prosio.c,v 1.18 2001/01/04 22:07:42 cph Exp $ +$Id: prosio.c,v 1.19 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to perform I/O to and from files. */ diff --git a/v7/src/microcode/prosproc.c b/v7/src/microcode/prosproc.c index 93bf64f78..0e83e29da 100644 --- a/v7/src/microcode/prosproc.c +++ b/v7/src/microcode/prosproc.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prosproc.c,v 1.19 2000/12/05 21:23:47 cph Exp $ +$Id: prosproc.c,v 1.20 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives for subprocess control. */ diff --git a/v7/src/microcode/prospty.c b/v7/src/microcode/prospty.c index 56af6931f..027134c26 100644 --- a/v7/src/microcode/prospty.c +++ b/v7/src/microcode/prospty.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prospty.c,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: prospty.c,v 1.5 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to control terminal devices. */ diff --git a/v7/src/microcode/prosterm.c b/v7/src/microcode/prosterm.c index 0fafee140..bcaf86463 100644 --- a/v7/src/microcode/prosterm.c +++ b/v7/src/microcode/prosterm.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prosterm.c,v 1.16 1999/01/02 06:11:34 cph Exp $ +$Id: prosterm.c,v 1.17 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to control terminal devices. */ diff --git a/v7/src/microcode/prostty.c b/v7/src/microcode/prostty.c index 433d1b3ef..caf55d5d9 100644 --- a/v7/src/microcode/prostty.c +++ b/v7/src/microcode/prostty.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: prostty.c,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: prostty.c,v 1.8 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to perform I/O to and from the console. */ diff --git a/v7/src/microcode/pruxdld.c b/v7/src/microcode/pruxdld.c index 9d41d13ba..878e90bc0 100644 --- a/v7/src/microcode/pruxdld.c +++ b/v7/src/microcode/pruxdld.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pruxdld.c,v 1.14 2001/03/08 18:01:45 cph Exp $ +$Id: pruxdld.c,v 1.15 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1993-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains the interface to the unix dynamic loader. */ diff --git a/v7/src/microcode/pruxenv.c b/v7/src/microcode/pruxenv.c index 7d699ad44..1b70f8de3 100644 --- a/v7/src/microcode/pruxenv.c +++ b/v7/src/microcode/pruxenv.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pruxenv.c,v 1.19 2000/12/05 21:23:47 cph Exp $ +$Id: pruxenv.c,v 1.20 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Unix-specific process-environment primitives. */ diff --git a/v7/src/microcode/pruxfs.c b/v7/src/microcode/pruxfs.c index c0903db1c..2dbebf270 100644 --- a/v7/src/microcode/pruxfs.c +++ b/v7/src/microcode/pruxfs.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pruxfs.c,v 9.56 2000/12/05 21:23:47 cph Exp $ +$Id: pruxfs.c,v 9.57 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Unix-specific file-system primitives. */ diff --git a/v7/src/microcode/pruxio.c b/v7/src/microcode/pruxio.c index 9884a46d8..c67d3e765 100644 --- a/v7/src/microcode/pruxio.c +++ b/v7/src/microcode/pruxio.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pruxio.c,v 1.8 2000/12/05 21:23:48 cph Exp $ +$Id: pruxio.c,v 1.9 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to perform I/O to and from files. */ diff --git a/v7/src/microcode/pruxsock.c b/v7/src/microcode/pruxsock.c index 428de1b52..e2b958751 100644 --- a/v7/src/microcode/pruxsock.c +++ b/v7/src/microcode/pruxsock.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: pruxsock.c,v 1.20 2001/06/02 01:06:01 cph Exp $ +$Id: pruxsock.c,v 1.21 2002/11/20 19:46:13 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives for socket control. */ diff --git a/v7/src/microcode/psbmap.h b/v7/src/microcode/psbmap.h index 7694a1534..f219c9f1d 100644 --- a/v7/src/microcode/psbmap.h +++ b/v7/src/microcode/psbmap.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: psbmap.h,v 9.45 2001/08/07 01:26:41 cph Exp $ +$Id: psbmap.h,v 9.46 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains macros and declarations for "bintopsb.c" diff --git a/v7/src/microcode/psbtobin.c b/v7/src/microcode/psbtobin.c index 3315c1652..12cd7d970 100644 --- a/v7/src/microcode/psbtobin.c +++ b/v7/src/microcode/psbtobin.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: psbtobin.c,v 9.59 2001/08/07 01:26:49 cph Exp $ +$Id: psbtobin.c,v 9.60 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains the code to translate portable format binary diff --git a/v7/src/microcode/ptrvec.c b/v7/src/microcode/ptrvec.c index 9922a9121..bdbc61642 100644 --- a/v7/src/microcode/ptrvec.c +++ b/v7/src/microcode/ptrvec.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ptrvec.c,v 1.3 1999/01/03 05:33:56 cph Exp $ +$Id: ptrvec.c,v 1.4 2002/11/20 19:46:14 cph Exp $ Copyright (C) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "outf.h" diff --git a/v7/src/microcode/purify.c b/v7/src/microcode/purify.c index 8875c52ef..a5290b73a 100644 --- a/v7/src/microcode/purify.c +++ b/v7/src/microcode/purify.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: purify.c,v 9.63 2002/07/02 20:50:43 cph Exp $ +$Id: purify.c,v 9.64 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains the code that copies objects into pure diff --git a/v7/src/microcode/purutl.c b/v7/src/microcode/purutl.c index e954a3d6f..864d3967b 100644 --- a/v7/src/microcode/purutl.c +++ b/v7/src/microcode/purutl.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: purutl.c,v 9.52 2001/12/16 06:01:33 cph Exp $ +$Id: purutl.c,v 9.53 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Pure/Constant space utilities. */ diff --git a/v7/src/microcode/regex.c b/v7/src/microcode/regex.c index fd8231e44..118957307 100644 --- a/v7/src/microcode/regex.c +++ b/v7/src/microcode/regex.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: regex.c,v 1.20 2000/12/05 21:23:48 cph Exp $ +$Id: regex.c,v 1.21 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Regular expression matching and search. */ diff --git a/v7/src/microcode/regex.h b/v7/src/microcode/regex.h index cbeb6c534..deb69dc64 100644 --- a/v7/src/microcode/regex.h +++ b/v7/src/microcode/regex.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: regex.h,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: regex.h,v 1.8 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* NOTE: This program was created by translation from the regular diff --git a/v7/src/microcode/returns.h b/v7/src/microcode/returns.h index b7497fa07..fe461c214 100644 --- a/v7/src/microcode/returns.h +++ b/v7/src/microcode/returns.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: returns.h,v 9.43 2002/07/02 20:50:48 cph Exp $ +$Id: returns.h,v 9.44 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Return codes. These are placed in ret_register when an diff --git a/v7/src/microcode/rgxprim.c b/v7/src/microcode/rgxprim.c index 77d7a91b6..fd32bce8d 100644 --- a/v7/src/microcode/rgxprim.c +++ b/v7/src/microcode/rgxprim.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: rgxprim.c,v 1.13 1999/01/02 06:11:34 cph Exp $ +$Id: rgxprim.c,v 1.14 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives for regular expression matching and search. */ diff --git a/v7/src/microcode/sample.c b/v7/src/microcode/sample.c index 315ae2916..41f570a8d 100644 --- a/v7/src/microcode/sample.c +++ b/v7/src/microcode/sample.c @@ -2,22 +2,25 @@ Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT 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.26 1999/01/02 06:11:34 cph Exp $ */ +/* $Id: sample.c,v 9.27 2002/11/20 19:46:14 cph Exp $ */ /* This file is intended to help you find out how to write primitives. Many concepts needed to write primitives can be found by looking diff --git a/v7/src/microcode/scheme.h b/v7/src/microcode/scheme.h index 0b35f233b..dc3f225c7 100644 --- a/v7/src/microcode/scheme.h +++ b/v7/src/microcode/scheme.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: scheme.h,v 9.39 2000/12/05 21:23:48 cph Exp $ +$Id: scheme.h,v 9.40 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* General declarations for the SCode interpreter. This diff --git a/v7/src/microcode/scode.h b/v7/src/microcode/scode.h index 56db6efb5..16620100d 100644 --- a/v7/src/microcode/scode.h +++ b/v7/src/microcode/scode.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: scode.h,v 9.27 2001/07/31 03:12:03 cph Exp $ +$Id: scode.h,v 9.28 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1989, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Format of the SCode representation of programs. Each of these is diff --git a/v7/src/microcode/sdata.h b/v7/src/microcode/sdata.h index 50b121415..1ccee9d04 100644 --- a/v7/src/microcode/sdata.h +++ b/v7/src/microcode/sdata.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: sdata.h,v 9.40 2002/07/02 18:38:57 cph Exp $ +$Id: sdata.h,v 9.41 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1989, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Description of the user data objects. This should parallel the diff --git a/v7/src/microcode/sgraph.h b/v7/src/microcode/sgraph.h index 41b9cfde5..711a7a65a 100644 --- a/v7/src/microcode/sgraph.h +++ b/v7/src/microcode/sgraph.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: sgraph.h,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: sgraph.h,v 1.8 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/sgraph_a.c b/v7/src/microcode/sgraph_a.c index 5bb4bc7e2..6b3ee4130 100644 --- a/v7/src/microcode/sgraph_a.c +++ b/v7/src/microcode/sgraph_a.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: sgraph_a.c,v 1.16 1999/01/02 06:11:34 cph Exp $ +$Id: sgraph_a.c,v 1.17 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/sgx.c b/v7/src/microcode/sgx.c index 0304f3df1..83b04b39b 100644 --- a/v7/src/microcode/sgx.c +++ b/v7/src/microcode/sgx.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: sgx.c,v 1.9 1999/01/02 06:11:34 cph Exp $ +$Id: sgx.c,v 1.10 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Simple X graphics for HP 9000 series 300 machines. */ diff --git a/v7/src/microcode/sgx11.c b/v7/src/microcode/sgx11.c index 3f0ae6b19..5ede4d26e 100644 --- a/v7/src/microcode/sgx11.c +++ b/v7/src/microcode/sgx11.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: sgx11.c,v 1.4 1999/01/02 06:11:34 cph Exp $ +$Id: sgx11.c,v 1.5 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Simple X11 graphics for HP 9000 series 300 machines. */ diff --git a/v7/src/microcode/stack.h b/v7/src/microcode/stack.h index 6a1183fea..cb2c844e7 100644 --- a/v7/src/microcode/stack.h +++ b/v7/src/microcode/stack.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: stack.h,v 9.42 2002/07/02 20:50:53 cph Exp $ +$Id: stack.h,v 9.43 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains macros for manipulating stacks and stacklets. */ diff --git a/v7/src/microcode/starbase.c b/v7/src/microcode/starbase.c index d7d1e1d7b..faefbf578 100644 --- a/v7/src/microcode/starbase.c +++ b/v7/src/microcode/starbase.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: starbase.c,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: starbase.c,v 1.8 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Starbase graphics for HP 9000 machines. */ diff --git a/v7/src/microcode/starbasx.c b/v7/src/microcode/starbasx.c index 9ef012988..1b9aee5d1 100644 --- a/v7/src/microcode/starbasx.c +++ b/v7/src/microcode/starbasx.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: starbasx.c,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: starbasx.c,v 1.7 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Starbase/X11 interface */ diff --git a/v7/src/microcode/step.c b/v7/src/microcode/step.c index 80e16fdb4..fe4537d61 100644 --- a/v7/src/microcode/step.c +++ b/v7/src/microcode/step.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: step.c,v 9.36 2002/07/02 20:50:58 cph Exp $ +$Id: step.c,v 9.37 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Support for the stepper */ diff --git a/v7/src/microcode/storage.c b/v7/src/microcode/storage.c index 0d277dcf4..ee142089c 100644 --- a/v7/src/microcode/storage.c +++ b/v7/src/microcode/storage.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: storage.c,v 9.58 2002/07/02 18:15:33 cph Exp $ +$Id: storage.c,v 9.59 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file defines the storage for the interpreter's global variables. */ diff --git a/v7/src/microcode/string.c b/v7/src/microcode/string.c index 36dadc5f9..51ca8a820 100644 --- a/v7/src/microcode/string.c +++ b/v7/src/microcode/string.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: string.c,v 9.47 2001/10/04 16:14:19 cph Exp $ +$Id: string.c,v 9.48 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* String primitives. */ diff --git a/v7/src/microcode/syntax.c b/v7/src/microcode/syntax.c index b0294688b..9a1ec1ca0 100644 --- a/v7/src/microcode/syntax.c +++ b/v7/src/microcode/syntax.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: syntax.c,v 1.25 2000/12/05 21:23:48 cph Exp $ +$Id: syntax.c,v 1.26 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives to support Edwin syntax tables, word and list parsing. */ diff --git a/v7/src/microcode/syntax.h b/v7/src/microcode/syntax.h index bf6907f0e..2b4d2f5d2 100644 --- a/v7/src/microcode/syntax.h +++ b/v7/src/microcode/syntax.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: syntax.h,v 1.10 1999/01/02 06:11:34 cph Exp $ +$Id: syntax.h,v 1.11 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Definitions for Edwin syntax tables. */ diff --git a/v7/src/microcode/syscall.h b/v7/src/microcode/syscall.h index 497dc09eb..027e7ac28 100644 --- a/v7/src/microcode/syscall.h +++ b/v7/src/microcode/syscall.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: syscall.h,v 1.13 2000/12/05 21:23:48 cph Exp $ +$Id: syscall.h,v 1.14 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* OS system calls and errors. diff --git a/v7/src/microcode/sysprim.c b/v7/src/microcode/sysprim.c index 32942dcb7..6c496e4c1 100644 --- a/v7/src/microcode/sysprim.c +++ b/v7/src/microcode/sysprim.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: sysprim.c,v 9.48 2002/07/02 18:39:15 cph Exp $ +$Id: sysprim.c,v 9.49 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Random system primitives. Most are implemented in terms of diff --git a/v7/src/microcode/term.c b/v7/src/microcode/term.c index 1ea9574f4..749f1ffa7 100644 --- a/v7/src/microcode/term.c +++ b/v7/src/microcode/term.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: term.c,v 1.16 2002/07/02 20:51:04 cph Exp $ +$Id: term.c,v 1.17 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1990-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/transact.c b/v7/src/microcode/transact.c index eeffb562c..672b5b9a2 100644 --- a/v7/src/microcode/transact.c +++ b/v7/src/microcode/transact.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: transact.c,v 1.5 2000/12/05 21:23:48 cph Exp $ +$Id: transact.c,v 1.6 2002/11/20 19:46:14 cph Exp $ Copyright (C) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/trap.h b/v7/src/microcode/trap.h index c1342804c..bd2750534 100644 --- a/v7/src/microcode/trap.h +++ b/v7/src/microcode/trap.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: trap.h,v 9.49 2001/12/21 04:36:15 cph Exp $ +$Id: trap.h,v 9.50 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1989, 1999-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_TRAP_H diff --git a/v7/src/microcode/tterm.c b/v7/src/microcode/tterm.c index 2d19257e5..d77f710b2 100644 --- a/v7/src/microcode/tterm.c +++ b/v7/src/microcode/tterm.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: tterm.c,v 1.14 2002/11/20 15:39:40 cph Exp $ +$Id: tterm.c,v 1.15 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1990-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* termcap(3) interface for Scheme. */ diff --git a/v7/src/microcode/types.h b/v7/src/microcode/types.h index 828a14f59..840da4a2e 100644 --- a/v7/src/microcode/types.h +++ b/v7/src/microcode/types.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: types.h,v 9.38 2001/08/07 01:27:17 cph Exp $ +$Id: types.h,v 9.39 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Type code definitions, numerical order */ diff --git a/v7/src/microcode/usrdef.h b/v7/src/microcode/usrdef.h index 4e9d60965..c540b9f6f 100644 --- a/v7/src/microcode/usrdef.h +++ b/v7/src/microcode/usrdef.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: usrdef.h,v 9.44 2001/03/08 18:00:31 cph Exp $ +$Id: usrdef.h,v 9.45 2002/11/20 19:46:14 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Macros and header for usrdef.c and variants. */ diff --git a/v7/src/microcode/utabmd.scm b/v7/src/microcode/utabmd.scm index c8df98849..1041b3aae 100644 --- a/v7/src/microcode/utabmd.scm +++ b/v7/src/microcode/utabmd.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: utabmd.scm,v 9.84 2002/02/05 17:34:04 cph Exp $ +;;; $Id: utabmd.scm,v 9.85 2002/11/20 19:46:15 cph Exp $ ;;; ;;; Copyright (c) 1987-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. @@ -606,4 +608,4 @@ ;;; This identification string is saved by the system. -"$Id: utabmd.scm,v 9.84 2002/02/05 17:34:04 cph Exp $" +"$Id: utabmd.scm,v 9.85 2002/11/20 19:46:15 cph Exp $" diff --git a/v7/src/microcode/utabmd.sh b/v7/src/microcode/utabmd.sh index 6ebe8be7f..1793e0153 100755 --- a/v7/src/microcode/utabmd.sh +++ b/v7/src/microcode/utabmd.sh @@ -1,23 +1,25 @@ #!/bin/sh # -# $Id: utabmd.sh,v 1.2 2002/01/29 20:49:56 cph Exp $ +# $Id: utabmd.sh,v 1.3 2002/11/20 19:46:15 cph Exp $ # # Copyright (c) 2002 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. +# along with MIT Scheme; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. if [ -z "${SCHEME_COMPILER}" ]; then SCHEME_COMPILER="scheme -compiler" diff --git a/v7/src/microcode/utils.c b/v7/src/microcode/utils.c index 1f31f8c53..2383aa14d 100644 --- a/v7/src/microcode/utils.c +++ b/v7/src/microcode/utils.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: utils.c,v 9.83 2002/07/03 02:33:49 cph Exp $ +$Id: utils.c,v 9.84 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1987-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains utilities for interrupts, errors, etc. */ diff --git a/v7/src/microcode/ux.c b/v7/src/microcode/ux.c index a59ba79b6..c465746f9 100644 --- a/v7/src/microcode/ux.c +++ b/v7/src/microcode/ux.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: ux.c,v 1.21 2002/08/21 02:21:35 cph Exp $ +$Id: ux.c,v 1.22 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 32e5c584e..68e48c7c1 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: ux.h,v 1.74 2000/12/05 21:23:48 cph Exp $ +$Id: ux.h,v 1.75 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Unix system include file */ diff --git a/v7/src/microcode/uxctty.c b/v7/src/microcode/uxctty.c index db36e0e18..28c6d5979 100644 --- a/v7/src/microcode/uxctty.c +++ b/v7/src/microcode/uxctty.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxctty.c,v 1.14 2000/12/05 21:23:48 cph Exp $ +$Id: uxctty.c,v 1.15 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxenv.c b/v7/src/microcode/uxenv.c index 1cfe5f256..08200c09e 100644 --- a/v7/src/microcode/uxenv.c +++ b/v7/src/microcode/uxenv.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxenv.c,v 1.21 2001/04/10 20:49:48 cph Exp $ +$Id: uxenv.c,v 1.22 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxfile.c b/v7/src/microcode/uxfile.c index 6ef765bc8..1d91497c5 100644 --- a/v7/src/microcode/uxfile.c +++ b/v7/src/microcode/uxfile.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxfile.c,v 1.10 2000/12/05 21:23:49 cph Exp $ +$Id: uxfile.c,v 1.11 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxfs.c b/v7/src/microcode/uxfs.c index 47769e8a3..275845746 100644 --- a/v7/src/microcode/uxfs.c +++ b/v7/src/microcode/uxfs.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxfs.c,v 1.22 2002/11/19 16:56:44 cph Exp $ +$Id: uxfs.c,v 1.23 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxio.c b/v7/src/microcode/uxio.c index 60ecb2934..4a5ec89c6 100644 --- a/v7/src/microcode/uxio.c +++ b/v7/src/microcode/uxio.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxio.c,v 1.46 2001/04/03 17:51:52 cph Exp $ +$Id: uxio.c,v 1.47 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxio.h b/v7/src/microcode/uxio.h index c4f38194c..10df2caeb 100644 --- a/v7/src/microcode/uxio.h +++ b/v7/src/microcode/uxio.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxio.h,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: uxio.h,v 1.6 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_UXIO_H diff --git a/v7/src/microcode/uxproc.c b/v7/src/microcode/uxproc.c index 1f12fb709..e2bf1135e 100644 --- a/v7/src/microcode/uxproc.c +++ b/v7/src/microcode/uxproc.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxproc.c,v 1.27 2001/05/03 20:14:51 cph Exp $ +$Id: uxproc.c,v 1.28 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxproc.h b/v7/src/microcode/uxproc.h index c9ded6ee3..fac42c21f 100644 --- a/v7/src/microcode/uxproc.h +++ b/v7/src/microcode/uxproc.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxproc.h,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: uxproc.h,v 1.7 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_UXPROC_H diff --git a/v7/src/microcode/uxselect.h b/v7/src/microcode/uxselect.h index f3ca92f30..4c1e6c6a9 100644 --- a/v7/src/microcode/uxselect.h +++ b/v7/src/microcode/uxselect.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxselect.h,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: uxselect.h,v 1.7 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_UXSELECT_H diff --git a/v7/src/microcode/uxsig.c b/v7/src/microcode/uxsig.c index 5ff3e0b9f..a533ca6fa 100644 --- a/v7/src/microcode/uxsig.c +++ b/v7/src/microcode/uxsig.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxsig.c,v 1.37 2001/10/25 17:17:19 cph Exp $ +$Id: uxsig.c,v 1.38 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "config.h" diff --git a/v7/src/microcode/uxsig.h b/v7/src/microcode/uxsig.h index d8d1afceb..600af5c72 100644 --- a/v7/src/microcode/uxsig.h +++ b/v7/src/microcode/uxsig.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxsig.h,v 1.6 2000/12/05 21:23:49 cph Exp $ +$Id: uxsig.h,v 1.7 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Signal Handlers */ diff --git a/v7/src/microcode/uxsock.c b/v7/src/microcode/uxsock.c index edcaee61e..4c5b2b044 100644 --- a/v7/src/microcode/uxsock.c +++ b/v7/src/microcode/uxsock.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxsock.c,v 1.28 2001/06/02 01:21:58 cph Exp $ +$Id: uxsock.c,v 1.29 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxsock.h b/v7/src/microcode/uxsock.h index 45696ba33..f0134624a 100644 --- a/v7/src/microcode/uxsock.h +++ b/v7/src/microcode/uxsock.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxsock.h,v 1.10 2001/06/02 01:05:22 cph Exp $ +$Id: uxsock.h,v 1.11 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_UXSOCK_H diff --git a/v7/src/microcode/uxterm.c b/v7/src/microcode/uxterm.c index 15bdde129..c1ba157f1 100644 --- a/v7/src/microcode/uxterm.c +++ b/v7/src/microcode/uxterm.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxterm.c,v 1.28 2000/12/05 21:23:49 cph Exp $ +$Id: uxterm.c,v 1.29 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxterm.h b/v7/src/microcode/uxterm.h index ad0e65824..496b76f4b 100644 --- a/v7/src/microcode/uxterm.h +++ b/v7/src/microcode/uxterm.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxterm.h,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: uxterm.h,v 1.6 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990, 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_UXTERM_H diff --git a/v7/src/microcode/uxtop.c b/v7/src/microcode/uxtop.c index 17022b285..28281ccc5 100644 --- a/v7/src/microcode/uxtop.c +++ b/v7/src/microcode/uxtop.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxtop.c,v 1.25 2000/12/05 21:23:49 cph Exp $ +$Id: uxtop.c,v 1.26 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxtop.h b/v7/src/microcode/uxtop.h index d456d8ff9..195f6530c 100644 --- a/v7/src/microcode/uxtop.h +++ b/v7/src/microcode/uxtop.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxtop.h,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: uxtop.h,v 1.4 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_UXTOP_H diff --git a/v7/src/microcode/uxtrap.c b/v7/src/microcode/uxtrap.c index f2856ee5f..effd21fda 100644 --- a/v7/src/microcode/uxtrap.c +++ b/v7/src/microcode/uxtrap.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxtrap.c,v 1.35 2002/07/03 02:33:55 cph Exp $ +$Id: uxtrap.c,v 1.36 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "scheme.h" diff --git a/v7/src/microcode/uxtrap.h b/v7/src/microcode/uxtrap.h index d243062d2..65760598d 100644 --- a/v7/src/microcode/uxtrap.h +++ b/v7/src/microcode/uxtrap.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: uxtrap.h,v 1.30 2001/10/25 17:18:24 cph Exp $ +$Id: uxtrap.h,v 1.31 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_UXTRAP_H diff --git a/v7/src/microcode/uxtty.c b/v7/src/microcode/uxtty.c index b22ebc297..8d3656fe5 100644 --- a/v7/src/microcode/uxtty.c +++ b/v7/src/microcode/uxtty.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxtty.c,v 1.10 1999/01/02 06:11:34 cph Exp $ +$Id: uxtty.c,v 1.11 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxutil.c b/v7/src/microcode/uxutil.c index 990e109b0..8c251435b 100644 --- a/v7/src/microcode/uxutil.c +++ b/v7/src/microcode/uxutil.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxutil.c,v 1.7 2000/01/18 05:11:28 cph Exp $ +$Id: uxutil.c,v 1.8 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990, 1991, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "ux.h" diff --git a/v7/src/microcode/uxutil.h b/v7/src/microcode/uxutil.h index 9d0be4c7b..918f64e88 100644 --- a/v7/src/microcode/uxutil.h +++ b/v7/src/microcode/uxutil.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxutil.h,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: uxutil.h,v 1.4 2002/11/20 19:46:15 cph Exp $ Copyright (c) 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef SCM_UXUTIL_H diff --git a/v7/src/microcode/uxyp.c b/v7/src/microcode/uxyp.c index 1f3a41dfc..a68a68531 100644 --- a/v7/src/microcode/uxyp.c +++ b/v7/src/microcode/uxyp.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: uxyp.c,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: uxyp.c,v 1.4 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Interfacte to the Yellow Pages server */ diff --git a/v7/src/microcode/vector.c b/v7/src/microcode/vector.c index aed847eda..ed2ab0bc2 100644 --- a/v7/src/microcode/vector.c +++ b/v7/src/microcode/vector.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: vector.c,v 9.39 1999/01/02 06:11:34 cph Exp $ +$Id: vector.c,v 9.40 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains procedures for handling vectors. */ diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 5eefcf5c0..bf9fc7d35 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: version.h,v 11.185 2002/10/23 02:04:34 cph Exp $ +$Id: version.h,v 11.186 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains version information for the microcode. */ diff --git a/v7/src/microcode/wabbit.c b/v7/src/microcode/wabbit.c index 7e7e39132..725d356f5 100644 --- a/v7/src/microcode/wabbit.c +++ b/v7/src/microcode/wabbit.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: wabbit.c,v 1.9 2001/12/16 06:01:33 cph Exp $ +$Id: wabbit.c,v 1.10 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1994-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* diff --git a/v7/src/microcode/wind.c b/v7/src/microcode/wind.c index 116c0cc21..d85196cda 100644 --- a/v7/src/microcode/wind.c +++ b/v7/src/microcode/wind.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: wind.c,v 1.6 1999/01/03 05:33:51 cph Exp $ +$Id: wind.c,v 1.7 2002/11/20 19:46:16 cph Exp $ Copyright (C) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/winder.h b/v7/src/microcode/winder.h index 977225fd3..ecb0e4231 100644 --- a/v7/src/microcode/winder.h +++ b/v7/src/microcode/winder.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: winder.h,v 9.26 1999/01/02 06:11:34 cph Exp $ +$Id: winder.h,v 9.27 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1987, 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Header file for dynamic winder. */ diff --git a/v7/src/microcode/wsize.c b/v7/src/microcode/wsize.c index 3d0614600..5f6d75d9e 100644 --- a/v7/src/microcode/wsize.c +++ b/v7/src/microcode/wsize.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: wsize.c,v 9.34 1999/01/02 06:11:34 cph Exp $ +$Id: wsize.c,v 9.35 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/x11.h b/v7/src/microcode/x11.h index 82b4b0d38..919f50da8 100644 --- a/v7/src/microcode/x11.h +++ b/v7/src/microcode/x11.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: x11.h,v 1.17 2000/12/05 21:23:49 cph Exp $ +$Id: x11.h,v 1.18 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1989-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/v7/src/microcode/x11base.c b/v7/src/microcode/x11base.c index b72232d06..498613ed9 100644 --- a/v7/src/microcode/x11base.c +++ b/v7/src/microcode/x11base.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: x11base.c,v 1.77 2001/07/02 01:55:25 cph Exp $ +$Id: x11base.c,v 1.78 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1989-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Common X11 support. */ diff --git a/v7/src/microcode/x11color.c b/v7/src/microcode/x11color.c index a326d5577..99f0b2344 100644 --- a/v7/src/microcode/x11color.c +++ b/v7/src/microcode/x11color.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: x11color.c,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: x11color.c,v 1.6 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Primitives for dealing with colors and color maps */ diff --git a/v7/src/microcode/x11graph.c b/v7/src/microcode/x11graph.c index fe243f6d2..20ced7024 100644 --- a/v7/src/microcode/x11graph.c +++ b/v7/src/microcode/x11graph.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: x11graph.c,v 1.41 1999/01/02 06:11:34 cph Exp $ +$Id: x11graph.c,v 1.42 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Simple graphics for X11 */ diff --git a/v7/src/microcode/x11term.c b/v7/src/microcode/x11term.c index 69b13c72b..577b1073d 100644 --- a/v7/src/microcode/x11term.c +++ b/v7/src/microcode/x11term.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: x11term.c,v 1.27 2000/10/01 02:14:14 cph Exp $ +$Id: x11term.c,v 1.28 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1989-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* X11 terminal for Edwin. */ diff --git a/v7/src/microcode/xdebug.c b/v7/src/microcode/xdebug.c index d57fb009c..1a5c9e4cc 100644 --- a/v7/src/microcode/xdebug.c +++ b/v7/src/microcode/xdebug.c @@ -1,23 +1,25 @@ /* -*-C-*- -$Id: xdebug.c,v 9.35 2002/07/02 18:39:33 cph Exp $ +$Id: xdebug.c,v 9.36 2002/11/20 19:46:16 cph Exp $ Copyright (c) 1987-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* This file contains primitives to debug memory management. */ diff --git a/v7/src/microcode/zones.h b/v7/src/microcode/zones.h index 89aa8bca4..980f1ba18 100644 --- a/v7/src/microcode/zones.h +++ b/v7/src/microcode/zones.h @@ -2,22 +2,25 @@ Copyright (c) 1987, 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT 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.26 1999/01/02 06:11:34 cph Exp $ +/* $Id: zones.h,v 9.27 2002/11/20 19:46:16 cph Exp $ * * Metering stuff. * We break all times into time zones suitable for external analysis. diff --git a/v7/src/pcsample/load.scm b/v7/src/pcsample/load.scm index 43c0ca4b4..89cb68c8b 100644 --- a/v7/src/pcsample/load.scm +++ b/v7/src/pcsample/load.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: load.scm,v 1.6 2001/12/20 16:13:18 cph Exp $ +$Id: load.scm,v 1.7 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1995-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; System Packaging diff --git a/v7/src/pcsample/pcs.cbf b/v7/src/pcsample/pcs.cbf index dabd38c3f..e867e9ec0 100644 --- a/v7/src/pcsample/pcs.cbf +++ b/v7/src/pcsample/pcs.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pcs.cbf,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: pcs.cbf,v 1.4 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1995, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((compiler:coalescing-constant-warnings? #f)) diff --git a/v7/src/pcsample/pcs.pkg b/v7/src/pcsample/pcs.pkg index 2827ec292..774c86324 100644 --- a/v7/src/pcsample/pcs.pkg +++ b/v7/src/pcsample/pcs.pkg @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pcs.pkg,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: pcs.pkg,v 1.4 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1995, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; PC Sampler System Packaging diff --git a/v7/src/pcsample/pcs.sf b/v7/src/pcsample/pcs.sf index 690fe3129..b6d2ec798 100644 --- a/v7/src/pcsample/pcs.sf +++ b/v7/src/pcsample/pcs.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: pcs.sf,v 1.3 2001/12/19 21:48:49 cph Exp $ +$Id: pcs.sf,v 1.4 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1995, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((sf/default-syntax-table (->environment '(RUNTIME)))) diff --git a/v7/src/pcsample/pcsample.c b/v7/src/pcsample/pcsample.c index 878be59c4..48df57816 100644 --- a/v7/src/pcsample/pcsample.c +++ b/v7/src/pcsample/pcsample.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pcsample.c,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: pcsample.c,v 1.7 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* PCSAMPLE.C -- defines the PC Sample subroutines for UNIX implementations */ diff --git a/v7/src/pcsample/pcsample.scm b/v7/src/pcsample/pcsample.scm index 7f63b4965..b2158d948 100644 --- a/v7/src/pcsample/pcsample.scm +++ b/v7/src/pcsample/pcsample.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pcsample.scm,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: pcsample.scm,v 1.4 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1995, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# #| diff --git a/v7/src/pcsample/pcsboot.scm b/v7/src/pcsample/pcsboot.scm index 98218b5e0..c6732162d 100644 --- a/v7/src/pcsample/pcsboot.scm +++ b/v7/src/pcsample/pcsboot.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pcsboot.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: pcsboot.scm,v 1.3 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; PC Sample Interrupt Bits (for consistency w/ .../runtime/boot.scm) diff --git a/v7/src/pcsample/pcscobl.c b/v7/src/pcsample/pcscobl.c index e0426799d..85911d21a 100644 --- a/v7/src/pcsample/pcscobl.c +++ b/v7/src/pcsample/pcscobl.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pcscobl.c,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: pcscobl.c,v 1.3 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* PCSCOBL.C -- PC Sample subroutines for profiling code blocks *\ diff --git a/v7/src/pcsample/pcscobl.scm b/v7/src/pcsample/pcscobl.scm index d079f2700..cd9df0fdd 100644 --- a/v7/src/pcsample/pcscobl.scm +++ b/v7/src/pcsample/pcscobl.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pcscobl.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: pcscobl.scm,v 1.3 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; PC Sampling Code Blocks (i.e., compiled procedure profiling) diff --git a/v7/src/pcsample/pcsdisp.scm b/v7/src/pcsample/pcsdisp.scm index 3f80b5249..bda07cae8 100644 --- a/v7/src/pcsample/pcsdisp.scm +++ b/v7/src/pcsample/pcsdisp.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pcsdisp.scm,v 1.3 1999/11/08 18:29:58 cph Exp $ +$Id: pcsdisp.scm,v 1.4 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; PC Sampling Display routines (pre-cursor to PC Sample SWAT frobs) diff --git a/v7/src/pcsample/pcsdld.c b/v7/src/pcsample/pcsdld.c index 1e91c47e6..d86f96c99 100644 --- a/v7/src/pcsample/pcsdld.c +++ b/v7/src/pcsample/pcsdld.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pcsdld.c,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: pcsdld.c,v 1.6 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* PCSDLD.C -- defines the PC Sample dynamic load interface to Scheme */ diff --git a/v7/src/pcsample/pcsintrp.scm b/v7/src/pcsample/pcsintrp.scm index cbc23d509..39305114f 100644 --- a/v7/src/pcsample/pcsintrp.scm +++ b/v7/src/pcsample/pcsintrp.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pcsintrp.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: pcsintrp.scm,v 1.3 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; PC Sample Interrupt System diff --git a/v7/src/pcsample/pcsiproc.c b/v7/src/pcsample/pcsiproc.c index 8d770515f..283b49e52 100644 --- a/v7/src/pcsample/pcsiproc.c +++ b/v7/src/pcsample/pcsiproc.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: pcsiproc.c,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: pcsiproc.c,v 1.3 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* PCSIPROC.C -- defines PC Sample subroutines for profiling interp-procs *\ diff --git a/v7/src/pcsample/pcsiproc.scm b/v7/src/pcsample/pcsiproc.scm index fc7e4a773..9a9666698 100644 --- a/v7/src/pcsample/pcsiproc.scm +++ b/v7/src/pcsample/pcsiproc.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pcsiproc.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: pcsiproc.scm,v 1.3 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; PC Sampling Interp-Procs (i.e., interpreted procedure profiling) diff --git a/v7/src/pcsample/pribinut.scm b/v7/src/pcsample/pribinut.scm index 34b947885..2cd0c1362 100644 --- a/v7/src/pcsample/pribinut.scm +++ b/v7/src/pcsample/pribinut.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pribinut.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: pribinut.scm,v 1.3 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Primitive, Builtin and Utility support diff --git a/v7/src/rcs/compile.scm b/v7/src/rcs/compile.scm index a2094e055..63b49c92b 100644 --- a/v7/src/rcs/compile.scm +++ b/v7/src/rcs/compile.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.4 2001/12/20 06:21:45 cph Exp $ +$Id: compile.scm,v 1.5 2002/11/20 19:46:18 cph Exp $ Copyright (c) 2000, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (load-option 'CREF) diff --git a/v7/src/rcs/format.scm b/v7/src/rcs/format.scm index d79d3c79b..995b8cac4 100644 --- a/v7/src/rcs/format.scm +++ b/v7/src/rcs/format.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: format.scm,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: format.scm,v 1.4 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1987, 1991, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RCS Format diff --git a/v7/src/rcs/load.scm b/v7/src/rcs/load.scm index 249a64c61..f3b8c1cdc 100644 --- a/v7/src/rcs/load.scm +++ b/v7/src/rcs/load.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: load.scm,v 1.3 2001/08/17 13:01:13 cph Exp $ +$Id: load.scm,v 1.4 2002/11/20 19:46:18 cph Exp $ Copyright (c) 2000, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (load-option 'HASH-TABLE) diff --git a/v7/src/rcs/logmer.scm b/v7/src/rcs/logmer.scm index 383bf5886..e730ac058 100644 --- a/v7/src/rcs/logmer.scm +++ b/v7/src/rcs/logmer.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: logmer.scm,v 1.27 2000/08/20 04:08:56 cph Exp $ +$Id: logmer.scm,v 1.28 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RCS Log Merge diff --git a/v7/src/rcs/mklogs.scm b/v7/src/rcs/mklogs.scm index 13e6a924b..cb0c2bc03 100644 --- a/v7/src/rcs/mklogs.scm +++ b/v7/src/rcs/mklogs.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: mklogs.scm,v 1.22 2000/11/28 18:24:12 cph Exp $ +$Id: mklogs.scm,v 1.23 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Update the RCS log files in the standard Scheme directories. diff --git a/v7/src/rcs/nparse.scm b/v7/src/rcs/nparse.scm index f3dca3cf6..eb1748234 100644 --- a/v7/src/rcs/nparse.scm +++ b/v7/src/rcs/nparse.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: nparse.scm,v 1.3 2000/11/28 18:06:24 cph Exp $ +$Id: nparse.scm,v 1.4 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1991, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RCS Parser diff --git a/v7/src/rcs/object.scm b/v7/src/rcs/object.scm index 8468ecbec..6ee2e3ea6 100644 --- a/v7/src/rcs/object.scm +++ b/v7/src/rcs/object.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: object.scm,v 1.5 2000/03/31 14:15:09 cph Exp $ +$Id: object.scm,v 1.6 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988, 1991, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RCS Data Structures diff --git a/v7/src/rcs/rcs.pkg b/v7/src/rcs/rcs.pkg index 3e734dfd9..6fe89f373 100644 --- a/v7/src/rcs/rcs.pkg +++ b/v7/src/rcs/rcs.pkg @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rcs.pkg,v 1.7 1999/01/02 06:11:34 cph Exp $ +$Id: rcs.pkg,v 1.8 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; RCS Packaging diff --git a/v7/src/runtime-check/Clean.sh b/v7/src/runtime-check/Clean.sh index d7f332fb3..596f87e32 100755 --- a/v7/src/runtime-check/Clean.sh +++ b/v7/src/runtime-check/Clean.sh @@ -1,21 +1,23 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.3 2001/12/17 17:40:59 cph Exp $ +# $Id: Clean.sh,v 1.4 2002/11/20 19:46:24 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/runtime-check/Setup.sh b/v7/src/runtime-check/Setup.sh index fb31e13b3..09a192419 100755 --- a/v7/src/runtime-check/Setup.sh +++ b/v7/src/runtime-check/Setup.sh @@ -1,21 +1,23 @@ #!/bin/sh # -# $Id: Setup.sh,v 1.5 2001/12/17 17:40:59 cph Exp $ +# $Id: Setup.sh,v 1.6 2002/11/20 19:46:24 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/runtime-check/runtime.cbf b/v7/src/runtime-check/runtime.cbf index 6b1daf34d..d06e00721 100644 --- a/v7/src/runtime-check/runtime.cbf +++ b/v7/src/runtime-check/runtime.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: runtime.cbf,v 1.1 2000/12/07 22:59:28 cph Exp $ +$Id: runtime.cbf,v 1.2 2002/11/20 19:46:24 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((compiler:generate-type-checks? #t) diff --git a/v7/src/runtime/Makefile.in b/v7/src/runtime/Makefile.in index 5fd896f0f..b7fc35342 100644 --- a/v7/src/runtime/Makefile.in +++ b/v7/src/runtime/Makefile.in @@ -1,19 +1,21 @@ -# $Id: Makefile.in,v 1.6 2001/11/27 16:57:15 cph Exp $ +# $Id: Makefile.in,v 1.7 2002/11/20 19:46:18 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/runtime/advice.scm b/v7/src/runtime/advice.scm index 7b559dd34..f809342b7 100644 --- a/v7/src/runtime/advice.scm +++ b/v7/src/runtime/advice.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: advice.scm,v 14.17 2000/06/07 04:56:23 cph Exp $ +$Id: advice.scm,v 14.18 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Advice package diff --git a/v7/src/runtime/apply.scm b/v7/src/runtime/apply.scm index 4ece965ad..55754120a 100644 --- a/v7/src/runtime/apply.scm +++ b/v7/src/runtime/apply.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: apply.scm,v 1.5 2002/02/03 03:38:55 cph Exp $ +$Id: apply.scm,v 1.6 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1992, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Definition of APPLY diff --git a/v7/src/runtime/apropos.scm b/v7/src/runtime/apropos.scm index 696626957..f487ae70b 100644 --- a/v7/src/runtime/apropos.scm +++ b/v7/src/runtime/apropos.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: apropos.scm,v 1.5 1999/07/31 18:39:59 cph Exp $ +$Id: apropos.scm,v 1.6 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Apropos command diff --git a/v7/src/runtime/arith.scm b/v7/src/runtime/arith.scm index 97275ce03..ab6c15e6a 100644 --- a/v7/src/runtime/arith.scm +++ b/v7/src/runtime/arith.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: arith.scm,v 1.50 2002/02/09 06:09:39 cph Exp $ +$Id: arith.scm,v 1.51 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Scheme Arithmetic diff --git a/v7/src/runtime/bitstr.scm b/v7/src/runtime/bitstr.scm index 622bd42d7..83e7617aa 100644 --- a/v7/src/runtime/bitstr.scm +++ b/v7/src/runtime/bitstr.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: bitstr.scm,v 14.4 2001/12/18 18:39:17 cph Exp $ +$Id: bitstr.scm,v 14.5 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Bit String Primitives diff --git a/v7/src/runtime/blowfish.scm b/v7/src/runtime/blowfish.scm index 9fe317ebc..515dca94f 100644 --- a/v7/src/runtime/blowfish.scm +++ b/v7/src/runtime/blowfish.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: blowfish.scm,v 1.24 2001/12/18 18:39:19 cph Exp $ +$Id: blowfish.scm,v 1.25 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1997-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Interface to Blowfish diff --git a/v7/src/runtime/boole.scm b/v7/src/runtime/boole.scm index 7e40f775b..8c966b018 100644 --- a/v7/src/runtime/boole.scm +++ b/v7/src/runtime/boole.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: boole.scm,v 14.4 2001/12/18 18:39:22 cph Exp $ +$Id: boole.scm,v 14.5 2002/11/20 19:46:18 cph Exp $ Copyright (c) 1988, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Boolean Operations diff --git a/v7/src/runtime/boot.scm b/v7/src/runtime/boot.scm index bf31351bb..271744a59 100644 --- a/v7/src/runtime/boot.scm +++ b/v7/src/runtime/boot.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: boot.scm,v 14.13 2001/12/18 18:39:24 cph Exp $ +$Id: boot.scm,v 14.14 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Boot Time Definitions diff --git a/v7/src/runtime/char.scm b/v7/src/runtime/char.scm index 6bb4f9fd6..880f93b41 100644 --- a/v7/src/runtime/char.scm +++ b/v7/src/runtime/char.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: char.scm,v 14.13 2001/09/25 05:17:00 cph Exp $ +$Id: char.scm,v 14.14 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Character Abstraction diff --git a/v7/src/runtime/chrset.scm b/v7/src/runtime/chrset.scm index 697d30704..d3c1877dd 100644 --- a/v7/src/runtime/chrset.scm +++ b/v7/src/runtime/chrset.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: chrset.scm,v 14.16 2001/09/25 05:15:17 cph Exp $ +$Id: chrset.scm,v 14.17 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Character Sets diff --git a/v7/src/runtime/chrsyn.scm b/v7/src/runtime/chrsyn.scm index d90c3302c..3b31fa200 100644 --- a/v7/src/runtime/chrsyn.scm +++ b/v7/src/runtime/chrsyn.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: chrsyn.scm,v 1.5 2001/09/25 05:13:00 cph Exp $ +;;; $Id: chrsyn.scm,v 1.6 2002/11/20 19:46:19 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/codwlk.scm b/v7/src/runtime/codwlk.scm index 31e7ebf69..72258c5d9 100644 --- a/v7/src/runtime/codwlk.scm +++ b/v7/src/runtime/codwlk.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: codwlk.scm,v 14.4 2001/12/20 16:28:22 cph Exp $ +$Id: codwlk.scm,v 14.5 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Walker diff --git a/v7/src/runtime/conpar.scm b/v7/src/runtime/conpar.scm index 981244447..6417262f1 100644 --- a/v7/src/runtime/conpar.scm +++ b/v7/src/runtime/conpar.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: conpar.scm,v 14.39 2001/08/10 17:09:13 cph Exp $ +$Id: conpar.scm,v 14.40 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Continuation Parser diff --git a/v7/src/runtime/contin.scm b/v7/src/runtime/contin.scm index 014d8f4eb..316bf6749 100644 --- a/v7/src/runtime/contin.scm +++ b/v7/src/runtime/contin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: contin.scm,v 14.10 1999/02/24 04:44:04 cph Exp $ +$Id: contin.scm,v 14.11 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Continuations diff --git a/v7/src/runtime/cpoint.scm b/v7/src/runtime/cpoint.scm index 3c3fe9ab9..077f69a38 100644 --- a/v7/src/runtime/cpoint.scm +++ b/v7/src/runtime/cpoint.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: cpoint.scm,v 14.5 1999/01/02 06:11:34 cph Exp $ +$Id: cpoint.scm,v 14.6 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Control Points diff --git a/v7/src/runtime/cpress.scm b/v7/src/runtime/cpress.scm index d1a95dea7..6f2e31a52 100644 --- a/v7/src/runtime/cpress.scm +++ b/v7/src/runtime/cpress.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: cpress.scm,v 1.12 1999/08/09 18:26:47 cph Exp $ +$Id: cpress.scm,v 1.13 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Data Compressor diff --git a/v7/src/runtime/crypto.scm b/v7/src/runtime/crypto.scm index 79912dabe..17d58d348 100644 --- a/v7/src/runtime/crypto.scm +++ b/v7/src/runtime/crypto.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: crypto.scm,v 14.14 2002/06/28 18:21:28 cph Exp $ +$Id: crypto.scm,v 14.15 2002/11/20 19:46:19 cph Exp $ Copyright (c) 2000-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Interface to cryptography libraries diff --git a/v7/src/runtime/datime.scm b/v7/src/runtime/datime.scm index 733429f8b..e9ac0cdc2 100644 --- a/v7/src/runtime/datime.scm +++ b/v7/src/runtime/datime.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: datime.scm,v 14.33 2000/10/19 21:34:19 cph Exp $ +$Id: datime.scm,v 14.34 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Date and Time Routines diff --git a/v7/src/runtime/dbgcmd.scm b/v7/src/runtime/dbgcmd.scm index be21ac856..13d95a894 100644 --- a/v7/src/runtime/dbgcmd.scm +++ b/v7/src/runtime/dbgcmd.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: dbgcmd.scm,v 14.16 1999/01/02 06:11:34 cph Exp $ +$Id: dbgcmd.scm,v 14.17 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Debugger Command Loop Support diff --git a/v7/src/runtime/dbgutl.scm b/v7/src/runtime/dbgutl.scm index e539912b9..1c9082c50 100644 --- a/v7/src/runtime/dbgutl.scm +++ b/v7/src/runtime/dbgutl.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dbgutl.scm,v 14.21 2002/01/05 06:16:04 cph Exp $ +$Id: dbgutl.scm,v 14.22 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Debugger Utilities diff --git a/v7/src/runtime/debug.scm b/v7/src/runtime/debug.scm index 18dcc8906..45fc06a5c 100644 --- a/v7/src/runtime/debug.scm +++ b/v7/src/runtime/debug.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: debug.scm,v 14.43 2002/02/03 03:38:55 cph Exp $ +$Id: debug.scm,v 14.44 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Debugger diff --git a/v7/src/runtime/defstr.scm b/v7/src/runtime/defstr.scm index 0825c55a7..42da47c5e 100644 --- a/v7/src/runtime/defstr.scm +++ b/v7/src/runtime/defstr.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: defstr.scm,v 14.40 2002/02/10 06:03:25 cph Exp $ +$Id: defstr.scm,v 14.41 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Structure Definition Macro diff --git a/v7/src/runtime/dosdir.scm b/v7/src/runtime/dosdir.scm index cd9a29ac8..891f3d06c 100644 --- a/v7/src/runtime/dosdir.scm +++ b/v7/src/runtime/dosdir.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dosdir.scm,v 1.10 2001/05/12 20:03:01 cph Exp $ +$Id: dosdir.scm,v 1.11 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1992, 1999-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; DOS Directory Reader diff --git a/v7/src/runtime/dosprm.scm b/v7/src/runtime/dosprm.scm index 0a3d76c19..909246b3a 100644 --- a/v7/src/runtime/dosprm.scm +++ b/v7/src/runtime/dosprm.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: dosprm.scm,v 1.43 2000/01/05 02:40:31 cph Exp $ +$Id: dosprm.scm,v 1.44 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1992-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Miscellaneous DOS Primitives (emulation of unxprm version 1.16) diff --git a/v7/src/runtime/dosproc.scm b/v7/src/runtime/dosproc.scm index 5506f4ae3..8f530c866 100644 --- a/v7/src/runtime/dosproc.scm +++ b/v7/src/runtime/dosproc.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: dosproc.scm,v 1.3 1999/02/18 04:14:10 cph Exp $ +$Id: dosproc.scm,v 1.4 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Subprocess Support for DOS diff --git a/v7/src/runtime/dospth.scm b/v7/src/runtime/dospth.scm index 7f110d902..c00349194 100644 --- a/v7/src/runtime/dospth.scm +++ b/v7/src/runtime/dospth.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dospth.scm,v 1.41 2001/05/12 19:40:05 cph Exp $ +$Id: dospth.scm,v 1.42 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1992-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Dos Pathnames (originally based on unxpth version 14.9) diff --git a/v7/src/runtime/dragon4.scm b/v7/src/runtime/dragon4.scm index 0b62aec72..bfc14cd1f 100644 --- a/v7/src/runtime/dragon4.scm +++ b/v7/src/runtime/dragon4.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: dragon4.scm,v 1.15 2001/08/15 02:55:49 cph Exp $ +$Id: dragon4.scm,v 1.16 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Floating Point Number Unparser diff --git a/v7/src/runtime/ed-ffi.scm b/v7/src/runtime/ed-ffi.scm index aac8fa603..7ec391f43 100644 --- a/v7/src/runtime/ed-ffi.scm +++ b/v7/src/runtime/ed-ffi.scm @@ -1,23 +1,25 @@ #| -*- Scheme -*- -$Id: ed-ffi.scm,v 1.32 2002/02/03 03:38:55 cph Exp $ +$Id: ed-ffi.scm,v 1.33 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Edwin buffer packaging info diff --git a/v7/src/runtime/emacs.scm b/v7/src/runtime/emacs.scm index ee66638e9..40a27abb7 100644 --- a/v7/src/runtime/emacs.scm +++ b/v7/src/runtime/emacs.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: emacs.scm,v 14.29 2001/03/21 05:39:42 cph Exp $ +$Id: emacs.scm,v 14.30 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; GNU Emacs/Scheme Interface diff --git a/v7/src/runtime/equals.scm b/v7/src/runtime/equals.scm index 3d1dfa600..95597b22b 100644 --- a/v7/src/runtime/equals.scm +++ b/v7/src/runtime/equals.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: equals.scm,v 14.9 2001/12/18 18:39:29 cph Exp $ +$Id: equals.scm,v 14.10 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Equality diff --git a/v7/src/runtime/error.scm b/v7/src/runtime/error.scm index b3095de98..6f8e78a8c 100644 --- a/v7/src/runtime/error.scm +++ b/v7/src/runtime/error.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: error.scm,v 14.57 2002/02/03 03:38:55 cph Exp $ +$Id: error.scm,v 14.58 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Error System diff --git a/v7/src/runtime/events.scm b/v7/src/runtime/events.scm index 327c614b0..983df7644 100644 --- a/v7/src/runtime/events.scm +++ b/v7/src/runtime/events.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: events.scm,v 14.5 2000/04/07 20:42:30 cph Exp $ +$Id: events.scm,v 14.6 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Event Distribution diff --git a/v7/src/runtime/fileio.scm b/v7/src/runtime/fileio.scm index 46d75e060..7a95a5863 100644 --- a/v7/src/runtime/fileio.scm +++ b/v7/src/runtime/fileio.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: fileio.scm,v 1.19 2001/03/15 21:12:47 cph Exp $ +$Id: fileio.scm,v 1.20 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1991-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; File I/O Ports diff --git a/v7/src/runtime/fixart.scm b/v7/src/runtime/fixart.scm index b214129dc..5e8556325 100644 --- a/v7/src/runtime/fixart.scm +++ b/v7/src/runtime/fixart.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: fixart.scm,v 1.8 2001/12/18 18:39:31 cph Exp $ +$Id: fixart.scm,v 1.9 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Fixnum Arithmetic diff --git a/v7/src/runtime/format.scm b/v7/src/runtime/format.scm index fb5e9da3a..3dd445c5a 100644 --- a/v7/src/runtime/format.scm +++ b/v7/src/runtime/format.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: format.scm,v 14.6 1999/01/02 06:11:34 cph Exp $ +$Id: format.scm,v 14.7 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Output Formatter diff --git a/v7/src/runtime/framex.scm b/v7/src/runtime/framex.scm index bff4df33d..024222e60 100644 --- a/v7/src/runtime/framex.scm +++ b/v7/src/runtime/framex.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: framex.scm,v 14.19 1999/01/02 06:06:43 cph Exp $ +$Id: framex.scm,v 14.20 2002/11/20 19:46:19 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Debugging Info diff --git a/v7/src/runtime/gc.scm b/v7/src/runtime/gc.scm index fb93188b6..e1c503355 100644 --- a/v7/src/runtime/gc.scm +++ b/v7/src/runtime/gc.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: gc.scm,v 14.16 1999/01/02 06:11:34 cph Exp $ +$Id: gc.scm,v 14.17 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Garbage Collector diff --git a/v7/src/runtime/gcdemn.scm b/v7/src/runtime/gcdemn.scm index 04e6c5921..6dab5e8e4 100644 --- a/v7/src/runtime/gcdemn.scm +++ b/v7/src/runtime/gcdemn.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: gcdemn.scm,v 14.8 1999/01/02 06:11:34 cph Exp $ +$Id: gcdemn.scm,v 14.9 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Garbage Collector Daemons diff --git a/v7/src/runtime/gcfinal.scm b/v7/src/runtime/gcfinal.scm index 08b00730a..0c2c1ad83 100644 --- a/v7/src/runtime/gcfinal.scm +++ b/v7/src/runtime/gcfinal.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: gcfinal.scm,v 14.3 2002/07/08 17:25:29 cph Exp $ +$Id: gcfinal.scm,v 14.4 2002/11/20 19:46:20 cph Exp $ Copyright (c) 2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Garbage Finalization diff --git a/v7/src/runtime/gcnote.scm b/v7/src/runtime/gcnote.scm index ee3f7e57c..113c21418 100644 --- a/v7/src/runtime/gcnote.scm +++ b/v7/src/runtime/gcnote.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: gcnote.scm,v 14.14 2000/03/25 03:26:30 cph Exp $ +$Id: gcnote.scm,v 14.15 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; GC Notification diff --git a/v7/src/runtime/gcstat.scm b/v7/src/runtime/gcstat.scm index fc2f944e0..2324a28ec 100644 --- a/v7/src/runtime/gcstat.scm +++ b/v7/src/runtime/gcstat.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: gcstat.scm,v 14.6 1999/01/02 06:11:34 cph Exp $ +$Id: gcstat.scm,v 14.7 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; GC Statistics diff --git a/v7/src/runtime/gdatab.scm b/v7/src/runtime/gdatab.scm index 8fd7c6ce9..ef821d848 100644 --- a/v7/src/runtime/gdatab.scm +++ b/v7/src/runtime/gdatab.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: gdatab.scm,v 14.6 1999/01/02 06:11:34 cph Exp $ +$Id: gdatab.scm,v 14.7 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Global Databases diff --git a/v7/src/runtime/gdbm.scm b/v7/src/runtime/gdbm.scm index 39cca8917..cde0be1a2 100644 --- a/v7/src/runtime/gdbm.scm +++ b/v7/src/runtime/gdbm.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: gdbm.scm,v 1.3 2000/04/10 18:32:32 cph Exp $ +$Id: gdbm.scm,v 1.4 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1996, 1999, 2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; gdbm Database Library Interface diff --git a/v7/src/runtime/gencache.scm b/v7/src/runtime/gencache.scm index 31e39a319..f04a6b5cd 100644 --- a/v7/src/runtime/gencache.scm +++ b/v7/src/runtime/gencache.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: gencache.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +;;; $Id: gencache.scm,v 1.3 2002/11/20 19:46:20 cph Exp $ ;;; ;;; Copyright (c) 1993-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Method Caches for Generic Dispatch diff --git a/v7/src/runtime/geneqht.scm b/v7/src/runtime/geneqht.scm index 2ad7b83db..33586799b 100644 --- a/v7/src/runtime/geneqht.scm +++ b/v7/src/runtime/geneqht.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: geneqht.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: geneqht.scm,v 1.3 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; EQ?-Hash Tables for Generic Procedures diff --git a/v7/src/runtime/generic.scm b/v7/src/runtime/generic.scm index 747081d63..7290bd627 100644 --- a/v7/src/runtime/generic.scm +++ b/v7/src/runtime/generic.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: generic.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +;;; $Id: generic.scm,v 1.3 2002/11/20 19:46:20 cph Exp $ ;;; ;;; Copyright (c) 1995-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Generic Procedures diff --git a/v7/src/runtime/genio.scm b/v7/src/runtime/genio.scm index 9991dee3a..3700159ff 100644 --- a/v7/src/runtime/genio.scm +++ b/v7/src/runtime/genio.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: genio.scm,v 1.15 1999/02/24 21:36:33 cph Exp $ +$Id: genio.scm,v 1.16 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Generic I/O Ports diff --git a/v7/src/runtime/genmult.scm b/v7/src/runtime/genmult.scm index 5fe09914d..64d1a5b30 100644 --- a/v7/src/runtime/genmult.scm +++ b/v7/src/runtime/genmult.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: genmult.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +;;; $Id: genmult.scm,v 1.3 2002/11/20 19:46:20 cph Exp $ ;;; ;;; Copyright (c) 1995-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Multiplexed Generic Procedures diff --git a/v7/src/runtime/gensym.scm b/v7/src/runtime/gensym.scm index 2902fd67b..599f4fe94 100644 --- a/v7/src/runtime/gensym.scm +++ b/v7/src/runtime/gensym.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: gensym.scm,v 14.6 2001/03/21 19:15:07 cph Exp $ +$Id: gensym.scm,v 14.7 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Symbol Generation diff --git a/v7/src/runtime/gentag.scm b/v7/src/runtime/gentag.scm index c3e06a905..2e295d6e2 100644 --- a/v7/src/runtime/gentag.scm +++ b/v7/src/runtime/gentag.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: gentag.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +;;; $Id: gentag.scm,v 1.3 2002/11/20 19:46:20 cph Exp $ ;;; ;;; Copyright (c) 1993-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Tags for Generic Procedure Dispatch diff --git a/v7/src/runtime/global.scm b/v7/src/runtime/global.scm index 56316f450..43965b5e5 100644 --- a/v7/src/runtime/global.scm +++ b/v7/src/runtime/global.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: global.scm,v 14.57 2001/12/21 01:53:29 cph Exp $ +$Id: global.scm,v 14.58 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Miscellaneous Global Definitions diff --git a/v7/src/runtime/graphics.scm b/v7/src/runtime/graphics.scm index 8ffe3249a..739cc3731 100644 --- a/v7/src/runtime/graphics.scm +++ b/v7/src/runtime/graphics.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: graphics.scm,v 1.21 2002/02/09 06:09:43 cph Exp $ +$Id: graphics.scm,v 1.22 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Graphics Operations diff --git a/v7/src/runtime/hash.scm b/v7/src/runtime/hash.scm index 7a7e99179..83fca2d97 100644 --- a/v7/src/runtime/hash.scm +++ b/v7/src/runtime/hash.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: hash.scm,v 14.6 1999/01/02 06:11:34 cph Exp $ +$Id: hash.scm,v 14.7 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Object Hashing diff --git a/v7/src/runtime/hashtb.scm b/v7/src/runtime/hashtb.scm index 7b540520c..3a4d2f175 100644 --- a/v7/src/runtime/hashtb.scm +++ b/v7/src/runtime/hashtb.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: hashtb.scm,v 1.23 1999/01/02 06:11:34 cph Exp $ +$Id: hashtb.scm,v 1.24 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Hash Tables diff --git a/v7/src/runtime/histry.scm b/v7/src/runtime/histry.scm index 50a071faf..5cbba2f69 100644 --- a/v7/src/runtime/histry.scm +++ b/v7/src/runtime/histry.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: histry.scm,v 14.6 1999/01/02 06:11:34 cph Exp $ +$Id: histry.scm,v 14.7 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; History Manipulation diff --git a/v7/src/runtime/infstr.scm b/v7/src/runtime/infstr.scm index 8d0d823e6..c03c5f4d9 100644 --- a/v7/src/runtime/infstr.scm +++ b/v7/src/runtime/infstr.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: infstr.scm,v 1.15 2002/02/09 06:09:47 cph Exp $ +$Id: infstr.scm,v 1.16 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiled Code Information: Structures diff --git a/v7/src/runtime/infutl.scm b/v7/src/runtime/infutl.scm index 2a063b51f..aef0f58b3 100644 --- a/v7/src/runtime/infutl.scm +++ b/v7/src/runtime/infutl.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: infutl.scm,v 1.67 2002/10/21 15:10:21 cph Exp $ +$Id: infutl.scm,v 1.68 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Compiled Code Information: Utilities diff --git a/v7/src/runtime/input.scm b/v7/src/runtime/input.scm index b181b66fe..dc590c838 100644 --- a/v7/src/runtime/input.scm +++ b/v7/src/runtime/input.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: input.scm,v 14.20 1999/12/21 19:05:13 cph Exp $ +$Id: input.scm,v 14.21 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Input diff --git a/v7/src/runtime/intrpt.scm b/v7/src/runtime/intrpt.scm index d456bcddf..e90543929 100644 --- a/v7/src/runtime/intrpt.scm +++ b/v7/src/runtime/intrpt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: intrpt.scm,v 14.22 1999/01/02 06:11:34 cph Exp $ +$Id: intrpt.scm,v 14.23 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Interrupt System diff --git a/v7/src/runtime/io.scm b/v7/src/runtime/io.scm index baa837d56..824a538cb 100644 --- a/v7/src/runtime/io.scm +++ b/v7/src/runtime/io.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: io.scm,v 14.64 2001/06/09 00:30:38 cph Exp $ +$Id: io.scm,v 14.65 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Input/Output Utilities diff --git a/v7/src/runtime/krypt.scm b/v7/src/runtime/krypt.scm index 60c1041fe..ccca0af26 100644 --- a/v7/src/runtime/krypt.scm +++ b/v7/src/runtime/krypt.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: krypt.scm,v 1.12 2001/03/21 05:39:47 cph Exp $ +$Id: krypt.scm,v 1.13 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Encryption/Decryption functions diff --git a/v7/src/runtime/kryptdum.scm b/v7/src/runtime/kryptdum.scm index c3693db93..e8731ae8c 100644 --- a/v7/src/runtime/kryptdum.scm +++ b/v7/src/runtime/kryptdum.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: kryptdum.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: kryptdum.scm,v 1.3 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1994, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Encryption/Decryption dummy stubs diff --git a/v7/src/runtime/lambda.scm b/v7/src/runtime/lambda.scm index d0d4692e8..136e2c5d6 100644 --- a/v7/src/runtime/lambda.scm +++ b/v7/src/runtime/lambda.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lambda.scm,v 14.17 2002/04/24 19:20:32 cph Exp $ +$Id: lambda.scm,v 14.18 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2000, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Lambda Abstraction diff --git a/v7/src/runtime/lambdx.scm b/v7/src/runtime/lambdx.scm index 874997faa..d9f37e469 100644 --- a/v7/src/runtime/lambdx.scm +++ b/v7/src/runtime/lambdx.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: lambdx.scm,v 14.10 2001/12/18 18:39:35 cph Exp $ +$Id: lambdx.scm,v 14.11 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Alternative Components for Lambda diff --git a/v7/src/runtime/list.scm b/v7/src/runtime/list.scm index 8df89ea79..91edea2fe 100644 --- a/v7/src/runtime/list.scm +++ b/v7/src/runtime/list.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: list.scm,v 14.30 2002/02/03 03:38:55 cph Exp $ +$Id: list.scm,v 14.31 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; List Operations diff --git a/v7/src/runtime/load.scm b/v7/src/runtime/load.scm index 9ceebb0bd..11b9d1c44 100644 --- a/v7/src/runtime/load.scm +++ b/v7/src/runtime/load.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: load.scm,v 14.61 2002/06/28 18:25:20 cph Exp $ +$Id: load.scm,v 14.62 2002/11/20 19:46:20 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Code Loader diff --git a/v7/src/runtime/make.scm b/v7/src/runtime/make.scm index 35d592d32..f80f8409d 100644 --- a/v7/src/runtime/make.scm +++ b/v7/src/runtime/make.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.86 2002/03/01 03:18:17 cph Exp $ +$Id: make.scm,v 14.87 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Make Runtime System diff --git a/v7/src/runtime/mime-codec.scm b/v7/src/runtime/mime-codec.scm index 83c27fbfb..a0ff798c7 100644 --- a/v7/src/runtime/mime-codec.scm +++ b/v7/src/runtime/mime-codec.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: mime-codec.scm,v 14.11 2001/09/24 03:00:07 cph Exp $ +;;; $Id: mime-codec.scm,v 14.12 2002/11/20 19:46:21 cph Exp $ ;;; ;;; Copyright (c) 2000, 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/mit-syntax.scm b/v7/src/runtime/mit-syntax.scm index ef791bdaa..389b751a9 100644 --- a/v7/src/runtime/mit-syntax.scm +++ b/v7/src/runtime/mit-syntax.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: mit-syntax.scm,v 14.8 2002/06/26 03:32:47 cph Exp $ +;;; $Id: mit-syntax.scm,v 14.9 2002/11/20 19:46:21 cph Exp $ ;;; ;;; Copyright (c) 1989-1991, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/msort.scm b/v7/src/runtime/msort.scm index 6f5ad6fbf..29541ccea 100644 --- a/v7/src/runtime/msort.scm +++ b/v7/src/runtime/msort.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: msort.scm,v 14.9 2001/12/18 18:39:40 cph Exp $ +$Id: msort.scm,v 14.10 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -;;; 02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Merge Sort diff --git a/v7/src/runtime/ntdir.scm b/v7/src/runtime/ntdir.scm index 204b9f619..f50cc0b31 100644 --- a/v7/src/runtime/ntdir.scm +++ b/v7/src/runtime/ntdir.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: ntdir.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +$Id: ntdir.scm,v 1.3 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1997, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Directory Operations -- OS/2 diff --git a/v7/src/runtime/ntprm.scm b/v7/src/runtime/ntprm.scm index 9be3d2646..0c16d8ff7 100644 --- a/v7/src/runtime/ntprm.scm +++ b/v7/src/runtime/ntprm.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: ntprm.scm,v 1.37 2001/12/18 18:39:42 cph Exp $ +$Id: ntprm.scm,v 1.38 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1992-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Miscellaneous Win32 Primitives diff --git a/v7/src/runtime/numint.scm b/v7/src/runtime/numint.scm index 8a6758028..823dd93ba 100644 --- a/v7/src/runtime/numint.scm +++ b/v7/src/runtime/numint.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: numint.scm,v 1.6 1999/01/02 06:11:34 cph Exp $ +$Id: numint.scm,v 1.7 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Scheme Arithmetic Interface diff --git a/v7/src/runtime/numpar.scm b/v7/src/runtime/numpar.scm index 141a4d76f..d43abe5dd 100644 --- a/v7/src/runtime/numpar.scm +++ b/v7/src/runtime/numpar.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: numpar.scm,v 14.17 1999/01/02 06:11:34 cph Exp $ +$Id: numpar.scm,v 14.18 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1989-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Number Parser diff --git a/v7/src/runtime/option.scm b/v7/src/runtime/option.scm index 406266e3c..c051d74f9 100644 --- a/v7/src/runtime/option.scm +++ b/v7/src/runtime/option.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: option.scm,v 14.41 2002/03/01 03:18:21 cph Exp $ +$Id: option.scm,v 14.42 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Option Loader diff --git a/v7/src/runtime/optiondb.scm b/v7/src/runtime/optiondb.scm index 07db32608..6b7c770b5 100644 --- a/v7/src/runtime/optiondb.scm +++ b/v7/src/runtime/optiondb.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: optiondb.scm,v 1.14 2002/03/01 03:18:25 cph Exp $ +$Id: optiondb.scm,v 1.15 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1994-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/runtime/ordvec.scm b/v7/src/runtime/ordvec.scm index 49b1011ca..916afd188 100644 --- a/v7/src/runtime/ordvec.scm +++ b/v7/src/runtime/ordvec.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: ordvec.scm,v 1.2 1999/01/02 06:11:34 cph Exp $ +;;; $Id: ordvec.scm,v 1.3 2002/11/20 19:46:21 cph Exp $ ;;; ;;; Copyright (c) 1995, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Ordered Vectors diff --git a/v7/src/runtime/os2ctype.scm b/v7/src/runtime/os2ctype.scm index a1f837ea1..9533f6788 100644 --- a/v7/src/runtime/os2ctype.scm +++ b/v7/src/runtime/os2ctype.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: os2ctype.scm,v 1.3 1999/01/02 06:11:34 cph Exp $ +$Id: os2ctype.scm,v 1.4 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1995, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; OS/2 C Type Model diff --git a/v7/src/runtime/os2dir.scm b/v7/src/runtime/os2dir.scm index 400b1d9a7..c8cfa3291 100644 --- a/v7/src/runtime/os2dir.scm +++ b/v7/src/runtime/os2dir.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: os2dir.scm,v 1.5 1999/01/02 06:11:34 cph Exp $ +$Id: os2dir.scm,v 1.6 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Directory Operations -- OS/2 diff --git a/v7/src/runtime/os2graph.scm b/v7/src/runtime/os2graph.scm index 7b93e336b..9530c1c2b 100644 --- a/v7/src/runtime/os2graph.scm +++ b/v7/src/runtime/os2graph.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: os2graph.scm,v 1.19 2002/06/26 03:28:26 cph Exp $ +$Id: os2graph.scm,v 1.20 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1995-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; OS/2 PM Graphics Interface diff --git a/v7/src/runtime/os2prm.scm b/v7/src/runtime/os2prm.scm index 6cd4e2c19..28bef94d1 100644 --- a/v7/src/runtime/os2prm.scm +++ b/v7/src/runtime/os2prm.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: os2prm.scm,v 1.48 2001/12/18 18:39:45 cph Exp $ +$Id: os2prm.scm,v 1.49 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1994-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Miscellaneous OS/2 Primitives diff --git a/v7/src/runtime/os2winp.scm b/v7/src/runtime/os2winp.scm index aa39b77ac..4a45f18b2 100644 --- a/v7/src/runtime/os2winp.scm +++ b/v7/src/runtime/os2winp.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: os2winp.scm,v 1.18 2002/02/03 03:38:56 cph Exp $ +$Id: os2winp.scm,v 1.19 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; OS/2 PM Interface -- Primitives diff --git a/v7/src/runtime/output.scm b/v7/src/runtime/output.scm index 617501770..7b2ab093f 100644 --- a/v7/src/runtime/output.scm +++ b/v7/src/runtime/output.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: output.scm,v 14.23 2001/03/21 05:40:40 cph Exp $ +$Id: output.scm,v 14.24 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Output diff --git a/v7/src/runtime/packag.scm b/v7/src/runtime/packag.scm index bbe8e9b13..e652234ac 100644 --- a/v7/src/runtime/packag.scm +++ b/v7/src/runtime/packag.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: packag.scm,v 14.40 2002/03/14 04:44:32 cph Exp $ +$Id: packag.scm,v 14.41 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Simple Package Namespace diff --git a/v7/src/runtime/parse.scm b/v7/src/runtime/parse.scm index fae1a521e..cdf64eff3 100644 --- a/v7/src/runtime/parse.scm +++ b/v7/src/runtime/parse.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: parse.scm,v 14.37 2002/02/09 06:09:51 cph Exp $ +$Id: parse.scm,v 14.38 2002/11/20 19:46:21 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Scheme Parser diff --git a/v7/src/runtime/parser-buffer.scm b/v7/src/runtime/parser-buffer.scm index cf7ca65bc..86eb3242f 100644 --- a/v7/src/runtime/parser-buffer.scm +++ b/v7/src/runtime/parser-buffer.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: parser-buffer.scm,v 1.4 2002/02/22 01:33:48 cph Exp $ +;;; $Id: parser-buffer.scm,v 1.5 2002/11/20 19:46:22 cph Exp $ ;;; ;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/partab.scm b/v7/src/runtime/partab.scm index 2b813b35b..7b788005b 100644 --- a/v7/src/runtime/partab.scm +++ b/v7/src/runtime/partab.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: partab.scm,v 14.5 1999/01/02 06:11:34 cph Exp $ +$Id: partab.scm,v 14.6 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Parser Tables diff --git a/v7/src/runtime/pathnm.scm b/v7/src/runtime/pathnm.scm index 9111b7f5e..e40f8c1ae 100644 --- a/v7/src/runtime/pathnm.scm +++ b/v7/src/runtime/pathnm.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: pathnm.scm,v 14.34 2001/05/12 19:40:09 cph Exp $ +$Id: pathnm.scm,v 14.35 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Pathnames diff --git a/v7/src/runtime/poplat.scm b/v7/src/runtime/poplat.scm index d8241d4a0..30edd53a0 100644 --- a/v7/src/runtime/poplat.scm +++ b/v7/src/runtime/poplat.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: poplat.scm,v 14.4 1999/01/02 06:11:34 cph Exp $ +$Id: poplat.scm,v 14.5 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Populations diff --git a/v7/src/runtime/port.scm b/v7/src/runtime/port.scm index f1081e1f8..b42912691 100644 --- a/v7/src/runtime/port.scm +++ b/v7/src/runtime/port.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: port.scm,v 1.23 2002/02/09 06:09:55 cph Exp $ +$Id: port.scm,v 1.24 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1991-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; I/O Ports diff --git a/v7/src/runtime/pp.scm b/v7/src/runtime/pp.scm index 59f923152..33674ee72 100644 --- a/v7/src/runtime/pp.scm +++ b/v7/src/runtime/pp.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: pp.scm,v 14.43 2001/12/20 16:13:18 cph Exp $ +$Id: pp.scm,v 14.44 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Pretty Printer diff --git a/v7/src/runtime/prgcop.scm b/v7/src/runtime/prgcop.scm index 0fc063b4e..2051ff559 100644 --- a/v7/src/runtime/prgcop.scm +++ b/v7/src/runtime/prgcop.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: prgcop.scm,v 1.7 2001/12/20 16:28:22 cph Exp $ +$Id: prgcop.scm,v 1.8 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1990-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Program copier diff --git a/v7/src/runtime/process.scm b/v7/src/runtime/process.scm index e62b3e191..cebe9cd82 100644 --- a/v7/src/runtime/process.scm +++ b/v7/src/runtime/process.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: process.scm,v 1.26 2000/05/14 03:31:11 cph Exp $ +$Id: process.scm,v 1.27 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1989-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Subprocess Support diff --git a/v7/src/runtime/prop1d.scm b/v7/src/runtime/prop1d.scm index bae23252d..190b49b25 100644 --- a/v7/src/runtime/prop1d.scm +++ b/v7/src/runtime/prop1d.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: prop1d.scm,v 14.6 1999/01/02 06:11:34 cph Exp $ +$Id: prop1d.scm,v 14.7 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; One Dimensional Property Tables diff --git a/v7/src/runtime/prop2d.scm b/v7/src/runtime/prop2d.scm index 7106be05a..078529333 100644 --- a/v7/src/runtime/prop2d.scm +++ b/v7/src/runtime/prop2d.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: prop2d.scm,v 14.3 1999/01/02 06:11:34 cph Exp $ +$Id: prop2d.scm,v 14.4 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Two Dimensional Property Tables diff --git a/v7/src/runtime/qsort.scm b/v7/src/runtime/qsort.scm index ffe31eb8a..447cfc9d7 100644 --- a/v7/src/runtime/qsort.scm +++ b/v7/src/runtime/qsort.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: qsort.scm,v 14.5 2001/12/18 18:39:47 cph Exp $ +$Id: qsort.scm,v 14.6 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Quick Sort diff --git a/v7/src/runtime/queue.scm b/v7/src/runtime/queue.scm index e099aeebd..6af0ca890 100644 --- a/v7/src/runtime/queue.scm +++ b/v7/src/runtime/queue.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: queue.scm,v 14.5 2001/12/18 18:39:49 cph Exp $ +$Id: queue.scm,v 14.6 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Simple Queue Abstraction diff --git a/v7/src/runtime/random.scm b/v7/src/runtime/random.scm index 9dcf96305..91377d81e 100644 --- a/v7/src/runtime/random.scm +++ b/v7/src/runtime/random.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: random.scm,v 14.24 2001/09/25 04:33:50 cph Exp $ +$Id: random.scm,v 14.25 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1993-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Random Number Generator diff --git a/v7/src/runtime/rbtree.scm b/v7/src/runtime/rbtree.scm index 0aabb113c..fd53e5c8d 100644 --- a/v7/src/runtime/rbtree.scm +++ b/v7/src/runtime/rbtree.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: rbtree.scm,v 1.7 2000/02/14 19:59:44 cph Exp $ +$Id: rbtree.scm,v 1.8 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1993-2000 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Red-Black Trees diff --git a/v7/src/runtime/record.scm b/v7/src/runtime/record.scm index 2ee12e3d9..46f79312d 100644 --- a/v7/src/runtime/record.scm +++ b/v7/src/runtime/record.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: record.scm,v 1.29 2002/01/12 02:56:22 cph Exp $ +$Id: record.scm,v 1.30 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1989-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Records diff --git a/v7/src/runtime/recslot.scm b/v7/src/runtime/recslot.scm index c8c44bb10..3339193d4 100644 --- a/v7/src/runtime/recslot.scm +++ b/v7/src/runtime/recslot.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: recslot.scm,v 1.7 2002/02/03 03:38:56 cph Exp $ +;;; $Id: recslot.scm,v 1.8 2002/11/20 19:46:22 cph Exp $ ;;; ;;; Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/regexp.scm b/v7/src/runtime/regexp.scm index c4826f323..6ea45ece7 100644 --- a/v7/src/runtime/regexp.scm +++ b/v7/src/runtime/regexp.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: regexp.scm,v 1.9 2000/04/13 03:01:38 cph Exp $ +;;; $Id: regexp.scm,v 1.10 2002/11/20 19:46:22 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Regular Expressions ;;; package: (runtime regular-expression) diff --git a/v7/src/runtime/rep.scm b/v7/src/runtime/rep.scm index a50f57e3c..48c625a71 100644 --- a/v7/src/runtime/rep.scm +++ b/v7/src/runtime/rep.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rep.scm,v 14.57 2001/12/19 05:21:51 cph Exp $ +$Id: rep.scm,v 14.58 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Read-Eval-Print Loop diff --git a/v7/src/runtime/rexp.scm b/v7/src/runtime/rexp.scm index 32a6e65b3..1edc5e1d3 100644 --- a/v7/src/runtime/rexp.scm +++ b/v7/src/runtime/rexp.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: rexp.scm,v 1.18 2001/11/11 05:56:08 cph Exp $ +$Id: rexp.scm,v 1.19 2002/11/20 19:46:22 cph Exp $ Copyright (c) 2000, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; List-based Regular Expressions diff --git a/v7/src/runtime/rgxcmp.scm b/v7/src/runtime/rgxcmp.scm index df5fef816..f1339fa68 100644 --- a/v7/src/runtime/rgxcmp.scm +++ b/v7/src/runtime/rgxcmp.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rgxcmp.scm,v 1.121 2002/02/22 01:33:26 cph Exp $ +;;; $Id: rgxcmp.scm,v 1.122 2002/11/20 19:46:22 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/runtime.cbf b/v7/src/runtime/runtime.cbf index 65298df72..00d64ce86 100644 --- a/v7/src/runtime/runtime.cbf +++ b/v7/src/runtime/runtime.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: runtime.cbf,v 1.3 1999/01/02 06:06:43 cph Exp $ +$Id: runtime.cbf,v 1.4 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((compiler:coalescing-constant-warnings? #f)) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index b61e6307e..661422398 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.414 2002/06/26 03:27:28 cph Exp $ +$Id: runtime.pkg,v 14.415 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Runtime System Packaging diff --git a/v7/src/runtime/runtime.sf b/v7/src/runtime/runtime.sf index 44872eac3..a01e333cc 100644 --- a/v7/src/runtime/runtime.sf +++ b/v7/src/runtime/runtime.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: runtime.sf,v 14.17 2001/12/19 21:49:15 cph Exp $ +$Id: runtime.sf,v 14.18 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((sf/default-syntax-table (->environment '(RUNTIME)))) diff --git a/v7/src/runtime/savres.scm b/v7/src/runtime/savres.scm index b9ae6cf6d..f3669b404 100644 --- a/v7/src/runtime/savres.scm +++ b/v7/src/runtime/savres.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: savres.scm,v 14.34 2001/10/05 19:11:15 cph Exp $ +$Id: savres.scm,v 14.35 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Save/Restore World diff --git a/v7/src/runtime/scan.scm b/v7/src/runtime/scan.scm index 864473802..a750b4815 100644 --- a/v7/src/runtime/scan.scm +++ b/v7/src/runtime/scan.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: scan.scm,v 14.6 1999/01/02 06:11:34 cph Exp $ +$Id: scan.scm,v 14.7 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Definition Scanner diff --git a/v7/src/runtime/scode.scm b/v7/src/runtime/scode.scm index 18a05d7ab..f04c2ab3b 100644 --- a/v7/src/runtime/scode.scm +++ b/v7/src/runtime/scode.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: scode.scm,v 14.17 2001/12/20 16:28:22 cph Exp $ +$Id: scode.scm,v 14.18 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Abstraction diff --git a/v7/src/runtime/scomb.scm b/v7/src/runtime/scomb.scm index b4346803a..76816cd92 100644 --- a/v7/src/runtime/scomb.scm +++ b/v7/src/runtime/scomb.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: scomb.scm,v 14.20 2002/03/01 17:02:40 cph Exp $ +$Id: scomb.scm,v 14.21 2002/11/20 19:46:22 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Combinator Abstractions diff --git a/v7/src/runtime/sdata.scm b/v7/src/runtime/sdata.scm index 366c4cf4e..6831296ed 100644 --- a/v7/src/runtime/sdata.scm +++ b/v7/src/runtime/sdata.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: sdata.scm,v 14.3 1999/01/02 06:19:10 cph Exp $ +$Id: sdata.scm,v 14.4 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Abstract Data Field diff --git a/v7/src/runtime/sfile.scm b/v7/src/runtime/sfile.scm index c6ea4913c..2eb62329d 100644 --- a/v7/src/runtime/sfile.scm +++ b/v7/src/runtime/sfile.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: sfile.scm,v 14.32 2001/12/18 18:39:55 cph Exp $ +$Id: sfile.scm,v 14.33 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Simple File Operations diff --git a/v7/src/runtime/site.scm.dos b/v7/src/runtime/site.scm.dos index cc82bc309..e69240074 100644 --- a/v7/src/runtime/site.scm.dos +++ b/v7/src/runtime/site.scm.dos @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: site.scm.dos,v 1.14 1999/01/02 06:19:10 cph Exp $ +$Id: site.scm.dos,v 1.15 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1992-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Switzerland site specific stuff diff --git a/v7/src/runtime/site.scm.unix b/v7/src/runtime/site.scm.unix index f314a9c54..babb60f80 100644 --- a/v7/src/runtime/site.scm.unix +++ b/v7/src/runtime/site.scm.unix @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: site.scm.unix,v 1.15 1999/01/02 06:19:10 cph Exp $ +$Id: site.scm.unix,v 1.16 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Switzerland site specific stuff diff --git a/v7/src/runtime/socket.scm b/v7/src/runtime/socket.scm index 4d737d481..30f0cee2e 100644 --- a/v7/src/runtime/socket.scm +++ b/v7/src/runtime/socket.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: socket.scm,v 1.18 2002/10/07 02:13:14 cph Exp $ +$Id: socket.scm,v 1.19 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1990-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Socket Support diff --git a/v7/src/runtime/starbase.scm b/v7/src/runtime/starbase.scm index 25532b17c..4c77c6d3e 100644 --- a/v7/src/runtime/starbase.scm +++ b/v7/src/runtime/starbase.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: starbase.scm,v 1.17 2002/02/09 06:10:03 cph Exp $ +$Id: starbase.scm,v 1.18 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Starbase Graphics Interface diff --git a/v7/src/runtime/stream.scm b/v7/src/runtime/stream.scm index 852ab2efc..d913a92e8 100644 --- a/v7/src/runtime/stream.scm +++ b/v7/src/runtime/stream.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: stream.scm,v 14.12 1999/01/02 06:19:10 cph Exp $ +$Id: stream.scm,v 14.13 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Basic Stream Operations diff --git a/v7/src/runtime/string.scm b/v7/src/runtime/string.scm index 8dd90f849..bdb0920ad 100644 --- a/v7/src/runtime/string.scm +++ b/v7/src/runtime/string.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: string.scm,v 14.47 2002/02/03 03:38:57 cph Exp $ +$Id: string.scm,v 14.48 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Character String Operations diff --git a/v7/src/runtime/strnin.scm b/v7/src/runtime/strnin.scm index 5c84cef1c..af6a7334b 100644 --- a/v7/src/runtime/strnin.scm +++ b/v7/src/runtime/strnin.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: strnin.scm,v 14.8 1999/02/24 21:36:21 cph Exp $ +$Id: strnin.scm,v 14.9 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; String I/O Ports diff --git a/v7/src/runtime/strott.scm b/v7/src/runtime/strott.scm index 642b04e08..99cd121c1 100644 --- a/v7/src/runtime/strott.scm +++ b/v7/src/runtime/strott.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: strott.scm,v 14.9 1999/02/24 21:36:25 cph Exp $ +$Id: strott.scm,v 14.10 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; String Output Ports (Truncated) diff --git a/v7/src/runtime/strout.scm b/v7/src/runtime/strout.scm index c496717da..b37bb7970 100644 --- a/v7/src/runtime/strout.scm +++ b/v7/src/runtime/strout.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: strout.scm,v 14.15 2001/03/21 05:40:01 cph Exp $ +$Id: strout.scm,v 14.16 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; String Output Ports diff --git a/v7/src/runtime/symbol.scm b/v7/src/runtime/symbol.scm index 626e8998a..b7a2684f4 100644 --- a/v7/src/runtime/symbol.scm +++ b/v7/src/runtime/symbol.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: symbol.scm,v 1.7 2001/12/18 20:46:36 cph Exp $ +$Id: symbol.scm,v 1.8 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1992-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Symbols diff --git a/v7/src/runtime/syncproc.scm b/v7/src/runtime/syncproc.scm index 41ece41f4..58c89b1ff 100644 --- a/v7/src/runtime/syncproc.scm +++ b/v7/src/runtime/syncproc.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: syncproc.scm,v 1.8 1999/04/20 01:09:54 cph Exp $ +$Id: syncproc.scm,v 1.9 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Synchronous Subprocess Support diff --git a/v7/src/runtime/syntactic-closures.scm b/v7/src/runtime/syntactic-closures.scm index 260a69c50..32d85cbe6 100644 --- a/v7/src/runtime/syntactic-closures.scm +++ b/v7/src/runtime/syntactic-closures.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: syntactic-closures.scm,v 14.10 2002/04/17 00:29:23 cph Exp $ +;;; $Id: syntactic-closures.scm,v 14.11 2002/11/20 19:46:23 cph Exp $ ;;; ;;; Copyright (c) 1989-1991, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/syntax-check.scm b/v7/src/runtime/syntax-check.scm index 8b8d6fffa..3b28ccdae 100644 --- a/v7/src/runtime/syntax-check.scm +++ b/v7/src/runtime/syntax-check.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: syntax-check.scm,v 14.2 2002/02/08 03:01:54 cph Exp $ +;;; $Id: syntax-check.scm,v 14.3 2002/11/20 19:46:23 cph Exp $ ;;; ;;; Copyright (c) 1989-1991, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/syntax-output.scm b/v7/src/runtime/syntax-output.scm index 122a2a702..53021bd48 100644 --- a/v7/src/runtime/syntax-output.scm +++ b/v7/src/runtime/syntax-output.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: syntax-output.scm,v 14.5 2002/03/02 04:31:41 cph Exp $ +;;; $Id: syntax-output.scm,v 14.6 2002/11/20 19:46:23 cph Exp $ ;;; ;;; Copyright (c) 1989-1991, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/syntax-rules.scm b/v7/src/runtime/syntax-rules.scm index fa2c1ad99..3e209a616 100644 --- a/v7/src/runtime/syntax-rules.scm +++ b/v7/src/runtime/syntax-rules.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: syntax-rules.scm,v 14.1 2002/02/03 03:38:57 cph Exp $ +;;; $Id: syntax-rules.scm,v 14.2 2002/11/20 19:46:23 cph Exp $ ;;; ;;; Copyright (c) 1989-1991, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/syntax-transforms.scm b/v7/src/runtime/syntax-transforms.scm index ffbec63de..dc8c8982e 100644 --- a/v7/src/runtime/syntax-transforms.scm +++ b/v7/src/runtime/syntax-transforms.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: syntax-transforms.scm,v 14.1 2002/02/03 03:38:57 cph Exp $ +;;; $Id: syntax-transforms.scm,v 14.2 2002/11/20 19:46:23 cph Exp $ ;;; ;;; Copyright (c) 1989-1991, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/sysclk.scm b/v7/src/runtime/sysclk.scm index 0c5ebb688..8f5738011 100644 --- a/v7/src/runtime/sysclk.scm +++ b/v7/src/runtime/sysclk.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: sysclk.scm,v 14.4 1999/01/02 06:19:10 cph Exp $ +$Id: sysclk.scm,v 14.5 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988, 1989, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; System Clock diff --git a/v7/src/runtime/sysmac.scm b/v7/src/runtime/sysmac.scm index 1c3ad4768..76d15142d 100644 --- a/v7/src/runtime/sysmac.scm +++ b/v7/src/runtime/sysmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: sysmac.scm,v 14.10 2002/02/10 06:02:51 cph Exp $ +$Id: sysmac.scm,v 14.11 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; System Internal Syntax diff --git a/v7/src/runtime/system.scm b/v7/src/runtime/system.scm index 76ecebaaf..8b44e5bce 100644 --- a/v7/src/runtime/system.scm +++ b/v7/src/runtime/system.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: system.scm,v 14.13 1999/01/02 06:19:10 cph Exp $ +$Id: system.scm,v 14.14 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Subsystem Identification diff --git a/v7/src/runtime/thread.scm b/v7/src/runtime/thread.scm index c85f30cb7..fba9d6722 100644 --- a/v7/src/runtime/thread.scm +++ b/v7/src/runtime/thread.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: thread.scm,v 1.35 2001/12/20 16:13:18 cph Exp $ +$Id: thread.scm,v 1.36 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Multiple Threads of Control diff --git a/v7/src/runtime/tscript.scm b/v7/src/runtime/tscript.scm index 372db036e..cc04f3677 100644 --- a/v7/src/runtime/tscript.scm +++ b/v7/src/runtime/tscript.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: tscript.scm,v 1.4 1999/06/21 03:46:49 cph Exp $ +$Id: tscript.scm,v 1.5 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Transcript File diff --git a/v7/src/runtime/ttyio.scm b/v7/src/runtime/ttyio.scm index dbeec07d8..5d85d6aac 100644 --- a/v7/src/runtime/ttyio.scm +++ b/v7/src/runtime/ttyio.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: ttyio.scm,v 1.12 1999/02/24 21:36:08 cph Exp $ +$Id: ttyio.scm,v 1.13 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1991-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Console I/O Ports diff --git a/v7/src/runtime/tvector.scm b/v7/src/runtime/tvector.scm index 2e704494b..080be5374 100644 --- a/v7/src/runtime/tvector.scm +++ b/v7/src/runtime/tvector.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: tvector.scm,v 1.2 1999/01/02 06:19:10 cph Exp $ +;;; $Id: tvector.scm,v 1.3 2002/11/20 19:46:23 cph Exp $ ;;; ;;; Copyright (c) 1995-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Tagged Vectors diff --git a/v7/src/runtime/udata.scm b/v7/src/runtime/udata.scm index bc0cb75b1..38bd81357 100644 --- a/v7/src/runtime/udata.scm +++ b/v7/src/runtime/udata.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: udata.scm,v 14.21 2001/12/18 18:40:02 cph Exp $ +$Id: udata.scm,v 14.22 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Simple Microcode Data Structures diff --git a/v7/src/runtime/uenvir.scm b/v7/src/runtime/uenvir.scm index 4d09fa14c..35086b043 100644 --- a/v7/src/runtime/uenvir.scm +++ b/v7/src/runtime/uenvir.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: uenvir.scm,v 14.57 2002/04/24 19:21:01 cph Exp $ +$Id: uenvir.scm,v 14.58 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Microcode Environments diff --git a/v7/src/runtime/uerror.scm b/v7/src/runtime/uerror.scm index 802a5b160..bac81f749 100644 --- a/v7/src/runtime/uerror.scm +++ b/v7/src/runtime/uerror.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: uerror.scm,v 14.50 2001/12/21 04:37:52 cph Exp $ +$Id: uerror.scm,v 14.51 2002/11/20 19:46:23 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Microcode Errors diff --git a/v7/src/runtime/unicode.scm b/v7/src/runtime/unicode.scm index 20948ccb8..59ece7a3c 100644 --- a/v7/src/runtime/unicode.scm +++ b/v7/src/runtime/unicode.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: unicode.scm,v 1.2 2001/11/21 01:27:52 cph Exp $ +;;; $Id: unicode.scm,v 1.3 2002/11/20 19:46:23 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/runtime/unpars.scm b/v7/src/runtime/unpars.scm index 1bbfe07e3..a620d33ca 100644 --- a/v7/src/runtime/unpars.scm +++ b/v7/src/runtime/unpars.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: unpars.scm,v 14.50 2002/01/05 05:57:56 cph Exp $ +$Id: unpars.scm,v 14.51 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Unparser diff --git a/v7/src/runtime/unsyn.scm b/v7/src/runtime/unsyn.scm index abd6fa2fb..6783acab2 100644 --- a/v7/src/runtime/unsyn.scm +++ b/v7/src/runtime/unsyn.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: unsyn.scm,v 14.28 2002/02/03 03:38:57 cph Exp $ +$Id: unsyn.scm,v 14.29 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; UNSYNTAX: SCode -> S-Expression diff --git a/v7/src/runtime/unxdir.scm b/v7/src/runtime/unxdir.scm index df4c846c0..b52d52a46 100644 --- a/v7/src/runtime/unxdir.scm +++ b/v7/src/runtime/unxdir.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: unxdir.scm,v 14.12 2001/05/12 20:03:03 cph Exp $ +$Id: unxdir.scm,v 14.13 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Directory Operations -- unix diff --git a/v7/src/runtime/unxprm.scm b/v7/src/runtime/unxprm.scm index d011a5464..3b017d3c7 100644 --- a/v7/src/runtime/unxprm.scm +++ b/v7/src/runtime/unxprm.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: unxprm.scm,v 1.62 2001/12/18 18:40:04 cph Exp $ +$Id: unxprm.scm,v 1.63 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Miscellaneous Unix Primitives diff --git a/v7/src/runtime/unxpth.scm b/v7/src/runtime/unxpth.scm index ed96c82c8..e5ed30438 100644 --- a/v7/src/runtime/unxpth.scm +++ b/v7/src/runtime/unxpth.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: unxpth.scm,v 14.26 2001/05/12 19:40:22 cph Exp $ +$Id: unxpth.scm,v 14.27 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Unix Pathnames diff --git a/v7/src/runtime/uproc.scm b/v7/src/runtime/uproc.scm index bb4852ba3..cbabba68a 100644 --- a/v7/src/runtime/uproc.scm +++ b/v7/src/runtime/uproc.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: uproc.scm,v 1.11 1999/01/02 06:19:10 cph Exp $ +$Id: uproc.scm,v 1.12 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1990-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Microcode Procedures diff --git a/v7/src/runtime/urtrap.scm b/v7/src/runtime/urtrap.scm index c0fa92459..a8d467126 100644 --- a/v7/src/runtime/urtrap.scm +++ b/v7/src/runtime/urtrap.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: urtrap.scm,v 14.13 2002/01/08 05:06:46 cph Exp $ +$Id: urtrap.scm,v 14.14 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Reference Traps diff --git a/v7/src/runtime/usrint.scm b/v7/src/runtime/usrint.scm index e1f8fa65a..b3b65570a 100644 --- a/v7/src/runtime/usrint.scm +++ b/v7/src/runtime/usrint.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: usrint.scm,v 1.17 2001/12/19 05:22:13 cph Exp $ +$Id: usrint.scm,v 1.18 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1991-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; User Interface diff --git a/v7/src/runtime/utabs.scm b/v7/src/runtime/utabs.scm index 5585c328f..9c0263293 100644 --- a/v7/src/runtime/utabs.scm +++ b/v7/src/runtime/utabs.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: utabs.scm,v 14.14 2001/09/25 05:08:40 cph Exp $ +$Id: utabs.scm,v 14.15 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Microcode Name <-> Code Maps diff --git a/v7/src/runtime/vector.scm b/v7/src/runtime/vector.scm index 902639f9d..4dce02555 100644 --- a/v7/src/runtime/vector.scm +++ b/v7/src/runtime/vector.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: vector.scm,v 14.21 2002/02/09 06:10:11 cph Exp $ +$Id: vector.scm,v 14.22 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Operations on Vectors diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index e74c70012..a3a2d66de 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.209 2002/06/26 03:35:03 cph Exp $ +$Id: version.scm,v 14.210 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Runtime System Version Information diff --git a/v7/src/runtime/where.scm b/v7/src/runtime/where.scm index 70acc6b7e..6d8ba6efd 100644 --- a/v7/src/runtime/where.scm +++ b/v7/src/runtime/where.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: where.scm,v 14.11 1999/01/02 06:19:10 cph Exp $ +$Id: where.scm,v 14.12 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Environment Inspector diff --git a/v7/src/runtime/wind.scm b/v7/src/runtime/wind.scm index 8b78d2ff3..e6a00b81e 100644 --- a/v7/src/runtime/wind.scm +++ b/v7/src/runtime/wind.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: wind.scm,v 14.6 1999/01/02 06:19:10 cph Exp $ +$Id: wind.scm,v 14.7 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; State Space Model diff --git a/v7/src/runtime/wrkdir.scm b/v7/src/runtime/wrkdir.scm index f9761aba1..06405a17e 100644 --- a/v7/src/runtime/wrkdir.scm +++ b/v7/src/runtime/wrkdir.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: wrkdir.scm,v 14.8 1999/01/02 06:19:10 cph Exp $ +$Id: wrkdir.scm,v 14.9 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Working Directory diff --git a/v7/src/runtime/wttree.scm b/v7/src/runtime/wttree.scm index 6e18b89b5..0a4f20b77 100644 --- a/v7/src/runtime/wttree.scm +++ b/v7/src/runtime/wttree.scm @@ -1,22 +1,24 @@ #| -*-Scheme-*- -$Id: wttree.scm,v 1.10 1999/01/02 06:19:10 cph Exp $ +$Id: wttree.scm,v 1.11 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1993-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT 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 diff --git a/v7/src/runtime/x11graph.scm b/v7/src/runtime/x11graph.scm index a7cf3b837..aea6d7a1d 100644 --- a/v7/src/runtime/x11graph.scm +++ b/v7/src/runtime/x11graph.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: x11graph.scm,v 1.52 2002/06/26 03:26:53 cph Exp $ +$Id: x11graph.scm,v 1.53 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1989-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; X Graphics Interface diff --git a/v7/src/runtime/xeval.scm b/v7/src/runtime/xeval.scm index 23ab70ee0..a5fb89a4e 100644 --- a/v7/src/runtime/xeval.scm +++ b/v7/src/runtime/xeval.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: xeval.scm,v 1.10 2002/02/13 01:06:02 cph Exp $ +$Id: xeval.scm,v 1.11 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1989-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Evaluator extended for compiled-code environments diff --git a/v7/src/runtime/ystep.scm b/v7/src/runtime/ystep.scm index c598b304a..99807c7f8 100644 --- a/v7/src/runtime/ystep.scm +++ b/v7/src/runtime/ystep.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: ystep.scm,v 1.3 1999/01/02 06:19:10 cph Exp $ +$Id: ystep.scm,v 1.4 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1994, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; YStep - a step away from ZStep diff --git a/v7/src/sf/butils.scm b/v7/src/sf/butils.scm index ae3e7d2f1..ae5ecb434 100644 --- a/v7/src/sf/butils.scm +++ b/v7/src/sf/butils.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: butils.scm,v 4.11 2001/12/17 17:40:59 cph Exp $ +$Id: butils.scm,v 4.12 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Build utilities diff --git a/v7/src/sf/cgen.scm b/v7/src/sf/cgen.scm index c8e2d67d8..a4b8c27bd 100644 --- a/v7/src/sf/cgen.scm +++ b/v7/src/sf/cgen.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: cgen.scm,v 4.5 2001/12/20 16:28:23 cph Exp $ +$Id: cgen.scm,v 4.6 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Generate SCode from Expression diff --git a/v7/src/sf/chtype.scm b/v7/src/sf/chtype.scm index 15ff4f83c..8ae73f900 100644 --- a/v7/src/sf/chtype.scm +++ b/v7/src/sf/chtype.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: chtype.scm,v 4.4 2001/12/20 16:28:23 cph Exp $ +$Id: chtype.scm,v 4.5 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988, 1993, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Intern object types diff --git a/v7/src/sf/copy.scm b/v7/src/sf/copy.scm index 30a425047..e7a8f5a9c 100644 --- a/v7/src/sf/copy.scm +++ b/v7/src/sf/copy.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: copy.scm,v 4.6 2001/12/20 16:28:23 cph Exp $ +$Id: copy.scm,v 4.7 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Copy Expression diff --git a/v7/src/sf/emodel.scm b/v7/src/sf/emodel.scm index 7ac7e7cf4..80dc9d314 100644 --- a/v7/src/sf/emodel.scm +++ b/v7/src/sf/emodel.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: emodel.scm,v 4.4 1999/01/02 06:19:10 cph Exp $ +$Id: emodel.scm,v 4.5 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1987, 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Environment Model diff --git a/v7/src/sf/free.scm b/v7/src/sf/free.scm index 13d046d44..0e4c0709b 100644 --- a/v7/src/sf/free.scm +++ b/v7/src/sf/free.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: free.scm,v 4.4 2001/12/20 16:28:23 cph Exp $ +$Id: free.scm,v 4.5 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988, 1993, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Free Variable Analysis diff --git a/v7/src/sf/gconst.scm b/v7/src/sf/gconst.scm index 355244e78..e4470e788 100644 --- a/v7/src/sf/gconst.scm +++ b/v7/src/sf/gconst.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: gconst.scm,v 4.27 2001/12/20 18:06:22 cph Exp $ +$Id: gconst.scm,v 4.28 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1987-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Global Constants List diff --git a/v7/src/sf/gimprt.scm b/v7/src/sf/gimprt.scm index 22b980c04..6b52a8867 100644 --- a/v7/src/sf/gimprt.scm +++ b/v7/src/sf/gimprt.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: gimprt.scm,v 4.2 1999/01/02 06:19:10 cph Exp $ +$Id: gimprt.scm,v 4.3 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Global Imports diff --git a/v7/src/sf/lsets.scm b/v7/src/sf/lsets.scm index c3b7803a2..8e53c518b 100644 --- a/v7/src/sf/lsets.scm +++ b/v7/src/sf/lsets.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: lsets.scm,v 4.3 1999/01/02 06:19:10 cph Exp $ +$Id: lsets.scm,v 4.4 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Unordered Set abstraction diff --git a/v7/src/sf/make.scm b/v7/src/sf/make.scm index 4549e098d..dd646aa75 100644 --- a/v7/src/sf/make.scm +++ b/v7/src/sf/make.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.41 2002/02/03 03:38:58 cph Exp $ +$Id: make.scm,v 4.42 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: System Construction diff --git a/v7/src/sf/object.scm b/v7/src/sf/object.scm index 9e534e63e..e88578f7b 100644 --- a/v7/src/sf/object.scm +++ b/v7/src/sf/object.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: object.scm,v 4.15 2002/02/22 01:34:04 cph Exp $ +$Id: object.scm,v 4.16 2002/11/20 19:46:24 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Data Types diff --git a/v7/src/sf/pardec.scm b/v7/src/sf/pardec.scm index 45885b7ba..8f6ce2616 100644 --- a/v7/src/sf/pardec.scm +++ b/v7/src/sf/pardec.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: pardec.scm,v 4.14 2001/12/21 18:39:20 cph Exp $ +$Id: pardec.scm,v 4.15 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Parse Declarations diff --git a/v7/src/sf/pthmap.scm b/v7/src/sf/pthmap.scm index 11b9e653b..1e63ee082 100644 --- a/v7/src/sf/pthmap.scm +++ b/v7/src/sf/pthmap.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: pthmap.scm,v 4.5 1999/01/02 06:19:10 cph Exp $ +$Id: pthmap.scm,v 4.6 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Pathname Maps diff --git a/v7/src/sf/reduct.scm b/v7/src/sf/reduct.scm index a294243a8..56b12db4b 100644 --- a/v7/src/sf/reduct.scm +++ b/v7/src/sf/reduct.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: reduct.scm,v 4.10 1999/01/02 06:19:10 cph Exp $ +$Id: reduct.scm,v 4.11 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: User defined reductions diff --git a/v7/src/sf/sf.cbf b/v7/src/sf/sf.cbf index e560e3c7d..41200cc55 100644 --- a/v7/src/sf/sf.cbf +++ b/v7/src/sf/sf.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: sf.cbf,v 1.3 1999/01/02 06:19:10 cph Exp $ +$Id: sf.cbf,v 1.4 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((compiler:coalescing-constant-warnings? #f)) diff --git a/v7/src/sf/sf.pkg b/v7/src/sf/sf.pkg index 05a5bc668..d151e5a60 100644 --- a/v7/src/sf/sf.pkg +++ b/v7/src/sf/sf.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: sf.pkg,v 4.17 2002/02/03 03:38:58 cph Exp $ +$Id: sf.pkg,v 4.18 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SF Packaging diff --git a/v7/src/sf/sf.sf b/v7/src/sf/sf.sf index 060d5dd06..64f60a711 100644 --- a/v7/src/sf/sf.sf +++ b/v7/src/sf/sf.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: sf.sf,v 4.11 2001/12/20 16:28:23 cph Exp $ +$Id: sf.sf,v 4.12 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((sf/default-syntax-table (->environment '(RUNTIME))) diff --git a/v7/src/sf/subst.scm b/v7/src/sf/subst.scm index 3efcfc5b5..4a5d11467 100644 --- a/v7/src/sf/subst.scm +++ b/v7/src/sf/subst.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: subst.scm,v 4.17 2001/12/20 16:28:23 cph Exp $ +$Id: subst.scm,v 4.18 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Beta Substitution diff --git a/v7/src/sf/table.scm b/v7/src/sf/table.scm index b98314f9c..65b95b98c 100644 --- a/v7/src/sf/table.scm +++ b/v7/src/sf/table.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: table.scm,v 4.5 1999/01/02 06:19:10 cph Exp $ +$Id: table.scm,v 4.6 2002/11/20 19:46:25 cph Exp $ COPYRIGHT (c) 1988-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations) diff --git a/v7/src/sf/tables.scm b/v7/src/sf/tables.scm index 43baa320d..5017a4712 100644 --- a/v7/src/sf/tables.scm +++ b/v7/src/sf/tables.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: tables.scm,v 4.3 1999/01/02 06:19:10 cph Exp $ +$Id: tables.scm,v 4.4 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987, 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Tables diff --git a/v7/src/sf/toplev.scm b/v7/src/sf/toplev.scm index 6cde7489e..1bc9bb15b 100644 --- a/v7/src/sf/toplev.scm +++ b/v7/src/sf/toplev.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: toplev.scm,v 4.24 2002/02/09 05:41:31 cph Exp $ +$Id: toplev.scm,v 4.25 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1988-2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Top Level diff --git a/v7/src/sf/usicon.scm b/v7/src/sf/usicon.scm index 91e0d9b5a..24529eb97 100644 --- a/v7/src/sf/usicon.scm +++ b/v7/src/sf/usicon.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: usicon.scm,v 4.5 2001/12/19 04:02:53 cph Exp $ +$Id: usicon.scm,v 4.6 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Usual Integrations: Constants diff --git a/v7/src/sf/usiexp.scm b/v7/src/sf/usiexp.scm index e03e6c147..0751f26b2 100644 --- a/v7/src/sf/usiexp.scm +++ b/v7/src/sf/usiexp.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: usiexp.scm,v 4.41 2001/12/20 18:48:55 cph Exp $ +$Id: usiexp.scm,v 4.42 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Usual Integrations: Combination Expansions diff --git a/v7/src/sf/xform.scm b/v7/src/sf/xform.scm index 9973a230a..22d827f2d 100644 --- a/v7/src/sf/xform.scm +++ b/v7/src/sf/xform.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: xform.scm,v 4.11 2001/12/20 16:28:23 cph Exp $ +$Id: xform.scm,v 4.12 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SCode Optimizer: Transform Input Expression diff --git a/v7/src/sicp/compat.scm b/v7/src/sicp/compat.scm index 11042e762..10873acc7 100644 --- a/v7/src/sicp/compat.scm +++ b/v7/src/sicp/compat.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: compat.scm,v 1.8 1999/01/02 06:19:10 cph Exp $ +$Id: compat.scm,v 1.9 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 6.001 Compatibility Definitions diff --git a/v7/src/sicp/genenv.scm b/v7/src/sicp/genenv.scm index eb2d9c08c..80ac5ffb7 100644 --- a/v7/src/sicp/genenv.scm +++ b/v7/src/sicp/genenv.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: genenv.scm,v 1.3 1999/01/02 06:19:10 cph Exp $ +$Id: genenv.scm,v 1.4 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Environment hacking for 6.001 diff --git a/v7/src/sicp/graphics.scm b/v7/src/sicp/graphics.scm index cfc9e6cf6..bed9c196f 100644 --- a/v7/src/sicp/graphics.scm +++ b/v7/src/sicp/graphics.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: graphics.scm,v 1.5 1999/01/02 06:19:10 cph Exp $ +$Id: graphics.scm,v 1.6 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Student graphics Interface diff --git a/v7/src/sicp/sbuild.scm b/v7/src/sicp/sbuild.scm index c351157c2..a2639958f 100644 --- a/v7/src/sicp/sbuild.scm +++ b/v7/src/sicp/sbuild.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: sbuild.scm,v 1.5 1999/01/02 06:19:10 cph Exp $ +$Id: sbuild.scm,v 1.6 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; 6.001 Student Environment diff --git a/v7/src/sicp/stream.scm b/v7/src/sicp/stream.scm index d536fcfd5..2531cf056 100644 --- a/v7/src/sicp/stream.scm +++ b/v7/src/sicp/stream.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: stream.scm,v 1.2 1999/01/02 06:19:10 cph Exp $ +$Id: stream.scm,v 1.3 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987, 1988, 1989, 1990, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Stream Utilities diff --git a/v7/src/sicp/strmac.scm b/v7/src/sicp/strmac.scm index 28999bbe4..17b985e86 100644 --- a/v7/src/sicp/strmac.scm +++ b/v7/src/sicp/strmac.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: strmac.scm,v 1.3 2001/12/20 06:37:25 cph Exp $ +$Id: strmac.scm,v 1.4 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987-1990, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Stream Macros diff --git a/v7/src/sicp/studen.scm b/v7/src/sicp/studen.scm index 2af705ba8..e9b6f586f 100644 --- a/v7/src/sicp/studen.scm +++ b/v7/src/sicp/studen.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: studen.scm,v 1.11 2001/12/20 06:51:21 cph Exp $ +$Id: studen.scm,v 1.12 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1987-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Environment, syntax and read table hacking for 6.001 students. diff --git a/v7/src/sos/Makefile.in b/v7/src/sos/Makefile.in index d8315818a..abdc5c0c4 100644 --- a/v7/src/sos/Makefile.in +++ b/v7/src/sos/Makefile.in @@ -1,19 +1,21 @@ -# $Id: Makefile.in,v 1.3 2001/12/17 17:40:59 cph Exp $ +# $Id: Makefile.in,v 1.4 2002/11/20 19:46:25 cph Exp $ # # Copyright (c) 2000, 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/sos/class.scm b/v7/src/sos/class.scm index 262c033f7..8b62e950a 100644 --- a/v7/src/sos/class.scm +++ b/v7/src/sos/class.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: class.scm,v 1.12 2002/02/03 03:38:58 cph Exp $ +;;; $Id: class.scm,v 1.13 2002/11/20 19:46:25 cph Exp $ ;;; ;;; Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/sos/compile.scm b/v7/src/sos/compile.scm index bdcdc4a6f..011dd4dad 100644 --- a/v7/src/sos/compile.scm +++ b/v7/src/sos/compile.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: compile.scm,v 1.5 2001/12/19 20:49:57 cph Exp $ +;;; $Id: compile.scm,v 1.6 2002/11/20 19:46:25 cph Exp $ ;;; ;;; Copyright (c) 1995-1999, 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/sos/ed-ffi.scm b/v7/src/sos/ed-ffi.scm index ccc685f90..6b54c605a 100644 --- a/v7/src/sos/ed-ffi.scm +++ b/v7/src/sos/ed-ffi.scm @@ -1,23 +1,25 @@ #| -*- Scheme -*- -$Id: ed-ffi.scm,v 1.3 2001/12/19 20:50:01 cph Exp $ +$Id: ed-ffi.scm,v 1.4 2002/11/20 19:46:25 cph Exp $ Copyright (c) 1997, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Edwin buffer packaging info diff --git a/v7/src/sos/instance.scm b/v7/src/sos/instance.scm index 22becbf14..376594fe4 100644 --- a/v7/src/sos/instance.scm +++ b/v7/src/sos/instance.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: instance.scm,v 1.14 2002/02/03 03:38:58 cph Exp $ +;;; $Id: instance.scm,v 1.15 2002/11/20 19:46:25 cph Exp $ ;;; ;;; Copyright (c) 1995-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/sos/load.scm b/v7/src/sos/load.scm index 6573bca9c..ffb922762 100644 --- a/v7/src/sos/load.scm +++ b/v7/src/sos/load.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.11 2002/02/03 04:40:09 cph Exp $ +;;; $Id: load.scm,v 1.12 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 1995-1999, 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/sos/macros.scm b/v7/src/sos/macros.scm index ffda5878b..edfd81908 100644 --- a/v7/src/sos/macros.scm +++ b/v7/src/sos/macros.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: macros.scm,v 1.14 2002/02/09 05:42:02 cph Exp $ +;;; $Id: macros.scm,v 1.15 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 1993-2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/sos/method.scm b/v7/src/sos/method.scm index e63a9e700..44b1d90a6 100644 --- a/v7/src/sos/method.scm +++ b/v7/src/sos/method.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: method.scm,v 1.11 1999/01/02 06:19:10 cph Exp $ +;;; $Id: method.scm,v 1.12 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 1995-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Methods and Effective Method Procedures diff --git a/v7/src/sos/microbench.scm b/v7/src/sos/microbench.scm index deb307808..82149c281 100644 --- a/v7/src/sos/microbench.scm +++ b/v7/src/sos/microbench.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: microbench.scm,v 1.2 1999/01/02 06:19:10 cph Exp $ +;;; $Id: microbench.scm,v 1.3 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 1993-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Micro-benchmarks for SOS diff --git a/v7/src/sos/printer.scm b/v7/src/sos/printer.scm index ed181a49b..7b069f373 100644 --- a/v7/src/sos/printer.scm +++ b/v7/src/sos/printer.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: printer.scm,v 1.2 1999/01/02 06:19:10 cph Exp $ +;;; $Id: printer.scm,v 1.3 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 1996, 1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Printer Support diff --git a/v7/src/sos/slot.scm b/v7/src/sos/slot.scm index d4c720b83..5ffdad4df 100644 --- a/v7/src/sos/slot.scm +++ b/v7/src/sos/slot.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: slot.scm,v 1.7 1999/01/02 06:19:10 cph Exp $ +;;; $Id: slot.scm,v 1.8 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 1995-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Instance Slots diff --git a/v7/src/sos/sos.pkg b/v7/src/sos/sos.pkg index 72b20f3af..88d6270a2 100644 --- a/v7/src/sos/sos.pkg +++ b/v7/src/sos/sos.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: sos.pkg,v 1.11 2001/12/23 17:21:00 cph Exp $ +$Id: sos.pkg,v 1.12 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1995-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Packaging for Scheme Object System diff --git a/v7/src/star-parser/Makefile.in b/v7/src/star-parser/Makefile.in index 65b6c096f..c65f1b95a 100644 --- a/v7/src/star-parser/Makefile.in +++ b/v7/src/star-parser/Makefile.in @@ -1,19 +1,21 @@ -# $Id: Makefile.in,v 1.2 2001/12/17 17:40:59 cph Exp $ +# $Id: Makefile.in,v 1.3 2002/11/20 19:46:26 cph Exp $ # # Copyright (c) 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/star-parser/compile.scm b/v7/src/star-parser/compile.scm index e31e20d95..5d6fdbc74 100644 --- a/v7/src/star-parser/compile.scm +++ b/v7/src/star-parser/compile.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: compile.scm,v 1.5 2002/02/03 03:38:58 cph Exp $ +;;; $Id: compile.scm,v 1.6 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/star-parser/ed-ffi.scm b/v7/src/star-parser/ed-ffi.scm index fc8c8080d..9b0ca527a 100644 --- a/v7/src/star-parser/ed-ffi.scm +++ b/v7/src/star-parser/ed-ffi.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: ed-ffi.scm,v 1.5 2001/12/20 06:38:42 cph Exp $ +;;; $Id: ed-ffi.scm,v 1.6 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/star-parser/load.scm b/v7/src/star-parser/load.scm index 89e6f1676..bc45d2acb 100644 --- a/v7/src/star-parser/load.scm +++ b/v7/src/star-parser/load.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.12 2002/02/03 03:38:58 cph Exp $ +;;; $Id: load.scm,v 1.13 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/star-parser/matcher.scm b/v7/src/star-parser/matcher.scm index 8c0109b78..72ca8b648 100644 --- a/v7/src/star-parser/matcher.scm +++ b/v7/src/star-parser/matcher.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: matcher.scm,v 1.29 2002/02/03 03:38:58 cph Exp $ +;;; $Id: matcher.scm,v 1.30 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/star-parser/parser.pkg b/v7/src/star-parser/parser.pkg index cbc7221e2..2ac973827 100644 --- a/v7/src/star-parser/parser.pkg +++ b/v7/src/star-parser/parser.pkg @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: parser.pkg,v 1.18 2002/02/03 03:38:58 cph Exp $ +;;; $Id: parser.pkg,v 1.19 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/star-parser/parser.scm b/v7/src/star-parser/parser.scm index fe0bbf61d..fcf569fbd 100644 --- a/v7/src/star-parser/parser.scm +++ b/v7/src/star-parser/parser.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: parser.scm,v 1.32 2002/02/03 03:38:58 cph Exp $ +;;; $Id: parser.scm,v 1.33 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/star-parser/shared.scm b/v7/src/star-parser/shared.scm index 0400177d1..2ef6dca2f 100644 --- a/v7/src/star-parser/shared.scm +++ b/v7/src/star-parser/shared.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: shared.scm,v 1.23 2002/02/03 03:38:58 cph Exp $ +;;; $Id: shared.scm,v 1.24 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/star-parser/test-parser.scm b/v7/src/star-parser/test-parser.scm index 9b10c39c2..253c7c24f 100644 --- a/v7/src/star-parser/test-parser.scm +++ b/v7/src/star-parser/test-parser.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: test-parser.scm,v 1.3 2001/07/09 04:08:14 cph Exp $ +;;; $Id: test-parser.scm,v 1.4 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/swat/scheme/swat.sf b/v7/src/swat/scheme/swat.sf index 2f8bf0c7c..421f5d5f0 100644 --- a/v7/src/swat/scheme/swat.sf +++ b/v7/src/swat/scheme/swat.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: swat.sf,v 1.4 2001/12/19 21:50:34 cph Exp $ +$Id: swat.sf,v 1.5 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993-1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; SWAT build process: syntaxing. diff --git a/v7/src/wabbit/load.scm b/v7/src/wabbit/load.scm index 58170040b..3082e28b3 100644 --- a/v7/src/wabbit/load.scm +++ b/v7/src/wabbit/load.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: load.scm,v 1.3 1999/01/02 06:19:10 cph Exp $ +$Id: load.scm,v 1.4 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; System Packaging diff --git a/v7/src/wabbit/wabbit.cbf b/v7/src/wabbit/wabbit.cbf index 7acf19c6b..2023308ee 100644 --- a/v7/src/wabbit/wabbit.cbf +++ b/v7/src/wabbit/wabbit.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: wabbit.cbf,v 1.2 1999/01/02 06:19:10 cph Exp $ +$Id: wabbit.cbf,v 1.3 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1994, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((compiler:coalescing-constant-warnings? #f)) diff --git a/v7/src/wabbit/wabbit.pkg b/v7/src/wabbit/wabbit.pkg index 45ffcce08..ca2a48b3a 100644 --- a/v7/src/wabbit/wabbit.pkg +++ b/v7/src/wabbit/wabbit.pkg @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: wabbit.pkg,v 1.2 1999/01/02 06:19:10 cph Exp $ +$Id: wabbit.pkg,v 1.3 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1994, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Wabbit Hunting / Headhunting System Packaging diff --git a/v7/src/wabbit/wabbit.scm b/v7/src/wabbit/wabbit.scm index 4bc1cf10e..26c745a38 100644 --- a/v7/src/wabbit/wabbit.scm +++ b/v7/src/wabbit/wabbit.scm @@ -1,22 +1,25 @@ #| -*- Scheme -*- -$Id: wabbit.scm,v 1.2 1999/01/02 06:19:10 cph Exp $ +$Id: wabbit.scm,v 1.3 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1994, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Wabbit Hunting and Headhunting GC diff --git a/v7/src/wabbit/wabbit.sf b/v7/src/wabbit/wabbit.sf index 487cbd5b7..8b93524a0 100644 --- a/v7/src/wabbit/wabbit.sf +++ b/v7/src/wabbit/wabbit.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: wabbit.sf,v 1.4 2001/12/19 21:51:00 cph Exp $ +$Id: wabbit.sf,v 1.5 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1994, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((sf/default-syntax-table (->environment '(RUNTIME)))) diff --git a/v7/src/win32/clipbrd.scm b/v7/src/win32/clipbrd.scm index e905486e1..768ae7d48 100644 --- a/v7/src/win32/clipbrd.scm +++ b/v7/src/win32/clipbrd.scm @@ -1,22 +1,25 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: clipbrd.scm,v 1.5 1999/01/02 06:19:10 cph Exp $ +;;; $Id: clipbrd.scm,v 1.6 2002/11/20 19:46:26 cph Exp $ ;;; ;;; Copyright (c) 1995-1999 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;;; along with MIT Scheme; if not, write to the Free Software +;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;;; 02111-1307, USA. ;;;; Miscellaneous Win32 Facilities diff --git a/v7/src/win32/dib.scm b/v7/src/win32/dib.scm index e21c43755..d38c72f24 100644 --- a/v7/src/win32/dib.scm +++ b/v7/src/win32/dib.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: dib.scm,v 1.5 2001/12/23 17:21:00 cph Exp $ +$Id: dib.scm,v 1.6 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993, 1999-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Device-independent bitmaps (dibutils.dll) diff --git a/v7/src/win32/dibutils/dibutils.c b/v7/src/win32/dibutils/dibutils.c index a84d61153..1f9c81321 100644 --- a/v7/src/win32/dibutils/dibutils.c +++ b/v7/src/win32/dibutils/dibutils.c @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: dibutils.c,v 1.4 1999/01/02 06:19:10 cph Exp $ +$Id: dibutils.c,v 1.5 2002/11/20 19:46:27 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ diff --git a/v7/src/win32/dibutils/dibutils.def b/v7/src/win32/dibutils/dibutils.def index 9ed5f3739..b56ceadfc 100644 --- a/v7/src/win32/dibutils/dibutils.def +++ b/v7/src/win32/dibutils/dibutils.def @@ -1,21 +1,24 @@ ;; -;; $Id: dibutils.def,v 1.3 1999/01/02 06:19:10 cph Exp $ +;; $Id: dibutils.def,v 1.4 2002/11/20 19:46:27 cph Exp $ ;; ;; Copyright (c) 1993, 1999 Massachusetts Institute of Technology ;; -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation; either version 2 of the -;; License, or (at your option) any later version. +;; This file is part of MIT Scheme. ;; -;; This program is distributed in the hope that it will be useful, but +;; MIT Scheme is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published +;; by the Free Software Foundation; either version 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. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program; if not, write to the Free Software -;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with MIT Scheme; if not, write to the Free Software +;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +;; 02111-1307, USA. */ ;; diff --git a/v7/src/win32/dibutils/dibutils.h b/v7/src/win32/dibutils/dibutils.h index bc326bc36..b3261ba11 100644 --- a/v7/src/win32/dibutils/dibutils.h +++ b/v7/src/win32/dibutils/dibutils.h @@ -1,22 +1,25 @@ /* -*-C-*- -$Id: dibutils.h,v 1.4 1999/01/02 06:19:10 cph Exp $ +$Id: dibutils.h,v 1.5 2002/11/20 19:46:27 cph Exp $ Copyright (c) 1994-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ diff --git a/v7/src/win32/dibutils/makefile.msc b/v7/src/win32/dibutils/makefile.msc index ee7618f97..d629672a0 100644 --- a/v7/src/win32/dibutils/makefile.msc +++ b/v7/src/win32/dibutils/makefile.msc @@ -1,20 +1,22 @@ ### -### $Id: makefile.msc,v 1.4 2002/01/27 06:34:34 cph Exp $ +### $Id: makefile.msc,v 1.5 2002/11/20 19:46:27 cph Exp $ ### ### Copyright (c) 1993, 1999, 2002 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software +### along with MIT Scheme; if not, write to the Free Software ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. diff --git a/v7/src/win32/dibutils/makefile.wcc b/v7/src/win32/dibutils/makefile.wcc index 913e86e29..efe1faa14 100644 --- a/v7/src/win32/dibutils/makefile.wcc +++ b/v7/src/win32/dibutils/makefile.wcc @@ -1,20 +1,22 @@ ### -### $Id: makefile.wcc,v 1.4 2002/01/27 06:34:26 cph Exp $ +### $Id: makefile.wcc,v 1.5 2002/11/20 19:46:27 cph Exp $ ### ### Copyright (c) 1993-1999, 2002 Massachusetts Institute of Technology ### -### This program is free software; you can redistribute it and/or -### modify it under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. +### This file is part of MIT Scheme. ### -### This program is distributed in the hope that it will be useful, -### but WITHOUT ANY WARRANTY; without even the implied warranty of +### MIT Scheme is free software; you can redistribute it and/or modify +### it under the terms of the GNU General Public License as published +### by the Free Software Foundation; either version 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. ### ### You should have received a copy of the GNU General Public License -### along with this program; if not, write to the Free Software +### along with MIT Scheme; if not, write to the Free Software ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. diff --git a/v7/src/win32/ffimacro.scm b/v7/src/win32/ffimacro.scm index fe9b2c413..cf306641a 100644 --- a/v7/src/win32/ffimacro.scm +++ b/v7/src/win32/ffimacro.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: ffimacro.scm,v 1.8 2002/02/12 00:31:37 cph Exp $ +$Id: ffimacro.scm,v 1.9 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/win32/graphics.scm b/v7/src/win32/graphics.scm index 547f43e72..ddcec199c 100644 --- a/v7/src/win32/graphics.scm +++ b/v7/src/win32/graphics.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: graphics.scm,v 1.17 2002/06/26 03:33:56 cph Exp $ +$Id: graphics.scm,v 1.18 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993-1999, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/v7/src/win32/make.scm b/v7/src/win32/make.scm index 12524183c..652ebae83 100644 --- a/v7/src/win32/make.scm +++ b/v7/src/win32/make.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.11 2002/06/26 03:35:32 cph Exp $ +$Id: make.scm,v 1.12 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Win32 subsystem: System Construction diff --git a/v7/src/win32/module.scm b/v7/src/win32/module.scm index 8895623d0..429422ff9 100644 --- a/v7/src/win32/module.scm +++ b/v7/src/win32/module.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: module.scm,v 1.4 1999/01/02 06:19:10 cph Exp $ +$Id: module.scm,v 1.5 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Scheme interface to win32 modules diff --git a/v7/src/win32/protect.scm b/v7/src/win32/protect.scm index 428180419..91749e0bf 100644 --- a/v7/src/win32/protect.scm +++ b/v7/src/win32/protect.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: protect.scm,v 1.3 1999/01/02 06:19:10 cph Exp $ +$Id: protect.scm,v 1.4 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Protection lists diff --git a/v7/src/win32/wf_user.scm b/v7/src/win32/wf_user.scm index e27c08d82..6d41af5b0 100644 --- a/v7/src/win32/wf_user.scm +++ b/v7/src/win32/wf_user.scm @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: wf_user.scm,v 1.10 1999/01/02 06:19:10 cph Exp $ +$Id: wf_user.scm,v 1.11 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993-1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; win32 foreign functions diff --git a/v7/src/win32/win32.cbf b/v7/src/win32/win32.cbf index 103232cd4..ad9a1b80a 100644 --- a/v7/src/win32/win32.cbf +++ b/v7/src/win32/win32.cbf @@ -1,22 +1,25 @@ #| -*-Scheme-*- -$Id: win32.cbf,v 1.3 1999/01/02 06:19:10 cph Exp $ +$Id: win32.cbf,v 1.4 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993, 1999 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (fluid-let ((compiler:coalescing-constant-warnings? #f) diff --git a/v7/src/win32/win32.pkg b/v7/src/win32/win32.pkg index 9a04d8f98..72c46a454 100644 --- a/v7/src/win32/win32.pkg +++ b/v7/src/win32/win32.pkg @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: win32.pkg,v 1.15 2001/12/23 17:21:00 cph Exp $ +$Id: win32.pkg,v 1.16 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993-2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; WIN32 Packaging diff --git a/v7/src/win32/win32.sf b/v7/src/win32/win32.sf index 245b559c9..866006fb3 100644 --- a/v7/src/win32/win32.sf +++ b/v7/src/win32/win32.sf @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: win32.sf,v 1.9 2002/02/03 03:38:58 cph Exp $ +$Id: win32.sf,v 1.10 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993-1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (load-option 'CREF) diff --git a/v7/src/win32/win_ffi.scm b/v7/src/win32/win_ffi.scm index 903de4739..de69bb82d 100644 --- a/v7/src/win32/win_ffi.scm +++ b/v7/src/win32/win_ffi.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: win_ffi.scm,v 1.9 2002/02/03 03:38:58 cph Exp $ +$Id: win_ffi.scm,v 1.10 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993, 1999, 2001, 2002 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# ;;;; Foreign function interface diff --git a/v7/src/win32/wingdi.scm b/v7/src/win32/wingdi.scm index 9d2c3ce3e..81d2e73b4 100644 --- a/v7/src/win32/wingdi.scm +++ b/v7/src/win32/wingdi.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: wingdi.scm,v 1.3 2001/12/23 17:21:00 cph Exp $ +$Id: wingdi.scm,v 1.4 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/win32/winnt.scm b/v7/src/win32/winnt.scm index af4f6f10b..c49b994aa 100644 --- a/v7/src/win32/winnt.scm +++ b/v7/src/win32/winnt.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: winnt.scm,v 1.3 2001/12/23 17:21:00 cph Exp $ +$Id: winnt.scm,v 1.4 2002/11/20 19:46:26 cph Exp $ Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/win32/winuser.scm b/v7/src/win32/winuser.scm index a7c6f152d..945766f44 100644 --- a/v7/src/win32/winuser.scm +++ b/v7/src/win32/winuser.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: winuser.scm,v 1.3 2001/12/23 17:21:00 cph Exp $ +$Id: winuser.scm,v 1.4 2002/11/20 19:46:27 cph Exp $ Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/win32/wt_user.scm b/v7/src/win32/wt_user.scm index 198957384..4e2410c7e 100644 --- a/v7/src/win32/wt_user.scm +++ b/v7/src/win32/wt_user.scm @@ -1,23 +1,25 @@ #| -*-Scheme-*- -$Id: wt_user.scm,v 1.6 2001/12/23 17:21:00 cph Exp $ +$Id: wt_user.scm,v 1.7 2002/11/20 19:46:27 cph Exp $ Copyright (c) 1993, 1999, 2001 Massachusetts Institute of Technology -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. +This file is part of MIT Scheme. -This program is distributed in the hope that it will be useful, but +MIT Scheme is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 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. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with MIT Scheme; if not, write to the Free Software Foundation, +Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + |# (declare (usual-integrations)) diff --git a/v7/src/xml/Makefile.in b/v7/src/xml/Makefile.in index bda6cdb77..c32f2fa44 100644 --- a/v7/src/xml/Makefile.in +++ b/v7/src/xml/Makefile.in @@ -1,19 +1,21 @@ -# $Id: Makefile.in,v 1.2 2001/12/17 17:40:59 cph Exp $ +# $Id: Makefile.in,v 1.3 2002/11/20 19:46:27 cph Exp $ # # Copyright (c) 2001 Massachusetts Institute of Technology # -# This program is free software; you can redistribute it and/or modify +# This file is part of MIT Scheme. +# +# MIT Scheme is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, but +# 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. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software +# along with MIT Scheme; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. diff --git a/v7/src/xml/compile.scm b/v7/src/xml/compile.scm index b9e8217a4..0e3877774 100644 --- a/v7/src/xml/compile.scm +++ b/v7/src/xml/compile.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: compile.scm,v 1.8 2001/12/19 01:48:38 cph Exp $ +;;; $Id: compile.scm,v 1.9 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/ed-ffi.scm b/v7/src/xml/ed-ffi.scm index f6bfc8f42..fc1cbebfe 100644 --- a/v7/src/xml/ed-ffi.scm +++ b/v7/src/xml/ed-ffi.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: ed-ffi.scm,v 1.4 2001/12/20 06:46:16 cph Exp $ +;;; $Id: ed-ffi.scm,v 1.5 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/load.scm b/v7/src/xml/load.scm index 9fef073a0..6407aabc6 100644 --- a/v7/src/xml/load.scm +++ b/v7/src/xml/load.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.5 2002/02/03 04:42:26 cph Exp $ +;;; $Id: load.scm,v 1.6 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001, 2002 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/parser-macro.scm b/v7/src/xml/parser-macro.scm index b397a7e5d..4a50aaf79 100644 --- a/v7/src/xml/parser-macro.scm +++ b/v7/src/xml/parser-macro.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: parser-macro.scm,v 1.4 2001/07/12 03:20:50 cph Exp $ +;;; $Id: parser-macro.scm,v 1.5 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/test-parser.scm b/v7/src/xml/test-parser.scm index 6051b1cbf..83f7e2dac 100644 --- a/v7/src/xml/test-parser.scm +++ b/v7/src/xml/test-parser.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: test-parser.scm,v 1.5 2001/07/16 20:40:25 cph Exp $ +;;; $Id: test-parser.scm,v 1.6 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/xml-chars.scm b/v7/src/xml/xml-chars.scm index 6f012466e..b557cd4e4 100644 --- a/v7/src/xml/xml-chars.scm +++ b/v7/src/xml/xml-chars.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xml-chars.scm,v 1.1 2001/07/12 03:20:56 cph Exp $ +;;; $Id: xml-chars.scm,v 1.2 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/xml-output.scm b/v7/src/xml/xml-output.scm index 8316edf7a..8b63d52b5 100644 --- a/v7/src/xml/xml-output.scm +++ b/v7/src/xml/xml-output.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xml-output.scm,v 1.1 2001/07/16 20:40:30 cph Exp $ +;;; $Id: xml-output.scm,v 1.2 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/xml-parser.scm b/v7/src/xml/xml-parser.scm index d4ed011f9..b0672fdb8 100644 --- a/v7/src/xml/xml-parser.scm +++ b/v7/src/xml/xml-parser.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xml-parser.scm,v 1.11 2001/10/16 20:13:03 cph Exp $ +;;; $Id: xml-parser.scm,v 1.12 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/xml-struct.scm b/v7/src/xml/xml-struct.scm index 4e7403792..8b0c2f343 100644 --- a/v7/src/xml/xml-struct.scm +++ b/v7/src/xml/xml-struct.scm @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xml-struct.scm,v 1.5 2001/07/16 18:54:12 cph Exp $ +;;; $Id: xml-struct.scm,v 1.6 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. diff --git a/v7/src/xml/xml.pkg b/v7/src/xml/xml.pkg index 92572e6ad..5c4766888 100644 --- a/v7/src/xml/xml.pkg +++ b/v7/src/xml/xml.pkg @@ -1,21 +1,23 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xml.pkg,v 1.9 2001/12/20 06:46:58 cph Exp $ +;;; $Id: xml.pkg,v 1.10 2002/11/20 19:46:27 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; -;;; This program is free software; you can redistribute it and/or -;;; modify it under the terms of the GNU General Public License as -;;; published by the Free Software Foundation; either version 2 of the -;;; License, or (at your option) any later version. +;;; This file is part of MIT Scheme. ;;; -;;; This program is distributed in the hope that it will be useful, -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MIT Scheme is free software; you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published +;;; by the Free Software Foundation; either version 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. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with this program; if not, write to the Free Software +;;; along with MIT Scheme; if not, write to the Free Software ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA.