]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
license is actually MIT
authorMicah Lee <micah@micahflee.com>
Sat, 11 Oct 2014 21:33:05 +0000 (14:33 -0700)
committerMicah Lee <micah@micahflee.com>
Sat, 11 Oct 2014 21:33:05 +0000 (14:33 -0700)
setup.py
torbrowser_launcher/__init__.py

index 43c5d7a42e5f63fcf9cdc405ddd87eeae07e1607..ae0ae5c6fa45f12bdaada2828683b553dba7bc0c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ setup(
     author_email='micah@micahflee.com',
     url='https://www.github.com/micahflee/torbrowser-launcher',
     platforms=['GNU/Linux'],
-    license='BSD',
+    license='MIT',
     description='A program to help you download, keep updated, and run the Tor Browser Bundle',
     long_description="""
 Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier to maintain and use for GNU/Linux users. You install torbrowser-launcher from your distribution's package manager and it handles downloading the most recent version of TBB for you, in your language and for your architecture. It also adds a "Tor Browser" application launcher to your operating system's menu.
index b78119b806b3aba0ba82c3a19480875c19790ed3..efcaedc505d2da771ea446719b9d768c748d6346 100644 (file)
@@ -37,7 +37,7 @@ def main():
         tor_browser_launcher_version = buf.read().strip()
 
     print _('Tor Browser Launcher')
-    print _('By Micah Lee, licensed under BSD')
+    print _('By Micah Lee, licensed under MIT')
     print _('version {0}').format(tor_browser_launcher_version)
     print 'https://github.com/micahflee/torbrowser-launcher'