On Fri, Feb 10, 2012 at 17:11, <[email protected]> wrote: > Hi, > > There is script that don't have copyright header > http://hg.adium.im/adium/file/6880c201b832/Resources/Message%20Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Footer.html > > According to notice in license file, Footer.html have own license > http://hg.adium.im/adium/file/6880c201b832/Resources/Message%20Styles/Renkoo.AdiumMessageStyle/Contents/Resources/Renkoo%20LICENSE.txt > > Looks like Footer.html is similar to this script (except two functions) > https://github.com/phl/Fadomatic/blob/master/fadomatic.js > which have MIT license, so removing copyright header > is violation of this license. > > Can you please clarify license of this file > (add copyright header with author of this script)?
I'm not a lawyer and it's not my code; I don't know what the licensing should be. However, I can add a bit of info about the two extra functions. The first. scrollToBottom, is a modified version of Adium's Template.html (which I believe to be GPL), and it's current form is identical to when Renkoo was first bundled with Adium (http://hg.adium.im/adium-old/file/fb854785cf25/Resources/Message%20Styles/renkoo.AdiumMessageStyle/Contents/Resources/Template.html). The second, initStyle, was created by Steve when he added html coalescing to the Default Template.html (though in Renkoo it was later moved to footer.html). Most of his Renkoo-relevant work is in these revisions: http://hg.adium.im/adium-1.4/log/f5cbe34603f0/Resources/Message%20Styles/renkoo.AdiumMessageStyle/Contents/Resources/Footer.html . There have been many other changes to Renkoo over the years, but these are the ones that seem most relevant to the question at hand. -- Matthew
