Back To SCO
VikingBrad writes "The Sydney Morning Herald has an article on Dr Warwick Toomey of The Unix Heritage Society claiming that SCO may not know the origin of code in System V, including claims that there is a lot of BSD software in Sys V."
Alex writes "I wondered where the 100k+ lines of copied code
in the linux kernel would come from in comparison
to the SCO Unixware stuff. Then a thought popped
up in my head: what if they just compared linewise?
All those empty lines in the code would have the
same content. But how many empty lines are in the
Linux Kernel Code? This small shell script counts them for you:
emptylines=0; function parse_dir () { for file in $1/*; do if [ -d "$file" ]; then parse_dir $file; else while read line; do if [ "$line" = "" ]; then emptylines=$[$emptylines+1]; echo $emptylines; fi; done
Kernel 2.4.22, yet cleaned of the code which SCO
claimed was stolen, has still 733140 empty lines, probably copied and pasted by the bad, bad kernel developers from the good, good SCO guys..."
You can copy them, but not steal them. Unless you delete the lines that were there, but I doubt that happened. How illogical.
-Libertarian secular transhumanist
They wouldn't even need to include things like empty lines to get a large number of matches, in a line-by-line comparison...
How many of the following do you suppose exist in any large code base?
int i;
int j;
for(i=0;i<size;i++)
if(flag)
if(!flag)
while(!done)
while(count)
memset(data, 0, sizeof(data));
I could go on, but don't really need to. At least in most code I've seen, almost every single function would contain at least one of just what I presented above (taking into consideration a few other common variable names for similar purposes, of course).
Not an impressive way to measure plaguerism.
This is more than about the Linux kernel's good reputation, though; this entire SCO debacle goes to the heart of the Linux development model. SCO is essentially saying "you guys are a bunch of irresponsible, un-accountable code thieves". Simply abandoning the Linux kernel not only affirms SCO's bullshit, but it hamstrings the entire process by which it was developed and makes the whole open source community look bad.
It's not about the kernel, it's about the process.
Ita erat quando hic adveni.
One of the biggest problems with this response to the SCO FUD campaign is that while SCO enjoys excellent access to the mainstream press, both IT press and popular press, the Open Source community responses do not. So, no one out there really hears the Open Source side. This is one good reason that McBride et al keep releasing all this patently absurd hogwash; they know the press will bite, and ignore the other side.
Generally accurate. However, taking something does at least strongly imply that the previous person no longer has it. If I make an exact replica of your car, I don't think you would claim I'd taken your car. If that included replicating your copyrighted paintwork I don't think you could reasonably claim that I'd 'taken' your copyright. You'd still have copyright.
Certainly as a matter of law, copying something is not the same as theft. Copyright infringement is covered by different laws to theft and carries different penalties.
Of course, if someone wants to use the word for emotional impact then when challenged they can always say they were speaking figuratively. Like saying prices are "extortionate" or "daylight robbery" or that someone is "getting away with murder" doesn't mean those offences are literally involved. It only get amusing when someone is challenged and tries to insist that copying something really is theft.
File a complaint with the Federal Trade Commission. Mention how you feel that they are attempting to extort money from you. The FTC DOES take these matters seriously. If they receive many complaints about a particular company, they will be very inclined to launch an investigation. The mere mention of an FTC investigation is not good news for a company, nor its stock.
File a complaint online
Take a more active role in this. Don't just vent your frustrations on /. where no one outside our community will hear.
-- Slash