home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright 2000-2001 Omni Development, Inc. All rights reserved.
-
- $Header: /Network/Source/CVS/OmniGroup/Internal/Store/OmniZuul/OZSettings.plist,v 1.6 2001/11/27 01:50:38 kc Exp $
-
- DO NOT PUT APPLICATION-SPECIFIC MODIFICATIONS IN THIS SHARED FILE!
-
- Modify the application specific settings in the application Info-macos.xml
- */
-
- {
- LicenseFileKeys = {
- Key = NSData;
- Owner = NSString;
- };
-
- LicensePathUserTranslations = {
- "$(NEXT_ROOT)/Library/Application Support/Omni Group/Software Licenses" = "Computer";
- "$(HOME)/Library/Application Support/Omni Group/Software Licenses" = "Personal";
- "$(NEXT_ROOT)/Network/Library/Application Support/Omni Group/Software Licenses" = "Network";
- };
-
- LicenseSearchPath = (
- "$(NEXT_ROOT)/Library/Application Support/Omni Group/Software Licenses",
- "$(NEXT_ROOT)/Library/SoftwareLicenses",
- "$(NEXT_ROOT)/Library/OmniLicenses",
- "$(HOME)/Library/Application Support/Omni Group/Software Licenses",
- "$(HOME)/Library/SoftwareLicenses",
- "$(HOME)/Library/OmniLicenses",
- "$(NEXT_ROOT)/Network/Library/Application Support/Omni Group/Software Licenses",
- "$(NEXT_ROOT)/Network/Library/SoftwareLicenses",
- "$(NEXT_ROOT)/Network/Library/OmniLicenses"
- );
-
- OZLicenseFailureWarning = "This application is not licensed or too many users are using the application.";
-
- OZBuyThisAppURL = "http://store.omnigroup.com/";
- }
-