Licensing stuff

This commit is contained in:
Ryan McGrath 2009-07-28 03:24:12 -04:00
parent f374ac3e61
commit 95f3ff17f0
3 changed files with 17 additions and 0 deletions

12
LICENSE Normal file
View file

@ -0,0 +1,12 @@
Tango is released under the "Tango License".
What's the "Tango License"? It basically means you can do
whatever you want with this; hack on it, redistribute it, contribute changes, whatever.
All I ask is that, if you do make changes to Tango, decide to fork it, etc., please provide some
note about the origin of the work. (i.e, a link back to Tango, etc)
Tango is provided "as-is"; that is, I don't guarantee that it will 100% work in your
environment without some effort. Tango is a base to build off of.
~ Ryan McGrath, 07/27/2009

2
README
View file

@ -44,3 +44,5 @@ Questions, Comments, etc?
My hope is that Tango is so simple that you'd never *have* to ask any questions, but if My hope is that Tango is so simple that you'd never *have* to ask any questions, but if
you feel the need to contact me for this (or other) reasons, you can hit me up you feel the need to contact me for this (or other) reasons, you can hit me up
at ryan@venodesigns.net. at ryan@venodesigns.net.
Tango is released under the "Tango License" - see the LICENSE file for more information.

View file

@ -1,3 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '0.6'
from distutils.core import setup from distutils.core import setup