]> sigrok.org Git - pulseview.git/blob - README
Session: Fix issue #67 by improving error handling
[pulseview.git] / README
1 -------------------------------------------------------------------------------
2 README
3 -------------------------------------------------------------------------------
4
5 The sigrok project aims at creating a portable, cross-platform,
6 Free/Libre/Open-Source signal analysis software suite that supports various
7 device types (such as logic analyzers, oscilloscopes, multimeters, and more).
8
9 PulseView is a Qt-based LA/scope/MSO GUI for sigrok.
10
11
12 Status
13 ------
14
15 PulseView is in a usable state and has had official tarball releases.
16
17
18 Copyright and license
19 ---------------------
20
21 PulseView is licensed under the terms of the GNU General Public License
22 (GPL), version 3 or later.
23
24 While some individual source code files are licensed under the GPLv2+, and
25 some files are licensed under the GPLv3+ or MIT, this doesn't change the fact
26 that the program as a whole is licensed under the terms of the GPLv3+ (e.g.
27 also due to the fact that it links against GPLv3+ libraries).
28
29 Please see the individual source files for the full list of copyright holders.
30
31
32 Copyright notices
33 -----------------
34
35 A copyright notice indicating a range of years, must be interpreted as having
36 had copyrightable material added in each of those years.
37
38 Example:
39
40  Copyright (C) 2010-2013 Contributor Name
41
42 is to be interpreted as
43
44  Copyright (C) 2010,2011,2012,2013 Contributor Name
45
46
47 Resource authors and licenses
48 -----------------------------
49
50 icons/application-exit.png,
51 icons/document-new.png,
52 icons/document-open.png,
53 icons/document-save-as.png,
54 icons/edit-paste.svg,
55 icons/help-browser.png,
56 icons/media-playback-pause.png,
57 icons/media-playback-start.png,
58 icons/preferences-system.png,
59 icons/search.svg,
60 icons/window-new.png,
61 icons/zoom-fit-best.png,
62 icons/zoom-in.png,
63 icons/zoom-out.png: Tango Icon Library
64   http://tango.freedesktop.org/Tango_Desktop_Project
65   License:
66     Public Domain
67
68 icons/information.svg: Bobarino
69   https://en.wikipedia.org/wiki/File:Information.svg
70   License:
71     GFDL 1.2 or later / CC-BY-SA 3.0
72     https://en.wikipedia.org/wiki/File:Information.svg#Licensing
73
74 icons/add-math-channel.svg: Inductiveload
75   https://en.wikipedia.org/wiki/File:Icon_Mathematical_Plot.svg
76   License:
77     Public Domain
78
79 QDarkStyleSheet: Colin Duquesnoy
80   https://github.com/ColinDuquesnoy/QDarkStyleSheet
81   License:
82     CC-BY 4.0
83     https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/LICENSE.md
84
85 DarkStyle: Juergen Skrotzky
86   https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle
87   License:
88     MIT license
89     https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle#licence
90
91 QHexView: Victor Anjin
92   https://github.com/virinext/QHexView
93   License:
94     MIT license
95     https://github.com/virinext/QHexView/blob/master/LICENSE
96
97 ExprTk: Arash Partow
98   https://www.partow.net/programming/exprtk/index.html
99   License:
100     MIT license
101
102
103 Mailing list
104 ------------
105
106  https://lists.sourceforge.net/lists/listinfo/sigrok-devel
107
108
109 IRC
110 ---
111
112 You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.
113
114
115 Website
116 -------
117
118  http://sigrok.org/wiki/PulseView
119