Skip to content

Commit 73bceb5

Browse files
committed
Added Third Party Software attribution
1 parent ec7bc57 commit 73bceb5

2 files changed

Lines changed: 107 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ To understand the MPL-2.0 license, please read the [MPL-2.0 FAQ by mozilla.org](
107107

108108
Files under the `querylib` directory are licensed under the [MIT license](http://opensource.org/licenses/MIT). See [QueryLib README](querylib/README.txt). This is a library to query CodeQuery database files. This library is MIT-licensed, so that it may be used to create plugins for editors, IDEs and other software without restrictions. It's only dependency is on sqlite3.
109109

110+
Third party software attribution can be found in [THIRDPARTY.md](THIRDPARTY.md).
110111

111112
## Can I use it in a commercial environment without purchasing, for an unlimited time?
112113

THIRDPARTY.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
Third Party Software
2+
====================
3+
4+
Both the source and binary distributions of this software are linked to some
5+
third party software. All the third party software included or linked is
6+
redistributed under the terms and conditions of their original licenses.
7+
These licenses are compatible with the license of this software,
8+
for the purposes they are being used.
9+
10+
The following list provides attribution for these third party software
11+
in accordance with the conditions of their licenses.
12+
13+
Qt6 open source
14+
---------------
15+
Title: Qt 6.x
16+
Author: The Qt Company Ltd. and other contributors.
17+
Source: https://www.qt.io/download-open-source
18+
License: LGPL-3.0-only
19+
License file: https://doc.qt.io/qt-6/lgpl.html
20+
Linking method: Dynamic linking
21+
22+
23+
Scintilla
24+
---------
25+
Title: Scintilla 5.5.x
26+
Author: Neil Hodgson
27+
Source: https://www.scintilla.org/
28+
License: ISC-like license
29+
License file: scintilla/License.txt
30+
Linking method: Static linking
31+
32+
Lexilla
33+
-------
34+
Title: Lexilla 5.3.x
35+
Author: Neil Hodgson
36+
Source: https://www.scintilla.org/
37+
License: ISC-like license
38+
License file: lexilla/License.txt
39+
Linking method: Static linking
40+
41+
42+
SQLite
43+
-------
44+
Title: SQLite 3.x
45+
Author: D. Richard Hipp, Dan Kennedy, Joe Mistachkin
46+
Source: https://www.sqlite.org/
47+
License: Public domain
48+
License file: https://www.sqlite.org/copyright.html
49+
Linking method: Dynamic linking
50+
51+
getopt2
52+
-------
53+
Title: getopt2
54+
Author: Russ Allbery, Benjamin Sittler
55+
Source: (unknown)
56+
License: MIT
57+
License file: querylib/getopt2.h
58+
Linking method: Static linking
59+
60+
showgraph
61+
---------
62+
Title: showgraph
63+
Author: Boris Shurygin
64+
Source: https://github.com/boris-shurygin/showgraph
65+
License: BSD-3-Clause
66+
License file: showgraph/LICENSE.txt
67+
Linking method: Static linking
68+
69+
70+
Axialis
71+
-------
72+
Title: Axialis Free Icons
73+
Author: Axialis Software SA
74+
Source: https://www.axialis.com/free/icons/
75+
License: CC BY-ND 4.0
76+
License file: https://www.axialis.com/icons/license.html#free
77+
Linking method: Icon images used in the GUI app
78+
79+
80+
cscope
81+
------
82+
Title: cscope 15.8a
83+
Author: Santa Cruz Operation Inc.
84+
Source: https://cscope.sourceforge.net/
85+
License: BSD-3-Clause
86+
License file: https://cscope.sourceforge.net/license.html
87+
Linking method: Distributed together with CodeQuery for Windows.
88+
89+
90+
ctags
91+
-----
92+
Title: ctags 5.8
93+
Author: Darren Hiebert
94+
Source: https://ctags.sourceforge.net/
95+
License: GPL-2.0-only
96+
License file: https://sourceforge.net/projects/ctags/
97+
Linking method: Distributed together with CodeQuery for Windows.
98+
99+
Wix Toolset
100+
-----------
101+
Title: Wix Toolset
102+
Author: .NET Foundation and contributors
103+
Source: https://github.com/wixtoolset/web
104+
License: MS-RL
105+
License file: https://github.com/wixtoolset/web/blob/master/LICENSE.TXT
106+
Linking method: Used to create the Windows installer for CodeQuery.

0 commit comments

Comments
 (0)