Back to home page

EIC code displayed by LXR

 
 

    


Warning, /EICrecon/src/algorithms/LICENSE.md is written in an unsupported language. File is not indexed.

0001 GNU Lesser General Public License
0002 =================================
0003 
0004 _Version 3, 29 June 2007_
0005 _Copyright © 2007 Free Software Foundation, Inc. &lt;<http://fsf.org/>&gt;_
0006 
0007 Everyone is permitted to copy and distribute verbatim copies
0008 of this license document, but changing it is not allowed.
0009 
0010 
0011 This version of the GNU Lesser General Public License incorporates
0012 the terms and conditions of version 3 of the GNU General Public
0013 License, supplemented by the additional permissions listed below.
0014 
0015 ### 0. Additional Definitions
0016 
0017 As used herein, “this License” refers to version 3 of the GNU Lesser
0018 General Public License, and the “GNU GPL” refers to version 3 of the GNU
0019 General Public License.
0020 
0021 “The Library” refers to a covered work governed by this License,
0022 other than an Application or a Combined Work as defined below.
0023 
0024 An “Application” is any work that makes use of an interface provided
0025 by the Library, but which is not otherwise based on the Library.
0026 Defining a subclass of a class defined by the Library is deemed a mode
0027 of using an interface provided by the Library.
0028 
0029 A “Combined Work” is a work produced by combining or linking an
0030 Application with the Library.  The particular version of the Library
0031 with which the Combined Work was made is also called the “Linked
0032 Version”.
0033 
0034 The “Minimal Corresponding Source” for a Combined Work means the
0035 Corresponding Source for the Combined Work, excluding any source code
0036 for portions of the Combined Work that, considered in isolation, are
0037 based on the Application, and not on the Linked Version.
0038 
0039 The “Corresponding Application Code” for a Combined Work means the
0040 object code and/or source code for the Application, including any data
0041 and utility programs needed for reproducing the Combined Work from the
0042 Application, but excluding the System Libraries of the Combined Work.
0043 
0044 ### 1. Exception to Section 3 of the GNU GPL
0045 
0046 You may convey a covered work under sections 3 and 4 of this License
0047 without being bound by section 3 of the GNU GPL.
0048 
0049 ### 2. Conveying Modified Versions
0050 
0051 If you modify a copy of the Library, and, in your modifications, a
0052 facility refers to a function or data to be supplied by an Application
0053 that uses the facility (other than as an argument passed when the
0054 facility is invoked), then you may convey a copy of the modified
0055 version:
0056 
0057 * **a)** under this License, provided that you make a good faith effort to
0058 ensure that, in the event an Application does not supply the
0059 function or data, the facility still operates, and performs
0060 whatever part of its purpose remains meaningful, or
0061 
0062 * **b)** under the GNU GPL, with none of the additional permissions of
0063 this License applicable to that copy.
0064 
0065 ### 3. Object Code Incorporating Material from Library Header Files
0066 
0067 The object code form of an Application may incorporate material from
0068 a header file that is part of the Library.  You may convey such object
0069 code under terms of your choice, provided that, if the incorporated
0070 material is not limited to numerical parameters, data structure
0071 layouts and accessors, or small macros, inline functions and templates
0072 (ten or fewer lines in length), you do both of the following:
0073 
0074 * **a)** Give prominent notice with each copy of the object code that the
0075 Library is used in it and that the Library and its use are
0076 covered by this License.
0077 * **b)** Accompany the object code with a copy of the GNU GPL and this license
0078 document.
0079 
0080 ### 4. Combined Works
0081 
0082 You may convey a Combined Work under terms of your choice that,
0083 taken together, effectively do not restrict modification of the
0084 portions of the Library contained in the Combined Work and reverse
0085 engineering for debugging such modifications, if you also do each of
0086 the following:
0087 
0088 * **a)** Give prominent notice with each copy of the Combined Work that
0089 the Library is used in it and that the Library and its use are
0090 covered by this License.
0091 
0092 * **b)** Accompany the Combined Work with a copy of the GNU GPL and this license
0093 document.
0094 
0095 * **c)** For a Combined Work that displays copyright notices during
0096 execution, include the copyright notice for the Library among
0097 these notices, as well as a reference directing the user to the
0098 copies of the GNU GPL and this license document.
0099 
0100 * **d)** Do one of the following:
0101     - **0)** Convey the Minimal Corresponding Source under the terms of this
0102 License, and the Corresponding Application Code in a form
0103 suitable for, and under terms that permit, the user to
0104 recombine or relink the Application with a modified version of
0105 the Linked Version to produce a modified Combined Work, in the
0106 manner specified by section 6 of the GNU GPL for conveying
0107 Corresponding Source.
0108     - **1)** Use a suitable shared library mechanism for linking with the
0109 Library.  A suitable mechanism is one that **(a)** uses at run time
0110 a copy of the Library already present on the user's computer
0111 system, and **(b)** will operate properly with a modified version
0112 of the Library that is interface-compatible with the Linked
0113 Version.
0114 
0115 * **e)** Provide Installation Information, but only if you would otherwise
0116 be required to provide such information under section 6 of the
0117 GNU GPL, and only to the extent that such information is
0118 necessary to install and execute a modified version of the
0119 Combined Work produced by recombining or relinking the
0120 Application with a modified version of the Linked Version. (If
0121 you use option **4d0**, the Installation Information must accompany
0122 the Minimal Corresponding Source and Corresponding Application
0123 Code. If you use option **4d1**, you must provide the Installation
0124 Information in the manner specified by section 6 of the GNU GPL
0125 for conveying Corresponding Source.)
0126 
0127 ### 5. Combined Libraries
0128 
0129 You may place library facilities that are a work based on the
0130 Library side by side in a single library together with other library
0131 facilities that are not Applications and are not covered by this
0132 License, and convey such a combined library under terms of your
0133 choice, if you do both of the following:
0134 
0135 * **a)** Accompany the combined library with a copy of the same work based
0136 on the Library, uncombined with any other library facilities,
0137 conveyed under the terms of this License.
0138 * **b)** Give prominent notice with the combined library that part of it
0139 is a work based on the Library, and explaining where to find the
0140 accompanying uncombined form of the same work.
0141 
0142 ### 6. Revised Versions of the GNU Lesser General Public License
0143 
0144 The Free Software Foundation may publish revised and/or new versions
0145 of the GNU Lesser General Public License from time to time. Such new
0146 versions will be similar in spirit to the present version, but may
0147 differ in detail to address new problems or concerns.
0148 
0149 Each version is given a distinguishing version number. If the
0150 Library as you received it specifies that a certain numbered version
0151 of the GNU Lesser General Public License “or any later version”
0152 applies to it, you have the option of following the terms and
0153 conditions either of that published version or of any later version
0154 published by the Free Software Foundation. If the Library as you
0155 received it does not specify a version number of the GNU Lesser
0156 General Public License, you may choose any version of the GNU Lesser
0157 General Public License ever published by the Free Software Foundation.
0158 
0159 If the Library as you received it specifies that a proxy can decide
0160 whether future versions of the GNU Lesser General Public License shall
0161 apply, that proxy's public statement of acceptance of any version is
0162 permanent authorization for you to choose that version for the
0163 Library.