How to extend the licensing period for CYANA 2.1?: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
(Created page with 'CYANA 2.1 will show a warning message about the expiry of the license, e.g. *** WARNING: License expires in 142 days. One can continue using CYANA 2.1 also after this expiry d…')
 
 
(No difference)

Latest revision as of 16:23, 10 August 2010

CYANA 2.1 will show a warning message about the expiry of the license, e.g.

*** WARNING: License expires in 142 days.

One can continue using CYANA 2.1 also after this expiry date. To extend the license period and get rid of the warning message, please change line 209 of the source file cyana-2.1/src/inclan/unix.for from

iexpir=(julday(12,31,2010)-julday(1,1,1970))*24*3600

to

iexpir=(julday(12,31,2015)-julday(1,1,1970))*24*3600

and recompile the program.