From 57821ea261fe31aed67b0eb6efcbc37cec971541 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 16 May 2010 14:28:31 -0400 Subject: [PATCH] MIT License --- gist/gist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gist/gist.py b/gist/gist.py index 1d8844e..ba122f5 100644 --- a/gist/gist.py +++ b/gist/gist.py @@ -36,7 +36,7 @@ except ImportError: import json __author__ = 'Kenneth Reitz' __version__ = ('0', '6', '1') -__license__ = 'PSFL' +__license__ = 'MIT' class Gist(object):