From f04ba9591a941977c9c7186cb8a9051af1d77470 Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Wed, 24 Jun 2020 09:07:51 -0700 Subject: [PATCH] Fix license + add dependencies In this case, there are no external dependencies --- LICENSE | 2 +- OpenSourceLicenses.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 OpenSourceLicenses.md diff --git a/LICENSE b/LICENSE index 356b599..f79c4b6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, e-mission +Copyright (c) 2014-2020, UC Regents All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/OpenSourceLicenses.md b/OpenSourceLicenses.md new file mode 100644 index 0000000..d27d18a --- /dev/null +++ b/OpenSourceLicenses.md @@ -0,0 +1,12 @@ +This file lists the library dependencies for this plugin and their licenses. + +1. These libraries are downloaded automatically and linked to the final binary. +I am not sure how android or iOS link their binaries. However, the xcode link +command uses `-llibname` extensively, so I assume static linkage in general. + +1. So our primary check here is for libraries which do not have a license, or +which are GPL licensed. + +# Native libraries installed via maven/cocoapods + +This plugin does not depend on any external libraries