From: Guillermo J. Rozas Date: Mon, 9 Sep 1991 14:43:32 +0000 (+0000) Subject: Add copyright notice and title. X-Git-Tag: 20090517-FFI~10228 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2b570d2ea90141df612e23bb72bec15cd4d46791;p=mit-scheme.git Add copyright notice and title. --- diff --git a/v7/src/compiler/documentation/cmpaux.txt b/v7/src/compiler/documentation/cmpaux.txt index 593354bf1..9c96715a1 100644 --- a/v7/src/compiler/documentation/cmpaux.txt +++ b/v7/src/compiler/documentation/cmpaux.txt @@ -1,6 +1,16 @@ -*- Text -*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/documentation/cmpaux.txt,v 1.2 1991/09/09 14:39:08 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/documentation/cmpaux.txt,v 1.3 1991/09/09 14:43:32 jinx Exp $ + + +Copyright (c) 1991 Massachusetts Institute of Technology + + + Documentation of the assembly language + interface to MIT Scheme compiled code + *DRAFT* + + In the following, whenever Scheme is used, unless otherwise specified, we refer to the MIT Scheme dialect and its CScheme implementation.