Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; ';-)': 0.03; 'modified': 0.07; 'python3': 0.07; 'reason,': 0.07; '[1]:': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'setup.py': 0.09; 'subject:PyPI': 0.09; 'url:github': 0.09; 'python': 0.11; ':-/': 0.16; 'enough.': 0.16; 'ported': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'scratch': 0.16; 'source"': 0.16; 'url:issues': 0.16; 'url:py': 0.16; 'wrote:': 0.18; 'version.': 0.19; 'meant': 0.20; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'all:': 0.24; 'specifies': 0.24; 'people,': 0.24; 'looks': 0.24; "i've": 0.25; 'script': 0.25; 'header:X-Complaints-To:1': 0.27; 'tried': 0.27; 'chris': 0.29; '[1]': 0.29; 'am,': 0.29; "i'm": 0.30; 'software,': 0.31; 'option.': 0.31; 'url:new': 0.31; 'writes:': 0.31; 'another': 0.32; 'open': 0.33; 'fri,': 0.33; 'maybe': 0.34; 'could': 0.34; 'problem': 0.35; 'something': 0.35; 'no,': 0.35; 'but': 0.35; "i'll": 0.36; 'should': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'received:org': 0.40; 'free': 0.61; 'course': 0.61; 'simply': 0.61; 'here:': 0.62; 'act': 0.63; 'license': 0.66; 'past.': 0.68; 'safe': 0.72; 'lack': 0.78; '"it': 0.84; 'start.': 0.84; 'taken.': 0.84; 'received:89': 0.85; 'dealt': 0.91; 'refuse': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Akira Li <4kir4.1i@gmail.com> Subject: Re: Forking PyPI package Date: Fri, 06 Jun 2014 15:26:23 +0400 References: <1fgpxn70wxrg0.1rv21r79ohz7z$.dlg@40tude.net> <1qsp8axgu3ba4$.24u4g11ha8ec.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain X-Gmane-NNTP-Posting-Host: 89.169.229.68 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:iEhgzu2gUm8nllZhpJCLc2NDU6A= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 40 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1402053998 news.xs4all.nl 2933 [2001:888:2000:d::a6]:33223 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72835 Wiktor writes: > On Fri, 6 Jun 2014 03:37:56 +1000, Chris Angelico wrote: > >> On Fri, Jun 6, 2014 at 2:56 AM, Wiktor wrote: >>> I guess, I'll try to do what Chris proposed. Forget about this >>> implementation and write python script from the scratch looking only at the >>> original JavaScript version. :-/ >> >> Sadly, that may be your only safe option. >> >> Let this be a lesson to all: If you want something to be free >> software, make it very clear, because "it looks like he meant that to >> be open source" just isn't enough :( > > Lesson taken. ;-) > Interesting thing is, that for another 4 people, lack of license in this > script wasn't problem to publish its modified version. I've just searched > phrase "pwdhash" on GitHub, to simply check if someone else hadn't port > this script to Python3 earlier, or maybe ported it (with proper license) to > Python2 so I would have better start. And I've found practically the same > script here: https://github.com/ali01/pwdhash.py, forked then 3 times. > Of course I'm not going to act now "Oh, they could do that without > consequences, so why should I bother?" - no, I'm going to do this right (as > a good start in OS community) - but it feels awkward now. ;-) Have you tried to open an issue about clarifying the license terms [1] ? [1]: https://github.com/abbot/pwdhash/issues/new Or better yet, submit a pull request that specifies the license to the standard you need? I've dealt with the author in the past. I see no reason, he would refuse to accept PR if license=BSD in setup.py is not enough. -- akira