Skip to content

Commit

Permalink
Merge pull request #24 from shankari/master
Browse files Browse the repository at this point in the history
Fix license + add dependencies
  • Loading branch information
shankari authored Jun 24, 2020
2 parents 0089a05 + f04ba95 commit 53fe307
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 12 additions & 0 deletions OpenSourceLicenses.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 53fe307

Please sign in to comment.