LWN.net Logo

cdrtools - a tale of two licenses

cdrtools - a tale of two licenses

Posted Aug 13, 2006 8:18 UTC (Sun) by dmantione (guest, #4640)
Parent article: cdrtools - a tale of two licenses

Schilling is right here.

The dispute:
* Schilling says his Makefiles are and independent work, because it is a
whole program.
* The GPL says that the Makefiles belong to the source code and the GPL
does not allow mixing these licenses.

Now, if I release a program under GPL, this usually means the Makefiles
are also GPL. So, the GPL requires that if someone distributes the
binary, I also need to distributes the Makefiles.

But, the GPL cannot go beyond the boundaries of copyright law. If,
according to copyright law two works are independend, then the GPL has
nothing to say about it. Its contents are irrelevant.

Now Schilling is claiming his Makefile, because it is a full program, is
an independend work. That means the GPL is irrelevant until you prove it
is not an independend work.

However, the Debian people are trying to prove the Makefile is GPL by
reading the GPL. This is wrong, you first need to prove the Makefile is
not an independend work, and only then you can start reading the GPL. The
only document that matters at this time is this:
http://bundesrecht.juris.de/urhg/ , the German copyright law.

Proving that is Makefile is a derrived work is not very easy. In
copyright, the opinion of the author matters a lot. Now the author of
both cdrtools and the Makefile considers them independend works.


(Log in to post comments)

cdrtools - a tale of two licenses

Posted Aug 13, 2006 9:33 UTC (Sun) by ajf (subscriber, #10844) [Link]

Where have "the Debian people" (which people?) claimed that the Makefiles are under the GPL? If I understood the discussion correctly, the claim is that Schilling is failing to comply with the requirements of the GPL by including Makefiles which aren't compatible with the GPL. They could hardly claim that if they believed, as you seem to be suggesting, the Makefiles already are GPL.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 10:11 UTC (Sun) by dmantione (guest, #4640) [Link]

You are right, I should rewrite the sentence in question to "However, the
Debian people are trying to prove the Makefile has to be GPL by reading
the GPL."

The rest doesn't matter, because: If a work does not contain Makefiles,
you are not required to redistribute any Makefiles with the binaries.
However, if the work does contain them, the GPL requires people
distributing binaries to distribute them with the source.

So, you must again proof the Makefiles are part of the GPL work, of which
the only relevant document is the German copyright law.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 12:05 UTC (Sun) by khim (subscriber, #9252) [Link]

If a work does not contain Makefiles, you are not required to redistribute any Makefiles with the binaries.

Sure. You are not required to distribute anything. You must offer GPL-compatible Makefiles upon request.

It does not matter if Makefiles are separate work or not. What does matter is GPL requirement: you must offer build-system on GPL-compatible terms.

But I don't wanna! It's my build system, it's my scripts! I can do anything I want with them!

Sure - but then you are losing your permission to distribute GPL-licensed body of the problem so you can not distribute any binaries. You surely can distribute your makefiles and files you hold copyright to on any terms you want - but you can not distribute other peoples work unless you agree to distribute Makefiles with GPL-compatible license. You've lost the permission, end of story.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 9:33 UTC (Sun) by k8to (subscriber, #15413) [Link]

The GPL says that in order for it to be specially allowed for you to distribute the program (which is not normally allowed), you must provide the build system under the same terms.

You can argue until you are blue in the face that the build system is a seperate work, but unless you can fulfill the GPL's requirements you are not granted the right to redistribute the software. GPL cannot force you to license the build system under GPL, but since it considers the build system to be part of the necessary valid version of the work, you must meet its expectations in order for the world to be distributable.

You could perhaps argue that there is some kind of undesired effect here, but that is a different point entirely.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 10:04 UTC (Sun) by kleptog (subscriber, #1183) [Link]

Eh? It says in GPL:

The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. [emphasis mine]

Now, Jourg has argued that Makefiles are not scripts. You can argue that ofcourse, but that's just playing with words, IMHO.

You're right that the GPL cannot go beyond copyright law, but it's the GPL that controls the distribution the main source and it insists on being shipped with the makefiles under a compatible licence. Whether the makefiles are a seperate work or not is orrelevent.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 10:14 UTC (Sun) by dmantione (guest, #4640) [Link]

No, the GPL'ed work does not contain scripts. There is no reason you
cannot GPL a bunch of .c files. However, if you include a Makefile in the
work, the GPL says it belongs to the source code and a third party has to
redistribute it.

Schilling is claiming his Makefile does not belong to the work and he
GPL'ed a bunch of .c files. You can only prove that it belongs to the
work using copyright law.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 12:12 UTC (Sun) by khim (subscriber, #9252) [Link]

Schilling is claiming his Makefile does not belong to the work and he GPL'ed a bunch of .c files. You can only prove that it belongs to the work using copyright law.

There are no need. If you are using Makefiles to build the program - then you can not distribute the result (GPL forbids it). If you don't use CDDL-licensed makefiles - then of course you can distribute the binary and can just remove offending CDDL-licensed Makefiles (why keep them around if they are not needed, after all?). But it'll be too cumbersome, I afraid. Makefiles are independent work - but resulting binary is not. It uses both Makefiles and source files and since these files have incompatible licenses... you can not redistribut the binary.

Note: Schilling did nothing wrong here. Debian (or any other distribution-creator) will be copyright offender. And this means it's time to adandon cdrecord (what other stupidity will Schilling invent next?).

cdrtools - a tale of two licenses

Posted Aug 13, 2006 13:08 UTC (Sun) by k8to (subscriber, #15413) [Link]

Is that you Jörg?

Again, it does not matter whether the GPL work "contains scripts". The GPL requires that the necessary scripts used to build the work be made available under the same terms as the source, that is under the GPL. It does not matter whether these scripts are "part of the work". If they are not available under the GPL, then the GPL license is not satisfied, and you are not granted permission to redistribute.

Now, in this case the scripts and program are authored by the same person. If he is the exclusive copyright holder, it is possible he could certainly modify the license under which the program is distributed to make it a GPL program with the added permission that the script system he authors under CDDL may be used as a substitute. (It is possible I misunderstand what kinds of special exceptions may be provided.) However, even if this is possible, Jörg refuses to do so because he refuses to understand the licenses, and expects every one else to agree with his highly irregular interpretation.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 17:24 UTC (Mon) by AJWM (guest, #15888) [Link]

>The GPL requires that the necessary scripts used to build the work be made available under the same terms as the source

That only applies if "the work" is an executable. As an above poster pointed out, if you're just distributing a bunch of C source files, there are no scripts involved -- the work is what it is. As soon as somebody compiles that and distributes the binary, _then_ they have to pass on the source and build scripts too.

Debian's role

Posted Aug 14, 2006 19:53 UTC (Mon) by dark (subscriber, #8483) [Link]

Debian is in the "then" position -- it compiles binary packages and ships them, along with the source. If it can't do that in accordance with the terms of the license, then that package won't go into Debian.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 10:19 UTC (Sun) by nhippi (subscriber, #34640) [Link]

This is actually irrelevant as Schilly decided to CDDL a lot more than the build scripts. This can only be seen as a part of his long-going crusade against GPL and Linux.

GPL defines that complete sources includes build scripts:

complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable.

This is important because vital parts of program logic may be implemented during build phase. Consider programs with yacc parser.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 10:34 UTC (Sun) by dmantione (guest, #4640) [Link]

Correct, this is the weak part of his defense: He is linking GPL code
with CDDL code. According to the GPL this is not allowed.

But: I fear Schilling is well aware of a GPL issue. The GPL depends on
clauses in the US copyright law that deal with "derived works". European
copyright laws do not have this, and have nothing to replace it.
Therefore it is doubted wether some of the viral aspects of the GPL are
enforcable in Europe. The FSF is aware of this and has adapted the texts
in the GPL V3 to be compatible with European laws, but the issue remains
in doubt.

So, it might be the case that Schilling is going to claim his CDDL
libraries and for example mkisofs are independend works and get away with
it.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 10:57 UTC (Sun) by ewan (subscriber, #5533) [Link]

No, you're missing the point. This isn't about the 'derived work' clause
at all. The point is that the GPL requires the build scripts to be
considered part of the source. Then it requires that the source be
distributable along with the binaries.

If I were to take proprietary source, build it, then claim I was releasing
the binary under the GPL I couldn't do it, because I'd have no right to
release the source, which is required by the GPL.

No-one is saying that build scripts are derived works of the main program,
or that the build scripts are somehow magically GPLed, but simply that if
the source and the build scipts cannot both be used under the terms of the
GPL then the resulting binary cannot either be used under the terms of the
GPL.

Of course, if all of the source and build scripts were under the CDDL then
the binary could be distributed under the terms of the CDDL; however, in
this case they're not, since some are GPL.

There is no single licence that covers the whole lot, so no licence under
which the binary can be distributed.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 11:07 UTC (Sun) by dmantione (guest, #4640) [Link]

As I said before, you can release a work under the GPL without scripts.
For example, let me release the following under the GPL:

----
#include <stdio.h>

int main() {
printf("Hello world\n");
return 0;
};
----

There is nothing that stops me doing this, the GPL does not require you
to write a Makefile. However, if I had included a Makefile, it did belong
to the source, and anyone distributing a binary would also need to
distribute the source.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 12:25 UTC (Sun) by khim (subscriber, #9252) [Link]

Gosh. You are reading too much. Think about origins of copyright: what if you want to publish collection of stories ? You must obtain permissions from all copyright holders. And if two of them hate each others guts - you fine idea to publish such collection just gone in flames. That's exacly the situation with GPL-licensed code, CDDL-licensed Makefiles and "collection of stories" called binary. This "collection" includes works of two authors who "hate each others guts" (GPL-code and CDDL-Makefiles) and this means you can not publish and distribute such collection.

Can you distribute the GPL-licensed source code ? Sure! Can you distribute CDDL-licensed Makefiles ? Of course! What about binary ? Oops. No, you can not distribute binary - you don't have permission.

So the new version of cdrecord will be Ok for Gentoo (they do not distribute binaries) - but it's not Ok for Debian or RedHat. And it's not Ok for Schilling either (he's distributing binaries, right?) - but only Eric Yougdale (and few others who hold copyrights for parts of cdrecord) can sue him. If this is fortunate or unfortunate is interesting question...

cdrtools - a tale of two licenses

Posted Aug 13, 2006 12:53 UTC (Sun) by dmantione (guest, #4640) [Link]

No, in this case a binary cannot be considered a collection of "stories",
because no code in the resulting binary comes from the Makefile.

You are confusing this with two incompatibly licensed libraries, where
the result is that the binary cannot be redistributed.

Note that it would be different if Schilling would have removed Makefiles
from source he does not own copyrights to (this is where the GPL kicks
in), but as far as I read this has not been the case.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 13:58 UTC (Sun) by ewan (subscriber, #5533) [Link]

No, you're still missing the point. If a copyright holder is giving
someone a permission to distribute their work they can attach any
conditions they want. I can say that you may only distribute my work while
wearing a chicken costume, or that you may only distribute it on days
starting with a 'T', or more commonly, that you may only distribute it
after paying me an amount of money.

The copyright holders of some of the involved code have licenced it under
the GPL. One of the conditions that that imposes is that any scripts
required to build the binary must be included under GPL compatible terms.

As always, you don't have to accept the conditions, but if you don't, then
you don't have permission to distribute my work. In this case Jorg does
not accept the condition that required build scripts must be available
under GPL compatible terms, and therefore he does not have permission to
distribute the GPL code owned by other people.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 14:52 UTC (Sun) by dmantione (guest, #4640) [Link]

No, as I said before, the GPL doesn't say that you have to write a
Makefile if there isn't any. In fact, a lot of programming languages
don't need Makefiles. What doesn't exist does not have to be written by
people distributing binaries.

What it does say, is, if there is a Makefile, it is part of the source
code of the program and does need to be part of your source code
offer/distribution.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 15:29 UTC (Sun) by ewan (subscriber, #5533) [Link]

No, however, in this case there is a build system, required to build the binaries, and permission to distribute the GPLed code in those binaries is only granted if the build system used to generate them is also licenced under the GPL.

Another piece of software may or may not have build scripts, they may or may not be Makefiles. All that matters to this discussion is that Jorg's cdrtools binaries require the CDDL build system to generate them. What hypothetical other projects do or consist of is of no relevance to cdrtools.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 15:45 UTC (Sun) by dmantione (guest, #4640) [Link]

We're getting to the core of the matter. Schilling is claiming his build
system is independend. According to him there exists nothing in the GPL
part to build it.

As long as he can maintain that his build system is an independend work,
there is nothing in the GPL that forbids distributing binaries.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 17:28 UTC (Sun) by ewan (subscriber, #5533) [Link]

No, he can't. The 'independence' or otherwise of the build system has nothing to do with it. You are still clinging to the 'derived work' idea.

Jorg's binaries are built with his CDDL build system. Jorg's binaries contain other people's GPL code. Jorg cannot distribute that code in his binaries without the permission of those other people. Those other people (by means of the GPL) give him the necessary permission if, and only if, the build system used to build the binaries is available under GPL compatible terms.

And it isn't.

The only way 'independence' of the two code bases would be sufficient division would be if Jorg had GPLed cdrtools, and a CDDL build system, and he did not use the latter to build the binaries of the former. As it stand the build system may well be independent of the cdrtools source - but it is not separate from the cdrtools binaries because they are built with it. The cdrtools source is also not indepentent of the CDDL build system if there is no other feasable way to build it.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 19:55 UTC (Sun) by dmantione (guest, #4640) [Link]

Did the other people contribute Makefiles? Then he is not distributing
the other people their code without their Makefiles, and is not violating
their copyrights.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 20:17 UTC (Sun) by k8to (subscriber, #15413) [Link]

The code of the other people present in the main work, that is cdrecord, mkisofs, is sufficient to keep it under the GPL as it was when they contributed the code.

The fact that the code is under GPL is sufficient to require that the Makefiles be placed under GPL for distribution of the code.

End of discussion.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 20:30 UTC (Sun) by dmantione (guest, #4640) [Link]

No, of course not. If others haven't contributed source code including
Makefiles, they cannot claims those Makefiles are part of their source
code and enforce the GPL.

You guys are reading the GPL as "it is forbidden to distribute without
(GPL'ed) Makefiles", but it says "any Makefile is part of the source
code" which is there to prevent people circumventing the GPL by removing
all Makefiles from it.

But it is not really worth it to have a flame war over this as I don't
question that Schilling is playing games with the GPL... The guy hates
Linux and likes Solaris and is trying power tricks. I only fear that he
very well knows what he is doing :(

cdrtools - a tale of two licenses

Posted Aug 13, 2006 21:39 UTC (Sun) by k8to (subscriber, #15413) [Link]

My comments apply whether or not the Makefiles are part of the source. Where do you see that being mentioned in the quite simple argument?

The GPL says that it is forbidden to distribute without a similarly avilable build system.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 13:42 UTC (Mon) by jond (subscriber, #37669) [Link]

"The GPL says that it is forbidden to distribute without a similarly avilable build system.".

Which GPL, and which clause? I've just read GPL-2 in its entirety and could find no such clause or anything similar.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 15:57 UTC (Mon) by bfields (subscriber, #19510) [Link]

Section 3 of GPL v2 contains the requirement that you must make the source code available for binaries that you distribute, and says that "The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable."

It doesn't matter whether or not the "scripts used to control compilation" are a derived work of somebody else's code or not. What matters is if the built executable is a derived work of that code. If so, then you need the copyright holders' permission to distribute the executable. If the only permission they've given you is the GPL'd code, then they've told you "fine, you can distribute compiled binaries derived from this, but only if you also distribute your makefiles." And they're perfectly within their rights to do that.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 20:42 UTC (Sun) by ewan (subscriber, #5533) [Link]

No, they contributed code to the main body of the program. They did so
under the GPL, which requires the build scripts to be made available
under the same terms. Unless the distributor complies with that condition
the permission to distribute the covered work is taken away.

You're still hanging onto this idea that the only thing that counts is
copyright law itself, and that the terms of the licence mean nothing. The
point of copyright in this situation is to say that you can't distribute
someone else's work without their permission. It has nothing to say about
what you have to do to get their permission. In this case you have to
distribute the build system under the same terms, or you don't get their
permission.

It really is that simple.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 20:52 UTC (Sun) by dmantione (guest, #4640) [Link]

Ok, my last attempt to make it clear.

Let's say I contribute a patch. I put the patch under GPL and give it to
you.

You now have permission to distribute it. But my patch does not contain a
Makefile. So, *my* source (the part I own copyright) does not contain a
Makefile.

So, if you distribute binaries and source, you are distributing the code
*I* own. But *I* did not include anything to build it, so I cannot force
you write such a build tool. There was no Makefile in my source, so I
cannot enforce the GPL onto you to distribute such a Makefile.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 21:33 UTC (Sun) by ewan (subscriber, #5533) [Link]

Yes, you can, if the total work that your code is included in requires
such a Makefile to build. If I include your code in a project with no
Makefile, then I'm OK, if I include it in a project that relies on a
Makefile, then that Makefile must be GPLed, as must everything else that
makes up the project.

You can't force me to add anything to your code, or make any
modifications to it at all, however, if I chose to do so then you can
force me to make those additions or modifications available under the GPL
(assuming of course that I'm distributing it).

Look at it from the point of view of an end user receiving the binary -
because of the GPL licence they have the right to modify the program.
They cannot do that if they cannot build their modified source because
they don't have the Makefile.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 22:03 UTC (Sun) by HenrikH (guest, #31152) [Link]

But still the whole source is put under the GPL and since there is no added clause that sais that the makefile requirement is void, the requirement is still there in the license.

If you send a patch under the GPL to this project without having written a makefile for your patch in question changes nothing since you still only give the distributor the rights to distribute your patch if he follows the GPL requirements (that is including the makefiles used to build the binary), if the distributer chooses not to include the makefiles in a GPL compatible way, then he has no rights to distribute your patch and he has to remove it from the source in order to be able to distribute the binary!

You still seam to think that this has something to do with the "viral"-propery of the GPL, but as others already has pointed out on several occasions there is nothing here that makes the makefiles automatically become GPLed.

Instead the thing is that the only thing that is allowing you to distribute the cdrtools binary is the GPL, and since the GPL requires you to also distribute the makefiles used to build the binary you have to do so or lose the rights to distribute the binary.

If you somehow can manage to build the cdrtools binary without the makefiles then you are of course free to distribute the resulting binary without the makefiles since you didn't use them in order to build it.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 16:12 UTC (Mon) by bfields (subscriber, #19510) [Link]

"Ok, my last attempt to make it clear."

Oh, you're clear enough; it's just that you're also wrong:

"Let's say I contribute a patch. I put the patch under GPL and give it to
you.

"You now have permission to distribute it."

Assuming the patch is nontrivial, I only have permission to distribute it if I meet the requirements of the GPL.

"But my patch does not contain a Makefile. So, *my* source (the part I own copyright) does not contain a Makefile."

That's correct. In particular, the Makefile is not automatically covered by the GPL.

"So, if you distribute binaries and source, you are distributing the code
*I* own. But *I* did not include anything to build it, so I cannot force
you write such a build tool."

If I distribute binaries, presumably I built them somehow. Since the binaries are now a derived work of your patch, I am required to get your permission before I can distribute the binaries. By giving me the patch only under the GPL, you've said that you only give your permission if I also tell people how to build those binaries. So I'm required to give out any makefiles I used, regardless of whether those makefiles are a derived work or not.

There's nothing in copyright law to prevent you from making a requirement like that, even though that requirement in part affects the distribution of a work you didn't write yourself. People need your permission to distribute your code, so you can make them do pretty arbitrary things to get that permission.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 12:55 UTC (Mon) by dwmw2 (subscriber, #2063) [Link]

" As long as he can maintain that his build system is an independend work, there is nothing in the GPL that forbids distributing binaries."
If identifiable sections of that work are not derived from the [GPL'd parts], and can be reasonably considered independent and separate works in themselves, then [the GPL], and its terms, do not apply to those sections when you distribute them as separate works.

But when you distribute the same sections as part of a whole which is a work based on [the GPL parts], the distribution of the whole must be on the terms of [the GPL], whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.

(GPL, section 2)

One cannot sensibly argue that the combination of build scripts with the source code that they build is 'mere aggregation on a volume of a storage or distribution medium'. It is a collective work, and the GPL applies to all parts of it -- even those parts which would be considered independent and separate works if distributed on their own.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 5:06 UTC (Mon) by MortenSickel (subscriber, #3238) [Link]

And so? as far as I can see, you are claiming that Schilling's work cannot be distributed in the US with the current licencing terms. I am in Europe so I don't care much, but all distribution with a global scope definiately have to care.

M.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 6:41 UTC (Mon) by dmantione (guest, #4640) [Link]

No, for copyright issues the jurisdiction of the author counts. So, if it
would be legal in Germany it would be legal world wide.

However, the fact that there is doubt about these viral clauses, does of
course not mean you can safely assume it is legal in Europe to link
GPL'ed and not GPL'ed code.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 14:44 UTC (Mon) by climent (subscriber, #7232) [Link]

No, for copyright issues the jurisdiction of the author counts. So, if it would be legal in Germany it would be legal world wide.

That would mean Opera code can be reverse-engineered in US, even if protected with an encryption device (read DMCA), because in Norway reverse engineering is fine?

cdrtools - a tale of two licenses

Posted Aug 18, 2006 16:02 UTC (Fri) by giraffedata (subscriber, #1954) [Link]

A good point, but note that the cdrecord controversy has nothing to do with linking GPL'ed and not GPL'ed code. It has to do with another clause of GPL that says in order to have permission to distribute a binary (derived from the copyright owner's source), you must make available the scripts used to make that binary.

And from what I hear, Schilling doesn't even dispute that. He just says that his make files aren't scripts.

Linking

Posted Aug 18, 2006 16:25 UTC (Fri) by corbet (editor, #1) [Link]

Actually, with the current version, linking GPL and non-GPL-compatible code is part of the controversy. mkisofs is GPL-licensed, but libscg, which it uses, is now under the CDDL.

cdrtools - a tale of two licenses

Posted Aug 13, 2006 17:25 UTC (Sun) by JoeF (subscriber, #4486) [Link]

Joerg's ubiquitious reference to the German copyright law is always a bit funny. Last I looked, he is not a lawyer...
Anyway, pointing to the German copyright law is of course just a smokescreen, since most people don't understand German. He actually never points to the exact section that would support his claims (there isn't any.)

cdrtools - a tale of two licenses

Posted Aug 13, 2006 21:05 UTC (Sun) by dlang (✭ supporter ✭, #313) [Link]

not to mention that Harald Weite has been extremely sucessful in enforcing the GPL in Germany, so any claims that the GPLv2 is somehow flawed under german law and unenforceable if ignoring a substantial amount of legal happenings.

cdrtools - a tale of two licenses

Posted Aug 14, 2006 8:43 UTC (Mon) by nix (subscriber, #2304) [Link]

(That's Welte, btw.)

cdrtools - a tale of two licenses

Posted Aug 15, 2006 1:25 UTC (Tue) by Ross (subscriber, #4065) [Link]

The GPL isn't acting on his Makefiles. He's releasing them in a bundle that says it's under the GPL.

So he's saying two incompatible things: they are under the GPL and they are not under the GPL. It isn't permitted to use the license granted by the GPL at the same time as violating it so it isn't clear what permissions are really being granted.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds