mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +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.
|
# Readme, License etc.
|
||||||
set(GENERAL_FILES
|
set(GENERAL_FILES
|
||||||
${swift_SOURCE_DIR}/LICENSES/LicenseRef-swift-pilot-client-1.txt
|
${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)
|
install(FILES ${GENERAL_FILES} DESTINATION bin)
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<!-- <version>0.7.0</version> -->
|
<!-- <version>0.7.0</version> -->
|
||||||
<licenseFile>../../dist/bin/LicenseRef-swift-pilot-client-1.txt</licenseFile>
|
<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>
|
<leftImage>../images/leftimage.png</leftImage>
|
||||||
<logoImage>../images/logo.png</logoImage>
|
<logoImage>../images/logo.png</logoImage>
|
||||||
<splashImage>../images/splashscreen.png</splashImage>
|
<splashImage>../images/splashscreen.png</splashImage>
|
||||||
@@ -323,7 +323,7 @@ https://swift-project.org/</text>
|
|||||||
<code>en</code>
|
<code>en</code>
|
||||||
<encoding>utf-8</encoding>
|
<encoding>utf-8</encoding>
|
||||||
<file>../../dist/bin/LicenseRef-swift-pilot-client-1.txt</file>
|
<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>
|
</licenseFile>
|
||||||
</licenseFileList>
|
</licenseFileList>
|
||||||
<parameterList>
|
<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">
|
<!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">
|
<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