This is GNULicense.h in view mode; [Download] [Up]
// Note: the interface to this object is NOT copyrighted, but the
// implementation is.
#import <objc/Object.h>
#import <appkit/Speaker.h>
@interface GNULicense:Object
{
id panel;
Speaker *speaker;
}
+ new;
- showLicense:sender;
- printLicense:sender;
- setPanel:anObject;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.