···11+In addition, when this program is distributed with Asterisk in any
22+form that would qualify as a 'combined work' or as a 'derivative work'
33+(but not mere aggregation), you can redistribute and/or modify the
44+combination under the terms of the license provided with that copy
55+of Asterisk, instead of the license terms granted here.
+12
options/license/Boehm-GC
···11+Copyright (c) ...
22+33+THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
44+OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
55+66+Permission is hereby granted to use or copy this program
77+for any purpose, provided the above notices are retained on all copies.
88+Permission to modify the code and to distribute modified code is granted,
99+provided the above notices are retained, and a notice that the code was
1010+modified is included with the above copyright notice.
1111+1212+A few files have other copyright holders.
+34
options/license/Inner-Net-2.0
···11+The Inner Net License, Version 2.00
22+33+The author(s) grant permission for redistribution and use in source and
44+binary forms, with or without modification, of the software and documentation
55+provided that the following conditions are met:
66+77+0. If you receive a version of the software that is specifically labelled
88+ as not being for redistribution (check the version message and/or README),
99+ you are not permitted to redistribute that version of the software in any
1010+ way or form.
1111+1. All terms of the all other applicable copyrights and licenses must be
1212+ followed.
1313+2. Redistributions of source code must retain the authors' copyright
1414+ notice(s), this list of conditions, and the following disclaimer.
1515+3. Redistributions in binary form must reproduce the authors' copyright
1616+ notice(s), this list of conditions, and the following disclaimer in the
1717+ documentation and/or other materials provided with the distribution.
1818+4. [The copyright holder has authorized the removal of this clause.]
1919+5. Neither the name(s) of the author(s) nor the names of its contributors
2020+ may be used to endorse or promote products derived from this software
2121+ without specific prior written permission.
2222+2323+THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
2424+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2525+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2626+DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
2727+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2828+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2929+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
3030+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3131+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3232+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333+3434+If these license terms cause you a real problem, contact the author.
+56
options/license/LLGPL
···11+Preamble to the Gnu Lesser General Public License
22+33+Copyright (c) 2016 Franz Inc., Berkeley, CA 94704
44+55+The concept of the GNU Lesser General Public License version 2.1 ("LGPL")
66+has been adopted to govern the use and distribution of above-mentioned
77+application. However, the LGPL uses terminology that is more appropriate
88+for a program written in C than one written in Lisp. Nevertheless, the
99+LGPL can still be applied to a Lisp program if certain clarifications
1010+are made. This document details those clarifications. Accordingly, the
1111+license for the open-source Lisp applications consists of this document
1212+plus the LGPL. Wherever there is a conflict between this document and
1313+the LGPL, this document takes precedence over the LGPL.
1414+1515+A "Library" in Lisp is a collection of Lisp functions, data and foreign
1616+modules. The form of the Library can be Lisp source code (for processing
1717+by an interpreter) or object code (usually the result of compilation of
1818+source code or built with some other mechanisms). Foreign modules are
1919+object code in a form that can be linked into a Lisp executable. When
2020+we speak of functions we do so in the most general way to include, in
2121+addition, methods and unnamed functions. Lisp "data" is also a general
2222+term that includes the data structures resulting from defining Lisp
2323+classes. A Lisp application may include the same set of Lisp objects
2424+as does a Library, but this does not mean that the application is
2525+necessarily a "work based on the Library" it contains.
2626+2727+The Library consists of everything in the distribution file set before
2828+any modifications are made to the files. If any of the functions or
2929+classes in the Library are redefined in other files, then those
3030+redefinitions ARE considered a work based on the Library. If additional
3131+methods are added to generic functions in the Library, those additional
3232+methods are NOT considered a work based on the Library. If Library classes
3333+are subclassed, these subclasses are NOT considered a work based on the Library.
3434+If the Library is modified to explicitly call other functions that are neither
3535+part of Lisp itself nor an available add-on module to Lisp, then the functions
3636+called by the modified Library ARE considered a work based on the Library.
3737+The goal is to ensure that the Library will compile and run without getting
3838+undefined function errors.
3939+4040+It is permitted to add proprietary source code to the Library, but it must
4141+be done in a way such that the Library will still run without that proprietary
4242+code present. Section 5 of the LGPL distinguishes between the case of a
4343+library being dynamically linked at runtime and one being statically linked
4444+at build time. Section 5 of the LGPL states that the former results in an
4545+executable that is a "work that uses the Library." Section 5 of the LGPL
4646+states that the latter results in one that is a "derivative of the Library",
4747+which is therefore covered by the LGPL. Since Lisp only offers one choice,
4848+which is to link the Library into an executable at build time, we declare that,
4949+for the purpose applying the LGPL to the Library, an executable that results
5050+from linking a "work that uses the Library" with the Library is considered a
5151+"work that uses the Library" and is therefore NOT covered by the LGPL.
5252+5353+Because of this declaration, section 6 of LGPL is not applicable to the Library.
5454+However, in connection with each distribution of this executable, you must also
5555+deliver, in accordance with the terms and conditions of the LGPL, the source code
5656+of Library (or your derivative thereof) that is incorporated into this executable.
+8
options/license/Linux-man-pages-copyleft-2-para
···11+Permission is granted to make and distribute verbatim copies of this
22+manual provided the copyright notice and this permission notice are
33+preserved on all copies.
44+55+Permission is granted to copy and distribute modified versions of this
66+manual under the conditions for verbatim copying, provided that the
77+entire resulting derived work is distributed under the terms of a
88+permission notice identical to this one.
+16
options/license/Linux-man-pages-copyleft-var
···11+Permission is granted to make and distribute verbatim copies of
22+this manual provided the copyright notice and this permission
33+notice are preserved on all copies.
44+55+Permission is granted to copy and distribute modified versions of
66+this manual under the conditions for verbatim copying, provided
77+that the entire resulting derived work is distributed under the
88+terms of a permission notice identical to this one.
99+1010+Since the Linux kernel and libraries are constantly changing, this
1111+manual page may be incorrect or out-of-date. The author(s) assume
1212+no responsibility for errors or omissions, or for damages resulting
1313+from the use of the information contained herein.
1414+1515+Formatted or processed versions of this manual, if unaccompanied by
1616+the source, must acknowledge the copyright and authors of this work.
···11+United Kingdom Open Parliament Licence v3.0
22+33+Open Parliament Licence
44+55+You are encouraged to use and re-use the information that
66+is available under this licence freely and flexibly, with
77+only a few conditions. Using information under this licence
88+99+Use of copyright and database right material made
1010+available under this licence (the ‘information’) indicates
1111+your acceptance of the terms and conditions below.
1212+1313+The Licensor grants you a worldwide, royalty-free,
1414+perpetual, non-exclusive licence to use the
1515+information subject to the conditions below.
1616+1717+This licence does not affect your freedom under
1818+fair dealing or fair use or any other copyright
1919+or database right exceptions and limitations.
2020+2121+You are free to:
2222+ * copy, publish, distribute and transmit the information
2323+ * adapt the information
2424+ * exploit the information commercially and non-commercially,
2525+ for example, by combining it with other information,
2626+ or by including it in your own product or application
2727+2828+You must (where you do any of the above):
2929+ * acknowledge the source of the information in your
3030+ product or application by including the following
3131+ attribution statement and, where possible, provide a
3232+ link to this licence: Contains Parliamentary information
3333+ licensed under the Open Parliament Licence v3.0.
3434+3535+These are important conditions of this licence and
3636+if you fail to comply with them the rights granted to
3737+you under this licence, or any similar licence granted
3838+by the Licensor, will end automatically.
3939+4040+Exemptions
4141+4242+This licence does not cover the use of:
4343+ * personal data in the information;
4444+ * information that has neither been published nor disclosed
4545+ under information access legislation (including the
4646+ Freedom of Information Acts for the UK and Scotland) by or
4747+ with the consent of the Licensor;
4848+ * the Royal Arms and the Crowned Portcullis;
4949+ * third party rights the Licensor is not authorised to license;
5050+ * information subject to other intellectual property rights,
5151+ including patents, trademarks, and design rights
5252+5353+Non-endorsment
5454+5555+This licence does not grant you any right to use the
5656+information in a way that suggests any official status or
5757+that the Licensor endorses you or your use of the Information.
5858+5959+No warranty
6060+6161+The information is licensed ‘as is’ and the
6262+Licensor excludes all representations, warranties,
6363+obligations and liabilities in relation to the
6464+information to the maximum extent permitted by law.
6565+The Licensor is not liable for any errors or omissions in
6666+the information and shall not be liable for any loss, injury
6767+or damage of any kind caused by its use. The Licensor does
6868+not guarantee the continued supply of the information.
6969+7070+Governing law
7171+7272+This licence is governed by the laws of England and Wales.
7373+7474+Definitions
7575+7676+In this licence, the terms below have the following meanings:
7777+7878+‘Information’ means information protected by copyright
7979+or by database right (for example, literary and
8080+artistic works, content, data and source code)
8181+offered for use under the terms of this licence.
8282+8383+‘Information Provider’ means either House of Parliament.
8484+8585+‘Licensor’ means—
8686+(a) in relation to copyright, the Speaker of the House of
8787+Commons and the Clerk of the Parliaments representing
8888+the House of Commons and House of Lords respectively, and
8989+(b) in relation to database right, the Corporate
9090+Officer of the House of Commons and the Corporate
9191+Officer of the House of Lords respectively.
9292+9393+‘Use’ means doing any act which is restricted by copyright
9494+or database right, whether in the original medium or in any
9595+other medium, and includes without limitation distributing,
9696+copying, adapting and modifying as may be technically
9797+necessary to use it in a different mode or format.
9898+9999+‘You’ means the natural or legal person, or body of persons
100100+corporate or incorporate, acquiring rights under this licence.
101101+102102+About the Open Parliament Licence
103103+104104+This is version 3.0 of the Open Parliament Licence. The
105105+Licensor may, from time to time, issue new versions of the
106106+Open Parliament Licence. However, you may continue to use
107107+information licensed under this version should you wish to do so.
108108+109109+The information licensed under the Open Parliament
110110+Licence includes Parliamentary information in which
111111+Crown copyright subsists. Further context, best practice
112112+and guidance relating to the re-use of public sector
113113+information can be found in the UK Government Licensing
114114+Framework section on The National Archives website.
+14
options/license/dtoa
···11+The author of this software is David M. Gay.
22+33+Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
44+55+Permission to use, copy, modify, and distribute this software for any
66+purpose without fee is hereby granted, provided that this entire notice
77+is included in all copies of any software which is or includes a copy
88+or modification of this software and in all copies of the supporting
99+documentation for such software.
1010+1111+THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
1212+WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
1313+REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
1414+OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.