ftp.nice.ch/pub/next/tools/frontends/HKGnats.1.0.NI.bsa.tar.gz#/hk/freeware/GnatsReport/GnatsReport_main.m

This is GnatsReport_main.m in view mode; [Download] [Up]

/*
 * LEGAL NOTICE
 *
 * This source code is Copyright (C) 1994, by The Hutchison
 * Avenue Software Corporation.  The Hutchison Avenue Software Corporation
 * disclaims all warranties, either express or implied, including but not
 * limited to implied warranties of merchantability and fitness for a
 * particular purpose, with respect to this code and accompanying
 * documentation and examples. Any implied warranties on this program that by
 * law cannot be excluded are limited to ninety (90) days. Some states and
 * provinces do not allow limitations on duration of an implied warranty, so
 * the above limitation may not apply to you. In no event shall The Hutchison
 * Avenue Software Corporation be liable for any damages whatsoever
 * (including, without limitation, damages for loss of business profits,
 * business interruption, loss of business information, or other pecuniary
 * loss) arising out of the use of or inability to use this program, even if
 * The Hutchison Avenue Software Corporation has been advised of the
 * possibility of such damages. Because some states and provinces do not allow
 * the exclusion or limitation of liability for consequential or incidental
 * damages, the above limitation may not apply to you. The Hutchison Avenue
 * Software Corporation does sell source code licenses to this program for its
 * clients. If your orgainization has purchased a source code license, you may
 * copy and modify this source code as you wish, provided you do not disclose
 * this source code outside of your organization, or include this source code
 * in a product or service for sale by your organization. Possession of this
 * source code without a valid written license granted by The Hutchison Avenue
 * Software Corporation is in violation of copyright, and is punishable by
 * law. This legal notice may be superceded by further written agreements with
 * The Hutchison Avenue Software Corporation.  This notice may not, under any
 * condition, be removed from this file.
 */
/* Generated by the NeXT Project Builder 
   NOTE: Do NOT change this file -- Project Builder maintains it.
*/

#import <appkit/appkit.h>

void main(int argc, char *argv[]) {

    [Application new];
    if ([NXApp loadNibSection:"GnatsReport.nib" owner:NXApp withNames:NO])
	    [NXApp run];
	    
    [NXApp free];
    exit(0);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.