proper licenseing
This commit is contained in:
@@ -7,9 +7,9 @@ resolver = "2"
|
|||||||
# name = "Multieko2"
|
# name = "Multieko2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
authors = ["Filip Priečinský <filippriec@gmail.com>"]
|
authors = ["Filip Priečinský <filippriec@gmail.com>"]
|
||||||
description = "Poriadny uctovnicky software."
|
description = "Poriadny uctovnicky software."
|
||||||
license = "GPLv3"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://gitlab.com/filipriec/multieko2"
|
repository = "https://gitlab.com/filipriec/multieko2"
|
||||||
categories = ["command-line-interface"]
|
categories = ["command-line-interface"]
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "client"
|
name = "client"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
common = { path = "../common" }
|
common = { path = "../common" }
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "common"
|
name = "common"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tonic = "0.12.3"
|
tonic = "0.12.3"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "server"
|
name = "server"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
common = { path = "../common" }
|
common = { path = "../common" }
|
||||||
|
|||||||
Reference in New Issue
Block a user