diff options
Diffstat (limited to 'process.scm')
-rw-r--r-- | process.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/process.scm b/process.scm index 6b0acc3..bdd7969 100644 --- a/process.scm +++ b/process.scm @@ -1,9 +1,9 @@ ;;;; "process.scm", Multi-Processing for Scheme -;;; Copyright (C) 1992, 1993 Aubrey Jaffer. +;;; Copyright (C) 1992, 1993 Aubrey Jaffer ; -;Permission to copy this software, to redistribute it, and to use it -;for any purpose is granted, subject to the following restrictions and -;understandings. +;Permission to copy this software, to modify it, to redistribute it, +;to distribute modified versions, and to use it for any purpose is +;granted, subject to the following restrictions and understandings. ; ;1. Any copy made of this software must include this copyright notice ;in full. |