Skip to content

Commit 99d2db3

Browse files
author
chenyunliang520
committed
Add LGPL v3 license notice to docs/README.rst and specify LICENSE.txt in pyproject.toml
1 parent 421459d commit 99d2db3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
GaussDB documentation build
44
===========================
55

6+
.. note::
7+
8+
**License**: This documentation is part of the **gaussdb** project and is licensed under the
9+
`GNU Lesser General Public License v3.0 (LGPL v3)`_.
10+
11+
See the :download:`LICENSE.txt <../LICENSE.txt>` file in the project root for details.
12+
13+
.. _GNU Lesser General Public License v3.0 (LGPL v3): https://www.gnu.org/licenses/lgpl-3.0.en.html
14+
15+
616
Quick start::
717

818
make env

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
requires = ["setuptools>=49.2.0", "wheel>=0.37"]
33
build-backend = "setuptools.build_meta"
44

5+
[project]
6+
name = "gaussdb"
7+
license = { file = "LICENSE.txt" }
8+
59
[tool.pytest.ini_options]
610
addopts = "-ra"
711
filterwarnings = [

0 commit comments

Comments
 (0)