Change copyright to GPL.
authorChris Hanson <org/chris-hanson/cph>
Sat, 2 Jan 1999 06:48:57 +0000 (06:48 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 2 Jan 1999 06:48:57 +0000 (06:48 +0000)
26 files changed:
v7/src/compiler/machines/alpha/assmd.scm
v7/src/compiler/machines/alpha/coerce.scm
v7/src/compiler/machines/alpha/compiler.cbf
v7/src/compiler/machines/alpha/compiler.pkg
v7/src/compiler/machines/alpha/compiler.sf
v7/src/compiler/machines/alpha/dassm1.scm
v7/src/compiler/machines/alpha/dassm2.scm
v7/src/compiler/machines/alpha/dassm3.scm
v7/src/compiler/machines/alpha/decls.scm
v7/src/compiler/machines/alpha/inerly.scm
v7/src/compiler/machines/alpha/insmac.scm
v7/src/compiler/machines/alpha/instr1.scm
v7/src/compiler/machines/alpha/instr2.scm
v7/src/compiler/machines/alpha/instr3.scm
v7/src/compiler/machines/alpha/lapgen.scm
v7/src/compiler/machines/alpha/lapopt.scm
v7/src/compiler/machines/alpha/machin.scm
v7/src/compiler/machines/alpha/make.scm
v7/src/compiler/machines/alpha/rgspcm.scm
v7/src/compiler/machines/alpha/rules1.scm
v7/src/compiler/machines/alpha/rules2.scm
v7/src/compiler/machines/alpha/rules3.scm
v7/src/compiler/machines/alpha/rules4.scm
v7/src/compiler/machines/alpha/rulfix.scm
v7/src/compiler/machines/alpha/rulflo.scm
v7/src/compiler/machines/alpha/rulrew.scm

index d3f6fe9c01ee54a5a7de588ea3b8b57a577e2759..1dac24906fae656bc1eaa361b5f183d46c1568c3 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: assmd.scm,v 1.1 1992/08/29 13:51:15 jinx Exp $
+$Id: assmd.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 114c0de2e516e4f70c01bc550cfd3b61d979fc2a..9c37f688f5932b0da8086b942ae8fcd728d26864 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: coerce.scm,v 1.2 1993/11/12 18:10:42 jmiller Exp $
+$Id: coerce.scm,v 1.3 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index e2190530814004aa6c4502a0e2a25bdb94acbd89..9c3015501c7c8e2e8d6c896a4b72830248a8adbc 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: compiler.cbf,v 1.2 1993/10/12 07:29:15 cph Exp $
+$Id: compiler.cbf,v 1.3 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992-93 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 7250d5027ea41ffa47e38a1796482b437e6e95c2..e6c3c1e92e417e64ba71ac8e0eecf5264cb580f4 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.12 1994/01/08 21:08:12 gjr Exp $
+$Id: compiler.pkg,v 1.13 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992-1994 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index e8350cde99dc31a556c50a8ecb278d7af033ca18..bafae25bbe5cb84f4649332213868868c54cdd4c 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: compiler.sf,v 1.5 1995/01/06 18:37:38 cph Exp $
+$Id: compiler.sf,v 1.6 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992-95 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index f1d486188297b16dfff5795604df2dff7c1bae70..782d1bdcac158e6d764eb1cc37b7c340bde9faac 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: dassm1.scm,v 1.1 1992/08/29 13:51:18 jinx Exp $
+$Id: dassm1.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 ;;;; Disassembler: User Level
index bee8ea37e0188d70e8abd029e9044e6e8efe03a2..c24216a4d5ca703a53d59742c04bfff1e99ec30e 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: dassm2.scm,v 1.1 1992/08/29 13:51:19 jinx Exp $
+$Id: dassm2.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 3dfaf4f055bf587ae4d55484c908d91acc6f8d9c..0ca17c71ede567cac6990398e3f2348cb498687e 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: dassm3.scm,v 1.1 1992/08/29 13:51:20 jinx Exp $
+$Id: dassm3.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 0a18054cb9872a66b2cfba4b276c0055a7d86464..917ffcd87c8c0c52acd2cdfd1cd68711e8fb2e88 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.5 1993/10/12 23:51:11 cph Exp $
+$Id: decls.scm,v 1.6 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992-93 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index acdbe1b9aa73c5019d712374680b3e4ea03931da..c6ac73e0e311508edc5d054ee10ba846ae9e5fc4 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: inerly.scm,v 1.1 1992/08/29 13:51:22 jinx Exp $
+$Id: inerly.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index a4079a8ef8a39a95930b55715dab92977c75b020..b8d2e7c6322d91132af452ad16e7dbe603eaa1aa 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: insmac.scm,v 1.1 1992/08/29 13:51:23 jinx Exp $
+$Id: insmac.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index a636fafd99746745363e4a4ccac7f330659894bb..3e755cc38fecc9f8de2bd65206bd5090f3a003b6 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.3 1993/11/12 18:25:55 jmiller Exp $
+$Id: instr1.scm,v 1.4 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index c8a1952f62165a7b82135c38228557858a371286..f346577aaa491ab9aca34e51cf01f3cef2084a22 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: instr2.scm,v 1.1 1992/08/29 13:51:24 jinx Exp $
+$Id: instr2.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index e4668c7bf7068a8b482158c393d811ee81ef36f3..1b36c4946c5c67f7e2c815ca5aa9f8c818b3bacf 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: instr3.scm,v 1.1 1992/08/29 13:51:25 jinx Exp $
+$Id: instr3.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 7c6a08ba2cd088d0760be1f3756967066ff30581..594b8b66d399743eb235e197a09e169826104bcc 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: lapgen.scm,v 1.5 1998/02/19 21:29:32 adams Exp $
+$Id: lapgen.scm,v 1.6 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992-1993 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 992e55d7098851bbf4fd11e55dab8b3e88400ec2..c5a2cd08f9e7c869e669346567ea0360d14d0faa 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: lapopt.scm,v 1.1 1992/08/29 13:51:27 jinx Exp $
+$Id: lapopt.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 82de22051fabb04424d7d5d2803a6ba6937eeacd..b97c1c54ceacfc8144d1eb6dfd1fa1b8f2b324ca 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: machin.scm,v 1.7 1993/11/12 14:42:19 jmiller Exp $
+$Id: machin.scm,v 1.8 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992-1993 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 ;;; Machine Model for Alpha
index 5bf77d48f63817bcc187e5cab77912f0fbe623ec..fdcea85c8ad3036e033cc65e15cc82bd6bac4b76 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.3 1993/11/12 20:22:51 jmiller Exp $
+$Id: make.scm,v 1.4 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 114fd42aeaa199542500b1a3b8cf8b56fdfe2a13..8701e792fb1c214896cccf708400414cf55a26cb 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: rgspcm.scm,v 1.1 1992/08/29 13:51:29 jinx Exp $
+$Id: rgspcm.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index a2a5258e408ba027c9b96430f39878645131cd39..a28477d0debb97f84dd34b5dedf31063fdf8c173 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: rules1.scm,v 1.2 1993/11/12 14:43:49 jmiller Exp $
+$Id: rules1.scm,v 1.3 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index e04578c7e5832f4138bbc93251e7a48f1ba9d68c..89220ca691e5e7ec42924e156d6f7764abdf0b0f 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: rules2.scm,v 1.1 1992/08/29 13:51:31 jinx Exp $
+$Id: rules2.scm,v 1.2 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index a8eacd97484b05ea82f04ea55ac8f747f6766fa5..7f6ec8f5f68e6108bfaad68475be02d8821f1ab1 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: rules3.scm,v 1.6 1993/11/12 20:21:42 jmiller Exp $
+$Id: rules3.scm,v 1.7 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992-1993 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 8ac7e7de47796f0eee4a193cf959da0d4860652e..6e32f68faacfcfdd8adc130576561bf7c281ca59 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: rules4.scm,v 1.2 1992/11/09 18:50:24 jinx Exp $
+$Id: rules4.scm,v 1.3 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 3da776b65a26e23ff21e3dfc96cf216e4d89e46c..d280fb45a41a28f9f12e0ecd0aa03a1f4c31bcd8 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: rulfix.scm,v 1.3 1992/12/03 21:56:27 gjr Exp $
+$Id: rulfix.scm,v 1.4 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 799f7bc83b199ec4e5422d205ad3c80fd924fd15..0146d9f752569c8ad7d726ed99e40694752e5aa3 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: rulflo.scm,v 1.2 1993/11/12 14:58:20 jmiller Exp $
+$Id: rulflo.scm,v 1.3 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#
 
index 726950031c563c805bfe0e3044440f571316ebad..cc93c001297dcdccc95b05fbb85be26b4c3b92ec 100644 (file)
@@ -1,36 +1,22 @@
 #| -*-Scheme-*-
 
-$Id: rulrew.scm,v 1.2 1993/02/15 17:09:43 gjr Exp $
+$Id: rulrew.scm,v 1.3 1999/01/02 06:48:57 cph Exp $
 
-Copyright (c) 1992-1993 Digital Equipment Corporation (D.E.C.)
+Copyright (c) 1992-1999 Massachusetts Institute of Technology
 
-This software was developed at the Digital Equipment Corporation
-Cambridge Research Laboratory.  Permission to copy this software, to
-redistribute it, and to use it for any purpose is granted, subject to
-the following restrictions and understandings.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
 
-1. Any copy made of this software must include this copyright notice
-in full.
+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.
 
-2. Users of this software agree to make their best efforts (a) to
-return to both the Digital Equipment Corporation Cambridge Research
-Lab (CRL) and the MIT Scheme project any improvements or extensions
-that they make, so that these may be included in future releases; and
-(b) to inform CRL and MIT of noteworthy uses of this software.
-
-3. All materials developed as a consequence of the use of this
-software shall duly acknowledge such use, in accordance with the usual
-standards of acknowledging credit in academic research.
-
-4. D.E.C. has made no warrantee or representation that the operation
-of this software will be error-free, and D.E.C. is under no obligation
-to provide any services, by way of maintenance, update, or otherwise.
-
-5. In conjunction with products arising from the use of this material,
-there shall be no use of the name of the Digital Equipment Corporation
-nor of any adaptation thereof in any advertising, promotional, or
-sales literature without prior written consent from D.E.C. in each
-case.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 |#