Linked by Thom Holwerda on Mon 8th Jan 2007 18:08 UTC
BSD and Darwin derivatives "Flameeyes (a Gentoo/FreeBSD developer) recently came up with some serious problems among the various *BSD projects who use BSD-4 licensed code (which is all of them). Even other projects like Open Darwin may be affected. The saga started when he discovered the license problems with libkvm and start-stop-daemon. "libkvm is a userspace interface to FreeBSD kernel, and it's licensed under the original BSD license, BSD-4 if you want, the one with the nasty advertising clause." start-stop-daemon links to libkvm, but it's licensed under the GPL which is incompatible with the advertising clause. The good news is that the University of California/Berkley has given people permission to drop the advertising clause. The bad news is that libkvm has code from many other sources and each of them needs to give their permission for the license to be changed. At the moment, development on the Gentoo/FreeBSD is on hold and the downloads have been removed from the Gentoo mirrors."
Order by: Score:
Hmmm
by fsckit (4.56) on Mon 8th Jan 2007 18:24 UTC
fsckit
Member since:
2006-09-24
Fans: 0

Aren't they looking at this a bit bass-ackwards. stop-start-daemon was written after libkvm and used code from libkvm. It would seem the authors of stop-start-daemon should have paid attention to what the license was on the code they borrowed and chose to properly respect it, not turn around and expect the authors of libkvm to relicense because they don't like the ad clause.

Sad case...
by xiaokj (2.12) on Mon 8th Jan 2007 18:34 UTC
xiaokj
Member since:
2005-06-30
Fans: 0

I was thinking that GPL had gotten over the BSD license issue since god-knows-when, and never thought there was an aftermath...

Anyway, this goes to show how an infinitely small item can cause general mayhem. And that the continual recreation of licenses mildly different from each other is Bad(TM).

However, it won't hurt the main community. Few people use Gentoo/FreeBSD. Rather, Apple and MS may be worse hit -- both used much of BSD code in their own system, and exactly how many copyright violations they have made... (I've personally never seen any Apple or MS ad with the clause...)

And some people can still throw chairs around and warn that Linux potentially violate patents. Seems like they aren't so legal after all...

RE: Sad case...
by h3rman (3.44) on Mon 8th Jan 2007 18:41 UTC in reply to "Sad case..."
h3rman Member since:
2006-08-09
Fans: 6

It's not really something very small.
In licensing, every tiny clause always (potentially) counts. It keeps people off the streets. ;)

Edited 2007-01-08 18:57

RE: Sad case...
by DrillSgt (3.04) on Mon 8th Jan 2007 21:16 UTC in reply to "Sad case..."
DrillSgt Member since:
2005-12-02
Fans: 0

"However, it won't hurt the main community. Few people use Gentoo/FreeBSD. Rather, Apple and MS may be worse hit -- both used much of BSD code in their own system, and exactly how many copyright violations they have made... (I've personally never seen any Apple or MS ad with the clause...) "

There is no ad required to show the clause, but that the clause be in the source code. The GPL strictly forbids the clause from being used.

exactly
by milles21 (3) on Mon 8th Jan 2007 18:38 UTC
milles21
Member since:
2006-11-08
Fans: 2

This is exactly the type of confusion the Stallman will introduce when he tries to block Novell with the GLP v3 clauses. These licenses are becoming more restrictive they are becoming more of a pain.

I have several customers who like Linux and enjoy the level of customization however say that the license disputes are making them consider either OS X or windows.

The license thing is becoming a real problem and put customers potentially at risk such as the on hold issue of projects.

RE: exactly
by cyclops (2.04) on Mon 8th Jan 2007 19:29 UTC in reply to "exactly"
cyclops Member since:
2006-03-12
Fans: 3

"I have several customers who like Linux and enjoy the level of customization however say that the license disputes are making them consider either OS X or windows. "

Absolutely...and I suspect strongly that they get it from you. Its not like every program on OSX/Windows does not contain some serious restrictions that those EULA's http://www.eff.org/wp/eula.php, by its very nature is more of a minefield for the user.

