Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #34397 > unrolled thread
| Started by | Benjamin Schnitzler <benjaminschnitzler@googlemail.com> |
|---|---|
| First post | 2012-12-06 16:02 +0100 |
| Last post | 2012-12-06 16:02 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
The curses module and licensing Benjamin Schnitzler <benjaminschnitzler@googlemail.com> - 2012-12-06 16:02 +0100
| From | Benjamin Schnitzler <benjaminschnitzler@googlemail.com> |
|---|---|
| Date | 2012-12-06 16:02 +0100 |
| Subject | The 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
Back to top | Article view | comp.lang.python
csiph-web