Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'gpl': 0.07; 'library?': 0.09; 'portable': 0.09; 'subject:module': 0.09; 'library': 0.15; 'also:': 0.16; 'benjamin': 0.16; 'curses': 0.16; 'libraries?': 0.16; 'ncurses': 0.16; 'everyone,': 0.17; 'library,': 0.17; 'module': 0.19; 'converted': 0.22; 'received:74.125.82.174': 0.23; 'header:User-Agent:1': 0.26; 'question': 0.27; 'interface': 0.27; '"the': 0.29; 'maybe': 0.29; 'point': 0.31; 'received:74.125.82': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'from:addr:googlemail.com': 0.35; 'list.': 0.35; 'but': 0.36; 'received:74.125': 0.36; 'thank': 0.36; 'charset:us-ascii': 0.36; 'possible': 0.37; 'does': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'content-disposition:inline': 0.60; 'license': 0.65; 'subject:The': 0.71; 'informations': 0.75; '(yes,': 0.84; 'have?': 0.84; 'crucial': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=xX8zHKtvLgeIGDZQj/nu077PNfmKnWCDzk5vzR4E3SQ=; b=0WC/MZzKJ+r6cif0hBGTu0SBBNW4EmyJE6rLjxc3o6eivuWXMNYMCNgfsxPhC28gen aH+lbya8CsPYT4YFljSezFg01Gf/n+EvfAOHV9lxUseZH6WJuWLegd/go8hUB9BN0jrB Ck60ujpusbW3gX9QVHgho1kKI+TaGzJ6soBJimY8gsJ7gKykzeSF1ekRnY6taPctiz2/ jft1dkBrCUuuof+PvHk7Dewx11nA9r+4n/vwBzULKbgtMCdW+GFOaPxqX28x4Yuqc8MS RpwOzwlFxlyHxUT0gryQMDAq4e2E1oHoKjm+7C8UhP4HYvx3XWuSShRteXUf1r3Lq5XG bSaA== Date: Thu, 6 Dec 2012 16:02:10 +0100 From: Benjamin Schnitzler To: python-list@python.org Subject: The curses module and licensing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1354806132 news.xs4all.nl 6863 [2001:888:2000:d::a6]:52825 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34397 Hello everyone, I am new to this list. I have a question concerning the curses module (I am using python2.7). Which license does this module have? Is it bases completely on the curses library? In the documentation the following is stated: "The curses module provides an interface to the curses library, the de-facto standard for portable advanced terminal handling." But also: "Changed in version 1.6: Added support for the ncurses library and converted to a package." Is it maybe built on both libraries? However, the crucial point is, that I want to build a curses terminal interface for some GPL software project. Can You give me a hint, if that is possible (yes, I know, You are no lawyers) and if and where I have to include licensing informations regarding the license of curses/ncurses ? Thank You Benjamin