home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CEL202R.ZIP / CEL202-4.ZIP / CELTST11.ZIP / CELTEST.DOC < prev    next >
Text File  |  1994-03-18  |  24KB  |  615 lines

  1. CelTesT by PVM -- Upload Protection for Celerity 2.0x Systems
  2. (c) 1994 Pleasant Valley Marketing Inc. -- Version 1.1
  3. --------------------------------------------------------------------
  4.  
  5. Welcome to my first utility for celerity.  Installing CelTesT
  6. is not difficult, but it will require some thought as to your
  7. configuration choices.  All suggestions for future versions of 
  8. CelTesT are appreciated; please refer them to "Zygote" via 
  9. The Orange Archives.  Hope you like.
  10.  
  11. - PVM Programmer, WM Hare.
  12.  
  13.  
  14. 0. Table of Contents
  15. --------------------------------------------------------------------
  16. 1. Features
  17.     A brief notation on features of CelTesT by PVM.
  18.  
  19. 2. Notes
  20.     CelTesT Tech notes.
  21.  
  22. 3. Config File Specs.
  23.     Sample configuration file.
  24.  
  25. 4. COMMENT.BAT
  26.     Sample COMMENT.BAT file insert; provided by Zygote.
  27.  
  28. 5. Credits Etc.
  29.     CelTesT Programmer salutes those who helped with research and 
  30.     beta testing.
  31.  
  32. 6. License information.
  33.  
  34. 7. BBS Sysop information.
  35.  
  36. 8. Vendor information.
  37.  
  38. 9. Warranty Disclaimer
  39.  
  40.  
  41.  
  42.  
  43. 1. Features                          ( * = Registered version only)
  44. --------------------------------------------------------------------
  45.  
  46. - "Yellow" and "Red" Level date check.  If the newest file inside
  47.   the upload is greater than the "Yellow" setting, the upload will
  48.   be moved to a "waiting" dir for sysop evaluation. If the newest file 
  49.   in the upload is older than the "Red" Setting, the upload will be 
  50.   deleted.  Yes, deleted.
  51.  
  52. * "Two Deep" Level date check.  This checks the second newest date
  53.   inside the upload, circumventing the usual ads, file_id's, and such
  54.   that will throw off most other date checks.  If the "Two Deep" date
  55.   is greater than your setting for this, the file will be moved 
  56.   offline.
  57.  
  58. - Superfast ZipFile CRC and Date check.  This is a CRC check that 
  59.   just checks the Headers, not the entire contents of the zip.
  60.   This routine will spot most broken uploads and continue in 
  61.   instances where pkunzip "-t" may struggle with a no ending record
  62.   and temporarily hang.  This process also grabs the internal file dates.  
  63.   Use the CRC check option for full zipfile error protection.
  64.  
  65. - CRC Blacklist option, which deletes BBS ads based on their CRC's.
  66.   This is similar to ZipLabs CRC ad removal, and uses the same file
  67.   format. (See included example 'CRC.ADS' file.)
  68.   (ZipLab is copyright Jeffery S. Morley.)
  69.  
  70. - Listed Blacklist option.  This is a text listing of filenames that
  71.   will be searched for and deleted if found.  Use as a last resort
  72.   in cases where idiotic BBS operators change the CRC on their ads
  73.   to attempt to fool programs like this one.  Wildcards are not 
  74.   supported.  (See included example 'LIST.ADS' file.)
  75.  
  76. - Items included in either Blacklist will not be used for date 
  77.   evaluation.
  78.  
  79. * Optionally re-date DOS file date to the newest file date, or to the 
  80.   second newest file date.
  81.  
  82. * Optional removal of "Future dated" files from the zip.  This option
  83.   will locate and remove files in the zip that are dated in the future, 
  84.   since they are usually ads.  (Be careful to make sure that your system
  85.   keeps pretty good time if you use this option.  Within a day anyway. <g>)
  86.  
  87. - "Future dated" files are never used for date checking.
  88.  
  89. - Optional Log file of CelTesT operation.
  90.  
  91. - Optional shell to [net]scan.exe to test for Virii in upload.
  92.  
  93. - Optional shell to pkunzip.exe ("-t" option) to fully CRC 
  94.   check upload.
  95.  
  96. - Option to allow uploads that are not ZIP files, or not to.
  97.   uploads that are not zips will not be tested if they are allowed.
  98.  
  99. - Support for COM ports 1-4 
  100.  
  101. - Recursive ZIP file integrity check.
  102.   Test integrity on Zip files inside the uploaded zip file.
  103.  
  104.  
  105. 2. Notes
  106. --------------------------------------------------------------------
  107.  
  108. - PKUNZIP.EXE Must be in your PATH, and must be named "PKUNZIP.EXE"
  109.  
  110. - Do not put an ad in both the CRC and Listed Blacklists.  Although this
  111.    will not hinder the operation of CelTesT, it may show up as removed 
  112.    twice, and is unnessasary.
  113.  
  114. - See included file 'GETCRC.ZIP' for a util and instructions on 
  115.    adding file CRC entries to your CRC blacklist.
  116.  
  117. - Make sure there are no blank lines in between entries in CRC.ADS
  118.    or LIST.ADS.  
  119.  
  120. - Interior files which have a "0" CRC will not be used in date checking.
  121.  
  122. 3. Config File Specs.
  123. --------------------------------------------------------------------
  124.  
  125. See the included example file ("CELTEST.CFG") for settings and thier 
  126.  meanings.
  127.  
  128.  
  129.  
  130. 4. COMMENT.BAT
  131. --------------------------------------------------------------------
  132. rem CelTesT by PVM COMMENT.BAT sample courtesy Zygote
  133. rem %1 is the zipfilename with no extension (from Celerity)
  134. rem %2 is the extension.
  135. rem %3 is not used for now.
  136.  
  137. c:\celerity\utils\celtest %1 %2 c:\celerity\utils\celtest.cfg
  138. (With CelTesT.EXE & CelTesT.CFG residing in c:\celerity\utils directory)
  139. (Insert the CelTesT line in your COMMENT.BAT, being sure that it is the
  140. COMMENT.BAT located in your directory specified in CELSETUP.EXE as the 
  141. main Celerity BBS directory, in the case of a multinode system, and _not_ 
  142. the individual node directory.)
  143.  
  144.  
  145.  
  146.  
  147. 5. Credits and Greets
  148. --------------------------------------------------------------------
  149. - Zygote; for inspiration, ideas, and for testing all eleven 
  150.           thousand beta versions. :)
  151.  
  152. - Omnibus; for some interesting ideas, though I forgot what they were.
  153.  
  154. - Mr. Roofer; for spotting the obvious.
  155.  
  156. - Sicko; for answering Zygote's second-hand questions from me on helpful
  157.          Celerity-type stuff.
  158.  
  159.  
  160.  
  161.  
  162. 6. License information
  163. --------------------------------------------------------------------
  164.  
  165.  
  166.                         C e l T e s T
  167.                    -----------------------
  168.  
  169.                          Version 1.1
  170.                         --------------
  171.  
  172.  
  173.             L I C E N S E    I N F O R M A T I O N
  174.            ----------------------------------------
  175.  
  176.  
  177.                    Last updated:  Feb 1994
  178.  
  179.  
  180.  
  181.  This file contains important license information regarding the
  182.  use of CelTesT by PVM, Version 1.1.   This information applies to
  183.  individual users who wish to pass copies out to friends and
  184.  associates.
  185.  
  186.  User Groups, Computer Clubs, Disk Vendors and Distributors,
  187.  Subscription Services, Disk-of-the-Month Clubs, etc., should
  188.  refer to the VENDOR.DOC file for complete information relating to
  189.  them.
  190.  
  191.  BBS SYSOPs should refer to the SYSOP.DOC file for complete
  192.  information relating to them.
  193.  
  194.  PLEASE!  Show your support for Shareware by registering the
  195.  programs you actually use.  Thank you!
  196.  
  197.  
  198.  Trial Use License:
  199.  ~~~~~~~~~~~~~~~~~~
  200.  CelTesT by PVM is NOT a public domain program.  It is Copyrighted
  201.  (c)1993-1994 by P.V.M.Inc. All rights reserved.
  202.  
  203.  This software and accompanying documentation are protected by the
  204.  United States Copyright law and also by International Treaty
  205.  provisions.  Any use of this software in violation of the Copyright
  206.  law or the terms of this limited license will be prosecuted to
  207.  the best of our ability.  The conditions under which you may copy
  208.  this software and documentation are clearly outlined below under
  209.  "Distribution Restrictions".
  210.  
  211.  P.V.M.Inc. hereby grants you a limited license to use this
  212.  software for evaluation purposes for a period not to exceed ten
  213.  (10) days.  If you intend to continue using this software (and/or
  214.  it's documentation) after the ten (10) day evaluation period,
  215.  you MUST make a registration payment to P.V.M.Inc.
  216.  
  217.  
  218.  
  219.  
  220.  
  221.            - CelTesT by PVM, Version 1.1 - LICENSE.INFORMATION -
  222.  
  223.  
  224.  Using this software after the ten (10) day evaluation period,
  225.  without registering the software is a violation of the terms of
  226.  this limited license.
  227.  
  228.  Licensee shall not use, copy, rent, lease, sell, modify,
  229.  decompile, disassemble, otherwise reverse engineer, or transfer
  230.  the licensed program except as provided in this agreement.  Any
  231.  such unauthorized use shall result in immediate and automatic
  232.  termination of this license.
  233.  
  234.  All rights not expressly granted here are reserved to P.V.M.Inc.
  235.  
  236.  
  237.  Limited Distribution License:
  238.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239.  As the copyright holder, P.V.M.Inc, authorizes
  240.  distribution by individuals only in accordance with the following
  241.  restrictions.
  242.  
  243.     (User Groups, Computer Clubs, Disk Vendors and Distributors,
  244.     Subscription Services, Disk-of-the-Month Clubs, etc., should
  245.     refer to the VENDOR.DOC file for complete information relating
  246.     to them.)
  247.  
  248.     (BBS SYSOPs should refer to the SYSOP.DOC file for complete
  249.     information relating to them.)
  250.  
  251.  Individuals are hereby granted permission by P.V.M.Inc. to
  252.  copy the CelTesT by PVM diskette for their own use (for
  253.  evaluation purposes) or for other individuals to evaluate, ONLY
  254.  when the following conditions are met.
  255.  
  256.  The CelTesT by PVM package is defined as containing all the
  257.  material listed in the PACKING.LST text file.  If any files
  258.  listed in the PACKING.LST text file, or the PACKING.LST file
  259.  itself, are missing, then the package is not complete and
  260.  distribution is forbidden.  Please contact P.V.M.Inc. to
  261.  obtain a complete package suitable for distribution.
  262.  
  263.      o  The CelTesT by PVM package - including all related program
  264.         files and documentation files - CANNOT be modified in any
  265.         way and must be distributed as a complete package, without
  266.         exception.  The PACKING.LST text file contains a list of
  267.         all files that are part of the RamLamp package.
  268.  
  269.      o  No price or other compensation may be charged for the
  270.         CelTesT by PVM package.  A distribution cost may be
  271.         charged for the cost of the diskette, shipping and
  272.         handling, as long as the total (per disk) does not exceed
  273.         US$3.00 in the U.S. and Canada, or US$4.00
  274.         internationally.
  275.  
  276.  
  277.  
  278.  
  279.          - CelTesT by PVM, Version 1.1 - LICENSE.INFORMATION -
  280.  
  281.  
  282.  
  283.      o  The CelTesT by PVM package CANNOT be sold as part of some
  284.         other inclusive package.  Nor can it be included in any
  285.         commercial software packaging offer, without a written
  286.         agreement from P.V.M.Inc.
  287.  
  288.      o  The CelTesT by PVM package cannot be "rented" or "leased"
  289.         to others.
  290.  
  291.      o  Licensee shall not use, copy, rent, lease, sell, modify,
  292.         decompile, disassemble, otherwise reverse engineer, or
  293.         transfer the licensed program except as provided in this
  294.         agreement.  Any such unauthorized use shall result in
  295.         immediate and automatic termination of this license.
  296.  
  297.      o  U.S. Government Information:  Use, duplication, or
  298.         disclosure by the U.S. Government of the computer software
  299.         and documentation in this package shall be subject to the
  300.         restricted rights applicable to commercial computer
  301.         software as set forth in subdivision (b)(3)(ii) of the
  302.         Rights in Technical Data and Computer Software clause at
  303.         252.227-7013 (DFARS 52.227-7013).  The
  304.         Contractor/manufacturer is P.V.M.Inc., P. O. Box 31311,
  305.         Raleigh, N.C., 27622.
  306.  
  307.  All rights not expressly granted here are reserved to P.V.M.Inc.
  308.  
  309.  
  310.  
  311. 7. BBS Sysop information
  312. --------------------------------------------------------------------
  313.  
  314.  
  315.                               C e l T e s T
  316.                          -----------------------
  317.  
  318.                               Version 1.1
  319.                              --------------
  320.  
  321.                       B B S    I N F O R M A T I O N
  322.                      --------------------------------
  323.  
  324.                          Last updated:  Feb 1994
  325.  
  326. This file contains information regarding the posting of the
  327. CelTesT by PVM package, Version 1.1, on Bulletin Board Systems.
  328.  
  329. For sample descriptions which you may use to describe the product
  330. please refer to the DESCRIBE information in this text file.
  331.  
  332. NOTE:  Disk Vendors and Distributors please refer to the
  333. VENDOR information in this text file.
  334.  
  335.  
  336. -----------------------------------------------------------------
  337.             Distribution Requirements:
  338. -----------------------------------------------------------------
  339.  
  340. Limited Distribution License:
  341. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  342. As the exclusive copyright holder for CelTesT by PVM, P.V.M.Inc.
  343. authorizes on-line distribution only in accordance with the following
  344. restrictions.  Disk Vendors and Distributors should refer to the
  345. VENDOR information in this text file for complete license information.
  346.  
  347. The CelTesT by PVM package is defined as containing all the material
  348. listed in the PACKING.LST text file.  If any files listed in the
  349. PACKING.LST text file, or the PACKING.LST file itself, are missing,
  350. then the package is not complete and distribution is forbidden.
  351. Please contact P.V.M.Inc. to obtain a complete package suitable
  352. for distribution.
  353.  
  354.     o  The CelTesT by PVM package - including all related program
  355.        files and documentation files - CANNOT be modified in any
  356.        way (other than that mentioned in the following paragraph)
  357.        and must be distributed as a complete package, without
  358.        exception.  The PACKING.LST text file contains a list of
  359.        all files that are part of the CelTesT by PVM package.
  360.  
  361.     o  Many BBSs customarily add a small text file
  362.        (advertisement) to each archived file.  This text file
  363.        describes the BBS and tells people that the file was
  364.        downloaded from that particular BBS.  Other BBSs add a
  365.  
  366.  
  367.  
  368.  
  369.         - CelTesT by PVM, Version 1.1 - SYSOP.INFORMATION -
  370.  
  371.  
  372.        small one-line message with their BBS name and phone
  373.        number into the compressed file, which will display when
  374.        the file is uncompressed.  Either of these methods of
  375.        mentioning your BBS are acceptable and may be used,
  376.        provided the program and documentation is otherwise
  377.        unmodified and complete.
  378.  
  379.     o  P.V.M.Inc. prohibits the distribution of outdated
  380.        versions of the CelTesT by PVM package, without written
  381.        permission from P.V.M.Inc..  If the version you
  382.        have obtained is over twelve (12) months old, please
  383.        contact us to ensure that you have the most current
  384.        version.
  385.  
  386.     o  Licensee shall not use, copy, rent, lease, sell, modify,
  387.        decompile, disassemble, otherwise reverse engineer, or
  388.        transfer the licensed program except as provided in this
  389.        agreement.  Any such unauthorized use shall result in
  390.        immediate and automatic termination of this license.
  391.  
  392.     o  U.S. Government Information:  Use, duplication, or
  393.        disclosure by the U.S. Government of the computer software
  394.        and documentation in this package shall be subject to the
  395.        restricted rights applicable to commercial computer
  396.        software as set forth in subdivision (b)(3)(ii) of the
  397.        Rights in Technical Data and Computer Software clause at
  398.        252.227-7013 (DFARS 52.227-7013).  The
  399.        Contractor/manufacturer is P.V.M.Inc., P. O. Box 31311,
  400.        Raleigh, N.C. 27622.
  401.  
  402. All rights not expressly granted here are reserved to P.V.M.Inc.
  403.  
  404.  
  405. 8. Vendor information
  406. --------------------------------------------------------------------
  407.  
  408.                              C e l T e s T
  409.                         -----------------------
  410.  
  411.                              Version 1.1
  412.                              --------------
  413.  
  414.                   V E N D O R    I N F O R M A T I O N
  415.                  --------------------------------------
  416.  
  417.                        Last updated:  Feb 1994
  418.  
  419.  
  420. This file provides information for Shareware Distributors, Disk Vendors
  421. and Computer Clubs who wish to distribute the CelTesT by PVM package.
  422.  
  423. BBS SYSOPs:  Please refer to the SYSOP information in this text file.
  424.  
  425. Individual and Company Users:  Please refer to LICENSE information and
  426. REGISTER information.
  427.  
  428. For sample descriptions which you may use to describe the product please
  429. refer to the DESCRIBE information in this text file.
  430.  
  431.  
  432. ---------------------------------------------------------------------------
  433.              Distribution Requirements
  434. ---------------------------------------------------------------------------
  435.  
  436. Individuals who wish to distribute the CelTesT by PVM package to friends
  437. or associates may do so in accordance with the restrictions outlined in
  438. LICENSE information.
  439.  
  440. Computer Clubs and User Groups wishing to add the CelTesT by PVM package to
  441. their disk library may do so in accordance with the Distribution
  442. Restrictions listed below.
  443.  
  444.    If you would like your Computer Club or User Group to be placed on our
  445.    mailing list for future upgrades to any of our products, please contact
  446.    us for complete details.  Our address is listed in this file.
  447.  
  448. Limited Distribution License:
  449. -----------------------------
  450.  
  451. As the exclusive copyright holder for CelTesT by PVM, P.V.M.Inc.
  452. authorizes distribution only in accordance with the following restrictions.
  453.  
  454. ASP Approved Vendors in good standing are hereby given permission to
  455. distribute CelTesT by PVM package.  Non-ASP member vendors must request
  456. permission prior to distributing this package.
  457.  
  458.  
  459.  
  460.  
  461.  
  462.           - CelTesT by PVM, Version 1.1 - Vendor.INFORMATION -
  463.  
  464.  
  465. The CelTesT by PVM package is defined as containing all the material listed
  466. in the PACKING.LST text file.  If any files listed in the PACKING.LST text
  467. file, or the PACKING.LST file itself, are missing, then the package is not
  468. complete and distribution is forbidden.  Please contact us to obtain a
  469. complete package suitable for distribution.
  470.  
  471. The CelTesT by PVM package - including all related program files and
  472. documentation files - CANNOT be modified in any way and must be distributed
  473. as a complete package, without exception.  The PACKING.LST text file
  474. contains a list of all files that are part of the CelTesT by PVM package.
  475.  
  476. Small additions to the package, such as the introductory or installation
  477. batch files used by many shareware disk vendors, are acceptable.
  478.  
  479. No price or other compensation may be charged for the CelTesT by PVM
  480. package.  A distribution fee may be charged for the cost of the diskette,
  481. shipping and handling, as long as the total (per disk) does not exceed
  482. US$3.00 in the U.S. and Canada, or US$4.00 internationally.
  483.  
  484. Disk Sets & CD-ROMs:
  485. ~~~~~~~~~~~~~~~~~~~~
  486. The CelTesT by PVM package CANNOT be sold as part of some other inclusive
  487. package.  Nor can it be included in any commercial software packaging
  488. offer, without a written agreement from P.V.M.Inc.
  489.  
  490.    ASP Approved Vendors who wish to distribute the CelTesT by PVM package
  491.    as part of a collection may do so provided that all the other
  492.    restrictions are met.
  493.  
  494.    Vendors (non-ASP Vendor Members) who wish to distribute the
  495.    CelTesT by PVM package as part of a collection must obtain permission from
  496.    P.V.M.Inc. prior to beginning such a distribution.
  497.  
  498.    If you wish to add any of our programs to a CD-ROM or other collection,
  499.    please check the release date of the version you have.  If the version
  500.    is over twelve (12) months old then please contact us to ensure that you
  501.    have the most current version.  This version was released in Feb. 1994.
  502.  
  503. Disk-of-the-Month (or Subscription) Distribution:
  504. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  505. If you would like to distribute the CelTesT by PVM package as a Disk-of-
  506. the-Month, or as part of a subscription or monthly service, then the
  507. following restrictions apply:
  508.  
  509.    ASP Associate (Disk Vendor) Members in good standing are hereby given
  510.    permission to distribute the CelTesT by PVM package under the Disk-of-
  511.    the-Month style of distribution.
  512.  
  513.  
  514.  
  515.  
  516.  
  517.            - CelTesT by PVM, Version 1.1 - Vendor.INFORMATION -
  518.  
  519.  
  520.    Others (non-ASP Members) must contact us in advance to ensure that you
  521.    have the most current version of the software.
  522.  
  523.    You cannot use a Disk-of-the-Month distribution to use up your inventory
  524.    of old (out of date) disks.  Only current versions may be shipped as
  525.    Disk-of-the-Month disks.
  526.  
  527. The CelTesT by PVM package cannot be "rented" or "leased" to others.
  528.  
  529. You may not list any of our products in advertisements, catalogs, or other
  530. literature which describes our products as "FREE SOFTWARE".  Shareware is
  531. "Try-Before-You-Buy" software, it is not free.
  532.  
  533. P.V.M.Inc. prohibits the distribution of outdated versions of the
  534. CelTesT by PVM package, without written permission from P.V.M.Inc.
  535. If the version you have is over twelve (12) months old, please contact us
  536. to ensure that you have the most current version.  This version was
  537. released in Feb. 1994.
  538.  
  539. Licensee shall not use, copy, rent, lease, sell, modify, decompile,
  540. disassemble, otherwise reverse engineer, or transfer the licensed program
  541. except as provided in this agreement.  Any such unauthorized use shall
  542. result in immediate and automatic termination of this license.
  543.  
  544. U.S. Government Information:  Use, duplication, or disclosure by the U.S.
  545. Government of the computer software and documentation in this package shall
  546. be subject to the restricted rights applicable to commercial computer
  547. software as set forth in subdivision (b)(3)(ii) of the Rights in Technical
  548. Data and Computer Software clause at 252.227-7013 (DFARS 52.227-7013).  The
  549. Contractor/manufacturer is P.V.M.Inc., P. O. Box 31311,
  550. Raleigh, N.C. 27622
  551.  
  552. All rights not expressly granted here are reserved to P.V.M.Inc.
  553.  
  554.  
  555.  
  556.  
  557. 9. Warranty Disclaimer
  558. --------------------------------------------------------------------
  559.  
  560.  
  561.  
  562.       ***************** IMPORTANT WARRANTY INFORMATION ****************
  563.  
  564.  
  565.  
  566.                       CelTesT by PVM, Version 1.1
  567.  
  568.  
  569.  
  570.               *** PLEASE READ THIS INFORMATION CAREFULLY ***
  571.                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  572.  
  573.  
  574.  
  575.       TRIAL USE (SHAREWARE EVALUATION VERSION) WARRANTY:
  576.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  577.       The Shareware evaluation (trial use) version is provided AS IS.
  578.           P.V.M.Inc. MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR
  579.       IMPLIED, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
  580.       MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
  581.  
  582.  
  583.  
  584.       REGISTERED VERSION ONLY WARRANTY:
  585.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  586.           P.V.M.Inc. warrants the physical diskette(s) and physical
  587.       documentation provided with registered versions to be free of
  588.       defects in materials and workmanship for a period of ninety
  589.           days from the date of registration.  If P.V.M.Inc. receives
  590.       notification within the warranty period of defects in materials
  591.       or workmanship, and such notification is determined to be
  592.           correct, P.V.M.Inc. will replace the defective diskette(s)
  593.       or documentation.
  594.  
  595.       The entire and exclusive liability and remedy for breach of this
  596.       Limited Warranty shall be limited to replacement of defective
  597.       diskette(s) or documentation and shall not include or extend to
  598.       any claim for or right to recover any other damages, including
  599.       but not limited to, loss of profit, data, or use of the software,
  600.       or special, incidental, or consequential damages or other similar
  601.           claims, even if P.V.M.Inc. has been specifically advised of the
  602.           possibility of such damages.  In no event will P.V.M.Inc.'s
  603.       liability for any damages to you or any other person ever exceed
  604.       the lower of suggested list price or actual price paid for the
  605.       license to use the software, regardless of any form of the claim.
  606.  
  607.           P.V.M.Inc. SPECIFICALLY DISCLAIMS ALL OTHER WARRANTIES,
  608.       EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED
  609.       WARRANTY OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  610.       PURPOSE.
  611.  
  612.  
  613.  
  614.       ***************** IMPORTANT WARRANTY INFORMATION ****************
  615.