Skip to content

Commit dd0b16b

Browse files
committed
Update licence configuration
1 parent 0fb1b13 commit dd0b16b

12 files changed

Lines changed: 7 additions & 1011 deletions

File tree

compiler-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gleam-cli"
33
version = "1.14.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
55
edition = "2024"
6-
license-file = "LICENCE"
6+
license = "Apache-2.0"
77

88
[dependencies]
99
# The pure compiler

compiler-cli/LICENCE

Lines changed: 0 additions & 201 deletions
This file was deleted.

compiler-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gleam-core"
33
version = "1.14.0"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
55
edition = "2024"
6-
license-file = "LICENCE"
6+
license = "Apache-2.0"
77

88
[dependencies]
99
# Error message and warning formatting

0 commit comments

Comments
 (0)