/** * $RCSfile: license.jsp,v $ * $Revision: 1.3 $ * $Date: 2002/04/09 18:42:55 $ */ %> java.util.*, com.jivesoftware.forum.*, com.jivesoftware.forum.util.*" %> switch (JiveGlobals.getJiveEdition()) { case JiveGlobals.BASIC: jiveEdition = "Jive Forums Basic"; break; case JiveGlobals.PROFESSIONAL: jiveEdition = "Jive Forums Professional"; break; case JiveGlobals.ENTERPRISE: jiveEdition = "Jive Forums Enterprise"; break; default : jiveEdition = "-"; break; } %> - Admin Below are the details of your Jive Forums license. It is installed at: jive.license License Details Exception le = null; try { LicenseManager.validateLicense(jiveEdition, "2.0"); validLicense = true; } catch (LicenseException e) { le = e; } if (validLicense) { License.LicenseType licenseType = LicenseManager.getLicenseType(); boolean isCommercial = (licenseType == License.LicenseType.COMMERCIAL); boolean isNonCommercial = (licenseType == License.LicenseType.NON_COMMERCIAL); boolean isEvaluation = (!isCommercial && !isNonCommercial); %> This copy of is licensed for commercial deployment. This copy of is licensed for non-commercial deployment. To purchase a commercial license, please visit http://www.jivesoftware.com/store/. This is an evaulation copy of and is not licensed for deployment. Before deploying for commercial or non-commercial use, you must obtain a license at http://www.jivesoftware.com/store/. if (exprDate != null) { long expires = exprDate.getTime() - System.currentTimeMillis(); int daysFromNow = (int)Math.ceil((double)(expires/JiveGlobals.DAY))+1; %> This evaulation license expires on , day from now. License ID: Product: Version: License Type: Copies: License Created: Date exprDate = LicenseManager.getExpiresDate(); if (exprDate != null) { %> License Expires: Licensed To: if (name == null) { name = " "; } %> if (company != null && "".equals(company)) { %> Company/Organization: if (clusterMembers > 0) { %> Cluster Members Allowed: URL: if (url == null || "".equals(url)) { url = "Unspecified or Internal Use"; } %> License not valid: