-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
36 lines (26 loc) · 1.84 KB
/
README.txt
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
This is the source code package of the software GeckoCIRCUITS. GeckoCIRCUITS is a
fast circuit simulator which is optimized for applications in power electronics.
Copyright (C) ETH Zurich and (C) 2018 Andreas Müsing, Gecko-Simulations AG (in Liquidation).
If you would like to simply run the program, and without the intention to change, inspect
the sourcecode or to compile the program from scratch, you should probably download
the binary package, available at www.gecko-simulations.com instead of this sourcecode
package.
This software is published under the GNU General Public License Version 3 (GPLv3),
written by Andreas Müsing, Andrija Stupar and Uwe Drofenik.
This project is written in the Java programming language. To run GeckoCIRCUITS,
a Java Runtime environment (version >= 1.6) has to be installed on your computer.
For coding, you need the Java Development Kit (JKD version >= 1.6).
You are free to use any IDE for compiling the sources. However we recommend you to
use the Netbeans IDE, since the project with all settings an necessary files is
already done in Netbeans.
This program is dual-licensed: you can redistribute it and/or modify it under the
terms of the GNU General Public License version 3 as published by the Free Software
Foundation. For the terms of this license, see licenses/gpl_v3.txt or
http://www.gnu.org/licenses/ .
For a commercial usage/redistribution, please contact Gecko-Research GmbH to obtain
a commercial license.
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, see http://www.gnu.org/licenses/ .