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


Groups > comp.lang.python > #7323

Re: Gnumeric scripting and license

References <5ad2c1e9-7ae3-4327-abd6-c159ca8cc1a8@17g2000prr.googlegroups.com>
Date 2011-06-10 08:18 +1000
Subject Re: Gnumeric scripting and license
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.61.1307657927.11593.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Jun 10, 2011 at 12:47 AM, Bhushit Joshipura <joshipura@gmail.com> wrote:
> I am looking for some information about Gnumeric scripting licensing.
> Here is my question:
> "If I script for Gnumeric using Python, must I release the script
> code?"
> I am unable to draw a line where Gnumeric GPL ends and where
> proprietary nature of macros start.

As a general rule, the GPL doesn't care what you do with your own
modified copy of something; it's only a concern if you _distribute_ a
modified copy (in which case you have to make available the source
code, etc etc). You're fully allowed to fiddle with something and
compile it for your own use, and not release your changes. See for
instance the GPL FAQ which Ben Finney posted, specifically this
question and answer:

http://www.gnu.org/copyleft/gpl-faq.html#GPLRequireSourcePostedPublic

Chris Angelico

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


Thread

Gnumeric scripting and license Bhushit Joshipura <joshipura@gmail.com> - 2011-06-09 07:47 -0700
  Re: Gnumeric scripting and license Ben Finney <ben+python@benfinney.id.au> - 2011-06-10 07:31 +1000
  Re: Gnumeric scripting and license Chris Angelico <rosuav@gmail.com> - 2011-06-10 08:18 +1000

csiph-web