From 77edcdf5cca197f31869f6a353a2aaf5d64739ac Mon Sep 17 00:00:00 2001 From: Sunface Date: Wed, 9 Mar 2022 09:39:25 +0800 Subject: [PATCH 1/6] Update Readme.md --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 0bc7803..329b6c6 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,7 @@ This book was designed for easily diving into and get skilled with Rust, and it' ## Read online - [https://practice.rs](https://practice.rs) +- [中文阅读地址](https://zh.practice.rs) ## Features From 5a38bf6c4a8eca158844ef692bcf7b8cbbf3edeb Mon Sep 17 00:00:00 2001 From: Sunface Date: Wed, 9 Mar 2022 09:40:10 +0800 Subject: [PATCH 2/6] Update Readme.md --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index 329b6c6..0bc7803 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,6 @@ This book was designed for easily diving into and get skilled with Rust, and it' ## Read online - [https://practice.rs](https://practice.rs) -- [中文阅读地址](https://zh.practice.rs) ## Features From af9b7d3c5fe8e0e3c42578c459bdccdbf1327939 Mon Sep 17 00:00:00 2001 From: Sunface Date: Wed, 9 Mar 2022 10:48:21 +0800 Subject: [PATCH 3/6] Add MIT licence --- LICENCE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENCE diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..5f01eb1 --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Sunface + +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. From 71c127af3b6da085ea6f2164fb720ac253b16340 Mon Sep 17 00:00:00 2001 From: Sunface Date: Wed, 9 Mar 2022 10:48:45 +0800 Subject: [PATCH 4/6] Rename LICENCE to LICENSE --- LICENCE => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENCE => LICENSE (100%) diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE From 6ddf5276b7f83e3b745097a7b67ae8f68479996b Mon Sep 17 00:00:00 2001 From: Sunface Date: Wed, 9 Mar 2022 10:49:40 +0800 Subject: [PATCH 5/6] Create MIT License --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 5f01eb1..1317289 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Sunface +Copyright (c) 2022 Sunface. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From a99cea6aced240bcd920dd8663e85093a50ea28f Mon Sep 17 00:00:00 2001 From: Sunface Date: Wed, 9 Mar 2022 10:50:44 +0800 Subject: [PATCH 6/6] Rename LICENSE to LICENSE-MIT --- LICENSE => LICENSE-MIT | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE-MIT (100%) diff --git a/LICENSE b/LICENSE-MIT similarity index 100% rename from LICENSE rename to LICENSE-MIT