Changes between Version 20 and Version 21 of DevNotes/Projects/Licensing
- Timestamp:
- Jun 7, 2016 10:36:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Projects/Licensing
v20 v21 6 6 - lxml - BSD 7 7 - !NumPy - Free to do as we like as long as copyright is included [http://docs.scipy.org/doc/numpy/license.html] 8 - perodictables - Public Domain9 8 - !PyParsing - MIT license 10 9 - Pisa - Apache License 2.0 see [http://www.apache.org/licenses/LICENSE-2.0.html] … … 16 15 - numerical ... - Henrik Vestermark License [http://hvks.com] - free for non-commercial use (used in models/c_extension/libigor/2Y_cpoly.cpp) 17 16 - vcredist_x86: Microsoft Visual Studio 2008 redistributable - Free to package in deployment 18 - Py2Exe - MIT style but no dlls are being packaged so not relevant 19 - Py2App - PSF or MIT but probably not relevant since are not distributing any of its code (only code byte code from our code) 17 - Py2Exe - MIT style (bootstrap code is shipped as part of the windows exe) 18 - Py2App - PSF or MIT (bootstrap code is shipped as part of the Mac OS X app) 19 - pyopencl - MIT, BSD and Apache 20 - cephes - BSD, depending on where we get it [https://lists.debian.org/debian-legal/2004/12/msg00295.html] 21 22 - perodictables - Public Domain 23 - sasmodels - Public Domain, plus whatever license we put on the models converted from public domain Igor code 24 - bumps - Public Domain; GUI is MIT, DREAM is BSD, LM is MIT, DE is PD, nelder-mead is PD, BFGS is MIT 25 20 26 21 27 == Licenses in sasview code ==