chore: add REUSE metadata, missing license/copyright info

This commit is contained in:
Oleg Shparber
2025-09-25 23:26:27 -04:00
parent 612f92481d
commit 2ccdd23a99
6 changed files with 20 additions and 5 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- 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. -->
<!-- SPDX-FileCopyrightText: Oleg Shparber, et al. <https://zealdocs.org>. -->
<!-- SPDX-FileCopyrightText: .NET Foundation and contributors. All rights reserved. -->
<!-- SPDX-License-Identifier: MS-RL -->
<!-- Upstream: https://github.com/wixtoolset/wix3/blob/develop/src/ext/UIExtension/wixlib/ExitDialog.wxs -->
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+3
View File
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-FileCopyrightText: Oleg Shparber, et al. <https://zealdocs.org>. -->
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<CPackWiXPatch>
<CPackWiXFragment Id="#PRODUCT">
<Condition Message="This package can only be installed on 64-bit versions of Windows."><![CDATA[VersionNT64]]></Condition>
+2 -1
View File
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-FileCopyrightText: Oleg Shparber, et al. <https://zealdocs.org>. -->
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Based on: https://gitlab.kitware.com/cmake/cmake/-/blob/master/Utilities/Release/WiX/WIX.template.in -->
<?include "cpack_variables.wxi"?>
+3 -2
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- 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. -->
<!-- SPDX-FileCopyrightText: Oleg Shparber, et al. <https://zealdocs.org>. -->
<!-- SPDX-FileCopyrightText: .NET Foundation and contributors. All rights reserved. -->
<!-- SPDX-License-Identifier: MS-RL -->
<!-- Upstream: https://github.com/wixtoolset/wix3/blob/develop/src/ext/UIExtension/wixlib/WixUI_InstallDir.wxs -->
<!--