From 8a472f06af15b288fa6e6fd55892940717dd28a7 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Fri, 20 Jan 2023 14:57:09 -0600 Subject: [PATCH] Add license texts to all crates This is necessary for distribution packaging, esp. for MIT-licensed files Signed-off-by: Michel Alexandre Salim --- macros/LICENSE-APACHE | 1 + macros/LICENSE-MIT | 1 + nopanic/LICENSE-APACHE | 1 + nopanic/LICENSE-MIT | 1 + utils/LICENSE-APACHE | 1 + utils/LICENSE-MIT | 1 + write/LICENSE-APACHE | 1 + write/LICENSE-MIT | 1 + 8 files changed, 8 insertions(+) create mode 120000 macros/LICENSE-APACHE create mode 120000 macros/LICENSE-MIT create mode 120000 nopanic/LICENSE-APACHE create mode 120000 nopanic/LICENSE-MIT create mode 120000 utils/LICENSE-APACHE create mode 120000 utils/LICENSE-MIT create mode 120000 write/LICENSE-APACHE create mode 120000 write/LICENSE-MIT diff --git a/macros/LICENSE-APACHE b/macros/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/macros/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/macros/LICENSE-MIT b/macros/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/macros/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/nopanic/LICENSE-APACHE b/nopanic/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/nopanic/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/nopanic/LICENSE-MIT b/nopanic/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/nopanic/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/utils/LICENSE-APACHE b/utils/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/utils/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/utils/LICENSE-MIT b/utils/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/utils/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/write/LICENSE-APACHE b/write/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/write/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/write/LICENSE-MIT b/write/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/write/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file