aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-26 07:40:08 +0000
committerAkshay <[email protected]>2020-03-26 07:40:08 +0000
commit1f396bf1238a3c4d0ea1507ef5095b4b6dcd6d6b (patch)
tree02dc08ee480184d516371966865e1e083564b4fa
parentf323e0b226eaf83a54534965cdb985e49865c971 (diff)
add licenses, symlink to root of ws
-rw-r--r--LICENSE20
-rw-r--r--fondant/Cargo.toml6
l---------fondant/LICENSE1
l---------fondant/readme.md1
-rw-r--r--fondant_deps/Cargo.toml6
l---------fondant_deps/LICENSE1
l---------fondant_deps/readme.md1
-rw-r--r--fondant_derive/Cargo.toml6
l---------fondant_derive/LICENSE1
l---------fondant_derive/readme.md1
10 files changed, 44 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..09bd879
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
1Copyright 2018 Akshay Oppiliappan ([email protected])
2
3Permission is hereby granted, free of charge, to any person obtaining a copy of
4this software and associated documentation files (the "Software"), to deal in
5the Software without restriction, including without limitation the rights to
6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7of the Software, and to permit persons to whom the Software is furnished to do
8so, subject to the following conditions:
9
10The above copyright notice and this permission notice shall be included in all
11copies or substantial portions of the Software.
12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19SOFTWARE.
20
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 @@
2name = "fondant" 2name = "fondant"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5description = "Macro based library to take the boilerplate out of configuration handling"
6readme = "readme.md"
7repository = "https://github.com/nerdypepper/fondant"
8license = "MIT"
9keywords = ["cli", "configuration", "macro"]
10categories = ["command-line-utilities", "config"]
5edition = "2018" 11edition = "2018"
6 12
7[dependencies] 13[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 @@
2name = "fondant_deps" 2name = "fondant_deps"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5description = "External dependencies to supplement fondant"
6readme = "readme.md"
7repository = "https://github.com/nerdypepper/fondant"
8license = "MIT"
9keywords = ["cli", "configuration", "macro"]
10categories = ["command-line-utilities", "config"]
5edition = "2018" 11edition = "2018"
6 12
7[dependencies] 13[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 @@
2name = "fondant_derive" 2name = "fondant_derive"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5description = "Core macros of fondant"
6readme = "readme.md"
7repository = "https://github.com/nerdypepper/fondant"
8license = "MIT"
9keywords = ["cli", "configuration", "macro"]
10categories = ["command-line-utilities", "config"]
5edition = "2018" 11edition = "2018"
6 12
7[dependencies] 13[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