From 59df5e58a264aa479935ff5e23832de5ebe2d5d3 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 11 Feb 2020 10:34:23 -0800 Subject: [PATCH] chore(license): fix license detection Adding URLs to the licenses will cause go to detect this project as Apache 2.0. fix #114 --- LICENSE | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..770d174 --- /dev/null +++ b/LICENSE @@ -0,0 +1,4 @@ +Dual-licensed under MIT and ASLv2, by way of the [Permissive License Stack](https://protocol.ai/blog/announcing-the-permissive-license-stack/). + +Apache-2.0: https://www.apache.org/licenses/license-2.0 +MIT: https://www.opensource.org/licenses/mit -- GitLab