Go Back  IT Forums > Software > Licensing
User Name
Password
Reply
 
Thread Tools Search this Thread Display Modes

Scientific calculator - clear breach of GPL
  #1
Old 07-11-2006, 06:18 AM
Dave \(Wyoming Bantam\)
Junior Member


Dave \(Wyoming Bantam\) is offline
Dave \(Wyoming Bantam\)'s Info
Join Date: Jul 2004
Posts: 190
Default Scientific calculator - clear breach of GPL

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)
Reply With Quote
Scientific calculator - clear breach of GPL
  #2
Old 07-11-2006, 07:05 AM
Chance Hopkins
Junior Member


Chance Hopkins is offline
Chance Hopkins's Info
Join Date: Jul 2006
Posts: 2
Default Scientific calculator - clear breach of GPL

Quote:
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.


Reply With Quote
Scientific calculator - clear breach of GPL
  #3
Old 07-11-2006, 07:29 AM
Dave \(Wyoming Bantam\)
Junior Member


Dave \(Wyoming Bantam\) is offline
Dave \(Wyoming Bantam\)'s Info
Join Date: Jul 2004
Posts: 190
Default Scientific calculator - clear breach of GPL

Chance Hopkins wrote:
Quote:
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.


Thanks. Potentially HiCalc is more functional as it does some stats,
graphs, has constants built in, and solves cubic simultaneous equations.
It also has some junk functions like one to calculate how much a group
of people pay tip on a bill if the bill is X and the percentage of the
tip is Y. I sure don't need a special function to do that!!

But either way it seems this is a breach and hence they should release
the source code. Whether anyone uses it is another matter. But there is
a principal at stake on this.


There was a case in Europe of a company failing to honor the GPL.

http://news.zdnet.com/5208-9595-0.h...=16905&start=87

they lost in a German court.

I think gsl is a GNU project (not just under the GPL) and so GNU would I
suspect be interested.

One wonders how many other programs have GPL'ed code inside them. For
the most part nobody would ever know.
--
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)
Reply With Quote
Scientific calculator - clear breach of GPL
  #4
Old 07-11-2006, 09:08 AM
Dave \(Wyoming Bantam\)
Junior Member


Dave \(Wyoming Bantam\) is offline
Dave \(Wyoming Bantam\)'s Info
Join Date: Jul 2004
Posts: 190
Default Scientific calculator - clear breach of GPL

Tony A. wrote:
Quote:
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.
Quote:
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.
Quote:
Send a mail to the authors


I did that.
Quote:
and the GSL maintainers,


I did that too.
Quote:
and leave it to them to sort out.


--
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)
Reply With Quote
Scientific calculator - clear breach of GPL
  #5
Old 07-11-2006, 11:00 AM
Axel Vogt
Junior Member


Axel Vogt is offline
Axel Vogt's Info
Join Date: Jul 2006
Posts: 3
Default Scientific calculator - clear breach of GPL

"Dave (from the UK)" wrote:
Quote:
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"
Reply With Quote
Scientific calculator - clear breach of GPL
  #6
Old 07-11-2006, 11:10 AM
Dave \(Wyoming Bantam\)
Junior Member


Dave \(Wyoming Bantam\) is offline
Dave \(Wyoming Bantam\)'s Info
Join Date: Jul 2004
Posts: 190
Default Scientific calculator - clear breach of GPL

Axel Vogt wrote:
Quote:
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).



--
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)
Reply With Quote
Scientific calculator - clear breach of GPL
  #7
Old 07-11-2006, 11:34 AM
Axel Vogt
Junior Member


Axel Vogt is offline
Axel Vogt's Info
Join Date: Jul 2006
Posts: 3
Default Scientific calculator - clear breach of GPL

"Dave (from the UK)" wrote:
Quote:
Axel Vogt wrote:
Quote:
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?
Reply With Quote
Scientific calculator - clear breach of GPL
  #8
Old 07-12-2006, 01:57 PM
Chip Eastham
Junior Member


Chip Eastham is offline
Chip Eastham's Info
Join Date: Jul 2006
Posts: 3
Default Scientific calculator - clear breach of GPL


Axel Vogt wrote:
Quote:
"Dave (from the UK)" wrote:
Quote:
Axel Vogt wrote:
Quote:
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?


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

Reply With Quote
Scientific calculator - clear breach of GPL
  #9
Old 07-12-2006, 02:47 PM
Chip Eastham
Junior Member


Chip Eastham is offline
Chip Eastham's Info
Join Date: Jul 2006
Posts: 3
Default Scientific calculator - clear breach of GPL


Dave (from the UK) wrote:
Quote:
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)


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.
Quote:
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

Reply With Quote
Scientific calculator - clear breach of GPL
  #10
Old 07-12-2006, 07:00 PM
Chance Hopkins
Junior Member


Chance Hopkins is offline
Chance Hopkins's Info
Join Date: Jul 2006
Posts: 2
Default Scientific calculator - clear breach of GPL

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


Great posts. Thanks.


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Design by vBStyles.com


Top Contact Us - IT Forums - Archive - MyLounge Top
MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service