mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
chore: Move license HTML file to installer dir
The reuse linter only supports single files inside the LICENSE folder. As the HTML version for the license is only required for the installer, this commit moves it to the installer folder.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
# Readme, License etc.
|
||||
set(GENERAL_FILES
|
||||
${swift_SOURCE_DIR}/LICENSES/LicenseRef-swift-pilot-client-1.txt
|
||||
${swift_SOURCE_DIR}/LICENSES/LicenseRef-swift-pilot-client-1.html
|
||||
)
|
||||
install(FILES ${GENERAL_FILES} DESTINATION bin)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
<!-- <version>0.7.0</version> -->
|
||||
<licenseFile>../../dist/bin/LicenseRef-swift-pilot-client-1.txt</licenseFile>
|
||||
<htmlLicenseFile>../../dist/bin/LicenseRef-swift-pilot-client-1.html</htmlLicenseFile>
|
||||
<htmlLicenseFile>../../dist/share/legal/LicenseRef-swift-pilot-client-1.html</htmlLicenseFile>
|
||||
<leftImage>../images/leftimage.png</leftImage>
|
||||
<logoImage>../images/logo.png</logoImage>
|
||||
<splashImage>../images/splashscreen.png</splashImage>
|
||||
@@ -323,7 +323,7 @@ https://swift-project.org/</text>
|
||||
<code>en</code>
|
||||
<encoding>utf-8</encoding>
|
||||
<file>../../dist/bin/LicenseRef-swift-pilot-client-1.txt</file>
|
||||
<htmlFile>../../dist/bin/LicenseRef-swift-pilot-client-1.html</htmlFile>
|
||||
<htmlFile>../../dist/share/legal/LicenseRef-swift-pilot-client-1.html</htmlFile>
|
||||
</licenseFile>
|
||||
</licenseFileList>
|
||||
<parameterList>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
||||
SPDX-License-Identifier: LicenseRef-swift-pilot-client-1
|
||||
-->
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
Reference in New Issue
Block a user