You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributors.txt
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
-
This is a list of people and organizations that contributed to the NVDA project in various ways since the beginning of the project. For an overview of code contributors, see also
Copy file name to clipboardExpand all lines: copying.txt
+24-13Lines changed: 24 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
NVDA is available under the GNU General Public License version 2, with two special exceptions.
4
4
The exceptions are outlined in the sections "Non-GPL Components in Plugins and Drivers" and "Microsoft Distributable Code".
5
5
NVDA also includes and uses components which are made available under different free and open source licenses.
6
-
Information about how to obtain and build the code for yourself is available at http://community.nvda-project.org/wiki/AccessingAndRunningSourceCode
6
+
Information about how to obtain and build the code for yourself is available at http://community.nvda-project.org/wiki/AccessingAndRunningSourceCode.
7
7
All applicable licenses are included below.
8
8
9
9
## GNU GENERAL PUBLIC LICENSE
@@ -306,31 +306,42 @@ DAMAGES.
306
306
307
307
Plugins and drivers, including those provided by third parties, are considered derivative works of NVDA and must therefore be licensed under the terms of the GNU General Public License version 2.
308
308
As a special exception, an NVDA plugin or driver (as defined in the NVDA Developer Guide) may use components under other licenses provided that:
309
-
a) Any such component does not prevent the NVDA plugin or driver from being licensed under the terms of the GNU General Public License version 2; and
310
-
b) Any such component does not directly use and is not directly used by any portion of NVDA outside of that plugin or driver.
309
+
310
+
a. Any such component does not prevent the NVDA plugin or driver from being licensed under the terms of the GNU General Public License version 2; and
311
+
312
+
b. Any such component does not directly use and is not directly used by any portion of NVDA outside of that plugin or driver.
311
313
For example, a speech synthesizer driver may use a speech synthesiser under a proprietary license.
312
314
In contrast, in a plugin providing support for an application, the code which implements any interface provided by NVDA must be licensed under the GNU General Public License version 2.
313
315
314
316
315
317
## Microsoft Distributable Code
316
318
317
319
This applies to the following files:
318
-
- mfc*.dll
319
-
- Microsoft.VC*.manifest
320
-
- msvc*.dll
320
+
321
+
* mfc*.dll
322
+
* Microsoft.VC*.manifest
323
+
* msvc*.dll
321
324
322
325
As a special exception to the GNU General Public License version 2, these components may be included with binary distributions of NVDA without being subject to the terms of that license.
323
326
324
327
Microsoft Distributable Code is covered by the following terms:
325
328
326
329
You may not
327
-
a) alter any copyright, trademark or patent notice in the Distributable Code;
328
-
b) use Microsoft's trademarks in your programs' names or in a way that suggests your programs come from or are endorsed by Microsoft;
329
-
c) distribute Distributable Code to run on a platform other than the Windows platform;
330
-
d) include Distributable Code in malicious, deceptive or unlawful programs; or
331
-
e) modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that
332
-
i) the code be disclosed or distributed in source code form; or
333
-
ii) others have the right to modify it.
330
+
331
+
a. alter any copyright, trademark or patent notice in the Distributable Code;
332
+
333
+
b. use Microsoft's trademarks in your programs' names or in a way that suggests your programs come from or are endorsed by Microsoft;
334
+
335
+
c. distribute Distributable Code to run on a platform other than the Windows platform;
336
+
337
+
d. include Distributable Code in malicious, deceptive or unlawful programs; or
338
+
339
+
e. modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License.
340
+
An Excluded License is one that requires, as a condition of use, modification or distribution, that
341
+
342
+
i. the code be disclosed or distributed in source code form; or
0 commit comments