From 95f3ff17f0d105cf2f66200f905db3ed373f8f04 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Tue, 28 Jul 2009 03:24:12 -0400 Subject: [PATCH] Licensing stuff --- LICENSE | 12 ++++++++++++ README | 2 ++ setup.py | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..03c5461 --- /dev/null +++ b/LICENSE @@ -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 diff --git a/README b/README index 6b14013..bf8aad1 100644 --- a/README +++ b/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. diff --git a/setup.py b/setup.py index 4a45b80..987ded4 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,6 @@ #!/usr/bin/env python +__author__ = 'Ryan McGrath ' +__version__ = '0.6' + from distutils.core import setup