v RE[2]: exactly
by milles21 (3) on Mon 8th Jan 2007 21:25 UTC in reply to "RE: exactly"
v omg
by SK8T (2.16) on Mon 8th Jan 2007 18:41 UTC
GPL...
by wargum (2.93) on Mon 8th Jan 2007 18:46 UTC
wargum
Member since:
2006-12-15
Fans: 0

...is the problem, again and again. No other oss license is so restrictive and incompatible with other licenses. The FSF and GPL become more and more annoying. If GPL v3 makes things worse (the current version in discussion really is), I hope we finally see more and more developers who choose a different oss license. Not even the FSF lawyers seem to fully understand the GPL, even v2.

RE: GPL...
by sbergman27 (3.68) on Mon 8th Jan 2007 18:55 UTC in reply to "GPL..."
sbergman27 Member since:
2005-07-24
Fans: 35

"""...is the problem, again and again."""

Indeed, GPL is causing an increasing number of problems within the FOSS community itself. To make matters worse, as the FSF thinks it can get away with it, it tightens its grip. Even GPLv2 projects are vulnerable to the viral nature of the GPLv3 (draft).

I hate to admit it. But perhaps Balmer was right, and GPL really *is* a cancer.

Edited 2007-01-08 18:59

RE[2]: GPL...
by ralph (4.68) on Mon 8th Jan 2007 19:05 UTC in reply to "RE: GPL..."
ralph Member since:
2005-07-10
Fans: 1

I'm sorry to burst your bubble, but the problem isn't caused by the GPL, but by an old and outdated BSD license with an advertising clause that everyone today agrees was a bad idea to begin with.

Nice try at spreading FUD though.

RE[3]: GPL...
by Thom_Holwerda (Staff) on Mon 8th Jan 2007 19:10 UTC in reply to "RE[2]: GPL..."
Thom_Holwerda Member since:
2005-06-29
Fans: 20

I'm sorry to burst your bubble, but the problem isn't caused by the GPL,

It appears the GPL is incompatible with the old BSD license-- not the other way around. Not placing the "blame", just making an observation.

but by an old and outdated BSD license with an advertising clause that everyone today agrees was a bad idea to begin with.

Everyone? NetBSD still uses the clause.

RE[4]: GPL...
by ralph (4.68) on Mon 8th Jan 2007 19:18 UTC in reply to "RE[3]: GPL..."
ralph Member since:
2005-07-10
Fans: 1

It appears the GPL is incompatible with the old BSD license-- not the other way around.

Yes Thom. Because the software under the GPL is in this cased linked against other software (and this software is under the old BSD license). If it were the other way around, we'd still have the same situation, only with reversed roles.

To sum it up, this observation is absolutely meaningless, unless if you want to spread FUD, as some people here, not you, tried to.

Everyone? NetBSD still uses the clause.
They do? I wasn't aware of that. Thanks for pointing it out.

This doesn't really change my point though, as now nearly everyone, with the notable exception of some NetBSD devs obviously, agrees with the advertising clause being a bad idea.

RE[4]: GPL...
by prammy (2.2) on Mon 8th Jan 2007 21:03 UTC in reply to "RE[3]: GPL..."
prammy Member since:
2006-12-31
Fans: 0

@Thom:

NetBSD uses the modified BSD License with one addition. The advertising clause requirement was removed by the Regents of the University of California.

"Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission."

Source: http://www.netbsd.org/Goals/redistribution.html

v RE[3]: GPL...
by fithisux (2.44) on Mon 8th Jan 2007 22:07 UTC in reply to "RE[2]: GPL..."
RE[4]: GPL...
by sbergman27 (3.68) on Mon 8th Jan 2007 23:02 UTC in reply to "RE[3]: GPL..."
sbergman27 Member since:
2005-07-24
Fans: 35

"""And please don't use the ridiculous argument that the developers know about BSD licence, it is morality in question here and if you are not moral to admit it,
there is always fdisk. !period!"""

Excuse me for asking this... but are you even sane?

RE[4]: GPL...
by Wrawrat (3.24) on Mon 8th Jan 2007 23:22 UTC in reply to "RE[3]: GPL..."
Wrawrat Member since:
2005-06-30
Fans: 1

Nice flame. You must be quite self-suffisent to impose your views on morality on others, especially when these BSD folks must have made far more contributions to the community that you ever did. Although I don't believe the BSD licence is ideal, I would certainly not question their choice. Everybody can benefit, including users of the GPL; if they don't mind commercial exploitation, then it's cool. I don't really understand why some people believe companies are inherently evil when they probably work for one, unless they are self-employed or a civil servant...

You mention that Microsoft borrowed the USB stack from FreeBSD. Show me.

As for the Gentoo/FreeBSD issue, I guess that shit happens. Perhaps it would be worthwhile to rewrite the affected utility. That said, re-read the story -- it looks like they have found a solution to continue development.

The BSD license creates standardized implementations
by danieldk (4.12) on Mon 8th Jan 2007 23:33 UTC in reply to "RE[3]: GPL..."
danieldk Member since:
2005-11-18
Fans: 2

You are totally right. BSDs must turn to GPL, otherwise I will continue to feel on BSDs like working on Windows. I cannot understand the BSD licence. For example MS finds a bug in the USB stack it borrowed and fixes it. But it never returns the bugfix back. So MS has an advantage over FreeBSD.

I know that this is probably a troll, but it is a common stream of thought. I would like to point out that it misses a huge advantage of the BSD license: it creates standardized implementations. Basically everyone can integrate BSD code without cost and giving back to the community. This is such a low barrier that software vendors will often do this.

A good example is the TCP/IP stack of BSD and its decendants. Practically everybody uses it, or copied it (as in its design). Now, suppose that UCB had used a more restrictive license, many vendors, from the meriad of UNIX vendors that have existed over time, Microsoft, vendors of systems for embedded devices, etc. would probably have done their own implementation, with their own extensions and incompatibilities, leaving a huge "protocol hell".

The BSD license and comparable licenses are great for infrastructural code. Think TCP/IP stack, FFS/UFS, X11, IPsec, USB stack, etc. (in other words, most of the operating system) So, it makes a lot of sense to implement new protocols and technologies under the BSD license if you want to make them standardized.

(I think it's great for other software too, but that's just my humble personal opinion.)

RE[2]: GPL...
by elsewhere (4.76) on Mon 8th Jan 2007 19:38 UTC in reply to "RE: GPL..."
elsewhere Member since:
2005-07-13
Fans: 16

I hate to admit it. But perhaps Balmer was right, and GPL really *is* a cancer.


The GPL is a tool and like all tools needs to be used properly to be effective.

Despite it's shortcomings, GPL v2 has proven to be the most popular and, arguably, the most effective license for encouraging reciprocal development for OSS projects.

Yes, if people taint GPL projects with non-compatible code, there will be a problem but that is by design. It's up to developers to understand the licensing.

As for v3, it is incompatible with v2 by design so simply becomes a new licensing alternative. It's impact on current v2 projects will be minimal to non-existent; most of the core projects that would have the ability to impact that type of paradigm shift in licensing will either stay v2 (ie. the kernel) or will adopt v3 but still retain LGPL licensing (ie. the GNU projects) which minimizes the "viral" nature of a transition. So gcc switching to v3 doesn't force developers using gcc to produce v3 apps, and libc switching to v3 doesn't restrict it's useage to v3 apps, for instance. Developers will simply select v2 or v3 based on their objectives, much as they choose between GPL and BSD or alternatives today.

But dismissing the GPL because of it's intentional incompatibility with less restrictive licenses is a bit of an overreaction when it has proven so successful despite that. That restrictiveness is likely part of the attraction for the majority of devs that select it.

RE[2]: GPL...
by garymax (2.2) on Mon 8th Jan 2007 20:28 UTC in reply to "RE: GPL..."
garymax Member since:
2006-01-23
Fans: 0

But at least Richard Stallman doesn't throw chairs...but then again. :-)

