-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
it to MIT? How to give an MIT license, I just write it into the script? And how to prepare a script for getting a revision number? What is the syntax? I suppose, the line __version__ should be filled in automatically.
First concernig the licencense the answer is yes (more or less ;) BUT 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... ;)
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.
[1] http://johnbokma.com/mexit/2008/09/30/subversion-svn-keywords-property.html
Greetings