forked from dylan-lang/opendylan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
License.txt
135 lines (103 loc) · 5.83 KB
/
License.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Copyright (c) 1995-2004 Functional Objects, Inc.
Portions copyright (c) 2004-2014 Dylan Hackers.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Portions of this software are derived from the Gwydion Dylan
project at Carnegie Mellon University:
Copyright (c) 1994 Carnegie Mellon University
All rights reserved.
Use and copying of this software and preparation of derivative
works based on this software are permitted, including commercial
use, provided that the following conditions are observed:
1. This copyright notice must be retained in full on any copies
and on appropriate parts of any derivative works.
2. Documentation (paper or online) accompanying any system that
incorporates this software, or any part of it, must acknowledge
the contribution of the Gwydion Project at Carnegie Mellon
University.
This software is made available "as is". Neither the authors nor
Carnegie Mellon University make any warranty about the software,
its performance, or its conformity to any specification.
Bug reports, questions, comments, and suggestions should be sent by
E-mail to the Internet address "[email protected]".
A copy of this license may be obtained here:
https://raw.github.com/dylan-lang/opendylan/master/License.txt
Memory Pool System Kit Open Source License
==========================================
This is the license under which the Memory Pool System Kit is available as
open source.
**It is not the only way the MPS is licensed.**
If the licensing terms aren't suitable for you (for example, you're
developing a closed-source commercial product or a compiler run-time
system) you can easily license the MPS under different terms from
Ravenbrook. Please write to us <[email protected]> for more
information.
The open source license for the MPS is the [Sleepycat License][] also
known as the "Berkeley Database License". This license is
[GPL compatible][] and [OSI approved][]. The MPS is "multi licensed" in
a manner similar to MySQL.
[Sleepycat License]: https://en.wikipedia.org/wiki/Sleepycat_License
[GPL compatible]: http://www.gnu.org/licenses/license-list.html
[OSI approved]: http://opensource.org/licenses/sleepycat
License
-------
Copyright (C) 2001-2013 Ravenbrook Limited <http://www.ravenbrook.com/>.
All rights reserved. This is the open source license for the Memory
Pool System, but it is not the only one. Contact Ravenbrook
<[email protected]> if you would like a different license.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Redistributions in any form must be accompanied by information on how
to obtain complete source code for this software and any
accompanying software that uses this software. The source code must
either be included in the distribution or be available for no more than
the cost of distribution plus a nominal fee, and must be freely
redistributable under reasonable conditions. For an executable file,
complete source code means the source code for all modules it contains.
It does not include source code for modules or files that typically
accompany the major components of the operating system on which the
executable file runs.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Exceptions
----------
### Open Dylan
Software that makes use of the Memory Pool System only via the Dylan
programming language using the Open Dylan implementation and any
accompanying software is exempt from clause 3 of the license, provided
that the Dylan program is not providing memory management services. For
the avoidance of doubt, this exemption does not apply to software
directly using a copy of the Memory Pool System received as part of the
Open Dylan source code.
---
$Id: //info.ravenbrook.com/project/mps/master/license.txt#5 $