Google Groups unterstützt keine neuen Usenet-Beiträge oder ‑Abos mehr. Bisherige Inhalte sind weiterhin sichtbar.

Scientific calculator - clear breach of GPL

0 Aufrufe
Direkt zur ersten ungelesenen Nachricht

Dave (from the UK)

ungelesen,
11.07.2006, 10:18:3711.07.06
an
I have very good reason to believe the scientific calculator for
PocketPC called 'HiCalc'

http://www.ppclink.com/?ppclink=product&do=view&id=44

is in breach of the GNU General Public License.

Here's a screen shot showing the fact the software uses the GNU
scientific library (GSL).

http://www.drkirkby.co.uk/gpl-violation.JPG

Now the GSL is released under the GNU General Public license as is
cleared stated at:

http://www.gnu.org/software/gsl/#licensing

Hence HiCalc must be released under the GPL too. Yet it would appear
HiCalc is closed source. There is no option to download the source code
from the HiCalc web site and they charge a registration fee to use the
calculator after the evaluation period. This is clear from this screen shot.

http://www.drkirkby.co.uk/violation-gpl.JPG

Comments?
--
Dave K MCSE.

MCSE = Minefield Consultant and Solitaire Expert.

Please note my email address changes periodically to avoid spam.
It is always of the form: month-year@domain. Hitting reply will work
for a couple of months only. Later set it manually.

http://witm.sourceforge.net/ (Web based Mathematica front end)

Chance Hopkins

ungelesen,
11.07.2006, 11:05:5211.07.06
an

> Comments?

Just download this freeone:

http://home.comcast.net/~jonsachs/#Eval%201.0

btw, only posted to MS group. I've been kicked off usenet three times now.


Tony A.

ungelesen,
11.07.2006, 11:12:1111.07.06
an
Dave (from the UK) wrote:
[...]
>
> Comments?

The fact that their own software reports that is uses the GSL, which
they could easily omit if they wanted to hide the fact, indicates that
the authors may not be aware of the licensing implications, or there's
some exception. Send a mail to the authors and the GSL maintainers,
and leave it to them to sort out.


Dave (from the UK)

ungelesen,
11.07.2006, 13:08:2411.07.06
an
Tony A. wrote:

> The fact that their own software reports that is uses the GSL, which
> they could easily omit if they wanted to hide the fact, indicates that
> the authors may not be aware of the licensing implications,

Agreed. It will be interesting to see what they do though. Will they
release the source effectively meaning they will not be able to make
money from registrations? (OF course, that assumes someone will take the
trouble to create a binary without the checks in place).

Or will they continue to take money and breach the GPL?

I watch with interest.

> or there's
> some exception.

Can there be? All the GSL is released under the GPL, so I don't think
they can use part of it in any other way.

> Send a mail to the authors

I did that.

> and the GSL maintainers,

I did that too.

> and leave it to them to sort out.

--

Axel Vogt

ungelesen,
11.07.2006, 15:00:4511.07.06
an
"Dave (from the UK)" wrote:
>
> I have very good reason to believe the scientific calculator for
> PocketPC called 'HiCalc'
>
> http://www.ppclink.com/?ppclink=product&do=view&id=44
>
> is in breach of the GNU General Public License.
>
> Here's a screen shot showing the fact the software uses the GNU
> scientific library (GSL).
>
> http://www.drkirkby.co.uk/gpl-violation.JPG
>
> Now the GSL is released under the GNU General Public license as is
> cleared stated at:
>
> http://www.gnu.org/software/gsl/#licensing
>
> Hence HiCalc must be released under the GPL too. Yet it would appear
> HiCalc is closed source. There is no option to download the source code
> from the HiCalc web site and they charge a registration fee to use the
> calculator after the evaluation period. This is clear from this screen shot.
>
> http://www.drkirkby.co.uk/violation-gpl.JPG
>
> Comments?

A question to understand some part of the licence problem:

If I write a program that uses GSL (or other software under
that licence) by calling it through the GSL runtime library
(say: its DLLs under Windows or similar), so the source code
is not used:

Do I have to publish the (whole) new code or not?

