From c5485dc893e9268e6bb8627d2a44026c5bd7dfd5 Mon Sep 17 00:00:00 2001 From: Charles Ede Date: Sun, 13 Oct 2024 14:19:45 +0100 Subject: [PATCH] Add licence files --- crates/skedgy-derive/Cargo.toml | 3 ++- crates/skedgy-derive/LICENSE | 21 +++++++++++++++++++++ crates/skedgy/LICENSE | 21 +++++++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 crates/skedgy-derive/LICENSE create mode 100644 crates/skedgy/LICENSE diff --git a/crates/skedgy-derive/Cargo.toml b/crates/skedgy-derive/Cargo.toml index 4f48f6c..595f41d 100644 --- a/crates/skedgy-derive/Cargo.toml +++ b/crates/skedgy-derive/Cargo.toml @@ -2,10 +2,11 @@ name = "skedgy-derive" version = "0.0.3" edition = "2021" +license = "MIT" description = "Derive macros for the skedgy crate" repository = "https://github.com/klaatu01/skedgy-derive" documentation = "https://docs.rs/klaatu01/0.0.3/skedgy-derive/" -readme = "README.md" +readme = "../../README.md" keywords = ["scheduler", "async", "job", "cron", "schedule"] [lib] diff --git a/crates/skedgy-derive/LICENSE b/crates/skedgy-derive/LICENSE new file mode 100644 index 0000000..771489e --- /dev/null +++ b/crates/skedgy-derive/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Charlie Ede + +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/crates/skedgy/LICENSE b/crates/skedgy/LICENSE new file mode 100644 index 0000000..771489e --- /dev/null +++ b/crates/skedgy/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Charlie Ede + +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.