In the letter, which Jim Jagielski of the Apache Software Foundation posted online, JBoss lawyers alleged that code from the application server had made its way into Geronimo, an application server currently under development.
"It has come to our attention that portions of the Geronimo program appear to be virtually identical or substantially similar to JBoss program source code," wrote David Byer of law firm Testa, Hurwitz and Thibeault. "In addition to examples of what appears to be direct copying of JBoss source code in the Geronimo code base, JBoss has observed a significant number of architectural similarities, similar naming conventions, and other indications that portions of Geronimo may constitute derivative works of JBoss source code."
Byer accepted that an JBoss code copied into the Geronimo project "may have inadvertently and without the ASF's knowledge," and requested that measures be taken "immediately to remedy any such examples of copying".
In response, Jagielski issued a call to all Geronimo developers to ensure that any code is not copied from JBoss. "Recall, also, that if someone is the original author of the code and donated that code to JBoss," he added, "they can still donate the original code to the ASF (unless they signed some sort of exclusivity agreement). Original authors maintain ownership."
Speaking to ZDNet UK, Sacha Labourey, general manager of the JBoss Group, later sought to downplay the significance of the letter, but said that code plagiarism is a problem that can affect all software, regardless of the licence under which it is issued. "Open source is at critical moment today because it is becoming more and more important in the enterprise, and so it is increasingly important to be serious in the open-source world," he said.
"We knew a project had been started at Apache and we had two or three old coders from JBoss in that project. They left and started Geronimo and that's fine, but we saw that they took some deep code -- really deep code in the JBoss architecture."
There are two problems with this, said Labourey. First, it moves the code from the Lesser GNU Public License (LGPL) which JBoss uses, to the Apache licence. Second, he said, there is the problem of copyright: "They removed the original name and put their name there."
It can be a simple matter to correct code plagiarism, Labourey said -- a criticism of the far-reaching actions pursued by the SCO Group against Unix and Linux vendors who SCO claims are distributing operating systems that contain code to which it owns the rights.
"For us it simply requires a letter and nothing more. We are expecting that Apache will correct it," said Labourey.
JBoss' example, and that provided by SCO, should not be taken to mean that open-source software is more likely to include plagiarised code, he said. "Open source is no different from proprietary software, but with open source any plagiarism is obvious. If I develop proprietary software though, I can take some code and copy it into my application and nobody will see it. It doesn't mean that the problem is less likely to happen -- just that you are less likely to detect it. What can you do? Hope people are smarter. It's a little bit sad that this happens."
The LGPL used by JBoss, like other open-source licences, does have the benefit that people can take the code and develop it further, so long as they respect the licence terms, Labourey said. "If you want to do your own JBoss you start your own fork and that's OK."






Talkback
Geronimo is tainted. It is obvious that the Apache Software Foundation is unable to perform proper audit of the source code they accept, and especially where they allow ex-developers from the original JBoss project to commit code changes. This scenario is just ripe for copyright infringements, and ASF is lacking the required procedure and rigor to ensure no license violations occur.
Anyone using Geronimo in production will expose themselves legally.
None of the examples hold up to even brief scrutiny. The three named exhibits include two which appear to be code JBoss took from a different ASF project (log4j) and renamed, removing the copyright attribution in volation of the Apache Software License. The remaining piece appears to have been originally contributed to the JBoss group by someone who then subsequently also choose to contribute it to the geronimo project:
http://nagoya.apache.org/eyebrowse/SummarizeList?listId=140
JBoss cannot copyright ideas, and the claims of copyright infringement appear questionable based on a review of the code and a close examination of the source of JBoss' code itself. JBoss has the right to distribute the code under the LGPL; that doesn't mean that JBoss owns the copyright on all the code.
Disclaimer: I'm a member of the ASF, though I'm not at all involved with the geronimo project nor am I an officer of it. These views are my own, not those of the ASF.