Index: CvsProxyUnix.cpp =================================================================== RCS file: /scotty/cvsproxy/CvsProxyUnix.cpp,v retrieving revision 1.8 diff -c -r1.8 CvsProxyUnix.cpp *** CvsProxyUnix.cpp 24 Jun 2012 22:02:34 -0000 1.8 --- CvsProxyUnix.cpp 24 Jun 2012 22:22:48 -0000 *************** *** 125,135 **** --- 125,137 ---- printf("License for this product has expired\n"); return -1; } + #if ((CVSNT_PRODUCT_MAJOR==2) && (CVSNT_PRODUCT_MINOR==8) && (CVSNT_PRODUCT_PATCHLEVEL==02) && (CVSNT_PRODUCT_BUILD>4135)) if((lic.type==licMulti)&&(lic.daysLeft<0)&&(lic.activateId==0)) { printf("Activation period has expired - you must activate this license now.\n"); return -1; } + #endif if(argc>=2 && !strcmp(argv[1],"server"))