1
1
GlassPy is licensed under the GNU General Public Licence version 3. SciGlass
2
- data is licensed under the ODC Open Database License (ODbL). The text of both
3
- licenses are below. In this repository, SciGlass data is stored in the folder
4
- /glasspy/data/datafiles.
2
+ data is licensed under the ODC Open Database License (ODbL). Mendeleev data is
3
+ licensed under the MIT license. The text of all the licenses are below. In
4
+ this repository, SciGlass data is stored in the folder /glasspy/data/datafiles,
5
+ mendeleev data is stored in /glasspy/chemistry/data.py and
6
+ /glasspy/chemistry/data/chemical_properties.csv. Some data stored in the file
7
+ /glasspy/chemistry/data/chemical_properties.csv comes from the reference: Ward,
8
+ L., Agrawal, A., Choudhary, A., and Wolverton, C. (2016). A general-purpose
9
+ machine learning framework for predicting properties of inorganic materials. npj
10
+ Computational Materials 2, 16028. 10.1038/npjcompumats.2016.28.
11
+
5
12
6
13
7
14
---------------
@@ -686,9 +693,9 @@ Public License instead of this License. But first, please read
686
693
687
694
688
695
689
- ---------------------
690
- SciGlass data license
691
- ---------------------
696
+ ----------------
697
+ SciGlass license
698
+ ----------------
692
699
693
700
694
701
ODC Open Database License (ODbL)
@@ -712,3 +719,31 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
712
719
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
713
720
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
714
721
SOFTWARE.
722
+
723
+
724
+
725
+ -----------------
726
+ Mendeleev license
727
+ -----------------
728
+
729
+ The MIT License (MIT)
730
+
731
+ Copyright (c) 2015 Lukasz Mentel
732
+
733
+ Permission is hereby granted, free of charge, to any person obtaining a copy
734
+ of this software and associated documentation files (the "Software"), to deal
735
+ in the Software without restriction, including without limitation the rights
736
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
737
+ copies of the Software, and to permit persons to whom the Software is
738
+ furnished to do so, subject to the following conditions:
739
+
740
+ The above copyright notice and this permission notice shall be included in all
741
+ copies or substantial portions of the Software.
742
+
743
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
744
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
745
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
746
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
747
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
748
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
749
+ SOFTWARE.
0 commit comments