From 7925c049db1f4d97ce9baf1162c2dd43f2897dd5 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Wed, 20 Nov 2002 18:30:13 +0000
Subject: [PATCH] Change license format to match recommended GNU standards.

---
 v7/dist/copyright.c   | 21 +++++++++++----------
 v7/dist/copyright.scm | 20 +++++++++++---------
 2 files changed, 22 insertions(+), 19 deletions(-)

diff --git a/v7/dist/copyright.c b/v7/dist/copyright.c
index 3cd34e606..732d0165b 100644
--- a/v7/dist/copyright.c
+++ b/v7/dist/copyright.c
@@ -1,22 +1,23 @@
 /* -*-C-*-
 
-$Id: copyright.c,v 1.1 2002/11/20 18:24:28 cph Exp $
+$Id: copyright.c,v 1.2 2002/11/20 18:30:13 cph Exp $
 
 Copyright (c) 2002 Massachusetts Institute of Technology
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or (at
-your option) any later version.
+This file is part of MIT Scheme.
 
-This program is distributed in the hope that it will be useful, but
+MIT Scheme is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+MIT Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-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/dist/copyright.scm b/v7/dist/copyright.scm
index 51f690a2e..70161b36a 100644
--- a/v7/dist/copyright.scm
+++ b/v7/dist/copyright.scm
@@ -1,22 +1,24 @@
 #| -*-Scheme-*-
 
-$Id: copyright.scm,v 1.1 2002/11/20 18:24:43 cph Exp $
+$Id: copyright.scm,v 1.2 2002/11/20 18:30:00 cph Exp $
 
 Copyright (c) 2002 Massachusetts Institute of Technology
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or (at
-your option) any later version.
+This file is part of MIT Scheme.
 
-This program is distributed in the hope that it will be useful, but
+MIT Scheme is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+MIT Scheme is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+along with MIT Scheme; if not, write to the Free Software Foundation,
+Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
 |#
 
-- 
2.25.1