forked from ginggs/gelemental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
19 lines (14 loc) · 898 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
gElemental is a GTK+ periodic table viewer with detailed information on
elements. It is free software released under the GNU General Public License,
version 3 or later.
libelemental is a C++ data library providing gElemental's data, and is installed
with the main program. pyElemental is a Python binding for libelemental, and is
available as a separate package.
For more information, see <https://github.com/ginggs/gelemental>.
Copyright (C) 2016-2021 Graham Inggs <[email protected]>.
Copyright (C) 2006-2007 Kevin Daughtridge <[email protected]>.
Chemical data are largely derived from the Blue Obelisk Data Repository
<http://www.blueobelisk.org/> (see COPYING.DATA for licensing) and from the
chemical data compilations on the English Wikipedia <http://en.wikipedia.org/>.
Originally derived from GPeriodic version 2.0.8, copyright (C) 2003 Jonas Frantz
<[email protected]> and others.