@@ -3,13 +3,12 @@ License
3
3
=======
4
4
5
5
PyMC is distributed under the Apache License, Version 2.0
6
+ Contains code from AePPL, which is distributed under the MIT License
6
7
7
8
Copyright (c) 2006 Christopher J. Fonnesbeck (Academic Free License)
8
9
Copyright (c) 2007-2008 Christopher J. Fonnesbeck, Anand Prabhakar Patil, David Huard (Academic Free License)
9
10
Copyright (c) 2009-2022 The PyMC developers (see contributors to pymc-devs on GitHub)
10
11
11
- Contains code from Aeppl, Copyright (c) 2021-2022, Aesara Developers
12
-
13
12
All rights reserved.
14
13
15
14
Apache License
@@ -213,3 +212,26 @@ All rights reserved.
213
212
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
214
213
See the License for the specific language governing permissions and
215
214
limitations under the License.
215
+
216
+
217
+ MIT License
218
+
219
+ Copyright (c) 2021-2023 aesara-devs
220
+
221
+ Permission is hereby granted, free of charge, to any person obtaining a copy
222
+ of this software and associated documentation files (the "Software"), to deal
223
+ in the Software without restriction, including without limitation the rights
224
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
225
+ copies of the Software, and to permit persons to whom the Software is
226
+ furnished to do so, subject to the following conditions:
227
+
228
+ The above copyright notice and this permission notice shall be included in all
229
+ copies or substantial portions of the Software.
230
+
231
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
232
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
233
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
234
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
235
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
236
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
237
+ SOFTWARE.
0 commit comments