Even it is a bit off topic for that NG I would hear some
answers

--
"please use mail at ... instead of test3 at ... to send me a mail"

Dave (from the UK)

ungelesen,
11.07.2006, 15:10:4311.07.06
an
Axel Vogt wrote:

> A question to understand some part of the licence problem:
>
> If I write a program that uses GSL (or other software under
> that licence) by calling it through the GSL runtime library
> (say: its DLLs under Windows or similar), so the source code
> is not used:
>
> Do I have to publish the (whole) new code or not?
>
> Even it is a bit off topic for that NG I would hear some
> answers
>
> --
> "please use mail at ... instead of test3 at ... to send me a mail"

Yes you must release the source. That is why the GNU Lesser General
Public License

http://www.gnu.org/licenses/lgpl.html

was created. It allows you to create a library and allow others to link
their closed source software into. The GNU multi-precision library uses
that license which allows Mathematica to use the library.

But the GNU Scientific library is not released under the GNU Lesser
General Public License (LGPL) but instead under the GNU General Public
License (GPL).

Axel Vogt

ungelesen,
11.07.2006, 15:34:2611.07.06
an
"Dave (from the UK)" wrote:
>
> Axel Vogt wrote:
>
> > A question to understand some part of the licence problem:
> >
> > If I write a program that uses GSL (or other software under
> > that licence) by calling it through the GSL runtime library
> > (say: its DLLs under Windows or similar), so the source code
> > is not used:
> >
> > Do I have to publish the (whole) new code or not?
> >
> > Even it is a bit off topic for that NG I would hear some
> > answers
> >
> > --
> > "please use mail at ... instead of test3 at ... to send me a mail"
>
> Yes you must release the source. That is why the GNU Lesser General
> Public License
>
> http://www.gnu.org/licenses/lgpl.html
>
> was created. It allows you to create a library and allow others to link
> their closed source software into. The GNU multi-precision library uses
> that license which allows Mathematica to use the library.
>
> But the GNU Scientific library is not released under the GNU Lesser
> General Public License (LGPL) but instead under the GNU General Public
> License (GPL).
>

For non-English non-Laywers the licence text is a bit heavy.

Using it - even through a program - is not linking (and I
have to use some operating system to use any part of GSL,
but my Windows will never be published I suppose).

At least I read:

Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.

If I do not copy, distribute or modify then the licence does
not apply - and running is not restricted. So far I think I
can do whatever I want.

But the test following then does contradicts the text before.

I simply do not understand which part has to be applied (and
a clause like "it depends" does not clear it ...).

Is there a definite place to look for answers to such questions?

Chip Eastham

ungelesen,
12.07.2006, 17:57:0612.07.06
an

Yes, there is a definitive place to look and that is the text
of the GPL. Perhaps these examples will help.

Scenario 1: PPCLINK Software distributes (by download) an
application (HiCalc). The application as downloaded includes
the GNU Scientific Library in binary form, which is licensed
under the GPL. The GPL terms allow PPCLINK Software to
do this but only if they abide by the terms of the GPL, and
these terms are to make the source code available to users
of the (bundled) software by reasonable means and at a
reasonable cost related to the cost of distribution. They
must provide users of the program a notification of their
right to receive the source code and instructions for how
to get it if not already provided with the binary download.
If PPCLINK Software does not agree to the terms of GPL
license for GNU Scientific Library, then their distribution
of it must stop.

Scenario 2: Microsoft distributes (by retail and OEM
installation) an operating system (Windows). Chip runs
a GPL'd program (Octave) under Windows. Microsoft
does not distribute the two programs together and is
not bound by Chip's use of both programs to license
Windows under the GPL.

There is more information and the text of the GPL in
various formats here:

http://www.gnu.org/copyleft/gpl.html

regards, chip

Chip Eastham

ungelesen,
12.07.2006, 18:47:0612.07.06
an

Dave (from the UK) wrote:

Just a comment, I don't suspect this is a disagreement, but may
but useful to other readers' understanding.

While it would appear to be a GPL violation not to provide source
code for users of the HiCalc program if it is licenses under GPL
(and given your facts, there would seem to be no alternative to
doing so), PPCLINK Software can charge a registration fee for
the application binary itself without violating the terms of GPL.

