Skip to content

Commit ecec097

Browse files
committed
chore: add licenses to converters
1 parent d410242 commit ecec097

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

converters/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "acdc-converters-core"
33
version = "0.1.0"
44
edition.workspace = true
55
description = "Core traits and utilities for acdc document converters"
6+
license = "MIT OR Apache-2.0"
67

78
[dependencies]
89
acdc-parser = { path = "../../acdc-parser" }

converters/dev/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "acdc-converters-dev"
33
version = "0.1.0"
44
edition.workspace = true
55
description = "Development and testing utilities for acdc converters"
6+
license = "MIT OR Apache-2.0"
67
publish = false
78

89
[dependencies]

converters/html/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "acdc-converters-html"
33
version = "0.1.0"
44
edition.workspace = true
55
description = "HTML converter"
6+
license = "MIT OR Apache-2.0"
67

78
[dependencies]
89
acdc-converters-core.workspace = true

converters/manpage/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "acdc-converters-manpage"
33
version = "0.1.0"
44
edition.workspace = true
55
description = "Manpage converter"
6+
license = "MIT OR Apache-2.0"
67

78
[dependencies]
89
acdc-converters-core.workspace = true

converters/terminal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "acdc-converters-terminal"
33
version = "0.1.0"
44
edition.workspace = true
55
description = "`cat` like converter for `AsciiDoc` documents"
6+
license = "MIT OR Apache-2.0"
67

78
[features]
89
default = []

0 commit comments

Comments
 (0)