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


Groups > comp.lang.python > #34397 > unrolled thread

The curses module and licensing

Started byBenjamin Schnitzler <benjaminschnitzler@googlemail.com>
First post2012-12-06 16:02 +0100
Last post2012-12-06 16:02 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  The curses module and licensing Benjamin Schnitzler <benjaminschnitzler@googlemail.com> - 2012-12-06 16:02 +0100

#34397 — The curses module and licensing

FromBenjamin Schnitzler <benjaminschnitzler@googlemail.com>
Date2012-12-06 16:02 +0100
SubjectThe curses module and licensing
Message-ID<mailman.566.1354806132.29569.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web