home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 62 / MacAddict_062_2001_10.iso / mac / Software / X / OmniDiskSweeper.dmg / OmniDiskSweeper.app / Contents / Resources / OZSettings.plist < prev   
Text File  |  2001-04-20  |  977b  |  32 lines

  1. /*
  2.   DO NOT PUT APPLICATION-SPECIFIC MODIFICATIONS IN THIS SHARED FILE!
  3.   
  4.   Modify the application specific settings in the application Info-macos.xml
  5. */
  6.  
  7. {
  8.     LicenseFileKeys = {
  9.         Key = NSData;
  10.         Owner = NSString;
  11.     };
  12.     
  13.     LicensePathUserTranslations = {
  14.         "$(HOME)/Library/SoftwareLicenses" = Personal;
  15.         "$(NEXT_ROOT)/Library/SoftwareLicenses" = "Local Machine";
  16.         "$(NEXT_ROOT)/Network/Library/SoftwareLicenses" = "Network";
  17.     };
  18.     
  19.     LicenseSearchPath = (
  20.         "$(HOME)/Library/SoftwareLicenses",
  21.         "$(NEXT_ROOT)/Library/SoftwareLicenses",
  22.         "$(NEXT_ROOT)/Network/Library/SoftwareLicenses",
  23.         "$(HOME)/Library/OmniLicenses",
  24.         "$(NEXT_ROOT)/Library/OmniLicenses",
  25.         "$(NEXT_ROOT)/Network/Library/OmniLicenses"
  26.     );
  27.     
  28.     OZLicenseFailureWarning = "This application is not licensed or too many users are using the application.";
  29.     
  30.     OZBuyThisAppURL = "http://store.omnigroup.com/";
  31. }
  32.