[Pkg-anonymity-tools] [torbrowser-launcher] 02/07: license is actually MIT

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue Oct 21 21:07:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian
in repository torbrowser-launcher.

commit 8e12a81897e3ad9fe0645943d5b5b0d788867422
Author: Micah Lee <micah at micahflee.com>
Date:   Sat Oct 11 14:33:05 2014 -0700

    license is actually MIT
---
 setup.py                        | 2 +-
 torbrowser_launcher/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 43c5d7a..ae0ae5c 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ setup(
     author_email='micah at 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.
diff --git a/torbrowser_launcher/__init__.py b/torbrowser_launcher/__init__.py
index b78119b..efcaedc 100644
--- a/torbrowser_launcher/__init__.py
+++ b/torbrowser_launcher/__init__.py
@@ -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'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list