rev |
line source |
pascal@14379
|
1 SLIB LICENSE
|
pascal@14379
|
2
|
pascal@14379
|
3 Each file in SLIB (over a dozen lines in length) is either in the public
|
pascal@14379
|
4 domain, or comes with a statement of terms permitting users to copy,
|
pascal@14379
|
5 modify, and redistribute it.
|
pascal@14379
|
6
|
pascal@14379
|
7 The comments at the beginning each file (containing over a dozen lines)
|
pascal@14379
|
8 must specify its terms. For instance, the comments at the beginning of
|
pascal@14379
|
9 "Template.scm" declare that it is in the public domain:
|
pascal@14379
|
10
|
pascal@14379
|
11 ;;; "Template.scm" configuration template of *features* for Scheme
|
pascal@14379
|
12 ;;; Author: Aubrey Jaffer
|
pascal@14379
|
13 ;;;
|
pascal@14379
|
14 ;;; This code is in the public domain.
|
pascal@14379
|
15
|
pascal@14379
|
16 Each copyrighted file lists the names of the copyright holders and gives
|
pascal@14379
|
17 permissions to copy, modify, and redistribute the file. For instance,
|
pascal@14379
|
18 the beginning of "require.scm" states:
|
pascal@14379
|
19
|
pascal@14379
|
20 ;;;; Implementation of VICINITY and MODULES for Scheme
|
pascal@14379
|
21 ;Copyright (C) 1991, 1992, 1993, 1994, 1997 Aubrey Jaffer
|
pascal@14379
|
22 ;
|
pascal@14379
|
23 ;Permission to copy this software, to modify it, to redistribute it,
|
pascal@14379
|
24 ;to distribute modified versions, and to use it for any purpose is
|
pascal@14379
|
25 ;granted, subject to the following restrictions and understandings.
|
pascal@14379
|
26 ;
|
pascal@14379
|
27 ;1. Any copy made of this software must include this copyright notice
|
pascal@14379
|
28 ;in full.
|
pascal@14379
|
29 ;
|
pascal@14379
|
30 ;2. I have made no warranty or representation that the operation of
|
pascal@14379
|
31 ;this software will be error-free, and I am under no obligation to
|
pascal@14379
|
32 ;provide any services, by way of maintenance, update, or otherwise.
|
pascal@14379
|
33 ;
|
pascal@14379
|
34 ;3. In conjunction with products arising from the use of this
|
pascal@14379
|
35 ;material, there shall be no use of my name in any advertising,
|
pascal@14379
|
36 ;promotional, or sales literature without prior written consent in
|
pascal@14379
|
37 ;each case.
|