-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
78 lines (52 loc) · 2.73 KB
/
NOTICE
File metadata and controls
78 lines (52 loc) · 2.73 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
DMXRouter
=========
Copyright (c) Joaquín Villodre / Fiverecords. All rights reserved.
DMXRouter is proprietary software. See the LICENSE file for distribution
terms.
This binary is statically or dynamically linked against the open-source
components listed below. Every full license text is also embedded in the
application binary and viewable offline via Help -> About -> "View Full
Licenses".
--------------------------------------------------------------------------
Qt 6
--------------------------------------------------------------------------
DMXRouter uses the Qt 6 framework for its GUI, networking, and
cross-platform abstractions.
Website: https://www.qt.io
Source: https://code.qt.io/cgit/qt/qt5.git/ (the Qt project history)
License: GNU Lesser General Public License v3 (LGPLv3)
Qt is dynamically linked and unmodified. Per the LGPLv3 you have the
right to replace the Qt runtime libraries shipped alongside DMXRouter
with your own build of the same Qt version, and DMXRouter must continue
to function with the replacement.
--------------------------------------------------------------------------
zlib
--------------------------------------------------------------------------
DMXRouter uses zlib by Jean-loup Gailly and Mark Adler for MVR and GDTF
archive (.zip) extraction.
Website: https://zlib.net
License: zlib license (BSD-style permissive)
zlib is statically linked into the DMXRouter binary.
--------------------------------------------------------------------------
libremidi
--------------------------------------------------------------------------
DMXRouter uses libremidi by Jean-Michael Celerier and contributors for
MIDI input and output via the host operating system's native MIDI
subsystem (Windows MM on Windows, CoreMIDI on macOS, ALSA on Linux).
Repository: https://github.com/celtera/libremidi
License: Boost Software License 1.0
libremidi is header-only and compiled directly into the DMXRouter binary.
--------------------------------------------------------------------------
mdns
--------------------------------------------------------------------------
DMXRouter uses the mdns library by Mattias Jansson for mDNS/DNS-SD
service discovery (RFC 6762 / RFC 6763), used by the MVR-xchange module
to discover other MVR-xchange capable applications on the local network.
Repository: https://github.com/mjansson/mdns
License: Public domain (no attribution required, but appreciated)
mdns is a single-header library compiled directly into the DMXRouter
binary.
--------------------------------------------------------------------------
The full text of each license above is included verbatim in the
DMXRouter binary at resources/licenses/ and surfaced through
Help -> About -> "View Full Licenses".