Re: project license [message #59971] |
Thu, 24 April 2008 09:18  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> Rather, try smiling while someone pulls out their dog-eared
> photocopy of YOUR book and all you can think about is the
> year you spent without income while your marriage nearly
> disintegrated. It's harder than you think.
What!? No comments?
I'll have to check the revenues from the store. Money
from shamed IDL users must be pouring in today. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming (www.dfanning.com)
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
|
|
|
Re: project license [message #59989 is a reply to message #59977] |
Wed, 23 April 2008 15:57   |
b_gom
Messages: 105 Registered: April 2003
|
Senior Member |
|
|
On Apr 23, 1:57 pm, nata <bernat.puigdomen...@gmail.com> wrote:
> Hi gurus,
>
> Anybody knows how to put a license in a IDL project ? I want to write
> a license for my project (only available for X days). Is it possible?
>
> Thanks
I agree with David; the amount of work you put into the licensing
should be proportional to the risk that someone is going to steal the
program.
I've never really liked date-based licenses, but I've tried the
following approaches for this type of thing, each with their own set
of disadvantages:
-using a hardware ID, such as a MAC address or hard drive serial
number, and requesting permission to execute over the web. This can be
circumvented but at least you will be able to tell if it has by the
web server logs.
-using an encrypted key to allow execution and\or store encrypted
information about the number of days left. (See the TEA package in the
ITT user contrib site)
-using a hardware dongle to allow execution and provide time limits.
The hardware dongle requires a DLM to implement, but makes it simple
to manage licenses. The cost of the dongles can be in the $20 range,
so this assumes your software is worth at least this much.
If you have actually developed a 'killer app', then you might want to
talk to ITT. They may have options you can use to license runtime
versions of the code.
Good Luck..
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: project license [message #60069 is a reply to message #59971] |
Thu, 24 April 2008 10:24  |
b_gom
Messages: 105 Registered: April 2003
|
Senior Member |
|
|
We had a legally purchased copy of your book in the lab, but someone
walked off with it..
Brad
On Apr 24, 10:18 am, David Fanning <n...@dfanning.com> wrote:
> David Fanning writes:
>> Rather, try smiling while someone pulls out their dog-eared
>> photocopy of YOUR book and all you can think about is the
>> year you spent without income while your marriage nearly
>> disintegrated. It's harder than you think.
>
> What!? No comments?
>
> I'll have to check the revenues from the store. Money
> from shamed IDL users must be pouring in today. :-)
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming (www.dfanning.com)
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|