On Wed, 2004-08-04 at 18:00, James Morris wrote: > On Wed, 4 Aug 2004, Jari Ruusu wrote: > > > Linus Torvalds wrote: > > > Summary of changes from v2.6.8-rc2 to v2.6.8-rc3 > > [snip] > > > James Morris: > > > o [CRYPTO]: Add i586 optimized AES > > > > My work on aes-i586.S is only licensed under original three clause BSD > > license. You do not have my permission to change the license. > > > > Either use original license or drop this code. > > Can you assert licensing restrictions which override the original author's > (Brian Gladman)? I don't know the answer, just asking. Short: override no; add yes. Long: The BSD license starts with[1]: ''Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:'' The conditions followed by that sentence are compatible with the GPL (legally), but the GPL does not include a verbatim copy of those conditions, therefor these conditions must not be stripped. Thus, the ''instead of'' clause, added below the BSD conditions, is invalid for sure. However, I could add additional conditions to the list. If you reread [1] carefully you will come to the conclusion that adding restrictions does not affect the 3-clauses and therefor is legal to do (imagine this as a series of logical ANDs). That's exactly the reason the FSF calls BSD permissive and that's the reason Microsoft has used the BSD TCP/IP stack. As a matter of principle I do not add additional restrictions as respect for the original author's efforts. But James, David or Linus might do that, and by accident choose these additional restrictions to be like those of the GPL. I would understand such action as I'd would like to see that every kernel code is protected by the GPL. The impotent difference is, the code is not GPL only. It's Dual BSD/GPL. ('/' does not mean OR). As the BSD license is effectively a legal subset of the GPL, the GPL is the dominant and defining license here. At the end that's all we want. I advise to replace the ALTERNATIVELY paragraph of aes-i586.S by: ''Additionally all provisions of the GNU General Public License (GPL) must be met''. -- Fruhwirth Clemens http://clemens.endorphin.org