Slint docs style cleanups

- refresh copyright
 - link to slint-ui.com
 - add footer icons
This commit is contained in:
Olivier Goffart 2023-03-23 12:10:29 +01:00 committed by Olivier Goffart
parent da95051db1
commit 88f9d0aed5
8 changed files with 45 additions and 25 deletions

View file

@ -1,4 +0,0 @@
# Copyright © 2021 SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
Pipfile.lock

View file

@ -1,4 +1,4 @@
# Copyright © 2021 SixtyFPS GmbH <info@slint-ui.com>
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
[[source]]

View file

@ -1,4 +1,4 @@
# Copyright © 2021 SixtyFPS GmbH <info@slint-ui.com>
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
# Configuration file for the Sphinx documentation builder.
@ -21,9 +21,9 @@ import textwrap
# -- Project information -----------------------------------------------------
project = "Slint C++"
copyright = "2022, info@slint-ui.com"
author = "info@slint-ui.com"
project = "Slint C++ API"
copyright = "SixtyFPS GmbH"
author = "Slint Developers <info@slint-ui.com>"
# The full version, including alpha/beta/rc tags
version = "1.0.0"