Closed
Bug 866620
Opened 12 years ago
Closed 12 years ago
Check the license of promise.js
Categories
(L20n :: JS Library, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0 beta
People
(Reporter: stas, Assigned: stas)
Details
Attachments
(1 file)
567 bytes,
patch
|
zbraniecki
:
review+
|
Details | Diff | Splinter Review |
We use a modified version of https://github.com/ondras/promise for Promises/A+ implementation.
We should check with the author what the license is.
From http://www.mozilla.org/MPL/license-policy.html:
Licenses Compatible with the MPL
The following licenses are compatible with the Mozilla Public License, version 2.0, in the sense that code under them can be included in the same binary:
Creative Commons Zero
Other Public Domain dedications
MIT, New BSD, and similar permissive licenses
Apache 2.0
GPL and MPL dual license
In addition, it may be permissible to import Third Party Code under the LGPL (version 2.0 upwards) to be Product Code if it's a clearly-demarcated library and will be dynamically linked into the product.
The following licenses are not compatible with the Mozilla Public License, version 2.0:
CC-BY, CC-BY-*
GPL
Remember, always consult licensing@mozilla.org before importing Third Party Code.
Assignee | ||
Comment 1•12 years ago
|
||
I got a reply from the author saying that the code is in public domain. All good.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Reopening as per bug 866618 comment 8. Let's put the same copyright notice in our copy of promise.js.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 4•12 years ago
|
||
Gandalf, you are the author of the modifications in promise.js. Are you ok giving all copyrights to the public domain?
Flags: needinfo?(gandalf)
Assignee | ||
Comment 6•12 years ago
|
||
Assignee: nobody → stas
Attachment #752035 -
Flags: review?(gandalf)
Updated•12 years ago
|
Attachment #752035 -
Flags: review?(gandalf) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•