#8682 closed defect (fixed)
Fix license text in sizzle.js
Reported by: | Chris Mitchell | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Core | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo/_base/query-sizzle.js Contains the following copyright/license statement which conflicts with the terms of the CLA:
- Copyright 2009, John Resig
- Released under the MIT, BSD, and GPL Licenses.
- More information: http://sizzlejs.com/ *
Since we're using this code under the terms of BSD license, we should state that. We're not redistributing under the terms of the GPL or MIT licenses, so references to those licenses should be removed from this file.
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Why should it call out new BSD (it's dual licensed) The text ought to be precisely what is used elsewhere, right? if any license is to be mentioned at all.
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
batch move of tickets marked 'tbd' fixed in the 1.3 timeframe
Note: See
TracTickets for help on using
tickets.
(In [16737]) Updated license text to clarify this and make it CLA/Dojo license compatible. \!strict fixes #8682