Hi Folks,

I just have a quick question.

Are there any Drupal(5.x) module which supports commercial licensing?

Please assist me on this.

Thanks in advance.

Warm Regards,
Saravanan

Comments

vm’s picture

You will need to be more verbose with this question I think. A module that supports commercial licensing doesn't make much sense to me. Please elaborate.

heine’s picture

I don't understand your question. What does "supports commercial licensing" mean?

You may want to read the Licensing FAQ.

saravanan82’s picture

Sorry i was not quite clear with my question..

Basically, i would like to implement licensing functionality under one of my site. As a admin, I should be able to setup site expiry date(message can show "Please re-new the license",once license is expired). It would be more or less similar like "Product licensing". I believe a module should be having this ability.

If am not clear again, please let me know.

Thanks,
Warm Regards,
Saravanan

WorldFallz’s picture

read the licensing faq heine linked above-- drupal modules must be gpl licensed and you can't expire a gpl license. If you mean a module to expire the ability of users to use your site, that's entirely different and can be done by requiring site registration, adding a role for subscribed users, and removing them from that role when they 'expire' (based on whatever criteria you establish for that expiration).