RE[3]: GPL...
by sbergman27 (3.68) on Mon 8th Jan 2007 20:41 UTC in reply to "RE[2]: GPL..."
sbergman27 Member since:
2005-07-24
Fans: 35

"""But at least Richard Stallman doesn't throw chairs...but then again. :-)"""

If the greater community were somehow able to thwart Richard's ramrodding-through of his GPLv3, I suspect we'd see some Olympic Class chair throwing on his part.

Hey, I'd buy a ticket to watch. ;-)

RE: GPL...
by cyclops (2.04) on Mon 8th Jan 2007 19:22 UTC in reply to "GPL..."
cyclops Member since:
2006-03-12
Fans: 3

"No other oss license is so restrictive and incompatible with other licenses".

restrictive for whom.

"GPL v3 makes things worse" GPL3 makes my life *less* *restrictive* that the point or have you not been keeping up. Seriously you should read about the license.

"Not even the FSF lawyers seem to fully understand the GPL, even v2."

I'm absolutely certain underlying premise to GPL is really simple...the only debate *ever* is how to get around it.

Edited 2007-01-08 19:33

RE[2]: GPL...
by wargum (2.93) on Mon 8th Jan 2007 20:08 UTC in reply to "RE: GPL..."
wargum Member since:
2006-12-15
Fans: 0

"restrictive for whom."

Everybody, developers and users.

"GPL3 makes my life *less* *restrictive* that the point or have you not been keeping up. Seriously you should read about the license."

The GPL v3 doesn't give me the right to decide whether I want use DRM software or not. How is this not a ristriction? Gimme a break...

RE[3]: GPL...
by ubit (3.16) on Tue 9th Jan 2007 01:52 UTC in reply to "RE[2]: GPL..."
ubit Member since:
2006-09-08
Fans: 0

"
The GPL v3 doesn't give me the right to decide whether I want use DRM software or not. How is this not a ristriction? Gimme a break...
"
WRONG it restricts use on DRM'd hardware like Tivo and (probably Sveasoft's firmware for routers), that stops you from running modifications on it with the source they give. Look up "Tivoization". It has nothing to do with software DRM.

And yes GPL3 does stop the deal with Novell-- isn't that a good thing for the people who chose to license under it? The deal specifically leaves commercial vendors out of their patent blanket and open for suits.

RE: GPL...
by Soulbender (3.12) on Tue 9th Jan 2007 01:40 UTC in reply to "GPL..."
Soulbender Member since:
2005-08-18
Fans: 15

"...is the problem, again and again. "

Perhaps but that has NOTHING to do with this news item. I'm no fan of the GPL either but I also dont want to see every damn thread take a turn for the worse into a license flamewar.

Important precision
by Joe User (0.88) on Mon 8th Jan 2007 18:52 UTC
Joe User
Member since:
2005-06-29
Fans: 1

It's important to say that Gentoo/FreeBSD isn't Gentoo AND FreeBSD. It's neither one nor the other, it's a subproject of the Gentoo Foundation that combines best of both worlds, and they call it the "Gentoo/FreeBSD" project: http://www.gentoo.org/proj/en/gentoo-alt/bsd/fbsd/

v It figures.
by Edward (1.64) on Mon 8th Jan 2007 18:52 UTC
RE: It figures.
by cmost (4.28) on Mon 8th Jan 2007 19:23 UTC in reply to "It figures."
cmost Member since:
2006-07-16
Fans: 0

"Why don't the dimwits just take out the software causing the probs.?"

Because the software in question is integral to the functioning of the OS. If you take out the spark plugs in your engine, the motor won't run dimwit.

Not just Gentoo
by GhePeU (4.48) on Mon 8th Jan 2007 19:12 UTC
GhePeU
Member since:
2005-07-06
Fans: 0

Actually, this issue could potentially impact every BSD flavour out-there.

"All of the *BSD-derived projects took some way or another code licensed 4-BSD that is not under copyright of UCB, that would then require them to provide the acknowledgements on all the "advertising material", whatever that is. And I'm pretty sure most of the *BSD projects have something that can be considered advertisement even to the stricter of the meaning."

