This topic is to keep track of the licences of any libraries we end up using, if they end up conflicting with each other or how we want to distribute ARC we need to catch them now not later.
Python 2.6 http://www.python.org/getit/releases/2.6/license/
wxPython and wxwidgets http://www.wxwidgets.org/about/newlicen.htm
pyglet http://www.opensource.org/licenses/bsd-license.php
rabbyt http://www.opensource.org/licenses/mit-license.php
AVBin (used by pyglet to play media, music ect) http://www.gnu.org/licenses/lgpl.html
PIL (Python Imaging Library) http://www.pythonware.com/products/pil/license.htm
numpy http://docs.scipy.org/doc/numpy/license.html
pygame (not actualy sure if we need this or not, we may need it for midi files) http://pygame.org/LGPL
matplotlib http://matplotlib.sourceforge.net/users/license.html
As far as I can tell they don't conflict and we can do whatever we want with ARC.
If we're switching to rabbyt, you should add that license, too.
.. I actually though I had added it, well it's there now.
also, we're not switching so much as adding on top of. rabbyt can use pyglet to load textures and it's pyglet's opengl calls that enable everything.