chore: 修正 LICENSE 版权声明并补充各清单的 license 字段
- LICENSE 附录版权行由模板占位符改为 Copyright 2023-present vnt-dev - 各 Cargo.toml 与 package.json 补充 license = Apache-2.0
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
name = "vnt2"
|
name = "vnt2"
|
||||||
version = "2.0.2"
|
version = "2.0.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
vnt-ipc = { path = "vnt-ipc", optional = true }
|
vnt-ipc = { path = "vnt-ipc", optional = true }
|
||||||
|
|||||||
@@ -186,7 +186,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
identification within third-party archives.
|
||||||
|
|
||||||
Copyright [yyyy] [name of copyright owner]
|
Copyright 2023-present vnt-dev
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vnt-workspace",
|
"name": "vnt-workspace",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
"packageManager": "[email protected]",
|
"packageManager": "[email protected]",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:web": "pnpm --filter vnt-web-ui dev",
|
"dev:web": "pnpm --filter vnt-web-ui dev",
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "vnt-core"
|
name = "vnt-core"
|
||||||
version = "2.0.2"
|
version = "2.0.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vnt-desktop",
|
"name": "vnt-desktop",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ name = "vnt-desktop"
|
|||||||
version = "2.0.2"
|
version = "2.0.2"
|
||||||
description = "VNT virtual network desktop client"
|
description = "VNT virtual network desktop client"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "vnt_desktop_lib"
|
name = "vnt_desktop_lib"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "vnt-ipc"
|
name = "vnt-ipc"
|
||||||
version = "2.0.2"
|
version = "2.0.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "vnt-jni"
|
name = "vnt-jni"
|
||||||
version = "2.0.2"
|
version = "2.0.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "vnt-web"
|
name = "vnt-web"
|
||||||
version = "2.0.2"
|
version = "2.0.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
vnt-core.workspace = true
|
vnt-core.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vnt-web-ui",
|
"name": "vnt-web-ui",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user