home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / i / inifn135.zip / README.DOC < prev    next >
Text File  |  1993-03-05  |  4KB  |  99 lines

  1.  
  2.         Initialization File Functions, Version 1.35
  3.  
  4.         Copyright 1992, 1993, DAF, Inc.
  5.  
  6.  
  7.  
  8. This package offers functions to retrieve and manipulate information
  9. stored in text-based configuration files. See the file INIFUNC.DOC for
  10. a more detailed description.
  11.  
  12.  
  13. The following is included in this trial package:
  14.  
  15.     INIFUNC.DOC    Description of the functions supplied
  16.     INIFUNC.H    C header file containing all function
  17.             prototypes and definitions
  18.     TYPES.H        Definitions beyond sys/types.h, path should
  19.             be $(INCLUDE)\daf\types.h
  20.     DEMO.C        Demonstration program
  21.     DEMO.INI    The INI file for the demonstration program
  22.     DEMO.BAT    Compiles and links demo.c
  23.     SLIBINI.LIB    Small model library, MS-C 6.0
  24.     MLIBINI.LIB    Medium model library, MS-C 6.0
  25.  
  26.  
  27. In order to compile DEMO.C, please make a subdirectory DAF in the
  28. directory where you keep your include files and copy the two header
  29. files TYPES.H and INIFUNC.H into that subdirectory.
  30.  
  31. You can use this set of functions for all non-commercial applications.
  32. By using the code supplied herein you agree to the terms of the license
  33. agreement and the warranty disclaimer stated below. Please read them.
  34.  
  35.  
  36. If you want to use the functions for a commercial application or if you
  37. want to use them with a different C compiler, here's the deal:
  38.  
  39. You can obtain a nonexclusive, nontransferrable license of the full source
  40. code for this package for $25.00. Send check or money order to:
  41.  
  42.     DAF Inc.
  43.     3851 A 20th Str.
  44.     San Francisco, CA 94114
  45.  
  46. California residents please add 8.5% sales tax.
  47.  
  48. Please enclose your mailing address and state the type of floppy you
  49. prefer (3.5" or 5.25"). We also have media written with tar.
  50.  
  51.  
  52.  
  53.  
  54. LICENSING AGREEMENT
  55.  
  56. DAF, Inc., grants to you a nonexclusive, nontransferrable license to
  57. use the software and related documentation in this package for
  58. noncommercial purposes. Any attempted sublicense, assignment, or
  59. other transfer of the software and documentation except as specified
  60. herein is prohibited. 
  61.  
  62. This software and documentation are copyrighted. You may make and
  63. distribute copies as provided herein but unauthorized copying,
  64. reverse compiling and disassembling are prohibited. Title to this
  65. software is not transferred to you by this license. 
  66.  
  67. You may freely distribute copies of this software and documentation
  68. together in their unmodified state providing you do not include it
  69. in other software packages, with the exception of distributing it as
  70. part of a bundle of Public Domain or Shareware software on a single
  71. diskette.
  72.  
  73.  
  74.  
  75.  
  76. DISCLAIMER
  77.  
  78. DAF, Inc., does not warrant this software or any supporting
  79. documentation to be free from error or to meet your specific
  80. requirements. You assume complete responsibility for decisions made
  81. or actions taken based on information obtained using this software
  82. or documentation. Any statements made concerning the utility of the
  83. software and or the supporting documentation are not to be construed
  84. as expressed or implied warranties. 
  85.  
  86. This software and all related documentation is distributed as is. 
  87.  
  88. DAF, Inc., specifically disclaims all warranties, expressed or
  89. implied, including, but not limited to, implied warranties of
  90. merchantability and fitness for a particular purpose with respect to
  91. the software license granted herein, in particular, and without
  92. limiting operation of the software license with respect to any
  93. particular application use or purpose. 
  94.  
  95. In no event shall DAF, Inc., be liable for damages including but not
  96. limited to special, incidental, consequential or other damages.
  97.  
  98.  
  99.