mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/Mapleawaa/PVE-Tools-9.git
synced 2026-09-20 08:03:35 +08:00
- 添加 TOS(服务条款)和 ULA(最终用户许可)文档,并更新导航配置 - 更新项目许可证为 LGPLv3 - 新增脚本启动时的法律条款确认机制 - 实现完整的 NVIDIA GPU 管理功能,包括直通、vGPU、驱动信息与切换
50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
GNU Lesser General Public License v3 (LGPL‑3.0)
|
||
|
||
Copyright (C) 2007 Free Software Foundation, Inc.
|
||
Copyright (C) 2026 Ciriu Networks
|
||
Authors: 云汐月喵
|
||
|
||
Everyone is permitted to copy and distribute verbatim copies
|
||
of this license document, but changing it is not allowed.
|
||
|
||
### Preamble
|
||
|
||
The GNU Lesser General Public License is a free software license that
|
||
allows developers and companies to use and integrate software released
|
||
under this License into their own (even proprietary) software, with
|
||
certain conditions. However, if you modify the licensed code itself,
|
||
you must make your modifications available under the same license.
|
||
|
||
### Terms and Conditions
|
||
|
||
#### 0. Definitions
|
||
- “Library” refers to the covered work (PVE‑Tools‑9).
|
||
- “You” means an individual or legal entity using, modifying, or distributing the Library.
|
||
- “Source Code” means the preferred form for making modifications.
|
||
|
||
#### 1. Source Code
|
||
You must make available the source code of the LGPL portions upon distribution,
|
||
including modifications or derivative works, under the same license.
|
||
|
||
#### 2. Conveying Modified Versions
|
||
Modified versions must be licensed as a whole at no charge to all third parties
|
||
under the terms of this License.
|
||
|
||
#### 3. Combined Works
|
||
You may combine this Library with other code. Terms of use of other code remain
|
||
subject to their own licenses.
|
||
|
||
#### 4. Proprietary Use
|
||
You may use and distribute this Library in a proprietary program, provided you
|
||
comply with all terms of this License, including:
|
||
|
||
- Relinking or providing object code for user relinking.
|
||
- Providing source for the LGPL components.
|
||
|
||
#### 5. No Warranty
|
||
This Library is distributed without any warranty; without even the implied
|
||
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||
|
||
---
|
||
|
||
For full license text, see: https://www.gnu.org/licenses/lgpl-3.0.html |