Skip to content

Commit 6f70652

Browse files
author
Stephan Dilly
committed
update licenses
1 parent d5d36de commit 6f70652

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Stephan Dilly
3+
Copyright (c) 2022 Stephan Dilly
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,7 @@ install:
6767
cargo install --path "." --offline
6868

6969
install-timing:
70-
cargo install --features=timing --path "." --offline
70+
cargo install --features=timing --path "." --offline
71+
72+
licenses:
73+
cargo bundle-licenses --format toml --output THIRDPARTY.toml

filetreelist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "filetree abstraction based on a sorted path list, supports key ba
77
homepage = "https://github.com/extrawurst/gitui"
88
repository = "https://github.com/extrawurst/gitui"
99
readme = "README.md"
10-
license-file = "LICENSE.md"
10+
license = "MIT"
1111
categories = ["command-line-utilities"]
1212
keywords = ["gui", "cli", "terminal", "ui", "tui"]
1313

wix/License.rtf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)