diff --git a/LICENSE.md b/LICENSE.md index 7ee6e5d7..9eca68c6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Stephan Dilly +Copyright (c) 2022 Stephan Dilly Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index edc95465..883c4d29 100644 --- a/Makefile +++ b/Makefile @@ -67,4 +67,7 @@ install: cargo install --path "." --offline install-timing: - cargo install --features=timing --path "." --offline \ No newline at end of file + cargo install --features=timing --path "." --offline + +licenses: + cargo bundle-licenses --format toml --output THIRDPARTY.toml \ No newline at end of file diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index c075d383..af6d75d0 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -7,7 +7,7 @@ description = "filetree abstraction based on a sorted path list, supports key ba homepage = "https://github.com/extrawurst/gitui" repository = "https://github.com/extrawurst/gitui" readme = "README.md" -license-file = "LICENSE.md" +license = "MIT" categories = ["command-line-utilities"] keywords = ["gui", "cli", "terminal", "ui", "tui"] diff --git a/wix/License.rtf b/wix/License.rtf index 2724bb4d..477de016 100644 Binary files a/wix/License.rtf and b/wix/License.rtf differ