update licenses

This commit is contained in:
Stephan Dilly 2022-01-02 11:33:52 +01:00
parent d5d36de01e
commit 6f70652d42
4 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -67,4 +67,7 @@ install:
cargo install --path "." --offline
install-timing:
cargo install --features=timing --path "." --offline
cargo install --features=timing --path "." --offline
licenses:
cargo bundle-licenses --format toml --output THIRDPARTY.toml

View File

@ -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"]

Binary file not shown.