From 1f396bf1238a3c4d0ea1507ef5095b4b6dcd6d6b Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 26 Mar 2020 13:10:08 +0530 Subject: add licenses, symlink to root of ws --- LICENSE | 20 ++++++++++++++++++++ fondant/Cargo.toml | 6 ++++++ fondant/LICENSE | 1 + fondant/readme.md | 1 + fondant_deps/Cargo.toml | 6 ++++++ fondant_deps/LICENSE | 1 + fondant_deps/readme.md | 1 + fondant_derive/Cargo.toml | 6 ++++++ fondant_derive/LICENSE | 1 + fondant_derive/readme.md | 1 + 10 files changed, 44 insertions(+) create mode 100644 LICENSE create mode 120000 fondant/LICENSE create mode 120000 fondant/readme.md create mode 120000 fondant_deps/LICENSE create mode 120000 fondant_deps/readme.md create mode 120000 fondant_derive/LICENSE create mode 120000 fondant_derive/readme.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..09bd879 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright 2018 Akshay Oppiliappan (nerdypepper@tuta.io) + +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/fondant/Cargo.toml b/fondant/Cargo.toml index d6886b1..53055e2 100644 --- a/fondant/Cargo.toml +++ b/fondant/Cargo.toml @@ -2,6 +2,12 @@ name = "fondant" version = "0.1.0" authors = ["Akshay "] +description = "Macro based library to take the boilerplate out of configuration handling" +readme = "readme.md" +repository = "https://github.com/nerdypepper/fondant" +license = "MIT" +keywords = ["cli", "configuration", "macro"] +categories = ["command-line-utilities", "config"] edition = "2018" [dependencies] diff --git a/fondant/LICENSE b/fondant/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/fondant/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/fondant/readme.md b/fondant/readme.md new file mode 120000 index 0000000..309d33e --- /dev/null +++ b/fondant/readme.md @@ -0,0 +1 @@ +/home/np/code/rustuff/fondant_workspace/readme.md \ No newline at end of file diff --git a/fondant_deps/Cargo.toml b/fondant_deps/Cargo.toml index 2d1a2db..3e40afd 100644 --- a/fondant_deps/Cargo.toml +++ b/fondant_deps/Cargo.toml @@ -2,6 +2,12 @@ name = "fondant_deps" version = "0.1.0" authors = ["Akshay "] +description = "External dependencies to supplement fondant" +readme = "readme.md" +repository = "https://github.com/nerdypepper/fondant" +license = "MIT" +keywords = ["cli", "configuration", "macro"] +categories = ["command-line-utilities", "config"] edition = "2018" [dependencies] diff --git a/fondant_deps/LICENSE b/fondant_deps/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/fondant_deps/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/fondant_deps/readme.md b/fondant_deps/readme.md new file mode 120000 index 0000000..15926e3 --- /dev/null +++ b/fondant_deps/readme.md @@ -0,0 +1 @@ +../readme.md \ No newline at end of file diff --git a/fondant_derive/Cargo.toml b/fondant_derive/Cargo.toml index 73a3a19..3ec27c2 100644 --- a/fondant_derive/Cargo.toml +++ b/fondant_derive/Cargo.toml @@ -2,6 +2,12 @@ name = "fondant_derive" version = "0.1.0" authors = ["Akshay "] +description = "Core macros of fondant" +readme = "readme.md" +repository = "https://github.com/nerdypepper/fondant" +license = "MIT" +keywords = ["cli", "configuration", "macro"] +categories = ["command-line-utilities", "config"] edition = "2018" [dependencies] diff --git a/fondant_derive/LICENSE b/fondant_derive/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/fondant_derive/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/fondant_derive/readme.md b/fondant_derive/readme.md new file mode 120000 index 0000000..15926e3 --- /dev/null +++ b/fondant_derive/readme.md @@ -0,0 +1 @@ +../readme.md \ No newline at end of file -- cgit v1.2.3