Sedikit berita dari slashdot (http://slashdot.org/bsd/01/09/24/1432223.shtml) mengenai kernel baru 2.4.10. Berikut kutipannya: ----- start ----- Posted by Nik on Tuesday September 25, @12:30PM from the we-feel-so-betrayed dept. S�ren Schmidt was browsing through the 2.4.10 linux kernel source when he saw something that looked a bit familiar. Too familiar in fact. S�ren is the principle developer of FreeBSD's ATA drivers, including FreeBSD's support for ATA RAID cards, and as he looked through the linux/drivers/ide/ files the sense of deja vu was overwhelming. Read on for more. "They just took my code and filed off the copyright" said S�ren. "This is clearest with the two header files hptraid.h and pdcraid.h. Compare these with FreeBSD's ata-raid.h, and just look at the similarities." And it's true that these two header files certainly look like a chopped up copy of the FreeBSD header, after a quick search-and-replace. "The reading of the RAID config from the disks is their own code, but is clearly "inspired" from our code," said S�ren, "but that's encouraged by the license. It's the verbatim use of the other code without retaining the copyright that's the problem." ata-raid.h, and the other files, are copyright S�ren, and released under the three clause BSD license, which includes the restriction "Redistributions of source code must retain the above copyright notice". So using these files, or significant portions of them, in your own code, without retaining the copyright information, as has happened here, is prohibited. You may be thinking "This is only a couple of header files, what's the big deal?". As S�ren says "The problem here is that the structures in the headers is the whole story. That info tells how you read the proprietary struct off the disks, and was reverse engineered and documented by me after a lot of effort." S�ren's intellectual property is tied up in those files. Right now, S�ren is in discussions with the authors of the Linux ATA drivers (employed by RedHat) to ensure that his copyright notice is returned to these and other files, and to ensure that this situation does not recur. And it is hoped that an amicable solution can be reached. ---- end ---- Gimana menurut rekan rekan.. ? -- Best regards, Romie Djapri -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

