239 lines
8 KiB
HTML
239 lines
8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<!-- Created by GNU Texinfo 7.0.3, https://www.gnu.org/software/texinfo/ -->
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>Copyrights (ECL Manual)</title>
|
||
|
|
||
|
<meta name="description" content="Copyrights (ECL Manual)">
|
||
|
<meta name="keywords" content="Copyrights (ECL Manual)">
|
||
|
<meta name="resource-type" content="document">
|
||
|
<meta name="distribution" content="global">
|
||
|
<meta name="Generator" content="makeinfo">
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||
|
|
||
|
<link href="index.html" rel="start" title="Top">
|
||
|
<link href="Indexes.html" rel="index" title="Indexes">
|
||
|
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
|
||
|
<link href="Introduction.html" rel="up" title="Introduction">
|
||
|
<link href="Credits.html" rel="prev" title="Credits">
|
||
|
<style type="text/css">
|
||
|
<!--
|
||
|
/* colors */
|
||
|
|
||
|
span.r {font-family: initial; font-weight: normal; font-style: normal}
|
||
|
@media (prefers-color-scheme: dark) {
|
||
|
/* dark theme */
|
||
|
html { color: seashell;
|
||
|
background: #1A1A1A; }
|
||
|
body { background: #1A1A1A; }
|
||
|
th { border-bottom: 2px solid lightgray; }
|
||
|
h1, h2, h3, h4, h5 { background-image: linear-gradient(to left, #202020, #3A3A3A); }
|
||
|
code, var, code a { color: darkorange;
|
||
|
background: #2A2A2A; }
|
||
|
a { color: seashell; }
|
||
|
pre { background: #2A2A2A;
|
||
|
color: seashell;
|
||
|
/* mark longer code block with stripe on the left */
|
||
|
border-left: 5px solid darkorange;
|
||
|
padding-left: 10px; }
|
||
|
pre.screen { background: #2A2A2A;
|
||
|
border: 1px solid lightgray; }
|
||
|
pre.programlisting { background: #2A2A2A;
|
||
|
border-left: 1px solid lightgray;
|
||
|
border-top: 1px solid lightgray; }
|
||
|
/* we need a light background in order for the images to be readable */
|
||
|
img { background: white }
|
||
|
}
|
||
|
@media (prefers-color-scheme: light) {
|
||
|
/* light theme */
|
||
|
html { background: white }
|
||
|
body { background: white }
|
||
|
th { border-bottom: 2px solid gray; }
|
||
|
h1, h2, h3, h4, h5 { background: lightgray; }
|
||
|
code, var, code a { color: darkred;
|
||
|
background: whitesmoke; }
|
||
|
a { color: #000; }
|
||
|
pre { background: whitesmoke;
|
||
|
color: black;
|
||
|
/* mark longer code block with stripe on the left */
|
||
|
border-left: 5px solid darkred;
|
||
|
padding-left: 10px; }
|
||
|
pre.screen { background: #EEE;
|
||
|
border: 1px solid black; }
|
||
|
pre.programlisting { background: #EEEEEE;
|
||
|
border-left: 1px solid black;
|
||
|
border-top: 1px solid black; }
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 1em 125px 0 10%;
|
||
|
line-height: 1.5em;
|
||
|
padding: 0 2em 1em 2em;
|
||
|
font: 13px Verdana,Arial, sans-serif
|
||
|
}
|
||
|
ul, dd, dl, dt { margin-top: 0; margin-bottom: 0; }
|
||
|
p, code, td, dl, dt {
|
||
|
line-height: 1.5em;
|
||
|
}
|
||
|
table {
|
||
|
font: inherit;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
th, td {
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
h1, h2, h3 { padding-left: 15px; }
|
||
|
h4, h5 { padding-left: 5px; }
|
||
|
code, pre {
|
||
|
font-size: 1em;
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
var {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
/* links inside code appear the same as the code itself */
|
||
|
code a {
|
||
|
font-weight: normal;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
/* but get an underline when hovering */
|
||
|
code a:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
/* ordinary links appear in bold */
|
||
|
a { font-weight: bold; }
|
||
|
pre.verbatim {
|
||
|
margin: 0 0 0 0;
|
||
|
}
|
||
|
pre {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
pre.screen {
|
||
|
font-weight: bold;
|
||
|
padding: 0.5em;
|
||
|
}
|
||
|
pre.programlisting {
|
||
|
padding: 0.5em;
|
||
|
}
|
||
|
div p { padding: 0 2em }
|
||
|
li p { padding: 0; margin: 0 }
|
||
|
hr { display: none; }
|
||
|
div.funcsynopsis p {
|
||
|
text-indent: -2em;
|
||
|
}
|
||
|
div.variablelist {
|
||
|
padding: 0 2em;
|
||
|
}
|
||
|
.type, .funcsynopsis, .symbol {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
.type, .symbol, .replaceable {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
-->
|
||
|
</style>
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body lang="en">
|
||
|
<div class="section-level-extent" id="Copyrights">
|
||
|
<div class="nav-panel">
|
||
|
<p>
|
||
|
Previous: <a href="Credits.html" accesskey="p" rel="prev">Credits</a>, Up: <a href="Introduction.html" accesskey="u" rel="up">Introduction</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html" title="Index" rel="index">Index</a>]</p>
|
||
|
</div>
|
||
|
<h3 class="section" id="Copyrights-1">Copyrights</h3>
|
||
|
|
||
|
<ul class="mini-toc">
|
||
|
<li><a href="Copyrights.html#Copyright-of-ECL" accesskey="1">Copyright of ECL</a></li>
|
||
|
<li><a href="Copyrights.html#Copyright-of-this-manual" accesskey="2">Copyright of this manual</a></li>
|
||
|
</ul>
|
||
|
<div class="subsection-level-extent" id="Copyright-of-ECL">
|
||
|
<h4 class="subsection">Copyright of ECL</h4>
|
||
|
|
||
|
<p>ECL is distributed under the GNU LGPL, which allows for commercial uses
|
||
|
of the software. A more precise description is given in the Copyright
|
||
|
notice which is shipped with ECL.
|
||
|
</p>
|
||
|
<pre class="verbatim">---- BEGINNING OF COPYRIGHT FOR THE ECL CORE ENVIRONMENT ------------
|
||
|
|
||
|
Copyright (c) 2019-2024 Daniel Kochmański and Marius Gerbershagen
|
||
|
Copyright (c) 2015-2018, Daniel Kochmański
|
||
|
Copyright (c) 2000-2013, Juan Jose Garcia Ripoll
|
||
|
Copyright (c) 1990, 1991, 1993 Giuseppe Attardi
|
||
|
Copyright (c) 1984 Taiichi Yuasa and Masami Hagiya
|
||
|
All Rights Reserved
|
||
|
|
||
|
ECL is free software; you can redistribute it and/or
|
||
|
modify it under the terms of the GNU Lesser General Public
|
||
|
License as published by the Free Software Foundation; either
|
||
|
version 2.1 of the License, or (at your option) any later version.
|
||
|
|
||
|
This library 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
|
||
|
Lesser General Public License for more details.
|
||
|
|
||
|
You should have received a copy of the GNU Lesser General Public
|
||
|
License along with this library; if not, write to the Free Software
|
||
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||
|
|
||
|
PLEASE NOTE THAT:
|
||
|
|
||
|
This license covers all of the ECL program except for the files
|
||
|
src/lsp/loop.lsp ; Symbolic's LOOP macro
|
||
|
src/lsp/pprint.lsp ; CMUCL's pretty printer
|
||
|
src/lsp/format.lsp ; CMUCL's format
|
||
|
and the directories
|
||
|
contrib/ ; User contributed extensions
|
||
|
examples/ ; Examples for the ECL usage
|
||
|
Look the precise copyright of these extensions in the corresponding
|
||
|
files.
|
||
|
|
||
|
Examples are licensed under: (SPDX-License-Identifier) BSD-2-Clause
|
||
|
|
||
|
Report bugs, comments, suggestions to the ecl mailing list:
|
||
|
ecl-devel@common-lisp.net.
|
||
|
|
||
|
---- END OF COPYRIGHT FOR THE ECL CORE ENVIRONMENT ------------------
|
||
|
</pre>
|
||
|
</div>
|
||
|
<div class="subsection-level-extent" id="Copyright-of-this-manual">
|
||
|
<h4 class="subsection">Copyright of this manual</h4>
|
||
|
|
||
|
<ul class="itemize" style="list-style-type: 'Copyright'">
|
||
|
<li>Daniel Kochmański and Marius Gerbershagen, 2020
|
||
|
</li><li>Daniel Kochmański, 2016
|
||
|
</li><li>Juan José García-Ripoll, 2006
|
||
|
</li><li>Kevin M. Rosenberg, 2002-2003 (UFFI Reference)
|
||
|
</li></ul>
|
||
|
|
||
|
<ul class="itemize" style="list-style-type: 'Trademark'">
|
||
|
<li>AllegroCL is a registered trademark of Franz Inc.
|
||
|
</li><li>Lispworks is a registered trademark of Xanalys Inc.
|
||
|
</li><li>Microsoft Windows is a registered trademark of Microsoft Inc.
|
||
|
</li><li>Other brand or product names are the registered trademarks or trademarks
|
||
|
of their respective holders.
|
||
|
</li></ul>
|
||
|
|
||
|
<p>Permission is granted to copy, distribute and/or modify this document
|
||
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||
|
any later version published by the Free Software Foundation; with no
|
||
|
Invariant Sections, with the no Front-Cover Texts, and with no
|
||
|
Back-Cover Texts. Exact text of the license is available at
|
||
|
<a class="uref" href="https://www.gnu.org/copyleft/fdl.html">https://www.gnu.org/copyleft/fdl.html</a>.
|
||
|
</p></div>
|
||
|
</div>
|
||
|
<hr>
|
||
|
<div class="nav-panel">
|
||
|
<p>
|
||
|
Previous: <a href="Credits.html" accesskey="p" rel="prev">Credits</a>, Up: <a href="Introduction.html" accesskey="u" rel="up">Introduction</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html" title="Index" rel="index">Index</a>]</p>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|