From 550543bf55968fb195d13422d3fcc003c34b1aac Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Thu, 30 Dec 2021 20:47:56 +0100 Subject: [PATCH] docs: Fix moved LICENSE, fix pueue-lib http paths --- LICENSE | 21 +++++++++++++++++++++ lib/Cargo.toml | 6 +++--- lib/README.md | 5 ++--- 3 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a3bad07 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018-2022 Arne Beer + +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/lib/Cargo.toml b/lib/Cargo.toml index f5a4a97..bba4187 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -3,9 +3,9 @@ name = "pueue-lib" description = "The shared library to work with the Pueue client and daemon." version = "0.19.0" authors = ["Arne Beer "] -homepage = "https://github.com/nukesor/pueue-lib" -repository = "https://github.com/nukesor/pueue-lib" -documentation = "https://docs.rs/pueue-lib" +homepage = "https://github.com/nukesor/pueue" +repository = "https://github.com/nukesor/pueue" +documentation = "https://docs.rs/pueue" license = "MIT" keywords = ["shell", "command", "parallel", "task", "queue"] readme = "README.md" diff --git a/lib/README.md b/lib/README.md index ac6d67c..77e3d6d 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,10 +1,9 @@ # Pueue-lib -[![GitHub Actions Workflow](https://github.com/nukesor/pueue-lib/workflows/Test%20build/badge.svg)](https://github.com/Nukesor/pueue-lib/actions) +[![GitHub Actions Workflow](https://github.com/nukesor/pueue/workflows/Test%20build/badge.svg)](https://github.com/Nukesor/pueue/actions) [![Crates.io](https://img.shields.io/crates/v/pueue-lib)](https://crates.io/crates/pueue-lib) [![docs](https://docs.rs/pueue-lib/badge.svg)](https://docs.rs/pueue-lib/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Downloads](https://img.shields.io/github/downloads/nukesor/pueue-lib/total.svg)](https://github.com/nukesor/pueue-lib/releases) This is the shared library used by the [Pueue](https://github.com/nukesor/pueue/) client and daemon. @@ -20,5 +19,5 @@ It's always nice to know what you're working on and I might have a few suggestio There's also the [Architecture Guide](https://github.com/Nukesor/pueue/blob/main/ARCHITECTURE.md), which is supposed to give you a brief overview and introduction to the project. -Copyright © 2019-2021 Arne Beer ([@Nukesor](https://github.com/Nukesor)) +Copyright © 2019-2022 Arne Beer ([@Nukesor](https://github.com/Nukesor))