mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
chore: add REUSE metadata, missing license/copyright info
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
@@ -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 -->
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user