Edited 2007-01-08 19:12

The point?
by icasty (2.5) on Mon 8th Jan 2007 19:13 UTC
icasty
Member since:
2005-08-26
Fans: 0

Whats the point of such mixture? Both work independently very well.

GPL3
by cyclops (2.04) on Mon 8th Jan 2007 19:16 UTC
cyclops
Member since:
2006-03-12
Fans: 3

Hold the page.

As one who is interested in licensing issues this is becoming an excuse for GPL3 and FSF bashing without real substance.

when "GPL really *is* a cancer." gets the points on the page you know that its not about the license.

gpl bitching
by Redeeman (3.04) on Mon 8th Jan 2007 20:03 UTC
Redeeman
Member since:
2006-03-23
Fans: 0

this gpl bitching is getting old, its completely moronic.

people choose a license, for THEIR work, they made it, they choose, and people must in turn comply.

NOBODY forces people to use gpl'ed work, be it version 2 or 3.

when will people stop bitch that they CANT take stuff licensed under a given license, and not comply? its insane.

RE: gpl bitching
by kernelpanicked (2.36) on Mon 8th Jan 2007 20:53 UTC in reply to "gpl bitching"
kernelpanicked Member since:
2006-02-01
Fans: 5

Nice rant, but I don't think you quite understand. In this case it was the authors of stop-start-daemon who used code from a 4-BSD licensed library and did not comply with the license.

RE[2]: gpl bitching
by sbergman27 (3.68) on Mon 8th Jan 2007 21:04 UTC in reply to "RE: gpl bitching"
sbergman27 Member since:
2005-07-24
Fans: 35

"""In this case it was the authors of stop-start-daemon who used code from a 4-BSD licensed library and did not comply with the license."""

Indeed. It is a case of GPL authors being so used to sucking code from other OSS projects without having to give anything back that they did not even bother to check to see if they were stepping upon other people's toes.

Edited 2007-01-08 21:05

RE[3]: gpl bitching
by cyclops (2.04) on Mon 8th Jan 2007 22:04 UTC in reply to "RE[2]: gpl bitching"
cyclops Member since:
2006-03-12
Fans: 3

"Indeed. It is a case of GPL authors being so used to sucking code from other OSS projects without having to give anything back"

80% of OS projects use GPL Licence clearly GPL are not giving anything back.

Even with BSD its about sharing...Have a look for a company that uses BSD code and hasn't given it back, and perhaps vent your bile at them.

RE[2]: gpl bitching
by GhePeU (4.48) on Mon 8th Jan 2007 22:47 UTC in reply to "RE: gpl bitching"
GhePeU Member since:
2005-07-06
Fans: 0

start-stop-daemon LINKS libkvm, nobody "used code" from the library

RE[3]: gpl bitching
by fsckit (4.56) on Tue 9th Jan 2007 01:45 UTC in reply to "RE[2]: gpl bitching"
fsckit Member since:
2006-09-24
Fans: 0

Do you understand what linking is?

RE[2]: gpl bitching
by Redeeman (3.04) on Tue 9th Jan 2007 00:04 UTC in reply to "RE: gpl bitching"
Redeeman Member since:
2006-03-23
Fans: 0

i dont think you quite understand, i was commenting on those "oohhh noooeesss gpl viral death gplv3 sucks blablablabla" people, which are absolutely free to not use gpled stuff.

and as for this immediate issue, yes, someone overlooked the license for some software, and as a result cant distribute as it would violate the license, HOWEVER, seeing as this is a simple(well) mistake, and no one is deliberately trying to steal anyones work, they are naturally going to stop doing anything against the license of libkvm.

RE[3]: gpl bitching
by fsckit (4.56) on Tue 9th Jan 2007 02:08 UTC in reply to "RE[2]: gpl bitching"
fsckit Member since:
2006-09-24
Fans: 0

I understand it was a simple mistake. I still say there is no excuse whatsoever for it, but it was a mistake. I mean the damn BSD license is less than a page long and can be read in under 30 seconds. It almost definately took these devs longer to read the documentation on libkvm's functions than it would have to read the license end to end.

