2012/1/27 Dr. Trigon dr.trigon@surfeu.ch
you should AT LEAST READ the license (and understand it mor or less) BEFORE writing it into the file... Just to be aware what you allow other to do to/with your script... ;)
Some day I may do that. :-) By that time I will trust the Pywiki team; what was good for all the previous contributors, should do for me, too. I am not a pioneer here. Programming is much more important.
Concerning the __version__ part of your question; the key part to understand is actually the magic keyword $Id$. Read more in any svn manual, e.g. at [1] about it.
Thank you, I will read it after a bit of sleeping!