summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Valentini <decathorpe@gmail.com>2021-04-08 12:18:57 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-12 14:40:07 +0200
commit85b83dd9c26d850601944820cb8055fa6ecdf0df (patch)
treeec8260d34c4676a1623c808fe6ef83b6ee5776cc
parent055f659a245f78cf51caf1f959870d97081f6143 (diff)
Include LICENSE.txt in all published crates
Having the license file in the root directory is not enough, since cargo actions for workspace members will not consider this file. This commit adds a symbolic link to the license file in the root directory of all workspace members, so "cargo publish" will include the LICENSE.txt file when publishing crates.
l---------autocrypt/LICENSE.txt1
l---------buffered-reader/LICENSE.txt1
l---------ffi-macros/LICENSE.txt1
l---------ffi/LICENSE.txt1
l---------ipc/LICENSE.txt1
l---------net/LICENSE.txt1
l---------openpgp-ffi/LICENSE.txt1
l---------openpgp/LICENSE.txt1
l---------sq/LICENSE.txt1
l---------sqv/LICENSE.txt1
l---------store/LICENSE.txt1
11 files changed, 11 insertions, 0 deletions
diff --git a/autocrypt/LICENSE.txt b/autocrypt/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/autocrypt/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/buffered-reader/LICENSE.txt b/buffered-reader/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/buffered-reader/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/ffi-macros/LICENSE.txt b/ffi-macros/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/ffi-macros/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/ffi/LICENSE.txt b/ffi/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/ffi/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/ipc/LICENSE.txt b/ipc/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/ipc/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/net/LICENSE.txt b/net/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/net/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/openpgp-ffi/LICENSE.txt b/openpgp-ffi/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/openpgp-ffi/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/openpgp/LICENSE.txt b/openpgp/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/openpgp/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/sq/LICENSE.txt b/sq/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/sq/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/sqv/LICENSE.txt b/sqv/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/sqv/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file
diff --git a/store/LICENSE.txt b/store/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/store/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file