mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 02:12:58 +03:00
update licenses
This commit is contained in:
parent
d5d36de01e
commit
6f70652d42
@ -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
|
||||
|
5
Makefile
5
Makefile
@ -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
|
@ -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"]
|
||||
|
||||
|
BIN
wix/License.rtf
BIN
wix/License.rtf
Binary file not shown.
Loading…
Reference in New Issue
Block a user