Skip to content

Commit c688e02

Browse files
committed
licensing: update Cargo.toml files with new licence
1 parent 6f9484d commit c688e02

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "torrust-tracker"
33
description = "A feature rich BitTorrent tracker."
4-
license = "AGPL-3.0"
4+
license.workspace = true
55
authors.workspace = true
66
edition.workspace = true
77
version.workspace = true
88

99
[workspace.package]
10+
license = "Apache-2.0"
1011
authors = ["Nautilus Cyberneering <info@nautilus-cyberneering.de>, Mick van Dijke <mick@dutchbits.nl>"]
1112
edition = "2021"
1213
repository = "https://github.com/torrust/torrust-tracker"

packages/configuration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "torrust-tracker-configuration"
33
description = "A library to provide configuration to the Torrust Tracker."
4-
license = "AGPL-3.0"
4+
license.workspace = true
55
version.workspace = true
66
authors.workspace = true
77
edition.workspace = true

packages/located-error/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "torrust-tracker-located-error"
33
description = "A library to provide error decorator with the location and the source of the original error."
4-
license = "AGPL-3.0"
4+
license.workspace = true
55
version.workspace = true
66
authors.workspace = true
77
edition.workspace = true

packages/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "torrust-tracker-primitives"
33
description = "A library with the primitive types shared by the Torrust tracker packages."
4-
license = "AGPL-3.0"
4+
license.workspace = true
55
version.workspace = true
66
authors.workspace = true
77
edition.workspace = true

packages/test-helpers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "torrust-tracker-test-helpers"
33
description = "A library providing helpers for testing the Torrust tracker."
4-
license = "AGPL-3.0"
4+
license.workspace = true
55
version.workspace = true
66
authors.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)