-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from shankari/master
Fix license + add dependencies
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |