How to extend the licensing period for CYANA 2.1?

From CYANA Wiki
Revision as of 16:22, 10 August 2010 by Guentert (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.