-
Notifications
You must be signed in to change notification settings - Fork 114
/
LICENSE
46 lines (35 loc) · 2.27 KB
/
LICENSE
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
44
45
VisiCut itself is licensed under the GNU Lesser Public License (see https://www.gnu.org/licenses/lgpl-3.0-standalone.html or COPYING.LESSER for details).
However, it contains some 3rd Party files, which are listed below.
3rd Party files:
- The Camera Icon src/com/t_oster/visicut/gui/ressources/camera.png is from the Token Icon Set of EVAN BROOKS (http://brsev.com/). Its licensed under "Creative Commons Attribution Non-commercial (by-nc)"
- The Zoom Icons src/com/t_oster/visicut/gui/ressources/magnifier-*.png are from the "fugue icon set" from http://p.yusukekamiyamane.com and licensed under "Commercial Use Allowed, Back Link Required"
3rd Party libraries:
LGPL licensed:
- SVGSalamander by Mark McKay (http://svgsalamander.java.net/)
- Freehep PS Viewer (http://java.freehep.org/freehep1.x/psviewer/index.html)
- Javassist (http://jboss-javassist.github.io/javassist/)
- GTKJFileChooser (https://code.google.com/archive/p/gtkjfilechooser/)
- Beansbinding (https://java.net/projects/beansbinding/)
- Appframework (https://java.net/projects/appframework/)
Apache Software License 2.0:
- Kabeja (http://kabeja.sourceforge.net)
- ZXing by ZXing authors (https://github.com/zxing/)
- Apache Commons IO (https://commons.apache.org/proper/commons-io/)
- Apache Commons Net (https://commons.apache.org/proper/commons-net/)
- Apache Commons OGNL (https://commons.apache.org/proper/commons-ognl/)
- Apache HttpComponents (https://hc.apache.org/)
- Thymeleaf (http://www.thymeleaf.org/)
- JSON Simple (https://github.com/fangyidong/json-simple)
Apache Software License 1.1:
- XPP3 (https://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html)
BSD licensed:
- Bridj by Olivier Chafik (https://github.com/nativelibs4java/BridJ), see https://github.com/nativelibs4java/BridJ/blob/master/LICENSE
- XStream by XStream Committers (http://x-stream.github.io/), see http://x-stream.github.io/license.html
MIT licensed:
- SLF4J by QOS.ch (http://www.slf4j.org/)
- Webcam-capture by Bartosz Firyn and Contributors (https://github.com/sarxos/webcam-capture)
- Scribe by hh.ru and Pablo Fernandez (https://github.com/scribejava/scribejava)
Eclipse Public License 1.0:
- JUnit (http://junit.org/), see http://junit.org/junit4/license.html
Public Domain:
- Jama by The MathWorks and NIST (http://math.nist.gov/javanumerics/jama/)