Skip to content

Commit d7232bf

Browse files
committed
added license file for the imported RtfLargeTheme from WiX 5.0.2
1 parent 3e3a4ca commit d7232bf

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

scripts/files/RtfThemeLarge.xml

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3-
<!-- Downloaded from https://github.com/wixtoolset/wix/blob/v5.0.2/src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml -->
3+
<!--
4+
Copyright (c) .NET Foundation and contributors.
5+
This software is released under the Microsoft Reciprocal License (MS-RL) (the "License"); you may not use the software except in compliance with the License.
6+
7+
The text of the Microsoft Reciprocal License (MS-RL) can be found online at:
8+
http://opensource.org/licenses/ms-rl
9+
10+
11+
Microsoft Reciprocal License (MS-RL)
12+
13+
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
14+
15+
1. Definitions
16+
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
17+
A "contribution" is the original software, or any additions or changes to the software.
18+
A "contributor" is any person that distributes its contribution under this license.
19+
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
20+
21+
2. Grant of Rights
22+
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
23+
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
24+
25+
3. Conditions and Limitations
26+
(A) Reciprocal Grants- For any file you distribute that contains code from the software (in source code or binary format), you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose.
27+
(B) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
28+
(C) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
29+
(D) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
30+
(E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
31+
(F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
32+
-->
33+
<!-- Downloaded from https://github.com/wixtoolset/wix/blob/v5.0.2/src/ext/Bal/stdbas/Resources/RtfLargeTheme.xml
34+
This needed to be modified, because WiX 5 introduced an issue that doesn't fill IconFile attribute on the main Window
35+
in the theme. WiX issue: https://github.com/wixtoolset/issues/issues/8104
36+
-->
437

538
<Theme xmlns="http://wixtoolset.org/schemas/v4/thmutil">
639
<Font Id="0" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
@@ -116,4 +149,4 @@
116149
</Button>
117150
</Page>
118151
</Window>
119-
</Theme>
152+
</Theme>

0 commit comments

Comments
 (0)