Skip to content

Commit

Permalink
Change from GPL-3 to MIT OR Apache-2.0 license
Browse files Browse the repository at this point in the history
Upgrade Ramhorns to v1.0.0 which includes a change from GPL-3 to MPL-2.
This change allows tinted-builder-rust to change from GPL-3 to MIT OR Apache-2.0
  • Loading branch information
JamyGolden committed Mar 29, 2024
1 parent de799b6 commit 783768b
Show file tree
Hide file tree
Showing 21 changed files with 480 additions and 1,874 deletions.
62 changes: 46 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[package]
name = "tinted-builder-rust"
description = "A Tinted Theming template builder which uses yaml color schemes to generate theme files."
version = "0.2.2"
version = "0.3.0"
edition = "2021"
license = "GPL-3.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
authors = ["Jamy Golden <[email protected]>", "Tinted Theming <[email protected]>"]
homepage = "https://github.com/tinted-theming/tinted-builder-rust"
repository = "https://github.com/tinted-theming/tinted-builder-rust"
keywords = ["cli", "base16", "base24", "tinted-theming"]
categories = ["command-line-utilities", "library", "serialization"]
categories = ["command-line-utilities", "template-engine"]

[dependencies]
anyhow = "1.0.80"
clap = "4.5.2"
dirs = "5.0.1"
ramhorns = "0.14.0"
ramhorns = "1.0.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_yaml = "0.9.32"
unicode-normalization = "0.1.23"
Expand Down
Loading

0 comments on commit 783768b

Please sign in to comment.