Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

2 changes: 1 addition & 1 deletion crates/plotnik-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "plotnik-cli"
version = "0.1.0"
edition = "2024"
license = "MIT"
license = "AGPL-3.0-only"
description = "CLI for plotnik - typed query language for tree-sitter AST"
repository = "https://github.com/plotnik-lang/plotnik"
documentation = "https://docs.rs/plotnik-cli"
Expand Down
2 changes: 1 addition & 1 deletion crates/plotnik-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "plotnik-core"
version = "0.1.0"
edition = "2024"
license = "MIT"
license = "AGPL-3.0-only"
description = "Core data structures for Plotnik"
repository = "https://github.com/plotnik-lang/plotnik"

Expand Down
2 changes: 1 addition & 1 deletion crates/plotnik-langs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "plotnik-langs"
version = "0.1.0"
edition = "2024"
license = "MIT"
license = "AGPL-3.0-only"
description = "Tree-sitter language bindings for Plotnik query language"
repository = "https://github.com/plotnik-lang/plotnik"
documentation = "https://docs.rs/plotnik-langs"
Expand Down
2 changes: 1 addition & 1 deletion crates/plotnik-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "plotnik-lib"
version = "0.1.0"
edition = "2024"
license = "MIT"
license = "AGPL-3.0-only"
description = "Typed query language for tree-sitter AST"
repository = "https://github.com/plotnik-lang/plotnik"
documentation = "https://docs.rs/plotnik-lib"
Expand Down
2 changes: 1 addition & 1 deletion crates/plotnik-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "plotnik-macros"
version = "0.1.0"
edition = "2024"
license = "MIT"
license = "AGPL-3.0-only"
description = "Procedural macros for Plotnik"
repository = "https://github.com/plotnik-lang/plotnik"

Expand Down