On Aug 12, 5:51 pm, Richard Harris <[email protected]> wrote: > I'm currently building a debugger tool for an open-source CMS > incorporating both local versions as well as remote versions of the > firebug-lite.js that I would like to give back to the community.The > module will provide developers to view log messages in the firebug > console and will offer a browser auto-detect for version as well as a > chance to choose which specific version they'd like to use. I would > like to include support for the chrome version of the firebug-lite.js. > > Please let me know > A: if this is something that is in line with the license, I'm not > modifying, appending, abridging, or in any other way modifying the > code or removing the header comment regarding the copyright. I'm not > taking credit for the code other than the module that implements the > injection of it. I'm simply including it for use as a general console > and debugging tool.
Firebug source code is licensed for re-use under the BSD license, http://code.google.com/p/fbug/source/browse/branches/firebug1.6/license.txt Therefore you can do all that modifying etc stuff no problem. There are very few limitations on how you use the source. On the other hand, "Firebug" is a registered trademark used to represent the work product of the Firebug Working Group. If you are including our builds in your system, you may use "Firebug" to describe that part. If you build your own modified version, we ask that you discuss the use of our trademark. > > B: how to get a hold of the chrome version of the .js for inclusion in > this project. All of our source is online, http://code.google.com/p/fbug/source/checkout If you look under lite/branches/firebug1.X/build where X=2,3,4, you will see a chrome-extension directory.s jjb > > Thank you, > > Richie Harris -- You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en.
