>>> >>> That was what I was looking for!!! >>> Indeed, much better results :) Thanks Paul. >>> Now I wonder, can we merge the changes from this SystemProfiler into the >>> standard TimeProfiler? >>> I would love to have only (correcy) onw. >>> Maybe you can help with this task? ;) >>> >> >> Make sure to check the license first.. everything Qwaq is GPL, which is >> quite a strange >> license in the context of Smalltalk... >> > means copy-pasting the code will make you illegal.
far worse than that: all the code that is loaded and is in the same image will be GPL. So this can only work if you do not respect GPL. For example, I could imagine that somebody take qwak code and build a company around it but does not say anything and never ever publish code then they would not be forced to release the code they develop subsequently under GPL (because it has to be GPL) but they would be violating the license. So simply thinking that Qwak code does not exist is the best for Pharo. Because Pharo does not want to be a private closed project violating GPL license. We respect it too much for doing that. Stef
