NASM Public License Not GPL-compatible? 108
Palisade writes "NASM (The Netwide Assembler) is an open source assembler that can generate code for many platforms/operating systems and is portable to many operating systems.
There have been debates in the past over the NASM licence to which NASM itself and all code contributed to the NASM effort is licensed under. The original authors created a license which claims to be compatible with the GPL [?] , but which requires unusual restrictions making it incompatible. For developers to continue developing on NASM would mean they would be contributing to a "black hole".
A full synopsis can be found on the NASM website at SourceForge."
Update: 09/05 04:57 PM by S :It seems the problem is resolved.
dammit jim (Score:1)
--
Peace,
Lord Omlette
ICQ# 77863057
That's too bad (Score:1)
Martee
It's GPL-compatible, so... (Score:2)
Given the GPL permissions, RMS would be hard put to say it's not free software. And if they submit it to OSI, I'd give due consideration to approving it. That is, at first glance I don't see anything that violates the OSD.
-russ
Re:It's GPL-compatible, so... (Score:1)
Thank you.
Why not change it to GPL? (Score:1)
The only solution I can foresee solving this problem is for the original authors to grant us a license change to the GPL. Since this is unlikely to happen,
Sorry, maybe I'm being naive here, but why the hell not? What does the NASM have over the GPL one that makes it so attractive?
That's precisely WHY we have OSI approval (Score:4)
That's exactly WHY I bother to be on the OSI [opensource.org] board: so that programmers can look for the OSI Certified Open Source certification mark, and be comfortable developing and redistributing their improvements.
-russ
Usually insightful (Score:1)
Re:dammit jim (Score:1)
I've seen endless amounts of complaining on slashdot about the 'click here to agree' licenses that come with most commercial software. Some say they aren't binding and shouldn't be taken seriously. Why, then, should anybody take a license included with an open-source package seriously? We don't even get to click on those
Most anything I've ever released (not much, mind you) has been under my own personal license that goes something like this: "Do not abuse this software under penalty of death. For more information, contact the author."
Is my license really any less credible than the GPL or any other license slapped on any piece of software?
Re:Why not change it to GPL? (Score:2)
-russ
Not quite (Score:1)
Russ Nelson
-russ
Re:Hmm (Score:1)
Has it ever mattered? (Score:1)
Most people are bothering about the potential for abuse. Has this ever occured? Is it ever likely to occur on a scale large enough to warrant the huge deal that people are making out of so-called licence problems.
Also, have any of these licences been tested in court?
[just wondering]
Re:Why not change it to GPL? (Score:1)
Re:slashdot repeats itself (Score:1)
NASM Output (Score:2)
MyopicProwls
Re:Usually insightful - hey! (Score:1)
And this wasn't meant to be an "Ask Slashdot".
With Open Watcom just released and Kendall Bennet working on NASM there just might be some code swapping between the two. And who knows where else that code might end up, maybe in the Linux kernel.
How hard would it be to change the NASM license? (Score:1)
Re:Has it ever mattered? (Score:1)
Legality of Terms (Score:1)
Of course, don't tell the mafia, drug dons, or Bill Gates this about their contracts.
Licensing (Score:5)
-----------------------
Re:Why not change it to GPL? (Score:1)
I have talked with Julian, and this seems to be what he's saying. I'll mention this Slashdot thread to him and see if he'll speak up about it.
It needs some language clean-up (Score:3)
Bruce
Re:dammit jim (Score:1)
Shrinkwrap licenses [best.com] attempt to tell you what you can do with a work, and draw their force from... er... nowhere in particular [cr.yp.to].
Re:Not quite (Score:1)
I remember asking Julian about that but he said no.
The Incompatibility (Score:1)
Re:dammit jim (Score:4)
Would you let a lawyer do your programming? :-)
Licenses written by programmers who have no idea how to write valid licenses end up being harmful to other programmers who have no valid way to apply them.
You really have two choices: use one of the existing ones, or run it by an attorney.
Thanks
Bruce
Re:It's GPL-compatible, so... (Score:1)
[slashdot.org]
Thank you.
Re:dammit jim (Score:1)
Re:thirtieth post is the best (Score:1)
Re:Has it ever mattered? (Score:1)
And it has been tested, an example is Bruce Perens vs. BeOS back when they included Electric Fence in their proprietary kernel.
It really does matter what the licence says, if it didn't then we wouldn't use them.
He's dead, Jim... (Score:2)
It's my understanding (not as a lawyer) that the GPL is more credible constitutionally than shrink wrap licenses is because most of the clauses in a shrink wrap relate to acceptable use rather than restrictions on duplication. For example, many Microsoft shrinkwrap licenses prevent reverse engineering; some prevent transfer to another system; demand multiple payments for the same license under certain circumstances; and indemnify the author from any fitness of function or warranty.
But the GPL is different. The GPL prevents duplication of an intellectual property licensed as such under a few very specific circumstances. Developers must offer source level changes to the recipient of any binary of which they've derived a previous work released under the GPL (meaning their changes must be released under a license which won't conflict with these clauses). Which basically says, "you can't distribute this unless you follow my rules of citation and release the source of your changes to your recipients. If you accept these rules you may copy to your heart's content."
Wanna bet you'll see something like that on your next Microsoft click through license??? I betcha NO!
Re:How hard would it be to change the NASM license (Score:1)
Others have tried to reason with them, which is why the original NASM project became unmaintained. The maintainer of the original project got fed up with arguing with them and refused to make another release.
That maintainer did succeed in convincing them to put the clause in the licence about being compatible with the GPL though.
Re:Licensing (Score:2)
"It's a misconception that only open source/free software advocates should
critize licenses. Anyone has the right to give their opinion on any license
and let the author/company know about it. The fact that users of proprietary
software don't do this makes me suspicious that they are not actually
reading the licenses they've agreed to. Certainly if a majority of Windows
(tm) users had a problem with a portion of the EULA (such as the recently
(well not so recent) removed right to a refund) Microsoft would take action
and change it. Instead, these users continue to agree to anything Microsoft
puts in the license and use the software.
Such apathy disgusts me. I do not long for the day that open source/free
software advocates no longer open their mouths."
Re:NASM Output (Score:1)
Re:It needs some language clean-up (Score:1)
I agree with you that the legalise in the licence is strange, I don't think it was written by a lawyer.
Would this affect it's legality?
bah (Score:4)
--
You're doing the usual error (Score:1)
It's not easy to make a GPL-compatible license. I personally see that as a feature.
OG.
Who fscking cares? (Score:4)
Are we not programmers? The endless license quarreling is making us lose touch with our souls. Let's shut up and write some code!
Honestly, I think the best license is this: "Do whatever the hell you want to do with this. I don't really care."
compatible with the GPL: 4 reasons (Score:2)
First of all, note that it says "In addition to what this Licence otherwise provides". So the rest of the Licence which I have not quoted cannot invalidate this.
1. "this Licence" could be interpreted to mean the GPL. In that case, we are 100% compliant. Since "this Licence" applying to the NASM licence would be a contradiction, this is a reasonable interpretation.
2. Even if "this Licence" does not refer to the GPL, that sentence would be deemed unenforcable (as it contradicts the earlier sentence), and the remainder of the agreement would remain in force.
3. You could take the sentence "In addition...reference" as a single statement, and the rest of the paragraph as part of "what this Licence otherwise provides".
4. The spirit of the licence is to be compatible.
Re:NASM Output (Score:1)
VI. Object files or programs generated by the Software as output do not fall under this licence at all, and may be placed under any licence the author wishes. The authors explicitly lay no claim to, and assert no rights over, any programs written by other people and assembled into object form by the Software.
Re:bah (Score:1)
Re:You're doing the usual error (Score:2)
Obiviously I don't think I'm making any error here.
-russ
Re:You're doing the usual error - Good point! (Score:1)
Re:Licensing (Score:1)
Whatever. I don't read them, and I don't follow them. I'll use the software in the way it's intended for my own personal use. There is nothing at all that can be put in an EULA that can take that away from me, as it is my constitutional right. It disgusts me that people will so easily give up their constitutional rights just because an EULA tells them to.
Re:Why not change it to GPL? (Score:2)
-russ
Re:Why not change it to GPL? (Score:2)
-russ
Re:The Incompatibility (Score:1)
Is stating elsewhere in the licence that "this licence is compatible with the GPL" enough though?
Does that render everything incompatible unenforceble? That really puts the burden of finding the incompatibilities on the interpreter of the licence. IMHO it should define which sections no longer apply if the source is linked with GPL'd software. But, there is actually a section which deems that the NASM licence still applies to these portions:
"II. The Software, or parts thereof, may be incorporated into other freely redistributable software (by which we mean software that may be obtained free of charge) without requiring permission from the authors, as long as due credit is given to the authors of the Software in the resulting work, as long as the authors are informed of this action if possible, and as long as those parts of the Software that are used remain under this licence."
All very confusing.
Re:Licensing (Score:1)
Probably because the GPL (and the MIT license) won (Score:2)
So, as a result, every new potentially open source license has to be checked against these two. And since the MIT license is essentially a "no constraints" one, the GPL is the only one with which issues can appear. And incompatibility with the GPL has become a killer. It's simply a matter of leverage.
OG.
[1] Mozilla, Qt
Re:You're doing the usual error (Score:1)
Think about that, I may not even be allowed to use my own code without agreeing to someone elses license because they linked it in!
So it does matter if someone includes pieces of NASM in another software program with another license and the same for other parts included into NASM.
Newest Binutils supports Intel (Score:2)
<O
( \
XGNOME vs. KDE: the game! [8m.com]
Binutils 2.10 allows Intel syntax. (Score:2)
GAS doesn't count; that was obviously intended for a compiler to use and it's extremely painful to write code for it; doubly so if you're used to writing Intel syntax rather than AT&T
Latest binutils (2.10) reportedly supports Intel syntax [delorie.com] with a switch.
<O
( \
XGNOME vs. KDE: the game! [8m.com]
Which "complexity metrics" did you run?! (Score:1)
Re:bah (Score:3)
Go take a look at the NASM license. It isn't that bad, and counts as OSS/FS. However, it has this bizarre clause in it that says NASM is GPL compatible. This is Palisade's point, I believe, that a lot of people are using NASM licensed code believing it to be compatible with their own GPL code when in fact it is not.
Re:dammit jim (Score:2)
---
This licensing thingy ... (Score:1)
This licensing thingy is turning many a programmer wary.
There are lotsa people who want to contribute to the open-source community, but the licensing problem is making some of them think twice before they actually contribute any code into any project.
I hope that this NASM licensing fiasco will be solved amicably between the people who are involved, and become a shining example of the maturity of the programmers in the open-source camp.
Re:Probably because the GPL (and the MIT license) (Score:2)
Re:dammit jim (Score:2)
Folks, if you really need to create proprietary software, do us all a favor and simply copyright it without any license. Just a plain "Copyright Anonymous Coward, all rights reserved" along with your warranty disclaimer is all that we need, thank you. Copyright already protects your rights. There is no reason to try to grab any more from us.
Keep your EULAs and shrink-wraps and one-clicks away. If you really need extra protection over and above copyright, then present me with a real damn contract with consideration and everything, including a place for you to sign as well as me.
Re:The Incompatibility (Score:2)
Just a moment... (Score:2)
X. In addition to what this Licence otherwise provides, the Software may be distributed in such a way as to be compliant with the GNU
General Public Licence, as published by the Free Software Foundation, Cambridge, MA, USA; version 2, or, at your option, any later version;
incorporated herein by reference. You must include a copy of this Licence with such distribution. Furthermore, patches sent to the
authors for the purpose of inclusion in the official release version are considered cleared for release under the full terms of this
Licence.
Re:How hard would it be to change the NASM license (Score:2)
So, you posted this story, and know a bit of the background, right?
Is, in your opinion, Nasm dual liciesed, or free to distribute under the GPL? If not, why not? (if so why the fsck did you post this, isn't it a non-story?)
The Nasm licence now clearly states, "the Software may be distributed in such a way as to be compliant with the GNU General Public Licence". That is quite clear. I can download Nasm, and sell a comercial version based on it, so long as I stay compliant to the GPL, right?
The Nasm license also states, "We may well allow you to incorporate it into commercial software too, but we'll probably demand some money for it". IANAL, but I would say that this is now unenforcable, as they have declared that I may redistribute under the terms of the GPL, right? "Should any part of this agreement be deemed unenforcable, it is intended that the remainder of the agreement be held in force" - so if any parts of the Nasm licence that are incompatible with the GPL are deemed unenforcable, the only parts of the license that remain are those parts that are GPL compatible - no problemmo:-)
Please point out where this logic fails, but it would seem to me that I can redistribute under the GPL if I choose to, with no restrictions. Otherwise, where was the success in the maintainer having that GPL clause added?
cheers,
G
Re:To !GPL (Score:4)
Re:Licensing (Score:1)
I don't intend to buy a copy of Windows if I don't want it. So I will never have a need for a refund. It's really quite simple. If I don't want windows on a machine, I get the best deal I can get, regardless of whether it has windows on it. The best deal usually turns out to be a machine which doesn't have windows on it.
they got it backwards... (Score:2)
It should be obvious that the real culprit is the GPL, and the sentence should read: "One horrible consequence of the GPL licence is that we cannot link GPL'd code to any non-GPL'd code". And no, this is not flamebait, it's a statement of fact. This is a major drawback of the GPL, and it is bound to become more and more of a problem.
Re:dammit jim (Score:2)
Yeah, sure, give up all your rights (Score:1)
At least with the GPL in spite of all its zealots and religion (which I don't adhere to) places the source code in plain view, and doesn't restrict your speech/work product of the software.
So yeah, on the surface it does seem ridiculous and touchy to refer to software not under the GPL as a 'black hole'. But the whole reason why we are here talking about it anyway is because some of these EULAs and click-agreements are themselves very ridiculous - unfair, dishonest, and the work of crooks.
Re:It needs some language clean-up (Score:2)
#include <disclaimer.h>
Refund was Microsoft's Idea (Score:1)
Re:He's dead, Jim... (Score:1)
Re:That's precisely WHY we have OSI approval (Score:1)
The confusion and annoyance caused by the differing licenses is not (as some appear to believe) because the license for an application is not open and free, anyone is free to license however they want; it is because the code can not be mixed with other code, and even worse, the risk that some 'not-a-lawyer-a-programmer' guy will take code under, for example, the GPL and merge it into a non-GPL application, which is a serious violation of the license and the original authors purpose.
The worries expressed by the NASM programmer in question is exactly the kind of worries that OSI does not seem to address strongly enough. These problems should be pointed out to companies and individuals very early in the process; for example Mozilla would have been able to avoid a very painful license change, and Qt would have been able to avoid years of problems had they understood the implications of not being GPL compatible in the open source community.
This is not to say that you have to be GPL compatible to release perfectly acceptable open source code, but the consequences are that you will never be able to use GPL code, and no GPL project will be able to use your code. This is sometimes tragic and unnecessary, since a dual licensing scheme with the GPL will satisfy even most corporate interests (protecting the code against their competitors using it against them); sadly, they rarely bother to read the GPL carefully enough and analyze the concepts to figure this out.
Re:they got it backwards... (Score:2)
The BSD style licenses have a purpose: to make their software and source freely available. The GPL has a fucking political agenda and it still amazes me how much it has infested the software world.
Re:You're doing the usual error (Score:2)
You fail to see the problem here. Linking any GPL code to NASM is a violation of the GPL license. Freely allowing such violation undermines the very foundation of the GPL. It is not a question of what the other license says or if it is acceptable or not, it is the fact that it *IS* a violation. It makes no difference from a legal standpoint wether the NASM license requires you to stand on your head coding Win32 apps for all eternity, or to mention the copyright.
This is the same problem KDE (soon-to-be) used to have. If you link GPL code together with something not compatible with the GPL you *have* to have permission by the authors of the GPL code. Anything else is a violation of the authors license. It doesnt matter if it's a big thing or a small thing; YOU DO NOT HAVE PERMISSION. If it's a small thing, just ask and you will likely get an exception, but until you do get that permission from the authore, let me restate that: _YOU DO NOT HAVE PERMISSION_. And that is FINAL.
Original NASM Primary Author Speaks (Score:5)
I always wanted to appear on Slashdot, but I never thought I'd do it by having years of my life slagged off in a front-page story. <kyle>You bastards!</kyle>
There's been a lot of dispute as to whether the intent of the GPL clause was to dual-license or to create a strange hybrid thing. I can answer that very simply: it was to dual-license.
We created the original NASM licence (which didn't even have the GPL clause) back in 1995 when understanding of the issues wasn't widespread like it is now. Nobody seemed to care that it wasn't GPL-compatible at the time - it was free enough for people's purposes.
After a while, Debian found NASM and packaged it up, and pointed out to us that it would have to go in "non-free" unless we were willing to dual-license with the GPL. We agreed to that, and I sent an email to the Debian package maintainer granting our permission for Debian to distribute their NASM package under the GPL, until such time as we got round to making it explicit in the real licence.
When we did make it explicit, we clearly didn't do it very well. But the intention has always been to dual-license.
Therefore, I don't see that there's a serious problem here, at least as far as intentions go. We wanted any user of NASM to have accepted (at least) one of the NASM half of the licence and the GPL. If you want to link NASM code with GPL code, you accept the GPL, and then you have no problem.
Re:How hard would it be to change the NASM license (Score:1)
And, the final problem is that while the NASM license may allow and/or claim any kind of GPL compatibility, the GPL itself has to be satisfied. NASM code might be legally linkable to GPL code, but GPL code would not be legally linkable to NASM code.
Re:The Incompatibility (Score:1)
Nothing in the license is rendered (legally) unenforcable until a court of law renders it thus. Therefore, from a GPL point of view all of it remains until explicitly stricken by a court.
The only way to avoid the issues is to dual license NASM under the GPL or a GPL compatible license (MIT, BSD, etc) (no extra 'must include NASM license too', no extra language no nothing).
Of course, relicensing under GPL would also require a special licensing for any NASM code included into executables; see the gcc special license for crt.o for example.
Re:How hard would it be to change the NASM license (Score:2)
Re:How hard would it be to change the NASM license (Score:1)
You write:
Do you mean the Debian package, perhaps? The NASM project has never been unmaintained as far as I know.
Re:Why not change it to GPL? (Score:1)
As one of the originaly authors, we went through a stage shortly before we made our first public release of the nasm code where we wanted to make sure nasm was available to the widest range of people possible.
While the GPL is a fine licence, it suffers many shortcomings in our opinion. One of those is that it is riddled with free software political agenda. While we wanted nasm to be free, we also wanted it to be available for people who had non-free uses for it. Launching it simply under the GPL would have caused a mess; in cases where nasm's use is not allowed under the GPL (there have been several such instances), we would have to acquire the permission of everyone who ever contributed code in order to relicence outside of the scope of the GPL.
The NASM licence is designed to avoid this problem. It allows a small, executive group to take control of the rights of code submitted for inclusion in NASM, and to relicence them as they see fit.
In hindsight, there are other ways we could have gone that would have caused many problems.
But despite the contents of the e-mail that I received recently from Stallman, I am sure that the NASM licence does not break the GPL, and its inclusion within the licence means that other than where the rights of those who submit code for inclusion is restricted further, all other rights are extended beyond what they are in the GPL.
I'll post a few points elsewhere, where individual points have been made.
Re:You're doing the usual error (Score:1)
Re:How hard would it be to change the NASM license (Score:1)
mov eax, 0x0010 .exit
mov ebx, 0x5566
call myfunc
mov dword [esi + 0x0020], eax
jmp
Looks like assembler to me. What are you on about??
Re:How hard would it be to change the NASM license (Score:1)
In the end, what's the big deal about the GPL?
Just because its the licence that some big corps (ie redhat et al) like, does that mean we have to kowtow to their judgement? OSS developers should be free to grant whatever freedoms they like to the people using their software. A few of the freedoms we wanted to grant with NASM (and yes, I don't mind admitting that profit was among the motivations!) are incompatible with the GPL.
Allowing nasm code to be distributed under the GPL would render this impossible, because then code submitted wouldn't be cleared for inclusion under the nasm licence, but only under the GPL.
This is not an 'imperfection in the wording' as you assume; it is fully intentional and designed to preserve the rights of potential users of NASM whose uses are not covered by the GPL. And that doesn't only stretch to proprietory systems. It allows binary only distributions (placing copies of NASM on magazine covers who don't want to be bothered by restrictions on carrying source code as well, etc). It allows linking NASM code with binary only but free projects (there are some out there; not that any use NASM to my knowledge, but you never know).
Re:How hard would it be to change the NASM license (Score:1)
Re:NASM is unmaintainable (Score:1)
Yes, it is a little difficult to understand the parser. It could perhaps have been better structured. But more than 2 or 3 people have worked with it, and most seem to be able to grasp it.
Try actually reading the code, rather than applying automated tests. You'll find it really isn't that bad.
And some of the 'bad programming practices' you mention elsewhere actually make the code easier to read; the global variables are used so that thousands of pointers don't have to be passed all over the place. Most of them don't change throughout the operation of the program and merely indicate configuration options. Others change infrequently, or represent values that are effectively 'read-only environment values' for most parts of the code and are only changed in very rare circumstances.
Re:bah (Score:1)
The NASM licence is no more restrictive than the GPL is. In fact it allows certain freedoms that the GPL doesn't.
Re:Which "complexity metrics" did you run?! (Score:2)
McCabe's Cyclomatic Complexity can be misleading, especially for assemblers, simulators, and other software which must represent a model of hardware. The same is true for compilers, interpreters, emulators, and other such software.
In the case of an assembler, dividing opcode dispatch or address mode decoding across dozens of metric <10 functions can make the correctness and completeness of the assembler harder, not easier, to determine. (However, it is appropriate that a thorough knowledge of the architecture of the machine the assembler is for be required for such understanding and determination.) It's the nature of the beast, though it is possible to build or obtain tools that allow for a more direct representation of the target hardware (e.g. GAS uses such a method).
Complexity metrics have the flaw that they encourage (or in some shops, enforce) the diffusion of complex but highly regular logic which is better represented as a whole. It may be impossible to rate the actual comprehensibility and maintainability of a module based on the number of edges in its control flow, as McCabe's metric attempts to do. The predicates which generate those edges may model a regular structure such that drawing them together into a single module makes it easier to understand, even though its McCabe metric is high. Conversely, a control flow with a few edges generated by predicates with obscure interactions and dependencies, such as would be required by the division of certain problems into submodules, might yield low McCabe metrics and be nearly impossible to understand. Inappropriately applied, metrics like McCabe's can encourage the generation of artifacts based not on the inherent structure of the system being modeled, but on the satisfaction of blind rules.
In some application areas (business logic, for instance) metric like McCabe's work well. They can be useful even with parts of systems where they are otherwise inappropriate. But there are, indeed, cases where they are not only inappropriate, but dangerously misleading.
I'm not arguing whether or not NASM is good code. But I am arguing that use of McCabe's metric is probably inappropriate in this case.
Re:compatible with the GPL: 4 reasons (Score:1)
Re:Original NASM Primary Author Speaks (Score:2)
Might I suggest a new license with revised clauses be issued that makes it explicit that it can be GPLed? You can do that without a revision clause and without the permission of everybody who ever submitted a patch because of another flaw in the license.
Specifically, Clause IV has a bad definititon in it -- it states:
Now, since people can charge a fee for redistributing GPLed software, the definition of "not freely redistributable software" in Clause IV include both the GPL and any license that can dual-license to the GPL. So Clause IV allows the authors as defined in clause XI to issue any license that allows software to be charged for.
So, my suggestion is that you release the software under the current license with the following replacement clauses, to make things more explicit and better defined:
Steven E. Ehrbar
Re:That's precisely WHY we have OSI approval (Score:1)
By this def. then, BSD licenced code it NOT open source because BSD code can not accept GPL code without destroying the BSD licence.
Silly remarks . . . (Score:2)
The logic here is hopeless: The fact that there exist licenses that are more limiting than the GPL does not mean that all non-GPL licenses are limiting and unfree.
Many wonderful works are available in open-source, free of the impediments you described, albeit not under GPL.
Lighten up -- open yourself to new ideas and learn. Question authority. Indeed, perhaps we should question in particular any allegation that GPL is "more free" than another license when GPL does not permit linking to software that was created under a reasonable license.
Re:How hard would it be to change the NASM license (Score:1)
However, there are consequences to not being compatible with the GPL, in the form that GPL code cannot be included in NASM, nor can NASM code be included in GPL software.
But as far as I can tell, from what you say you wish to provide further freedoms beyond what the GPL allows. Constructing such a license is not impossible; the easiest way would be to simply take the GPL and add several clauses specifying exactly what added permissions are granted. Of course it would still mean that GPL code cannot be used in NASM (well, it could, but if it was tightly integrated so the GPL Software couldnt be separated then NASM would be effectively under GPL anyway), but at least GPL projects could include NASM code.
Reading the license there are just a few points where there is a problem:
In clause I, the license forbids charging for the software; the GPL does allow charging, and thus NASM would be more restrictive, and not compatible. In my opinion it is a bit redundant, since anyone could come to the NASM team instead of buying it from someone overcharging for it. The "as long as this license remains with it..." is redundant too, since you may not remove the license in any case.
In clause II, the credit of authors is redundant since this is required by copyright law either way. Requirement of notification conflicts with the GPL, as far as I can tell, and again, the 'remain under this license' is redundant.
Clause III, conflicting informing requirement, redundant license clause redundant copyright notice clause and conflicting statement about differing from the original form.
Clause IV, rather redundant. You already have (as long as you hold copyright to the entire code) the ability to give any form of license to anyone under copyright law.
Clause V. Redunant; collections and/or archives are in themselves (in some cases) copyrightable entities in which the copyright holder holds copyright to the 'collection'. I dont think the GPL affects this. License clause redundant here too.
Clause VI. Great. Necessary. Good one.
The rest, pretty good until:
XI. Invalid. You cannot decide who the original authors are if you accept any code copyright anyone else. They retain copyright to any and all code they write until such a point in time that they sign over copyright to you (a possible exception would be 'fair use', but that is up to the courts and whatever is regarded fair use currently in quoting source code, not you to decide. This also leads to IV being invalid.
Basically, there are a lot of redundant parts and just very small parts requireing information to be sent to you that conflict with the GPL. The _major_ problem you have is with granting the right for binary only vendors to use the code, but this is really not tied to the GPL.
In my knowledge there are only two ways to do that; either you go the BSD way and allow anyone, or you _must_ obtain copyright to all code in question. There is no middle way that will allow you on a case by case basis to grant specific other licenses.
Re:they got it backwards... (Score:1)
The simple fact is: There's no place for politics in licenses.
Matt
Permission _is_ granted. (Score:2)
Not necessarily. IANAL, but I remember that "without permission" can mean simply "read the license more closely." Your "permission" is granted in the GNU GPL.
<O
( \
XGNOME vs. KDE: the game! [8m.com]
Re:That's precisely WHY we have OSI approval (Score:2)
-russ
Yep, you're right (Score:2)
-russ
Retraction (Score:2)
-russ
Re:That's precisely WHY we have OSI approval (Score:2)
Could you have used the LGPL? (Score:2)
Molog
So Linus, what are we doing tonight?
Re:How hard would it be to change the NASM license (Score:2)
No. Just because we have declared that you can distribute where you could under the GPL, this doens't mean that if what you want to do is outside of the scope of the GPL
Well what the FSCK is everyone complaining about? NASM can be distributed every bit as freely as any GPL program - the only catch is that julesh may make a bit of cash out of your work. So what? Shut up whining.
cheers,
G
BTW. So you're (the guy | one of the guys) who wrote NASM? Sweeeeeeet. Nice piece of work - I play around hacking kernels. The fact that that the linux kernel has the jump to 32 bits in embedded machine code is a joke. Congrats, nice work.
Re:Who fscking cares? (Score:2)
Essentially, it's everything we're looking for
Re:To !GPL (Score:2)
Protect me from what? My competitors? I'm a hobbyist, I laugh in the face of competition! Or do you mean protection from lawsuits? In that case the BSD warranty disclaimer is just as good as the GPL disclaimer (or the MIT and Artistic disclaimers). I've even seen PD with disclaimers!
If someone uses my code in their proprietary product, so what? I could of course follow the GNU crowd and regard that as immoral, but there are too many *real* evils in the world to fight against than to worry about who I can or cannot share my stuff with.