[skip ci] Updated licenses and gitignores
parent
aab7cb6750
commit
eab011db58
@ -0,0 +1,5 @@
|
||||
In addition, when this program is distributed with Asterisk in any
|
||||
form that would qualify as a 'combined work' or as a 'derivative work'
|
||||
(but not mere aggregation), you can redistribute and/or modify the
|
||||
combination under the terms of the license provided with that copy
|
||||
of Asterisk, instead of the license terms granted here.
|
@ -0,0 +1,12 @@
|
||||
Copyright (c) ...
|
||||
|
||||
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
|
||||
OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
|
||||
|
||||
Permission is hereby granted to use or copy this program
|
||||
for any purpose, provided the above notices are retained on all copies.
|
||||
Permission to modify the code and to distribute modified code is granted,
|
||||
provided the above notices are retained, and a notice that the code was
|
||||
modified is included with the above copyright notice.
|
||||
|
||||
A few files have other copyright holders.
|
@ -0,0 +1,34 @@
|
||||
The Inner Net License, Version 2.00
|
||||
|
||||
The author(s) grant permission for redistribution and use in source and
|
||||
binary forms, with or without modification, of the software and documentation
|
||||
provided that the following conditions are met:
|
||||
|
||||
0. If you receive a version of the software that is specifically labelled
|
||||
as not being for redistribution (check the version message and/or README),
|
||||
you are not permitted to redistribute that version of the software in any
|
||||
way or form.
|
||||
1. All terms of the all other applicable copyrights and licenses must be
|
||||
followed.
|
||||
2. Redistributions of source code must retain the authors' copyright
|
||||
notice(s), this list of conditions, and the following disclaimer.
|
||||
3. Redistributions in binary form must reproduce the authors' copyright
|
||||
notice(s), this list of conditions, and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
4. [The copyright holder has authorized the removal of this clause.]
|
||||
5. Neither the name(s) of the author(s) nor the names of its contributors
|
||||
may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
|
||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR 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.
|
||||
|
||||
If these license terms cause you a real problem, contact the author.
|
@ -0,0 +1,56 @@
|
||||
Preamble to the Gnu Lesser General Public License
|
||||
|
||||
Copyright (c) 2016 Franz Inc., Berkeley, CA 94704
|
||||
|
||||
The concept of the GNU Lesser General Public License version 2.1 ("LGPL")
|
||||
has been adopted to govern the use and distribution of above-mentioned
|
||||
application. However, the LGPL uses terminology that is more appropriate
|
||||
for a program written in C than one written in Lisp. Nevertheless, the
|
||||
LGPL can still be applied to a Lisp program if certain clarifications
|
||||
are made. This document details those clarifications. Accordingly, the
|
||||
license for the open-source Lisp applications consists of this document
|
||||
plus the LGPL. Wherever there is a conflict between this document and
|
||||
the LGPL, this document takes precedence over the LGPL.
|
||||
|
||||
A "Library" in Lisp is a collection of Lisp functions, data and foreign
|
||||
modules. The form of the Library can be Lisp source code (for processing
|
||||
by an interpreter) or object code (usually the result of compilation of
|
||||
source code or built with some other mechanisms). Foreign modules are
|
||||
object code in a form that can be linked into a Lisp executable. When
|
||||
we speak of functions we do so in the most general way to include, in
|
||||
addition, methods and unnamed functions. Lisp "data" is also a general
|
||||
term that includes the data structures resulting from defining Lisp
|
||||
classes. A Lisp application may include the same set of Lisp objects
|
||||
as does a Library, but this does not mean that the application is
|
||||
necessarily a "work based on the Library" it contains.
|
||||
|
||||
The Library consists of everything in the distribution file set before
|
||||
any modifications are made to the files. If any of the functions or
|
||||
classes in the Library are redefined in other files, then those
|
||||
redefinitions ARE considered a work based on the Library. If additional
|
||||
methods are added to generic functions in the Library, those additional
|
||||
methods are NOT considered a work based on the Library. If Library classes
|
||||
are subclassed, these subclasses are NOT considered a work based on the Library.
|
||||
If the Library is modified to explicitly call other functions that are neither
|
||||
part of Lisp itself nor an available add-on module to Lisp, then the functions
|
||||
called by the modified Library ARE considered a work based on the Library.
|
||||
The goal is to ensure that the Library will compile and run without getting
|
||||
undefined function errors.
|
||||
|
||||
It is permitted to add proprietary source code to the Library, but it must
|
||||
be done in a way such that the Library will still run without that proprietary
|
||||
code present. Section 5 of the LGPL distinguishes between the case of a
|
||||
library being dynamically linked at runtime and one being statically linked
|
||||
at build time. Section 5 of the LGPL states that the former results in an
|
||||
executable that is a "work that uses the Library." Section 5 of the LGPL
|
||||
states that the latter results in one that is a "derivative of the Library",
|
||||
which is therefore covered by the LGPL. Since Lisp only offers one choice,
|
||||
which is to link the Library into an executable at build time, we declare that,
|
||||
for the purpose applying the LGPL to the Library, an executable that results
|
||||
from linking a "work that uses the Library" with the Library is considered a
|
||||
"work that uses the Library" and is therefore NOT covered by the LGPL.
|
||||
|
||||
Because of this declaration, section 6 of LGPL is not applicable to the Library.
|
||||
However, in connection with each distribution of this executable, you must also
|
||||
deliver, in accordance with the terms and conditions of the LGPL, the source code
|
||||
of Library (or your derivative thereof) that is incorporated into this executable.
|
@ -0,0 +1,8 @@
|
||||
Permission is granted to make and distribute verbatim copies of this
|
||||
manual provided the copyright notice and this permission notice are
|
||||
preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of this
|
||||
manual under the conditions for verbatim copying, provided that the
|
||||
entire resulting derived work is distributed under the terms of a
|
||||
permission notice identical to this one.
|
@ -0,0 +1,16 @@
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission
|
||||
notice are preserved on all copies.
|
||||
|
||||
Permission is granted to copy and distribute modified versions of
|
||||
this manual under the conditions for verbatim copying, provided
|
||||
that the entire resulting derived work is distributed under the
|
||||
terms of a permission notice identical to this one.
|
||||
|
||||
Since the Linux kernel and libraries are constantly changing, this
|
||||
manual page may be incorrect or out-of-date. The author(s) assume
|
||||
no responsibility for errors or omissions, or for damages resulting
|
||||
from the use of the information contained herein.
|
||||
|
||||
Formatted or processed versions of this manual, if unaccompanied by
|
||||
the source, must acknowledge the copyright and authors of this work.
|
@ -0,0 +1,14 @@
|
||||
The author of this software is David M. Gay.
|
||||
|
||||
Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose without fee is hereby granted, provided that this entire notice
|
||||
is included in all copies of any software which is or includes a copy
|
||||
or modification of this software and in all copies of the supporting
|
||||
documentation for such software.
|
||||
|
||||
THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
|
||||
WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
|
||||
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
|
||||
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
|
Loading…
Reference in New Issue