From 96ff5ab74a70dd908f5dd218077cd2382e08d9f1 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 25 Feb 2020 08:17:48 +0800 Subject: Add license file to TUI-react; include it in dua, update dependencies related to https://github.com/Byron/dua-cli/issues/38 --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 4 ++-- README.md | 2 ++ tui-react/Cargo.toml | 2 +- tui-react/LICENSE | 21 +++++++++++++++++++++ tui-react/README.md | 4 ++++ 6 files changed, 40 insertions(+), 13 deletions(-) create mode 100644 tui-react/LICENSE diff --git a/Cargo.lock b/Cargo.lock index 3593db5..8c548e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,9 +166,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd8ce37ad4184ab2ce004c33bf6379185d3b1c95801cab51026bd271bf68eedc" +checksum = "47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1" dependencies = [ "quote", "syn", @@ -182,7 +182,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" [[package]] name = "dua-cli" -version = "2.3.1" +version = "2.3.2" dependencies = [ "atty", "byte-unit", @@ -266,9 +266,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2c55f143919fbc0bc77e427fe2d74cf23786d7c1875666f2fde3ac3c659bb67" +checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" dependencies = [ "libc", ] @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" +checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" dependencies = [ "unicode-xid", ] @@ -555,9 +555,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a0294dc449adc58bb6592fff1a23d3e5e6e235afc6a0ffca2657d19e7bbffe5" +checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" dependencies = [ "proc-macro2", "quote", @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "tui-react" -version = "0.2.0" +version = "0.2.1" dependencies = [ "log", "tui", diff --git a/Cargo.toml b/Cargo.toml index a1887fe..24ae361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "dua-cli" -version = "2.3.1" +version = "2.3.2" authors = ["Sebastian Thiel "] edition = "2018" -include = ["src/**/*", "Cargo.*", "*.md"] +include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"] repository = "https://github.com/Byron/dua-cli" readme = "README.md" description = "A tool to conveniently learn about the disk usage of directories, fast!" diff --git a/README.md b/README.md index c67143b..1337b1c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ dua interactive * [ ] Evaluate unit coloring - can we highlight different units better, make them stick out? +#### ✅ v2.3.2 Incude the license file in crate + #### ✅ v2.3.1 Include .md files in Crate, update dependencies #### ✅ v2.3 Show size on disk by default; Dependency Update diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml index acb72c6..341bd41 100644 --- a/tui-react/Cargo.toml +++ b/tui-react/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui-react" -version = "0.2.0" +version = "0.2.1" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" diff --git a/tui-react/LICENSE b/tui-react/LICENSE new file mode 100644 index 0000000..86c3928 --- /dev/null +++ b/tui-react/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Sebastian Thiel + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/tui-react/README.md b/tui-react/README.md index 77aabbd..65231a4 100644 --- a/tui-react/README.md +++ b/tui-react/README.md @@ -35,3 +35,7 @@ by TUI, which can serve as standard building blocks in a stateful world. Thus far, the experience was fantastic, and it feels much better than before. Let's see what happens with it. + +### Changelog + +#### v0.2.1 - add license file to crate \ No newline at end of file -- cgit v1.2.3