[Pkg-privacy-commits] [torbrowser-launcher] 400/476: license is actually MIT
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:22:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 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/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list