home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / RunModule / src / Stdafx.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-31  |  1.9 KB  |  37 lines

  1. // stdafx.cpp : source file that includes just the standard includes
  2. //    RunModule.pch will be the pre-compiled header
  3. //    stdafx.obj will contain the pre-compiled type information
  4. /*
  5. Copyright 2001 Anish Mistry. All rights reserved.
  6.  
  7. Redistribution and use in source and binary forms, with or without modification,
  8. are permitted provided that the following conditions are met:
  9.  
  10.    1. Redistributions of source code must retain the above copyright notice, 
  11.    this list of conditions and the following disclaimer.
  12.    2. Redistributions in binary form must reproduce the above copyright notice,
  13.    this list of conditions and the following disclaimer in the documentation 
  14.    and/or other materials provided with the distribution.
  15.  
  16. THIS SOFTWARE IS PROVIDED BY ANISH MISTRY ``AS IS'' AND ANY EXPRESS OR IMPLIED 
  17. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 
  18. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS 
  19. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
  20. OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  21. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  22. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  23. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  24. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  25.  
  26. The views and conclusions contained in the software and documentation are those
  27. of the authors and should not be interpreted as representing official policies,
  28. either expressed or implied, of Anish Mistry or AM Productions.
  29.  
  30. * Variation of the FreeBSD License. http://www.freebsd.org/copyright/freebsd-license.html
  31. */
  32.  
  33. #include "stdafx.h"
  34.  
  35. // TODO: reference any additional headers you need in STDAFX.H
  36. // and not in this file
  37.