2011/5/6 William <[email protected]> > Hi Matt, > > On May 5, 3:40 pm, mattschinkel <[email protected]> wrote: > > > > I also realize that by > > putting my files into Jallib, I am no longer in control of them. We > > make decisions as a team. > > > > The library in question is copyrighted and published under the zlib > license. Perhaps a review of the license may be helpful, especially > clause #2. > > http://www.opensource.org/licenses/zlib-license.html
About #2, SVN is here to help. "svn log spi_master_hw.jal" will give the commit history. You can also use "svn annotate spi_master_hw.jal" to see, line by line, who is the author of changes. Depending on your mood, you can also use "svn blame" instead of "svn annotate", both are aliases. > > I also welcome bug fixes and improvements, but as author, I do feel > that I can voice objections to changes that I don't feel are > necessary. And in this case, I don't think the changes to spi_init > are necessary. > Do you want authors to be able to give a veto on changes ? Honestly, I wouldn't have changed the library if it was in the heart logic. And it wasn't, the "pragma inline" suggestion I had is here to proove this. Change was only about splitting existing code, without changing the logic. Cheers, Seb -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
