From 62a2ad8f47d64773cac748ed4d587f2a362b940d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 20 Nov 2002 18:24:43 +0000 Subject: [PATCH] Initial revision. --- v7/dist/copyright.c | 22 ++++++++++++++++++++++ v7/dist/copyright.scm | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 v7/dist/copyright.c create mode 100644 v7/dist/copyright.scm diff --git a/v7/dist/copyright.c b/v7/dist/copyright.c new file mode 100644 index 000000000..3cd34e606 --- /dev/null +++ b/v7/dist/copyright.c @@ -0,0 +1,22 @@ +/* -*-C-*- + +$Id: copyright.c,v 1.1 2002/11/20 18:24:28 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 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. + +You should have received a copy of the GNU General Public License +along with this program; 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 new file mode 100644 index 000000000..51f690a2e --- /dev/null +++ b/v7/dist/copyright.scm @@ -0,0 +1,22 @@ +#| -*-Scheme-*- + +$Id: copyright.scm,v 1.1 2002/11/20 18:24:43 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 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. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. +|# + -- 2.25.1