>From what I've read and heard, most GPL violations are resolved
without judicial intervention. Often a company is simply unaware
of the terms of the GPL or confused about their obligations under
it, and once properly informed they either stop distributing or
comply with the terms. A specific Web site for an organization
that deals with these "enforcement" issues is here:

http://gpl-violations.org/


regards, chip

Chance Hopkins

ungelesen,
12.07.2006, 23:00:1212.07.06
an

> Just a comment, I don't suspect this is a disagreement, but may
> but useful to other readers' understanding.

Great posts. Thanks.


Dave (from the UK)

ungelesen,
13.07.2006, 03:39:2213.07.06
an
Chip Eastham wrote:

> Just a comment, I don't suspect this is a disagreement, but may
> but useful to other readers' understanding.
>
> While it would appear to be a GPL violation not to provide source
> code for users of the HiCalc program if it is licenses under GPL
> (and given your facts, there would seem to be no alternative to
> doing so), PPCLINK Software can charge a registration fee for
> the application binary itself without violating the terms of GPL.

I have pointed that out to them.

They have actually responded now on the gsl-help mailing list. It is
clear they were not aware of their obligations since the binary makes is
clear they are using the GNU Scientific Llibrary. They have not tried to
hide that fact.

>>From what I've read and heard, most GPL violations are resolved
> without judicial intervention. Often a company is simply unaware
> of the terms of the GPL or confused about their obligations under
> it, and once properly informed they either stop distributing or
> comply with the terms.

I don't think "stop distributing" is an option. The fact is the
copyright infringement has already occurred and must be corrected.

> A specific Web site for an organization
> that deals with these "enforcement" issues is here:
>
> http://gpl-violations.org/

I tried emailing them about the breach but the mail bounced. I'll try
again.

Chip Eastham

ungelesen,
13.07.2006, 15:27:0813.07.06
an

Dave (from the UK) wrote:
> Chip Eastham wrote:
>
> > Just a comment, I don't suspect this is a disagreement, but may
> > but useful to other readers' understanding.
> >
> > While it would appear to be a GPL violation not to provide source
> > code for users of the HiCalc program if it is licenses under GPL
> > (and given your facts, there would seem to be no alternative to
> > doing so), PPCLINK Software can charge a registration fee for
> > the application binary itself without violating the terms of GPL.
>
> I have pointed that out to them.
>
> They have actually responded now on the gsl-help mailing list. It is
> clear they were not aware of their obligations since the binary makes is
> clear they are using the GNU Scientific Llibrary. They have not tried to
> hide that fact.
>
> >>From what I've read and heard, most GPL violations are resolved
> > without judicial intervention. Often a company is simply unaware
> > of the terms of the GPL or confused about their obligations under
> > it, and once properly informed they either stop distributing or
> > comply with the terms.
>
> I don't think "stop distributing" is an option. The fact is the
> copyright infringement has already occurred and must be corrected.
>
> > A specific Web site for an organization
> > that deals with these "enforcement" issues is here:
> >
> > http://gpl-violations.org/

Dave "from the UK" wrote:

> I tried emailing them about the breach but the mail bounced. I'll try
> again.

Well, the copyright holders for GSL are the Free
Software Foundation (FSF), and given that you've
posted something on the gsl-help mailing list, I
think you've done your duty.

It will be up to PPCLINK Software and the FSF to
work out arrangements for "curing" the license breach.

This is almost never pursued in a punitive spirit, as
often seems the case with "closed source" licenses.

regards, chip

Axel Vogt

ungelesen,
13.07.2006, 15:52:1013.07.06
an

Thx for explaining! In that terms I would re-formulate:

Scenario 3: Program SuperMega with a DLL interface and
un-bundled with GSL. SuperMega gives aspecification for
the DLL interface, which is satisfied by gsl.dll, but
leaves it to the user to do so. Or without being to much
artificials just says: "user, you need GSL installed and
it sufficient to place gsl.dll in the system directory,
our program calls it from there (if you wish blablabla)".

0 neue Nachrichten