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