All that aside, what gets me is that the start-stop-daemon developers' use of the GPL is what caused the conflict. At no point did these guys consider not using the GPL where is doesn't fit or writing their own code to fill in for the functions used from libkvm. Nope their initial response was to try and get libkvm relicensed because they're arrogant enough to believe their license superceeds all.

License Changed
by nathanw (2.84) on Mon 8th Jan 2007 20:22 UTC
nathanw
Member since:
2006-11-05
Fans: 0

Because UC Berkeley changed the licensing on all 4-clause BSD licensed files with their copyright some time ago (see /COPYRIGHT on any FreeBSD machine), the clause 3 that worried the author of the article was never relevant, though it was still included in the file headers by accident.

As a result of this silliness, this has now (with the exception of the powerpc module, which isn't used in Gentoo/FreeBSD anyway) been corrected: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libkvm/

This is not now a problem, was never a problem, and if the author of the article had done a little more research (or work: it would have been trivial to rewrite start-stop-daemon), it would never have been one.

Edit:

Reading the source to start-stop-daemon (http://sources.gentoo.org/viewcvs.py/gentoo-src/rc-scripts/src/star...),
it isn't even GPL, the software is released under the public domain, which is compatible with any license. Is the article some weird troll?

Edited 2007-01-08 20:40

RE: License Changed
by fsckit (4.56) on Mon 8th Jan 2007 20:59 UTC in reply to "License Changed"
fsckit Member since:
2006-09-24
Fans: 0

1. UC Berkeley can do as they wish. libkvm is not copyrighted to UCB. It's authors willingly chose the 4-BSD license for their own reasons and as of yet have not given the waivers that UCB did.

2. The stop-start-daemon.c you linked to isn't the one in question. The one you linked to is 2 years old and the daemon has been rewritten under the GPL since then.

Edited 2007-01-08 20:59

RE[2]: License Changed
by nathanw (2.84) on Mon 8th Jan 2007 21:04 UTC in reply to "RE: License Changed"
nathanw Member since:
2006-11-05
Fans: 0

Read the files. It's a Berkeley copyright:

Copyright (c) 1989, 1992, 1993
* The Regents of the University of California. All rights reserved.

This is true on all but two files (kvm_powerpc.c and kvm_arm.c). In the case of kvm_arm, they have contacted the author and removed the advertising clause. The only tainted file is thus kvm_powerpc.c, which isn't used in Gentoo anyway.

As for (2), I wasn't aware that there were multiple versions. Thanks for the correction.

GPL sucks...BSD rocks
by CrazyDude0 (-0.48) on Mon 8th Jan 2007 23:10 UTC
CrazyDude0
Member since:
2005-07-10
Fans: 3

'nuff said

RE: GPL sucks...BSD rocks
by cyclops (2.04) on Mon 8th Jan 2007 23:16 UTC in reply to "GPL sucks...BSD rocks"
cyclops Member since:
2006-03-12
Fans: 3

http://www.osnews.com/permalink.php?news_id=16840&comment_id=19...

WOW now why would someone who makes pro Vista comments and anti-everything else like the BSD from the quote above get involved in a discussion like this...and make a statement like that.

RE[2]: GPL sucks...BSD rocks
by CrazyDude0 (-0.48) on Mon 8th Jan 2007 23:18 UTC in reply to "RE: GPL sucks...BSD rocks"
CrazyDude0 Member since:
2005-07-10
Fans: 3

Because BSD is a license not FreeBSD for your kind information:)

RE[3]: GPL sucks...BSD rocks
by cyclops (2.04) on Mon 8th Jan 2007 23:27 UTC in reply to "RE[2]: GPL sucks...BSD rocks"
cyclops Member since:
2006-03-12
Fans: 3

http://www.osnews.com/permalink.php?news_id=16636&comment_id=18...

Your colours are quite clear. Why when someone is...so passionate about Microsoft makes posts in an Open source License debate I must say I find it a little questionable.

Please state your reasons, I'm very interested.

Edited 2007-01-08 23:30

RE[4]: GPL sucks...BSD rocks
by CrazyDude0 (-0.48) on Tue 9th Jan 2007 00:12 UTC in reply to "RE[3]: GPL sucks...BSD rocks"
CrazyDude0 Member since:
2005-07-10
Fans: 3

The reason is software ecosystem.

1. Universities do research and release code under BSD style license.
2. Many of these projects are very good and picked up by companies to commercialize them.
3. These companies (in turn software engineers in thse companies) makes money and make software engineering a lucrative discipline for students.
4. The companies donate some of the money back to universities.
5. Go to step 1.

This is the ecosystem promoted by BSD. GPL breaks that. If you ever read statistics, students are losing interest in computer science and once they see that it is not financial a good field to support their family, you will see even less people in this field.

That is why i like BSD and not Linux.

The all combined GPL based products have earned less money than even a handful of non-GPL products.

In a country like USA where a doctor charge 300$ for 30 minutes appointment, you need money to live a good life and GPL is not making software as an interesting field to make that kind of money.

I hope this explains well to you now.

RE: GPL sucks...BSD rocks
by kwag (2.64) on Mon 8th Jan 2007 23:42 UTC in reply to "GPL sucks...BSD rocks"
kwag Member since:
2006-08-31
Fans: 1

Ditto!
And MIT also rocks! ;)

