From abfe8e7aad83529d21835c9c7b8c6d42c84635cf Mon Sep 17 00:00:00 2001
From: Igor Raits <i.gnatenko.brain@gmail.com>
Date: Mon, 23 Mar 2020 18:52:21 +0100
Subject: [PATCH] Add LICENSE files into a subcrate

Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
---
 derive/LICENSE-APACHE | 1 +
 derive/LICENSE-MIT    | 1 +
 2 files changed, 2 insertions(+)
 create mode 120000 derive/LICENSE-APACHE
 create mode 120000 derive/LICENSE-MIT

diff --git a/derive/LICENSE-APACHE b/derive/LICENSE-APACHE
new file mode 120000
index 0000000..965b606
--- /dev/null
+++ b/derive/LICENSE-APACHE
@@ -0,0 +1 @@
+../LICENSE-APACHE
\ No newline at end of file
diff --git a/derive/LICENSE-MIT b/derive/LICENSE-MIT
new file mode 120000
index 0000000..76219eb
--- /dev/null
+++ b/derive/LICENSE-MIT
@@ -0,0 +1 @@
+../LICENSE-MIT
\ No newline at end of file