covid-sim
/home/abuild/rpmbuild/BUILD/covid-sim-0.14.0/NOTICE.md
1 # Licenses
2 
3 ## CovidSim
4 
5 Unless otherwise stated the source code and scripts in CovidSim are
6 licensed under the GNU General Public License Version 3, see <LICENSE.md>.
7 
8 CovidSim includes code modified from
9 [RANLIB](https://people.sc.fsu.edu/~jburkardt/c_src/ranlib/ranlib.html) which
10 is licensed under the [LGPLv3](#gnu-lesser-general-public-license).
11 
12 ## Data Sources
13 
14 The sample data input for CovidSim has been sourced from the following
15 locations:
16 
17 WorldPop (www.worldpop.org - School of Geography and Environmental Science,
18 University of Southampton; Department of Geography and Geosciences, University
19 of Louisville; Departement de Geographie, Universite de Namur) and Center for
20 International Earth Science Information Network (CIESIN), Columbia University
21 (2018). Global High Resolution Population Denominators Project - Funded by The
22 Bill and Melinda Gates Foundation (OPP1134076).
23 <https://dx.doi.org/10.5258/SOTON/WP00647>
24 
25 WorldPop is licensed under the Creative Commons Attribution 4.0 International
26 License (CC BY 4.0). The text of the license can be found at:
27 <https://creativecommons.org/licenses/by/4.0/legalcode>
28 
29 ### GNU LESSER GENERAL PUBLIC LICENSE
30 
31 Version 3, 29 June 2007
32 
33 Copyright (C) 2007 Free Software Foundation, Inc.
34 <https://fsf.org/>
35 
36 Everyone is permitted to copy and distribute verbatim copies of this
37 license document, but changing it is not allowed.
38 
39 This version of the GNU Lesser General Public License incorporates the
40 terms and conditions of version 3 of the GNU General Public License,
41 supplemented by the additional permissions listed below.
42 
43 #### 0. Additional Definitions
44 
45 As used herein, "this License" refers to version 3 of the GNU Lesser
46 General Public License, and the "GNU GPL" refers to version 3 of the
47 GNU General Public License.
48 
49 "The Library" refers to a covered work governed by this License, other
50 than an Application or a Combined Work as defined below.
51 
52 An "Application" is any work that makes use of an interface provided
53 by the Library, but which is not otherwise based on the Library.
54 Defining a subclass of a class defined by the Library is deemed a mode
55 of using an interface provided by the Library.
56 
57 A "Combined Work" is a work produced by combining or linking an
58 Application with the Library. The particular version of the Library
59 with which the Combined Work was made is also called the "Linked
60 Version".
61 
62 The "Minimal Corresponding Source" for a Combined Work means the
63 Corresponding Source for the Combined Work, excluding any source code
64 for portions of the Combined Work that, considered in isolation, are
65 based on the Application, and not on the Linked Version.
66 
67 The "Corresponding Application Code" for a Combined Work means the
68 object code and/or source code for the Application, including any data
69 and utility programs needed for reproducing the Combined Work from the
70 Application, but excluding the System Libraries of the Combined Work.
71 
72 #### 1. Exception to Section 3 of the GNU GPL
73 
74 You may convey a covered work under sections 3 and 4 of this License
75 without being bound by section 3 of the GNU GPL.
76 
77 #### 2. Conveying Modified Versions
78 
79 If you modify a copy of the Library, and, in your modifications, a
80 facility refers to a function or data to be supplied by an Application
81 that uses the facility (other than as an argument passed when the
82 facility is invoked), then you may convey a copy of the modified
83 version:
84 
85 - a) under this License, provided that you make a good faith effort
86  to ensure that, in the event an Application does not supply the
87  function or data, the facility still operates, and performs
88  whatever part of its purpose remains meaningful, or
89 - b) under the GNU GPL, with none of the additional permissions of
90  this License applicable to that copy.
91 
92 #### 3. Object Code Incorporating Material from Library Header Files
93 
94 The object code form of an Application may incorporate material from a
95 header file that is part of the Library. You may convey such object
96 code under terms of your choice, provided that, if the incorporated
97 material is not limited to numerical parameters, data structure
98 layouts and accessors, or small macros, inline functions and templates
99 (ten or fewer lines in length), you do both of the following:
100 
101 - a) Give prominent notice with each copy of the object code that
102  the Library is used in it and that the Library and its use are
103  covered by this License.
104 - b) Accompany the object code with a copy of the GNU GPL and this
105  license document.
106 
107 #### 4. Combined Works
108 
109 You may convey a Combined Work under terms of your choice that, taken
110 together, effectively do not restrict modification of the portions of
111 the Library contained in the Combined Work and reverse engineering for
112 debugging such modifications, if you also do each of the following:
113 
114 - a) Give prominent notice with each copy of the Combined Work that
115  the Library is used in it and that the Library and its use are
116  covered by this License.
117 - b) Accompany the Combined Work with a copy of the GNU GPL and this
118  license document.
119 - c) For a Combined Work that displays copyright notices during
120  execution, include the copyright notice for the Library among
121  these notices, as well as a reference directing the user to the
122  copies of the GNU GPL and this license document.
123 - d) Do one of the following:
124  - 0) Convey the Minimal Corresponding Source under the terms of
125  this License, and the Corresponding Application Code in a form
126  suitable for, and under terms that permit, the user to
127  recombine or relink the Application with a modified version of
128  the Linked Version to produce a modified Combined Work, in the
129  manner specified by section 6 of the GNU GPL for conveying
130  Corresponding Source.
131 - 1) Use a suitable shared library mechanism for linking with
132  the Library. A suitable mechanism is one that (a) uses at run
133  time a copy of the Library already present on the user's
134  computer system, and (b) will operate properly with a modified
135  version of the Library that is interface-compatible with the
136  Linked Version.
137 - e) Provide Installation Information, but only if you would
138  otherwise be required to provide such information under section 6
139  of the GNU GPL, and only to the extent that such information is
140  necessary to install and execute a modified version of the
141  Combined Work produced by recombining or relinking the Application
142  with a modified version of the Linked Version. (If you use option
143  4d0, the Installation Information must accompany the Minimal
144  Corresponding Source and Corresponding Application Code. If you
145  use option 4d1, you must provide the Installation Information in
146  the manner specified by section 6 of the GNU GPL for conveying
147  Corresponding Source.)
148 
149 #### 5. Combined Libraries
150 
151 You may place library facilities that are a work based on the Library
152 side by side in a single library together with other library
153 facilities that are not Applications and are not covered by this
154 License, and convey such a combined library under terms of your
155 choice, if you do both of the following:
156 
157 - a) Accompany the combined library with a copy of the same work
158  based on the Library, uncombined with any other library
159  facilities, conveyed under the terms of this License.
160 - b) Give prominent notice with the combined library that part of it
161  is a work based on the Library, and explaining where to find the
162  accompanying uncombined form of the same work.
163 
164 #### 6. Revised Versions of the GNU Lesser General Public License
165 
166 The Free Software Foundation may publish revised and/or new versions
167 of the GNU Lesser General Public License from time to time. Such new
168 versions will be similar in spirit to the present version, but may
169 differ in detail to address new problems or concerns.
170 
171 Each version is given a distinguishing version number. If the Library
172 as you received it specifies that a certain numbered version of the
173 GNU Lesser General Public License "or any later version" applies to
174 it, you have the option of following the terms and conditions either
175 of that published version or of any later version published by the
176 Free Software Foundation. If the Library as you received it does not
177 specify a version number of the GNU Lesser General Public License, you
178 may choose any version of the GNU Lesser General Public License ever
179 published by the Free Software Foundation.
180 
181 If the Library as you received it specifies that a proxy can decide
182 whether future versions of the GNU Lesser General Public License shall
183 apply, that proxy's public statement of acceptance of any version is
184 permanent authorization for you to choose that version for the
185 Library.