- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I noticed that plugins retrieved from github are included in the project folder with their licenses included; however, I would like to know if that would satisfy the requirement of proper citation for MIT and APACHE 2.0 (or in few cases APACHE) licensed code. Would a MIT or APACHE 2.0 plugin for some feature have to also be cited in some special way within the app.js to satisfy the needs of an APACHE 2.0 or MIT licensed cordova plugin?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See the Redistribution section of the Apache Software Foundation license. In particular, in the Cordova project-maintained plugins, there is a NOTICE file (item "d.") that is referenced in that section of their master license. For example, this is what's in the NOTICE file in the "device" plugin:
Apache Cordova Copyright 2012 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
Ultimately, you'll have to get clarification from the Apache Software Foundation regarding how to best comply with their license terms. At minimum, it probably makes sense to include a similar NOTICE file in your app with a reference to their license file (the URL I gave you) and any other software licenses that apply to your app.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page