Skip to content

Commit

Permalink
update license references in output and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jan 19, 2024
1 parent 5a10127 commit 5f71a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
description = "A CLI application to create and update machines and VMs in NetBox."
readme = "README.md"
repository = "https://github.com/The-Nazara-Project/Nazara"
license = "MIT"
license = "GPL-3.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn main() {
// Welcome Message.
println!(
"{} \n(c) Christopher Hock aka ByteOtter. (github.com/ByteOtter)\n
Licensed under the terms of the MIT License.\n\
Licensed under the terms of the GPL-v3.0 License.\n\
Check github.com/The-Nazara-Project/Nazara/LICENSE for more info.\n",
ascii_art
);
Expand Down

0 comments on commit 5f71a81

Please sign in to comment.