home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / xloadimg.zip / xloadimage.4.1 / kljcpyrght.h < prev    next >
C/C++ Source or Header  |  1993-10-21  |  1KB  |  29 lines

  1. #ifndef _KLJ_COPYRIGHT_
  2.  
  3. /****
  4.   Copyright 1989, 1990 Kirk L. Johnson
  5.  
  6.   Permission to use, copy, modify, distribute, and sell this
  7.   software and its documentation for any purpose is hereby granted
  8.   without fee, provided that the above copyright notice appear in
  9.   all copies and that both that copyright notice and this
  10.   permission notice appear in supporting documentation. The
  11.   author makes no representations about the suitability of this
  12.   software for any purpose. It is provided "as is" without express
  13.   or implied warranty.
  14.  
  15.   THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  16.   INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
  17.   IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT
  18.   OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  19.   LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  20.   NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  21.   CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  22. ****/
  23.  
  24. #ifndef __SABER__
  25. static char *KLJCopyright = "Copyright 1989, 1990 Kirk L. Johnson";
  26. #endif
  27. #define _KLJ_COPYRIGHT_
  28. #endif
  29.