Licensing stuff
This commit is contained in:
parent
f374ac3e61
commit
95f3ff17f0
3 changed files with 17 additions and 0 deletions
12
LICENSE
Normal file
12
LICENSE
Normal 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
2
README
|
|
@ -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
|
||||
you feel the need to contact me for this (or other) reasons, you can hit me up
|
||||
at ryan@venodesigns.net.
|
||||
|
||||
Tango is released under the "Tango License" - see the LICENSE file for more information.
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '0.6'
|
||||
|
||||
from distutils.core import setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue