comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: project license
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: project license [message #59989 is a reply to message #59977] Wed, 23 April 2008 15:57 Go to previous messageGo to previous message
b_gom is currently offline  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..
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: General purpose tooltip routine
Next Topic: totalling data with LONG lists of indices

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 14:03:06 PDT 2025

Total time taken to generate the page: 0.00857 seconds