Seriously folks
by Soulbender (3.12) on Tue 9th Jan 2007 01:54 UTC
Soulbender
Member since:
2005-08-18
Fans: 15

Just drop the goddamn license flamewar already. Really. It was stale and boring when dinosaurs roamed the earth and it sure hasn't become any more interesting since.

advertising clause
by jimveta (1.84) on Tue 9th Jan 2007 03:02 UTC
jimveta
Member since:
2006-09-21
Fans: 0

I may be missing something.. but what's wrong with explicitly acknowledging those who contribute? Why is it such a burden to maintain and "advertise" that list of contributors (doesn't have to be obtrusive; it can be anywhere in the product AFAIK)

OpenDarwin may be affected?
by ebasconp (3.44) on Tue 9th Jan 2007 05:22 UTC
ebasconp
Member since:
2006-05-09
Fans: 0

OpenDarwin is shutting down right now...

Does it matter if this licensing issue will affect to a dying project?

FreeBSD/Gentoo
by vermaden (3.16) on Tue 9th Jan 2007 05:31 UTC
vermaden
Member since:
2006-11-18
Fans: 0

from gentoo.org:
What is Gentoo/FreeBSD?

Gentoo/FreeBSD is a subproject of the Gentoo/Alt project, with the goal of providing a fully-capable FreeBSD operating system featuring design sensibilities taken from Gentoo Linux, such as the init system and the Portage package management system.



Switch Ports to Portage - What for? You dont get nothing new and You get something slower and less polished then Ports system.

Switch Linux kernel to FreeBSD kernel and use it with Portage - Again. What for? With Linux kernel you get only advantages in that case, Crossover Office, great Wine and Cedega support, native VMware, Oracle ... and many more to stick with Linux kernel.

Init System - instead of rc scripts, is Init so fscking outrageous to switch to it, *BSD rc scripts do their job very well so why bother Init?

Run FreeBSD OS with its strenghts/stability/scalability or go Gentoo all the way and benefit from Linux kernel and bigger commercial support for it.

You're all wrong
by bubbayank (1.64) on Tue 9th Jan 2007 06:54 UTC
bubbayank
Member since:
2005-07-15
Fans: 0

http://blogs.ittoolbox.com/unix/bsd/archives/the-big-license-mess-1...

It's a non-issue.

One guy is confused, and now everyone who listens to him gets confused.

RE[2]: GPL...
by twenex (2.56) on Tue 9th Jan 2007 13:55 UTC
twenex
Member since:
2006-04-21
Fans: 14

GPL is causing an increasing number of problems within the FOSS community itself.

People like you have been coming out with stuff like that since day 1. And since day one, Linux adoption has been increasing and stuff like that has been BS.