Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #92971

Re: Do I need license to release the Python version of old BASIC games?

Path csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <lac@openend.se>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'one?': 0.05; 'pop': 0.05; 'subject:license': 0.07; 'scripts': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:version': 0.09; 'cc:addr:python-list': 0.10; 'url:blog': 0.10; 'talks': 0.11; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:games': 0.16; 'to:addr:chris': 0.16; 'laura': 0.18; 'subject:need': 0.18; 'cc:addr:python.org': 0.21; 'cc:2**1': 0.22; 'subject:release': 0.22; 'code,': 0.23; '2015': 0.23; 'header:In- Reply-To:1': 0.24; '-0700,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'hell': 0.33; 'subject:?': 0.34; 'could': 0.35; 'so,': 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'release': 0.37; "won't": 0.38; 'means': 0.39; 'subject:the': 0.40; 'some': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.62; 'introduction': 0.63; 'license': 0.65; 'day': 0.70; 'touch': 0.71; 'received:89': 0.80; 'sue': 0.84; 'choices.': 0.91
To "C.D. Reimer" <chris@cdreimer.com>
cc python-list@python.org, lac@openend.se
From Laura Creighton <lac@openend.se>
Subject Re: Do I need license to release the Python version of old BASIC games?
In-Reply-To Message from "C.D. Reimer" <chris@cdreimer.com> of "Sun, 21 Jun 2015 12:32:46 -0700." <5587115E.30703@cdreimer.com>
References <5587115E.30703@cdreimer.com>
MIME-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-ID <14264.1434916845.1@fido>
Date Sun, 21 Jun 2015 22:00:45 +0200
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 21 Jun 2015 22:00:47 +0200 (CEST)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.681.1434916857.13271.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1434916857 news.xs4all.nl 2865 [2001:888:2000:d::a6]:36365
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:92971

Show key headers only | View raw


In a message of Sun, 21 Jun 2015 12:32:46 -0700, "C.D. Reimer" writes:

>Do I need to release my scripts under a license? If so, which one?

You should, because if you don't you could pop up some day and
assert copyright and sue the hell out of people who use your code,
which means that many people won't touch it until you license it.

http://blog.codinghorror.com/pick-a-license-any-license/

is a pretty good introduction to the quagmire, and talks about
some popular choices.

Laura

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Do I need license to release the Python version of old BASIC games? Laura Creighton <lac@openend.se> - 2015-06-21 22:00 +0200
  Re: Do I need license to release the Python version of old BASIC games? Marko Rauhamaa <marko@pacujo.net> - 2015-06-21 23:58 +0300
    Re: Do I need license to release the Python version of old BASIC games? Michael Torrie <torriem@gmail.com> - 2015-06-21 15:28 -0600
      Re: Do I need license to release the Python version of old BASIC games? Marko Rauhamaa <marko@pacujo.net> - 2015-06-22 01:13 +0300
      Re: Do I need license to release the Python version of old BASIC games? Steven D'Aprano <steve@pearwood.info> - 2015-06-22 12:27 +1000
        Re: Do I need license to release the Python version of old BASIC games? Michael Torrie <torriem@gmail.com> - 2015-06-21 22:23 -0600
        Re: Do I need license to release the Python version of old BASIC games? Chris Angelico <rosuav@gmail.com> - 2015-06-22 14:45 +1000
        Re: Do I need license to release the Python version of old BASIC games? Laura Creighton <lac@openend.se> - 2015-06-22 11:20 +0200
    Re: Do I need license to release the Python version of old BASIC games? Marko Rauhamaa <marko@pacujo.net> - 2015-06-22 01:02 +0300
      Re: Do I need license to release the Python version of old BASIC games? "C.D. Reimer" <chris@cdreimer.com> - 2015-06-21 16:54 -0700
        Re: Do I need license to release the Python version of old BASIC games? Steven D'Aprano <steve@pearwood.info> - 2015-06-22 12:17 +1000
      Re: Do I need license to release the Python version of old BASIC games? Chris Angelico <rosuav@gmail.com> - 2015-06-22 12:01 +1000
    Re: Do I need license to release the Python version of old BASIC games? Michael Torrie <torriem@gmail.com> - 2015-06-21 16:01 -0600
    Re: Do I need license to release the Python version of old BASIC games? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-21 23:35 +0100

csiph-web