forked from JaDogg/expressPython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.htm
43 lines (37 loc) · 1.33 KB
/
About.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<body>
<b> Express Python </b>
<br />
Written by Bhathiya Perera<br />
<br />
<b>Credits</b>
<ul>
<li>Qt 5.9.0</li>
<li>Python 3.6.1</li>
<li>Frankie Simon's Python Syntax Highlight Code (Modified)</li>
<li>Mateusz Loskot's Embedding Code (Modified)</li>
<li>Train Icon from awicons.com</li>
<li>All Other Icons from Open Icon Library</li>
</ul>
<br />
<b>License</b>
<pre>
Express Python
Copyright (C) 2014-2016 Bhathiya Perera
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
</pre>
<b>Source Code</b>
<p><a href="https://github.com/JaDogg/expressPython">https://github.com/JaDogg/expressPython</a></p>
<p>C++/Python developers, Feel free to contribute.</p>
</body>
</html>