flashobject.js, distributed as part of this module, contains the license:
FlashObject is (c) 2006 Geoff Stearns and is released under the MIT License: http://www.opensource.org/licenses/mit-license.php
This violates Drupal licensing terms. You are NOT allowed to put this non-GPL code into the CVS repository, and you are NOT allowed to distribute it as part of your module. Please remove it immediately.
Comments
Comment #1
gerhard killesreiter commentedSoftware that is licensed under MIT license can be relicensed onder the GPL.
The question I am more interested in is whether the code should not rather be downloaded from the original source...
Comment #2
tr commentedAccording to the Drupal CVS Usage Policy http://drupal.org/node/103704, which is a summary of the more detailed document at http://cvs.drupal.org/viewvc.py/drupal/contributions/TERMS.txt?view=markup :
If the MIT license is fine for inclusion in the repository, then the terms of service should say that explicitly - module writers should not be making that assumption on their own.
Comment #3
Crell commentedAnything distributed FROM Drupal's CVS repository is distributed under GPLv2-and-later. Checking in something that cannot be distributed under GPLv2-and-later creates a license violation and is forbidden.
MIT licensed code can be relicensed under the GPL, however, we discourage redistributing 3rd party code through Drupal's CVS anyway for a variety of reasons, mostly relating to it almost certainly creating a fork of the 3rd party code which is rarely desirable.
Comment #4
dman commentedIf you read the license referred to in that text - you can see that it is liberal enough to allow re licensing or dual licensing. As are many other liberal licenses such as do-as-thou-wilt, no-rights-reserved, and BSD.
This should be self-evident from reading and understanding the text of the licenses in question.
MIT Licence is compatible with GPL
GPL and multi-licensing
- it could indeed be helpful to explicitly clarify this compatibility on the doc page.
- it is recommended to avoid branching or forking external code inside Drupal project distributions, but surely it is harmless and convenient to redistribute unmodified libraries that have been provided as bundles for that purpose. There is a difference.
This is exactly the situation with Drupals bundling of JQuery!
(although looking at it, I would have thought that distributing a 'minified'/compiled version of jquery without the source would be a GPL problem?)
Comment #5
tr commentedWhether the code *may* be re-licensed under GPL is not the question, and for the purpose of this issue it doesn't really matter what the answer is.
The problem is that the inclusion of non-GPL code in the CVS repository is specifically forbidden by the Drupal license for use of the repository. The code I cited in the original post is not licensed under GPL, therefore it's not allowed. Period. If someone wants to re-license it under GPL, and if that's possible, then it would be allowed in the repository. Until then, it's not.
If the CVS repository license is allowed to be subject to individual interpretation of very specific provisions of the license (i.e. the exclusion of all non-GPL code), I don't see how it can be legally enforceable. If the license doesn't mean what it says then the license needs to change.
dman:
Your argument about jQuery holds no water, because if you read the license referred to in that text you will see jQuery *is* licensed under GPL, therefore *is* allowed to be in the repository:
Crell:
I found a relevant discussion in the Drupal Legal group at http://groups.drupal.org/node/14734. In that thread, you say:
Your statement in #3 seems to say something different. I'll take your opinion as the last word on this issue. However, if MIT licensed code is allowed in the repository I really think the license needs to say that because now it says the opposite.
Comment #6
Crell commentedI don't think my statements are inconsistent. It is legal under copyright law to relicense MIT code under the GPL, which is a prerequisite for checking it into Drupal's CVS repository. There is an additional requirement that applies to any 3rd party code, GPL or otherwise, that it must get an exception from the infrastructure team based on whether or not it is reasonable to have people download the 3rd party library from elsewhere instead to avoid creating a fork.
The first requirement is met by the MIT license. The second requirement has not been addressed yet. See killes' comment in #1, which has not yet been answered.
Either way, I would agree that the copyright statement in the file needs to change if the code remains in Drupal's CVS repository.
Comment #7
Crell commentedHas there been any action on this issue?
Comment #8
Crell commentedRefiling to webmaster's queue for action.
Comment #9
sreynen commentedIsn't the licensing irrelevant here? The code is easily located direct from the author. That's not allowed in CVS under any license.
Comment #10
tr commentedThe project Userplane Chat Integration (http://drupal.org/project/userplanechat) has recently been marked as abandoned ( #723912: Userplane Chat Integration appears to be abandoned ).
So the issue now is what to do with the third-party code currently in the repository. My preference is to unpublish the project and remove the code from the repository. The alternative is to keep it available in CVS, which I think everyone agrees is the wrong thing.
Comment #11
avpadernoThe code has been removed from the repository, and the tarball archives have been deleted.
Comment #14
avpaderno