Changeset 1170

Show
Ignore:
Timestamp:
05/16/04 05:52:00 (5 years ago)
Author:
morris
Message:

clean up headers, remove excess imports and adding licenses where applicable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/NSDataAdditions.h

    r1167 r1170  
    1 /* $Id: NSDataAdditions.h,v 1.2 2004/05/16 03:29:09 morris Exp $ */ 
     1/* $Id: NSDataAdditions.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@interface NSData(WCChecksumming) 
    3230 
  • WiredClient/trunk/NSDateAdditions.h

    r1167 r1170  
    1 /* $Id: NSDateAdditions.h,v 1.2 2004/05/16 03:29:09 morris Exp $ */ 
     1/* $Id: NSDateAdditions.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@interface NSDate(WCISO8601DateInterpreting) 
    3230 
  • WiredClient/trunk/NSImageAdditions.h

    r1167 r1170  
    1 /* $Id: NSImageAdditions.h,v 1.4 2004/05/16 03:29:09 morris Exp $ */ 
     1/* $Id: NSImageAdditions.h,v 1.5 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@interface NSString (WCImageSmoothing) 
    3230 
  • WiredClient/trunk/NSNumberAdditions.h

    r1167 r1170  
    1 /* $Id: NSNumberAdditions.h,v 1.3 2004/05/16 03:29:09 morris Exp $ */ 
     1/* $Id: NSNumberAdditions.h,v 1.4 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@interface NSNumber(WCHumanReadableFormatting) 
    3230 
  • WiredClient/trunk/NSStringAdditions.h

    r1167 r1170  
    1 /* $Id: NSStringAdditions.h,v 1.4 2004/05/16 03:29:09 morris Exp $ */ 
     1/* $Id: NSStringAdditions.h,v 1.5 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2626 * POSSIBILITY OF SUCH DAMAGE. 
    2727 */ 
    28  
    29 #import <Cocoa/Cocoa.h> 
    3028 
    3129@interface NSString(WCChecksumming) 
  • WiredClient/trunk/NSTableViewAdditions.h

    r1167 r1170  
    1 /* $Id: NSTableViewAdditions.h,v 1.2 2004/05/16 03:29:09 morris Exp $ */ 
     1/* $Id: NSTableViewAdditions.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@protocol WCTableViewOptionsSelection 
    3230 
  • WiredClient/trunk/NSTextFieldAdditions.h

    r1167 r1170  
    1 /* $Id: NSTextFieldAdditions.h,v 1.2 2004/05/16 03:29:09 morris Exp $ */ 
     1/* $Id: NSTextFieldAdditions.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@interface NSTextField(WCResizing) 
    3230 
  • WiredClient/trunk/NSTextFieldCellAdditions.h

    r1167 r1170  
    1 /* $Id: NSTextFieldCellAdditions.h,v 1.2 2004/05/16 03:29:09 morris Exp $ */ 
     1/* $Id: NSTextFieldCellAdditions.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@interface NSTextFieldCell(WCTextConstraining) 
    3230 
  • WiredClient/trunk/NSURLAdditions.h

    r1168 r1170  
    1 /* $Id: NSURLAdditions.h,v 1.3 2004/05/16 03:35:37 morris Exp $ */ 
     1/* $Id: NSURLAdditions.h,v 1.4 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@interface NSURL(WCHumanReadableFormatting) 
    3230 
  • WiredClient/trunk/WCCache.h

    r1048 r1170  
    1 /* $Id: WCCache.h,v 1.2 2004/03/24 21:38:21 morris Exp $ */ 
     1/* $Id: WCCache.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@interface WCCache : NSObject { 
    3230        unsigned int                            _count; 
  • WiredClient/trunk/WCChat.h

    r1139 r1170  
    1 /* $Id: WCChat.h,v 1.7 2004/05/05 22:08:09 morris Exp $ */ 
     1/* $Id: WCChat.h,v 1.8 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    3029#import "WCWindowController.h" 
    3130 
  • WiredClient/trunk/WCSecureSocket.h

    r1061 r1170  
    1 /* $Id: WCSecureSocket.h,v 1.2 2004/03/25 20:25:47 morris Exp $ */ 
     1/* $Id: WCSecureSocket.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <openssl/ssl.h> 
    30 #import <openssl/err.h> 
    3129#import "WCSocket.h" 
    3230 
  • WiredClient/trunk/WCServer.h

    r1155 r1170  
    1 #import <Cocoa/Cocoa.h> 
     1/* $Id: WCServer.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
     2 
     3/* 
     4 *  Copyright (c) 2003-2004 Axel Andersson 
     5 *  All rights reserved. 
     6 *  
     7 *  Redistribution and use in source and binary forms, with or without 
     8 *  modification, are permitted provided that the following conditions 
     9 *  are met: 
     10 *  1. Redistributions of source code must retain the above copyright 
     11 *     notice, this list of conditions and the following disclaimer. 
     12 *  2. Redistributions in binary form must reproduce the above copyright 
     13 *     notice, this list of conditions and the following disclaimer in the 
     14 *     documentation and/or other materials provided with the distribution. 
     15 *  
     16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 
     17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 
     20 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
     22 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
     23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
     24 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
     25 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
     26 * POSSIBILITY OF SUCH DAMAGE. 
     27 */ 
    228 
    329@class WCAccount, WCClient; 
  • WiredClient/trunk/WCSocket.h

    r1008 r1170  
    1 /* $Id: WCSocket.h,v 1.2 2004/03/16 10:24:14 morris Exp $ */ 
     1/* $Id: WCSocket.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2626 * POSSIBILITY OF SUCH DAMAGE. 
    2727 */ 
    28  
    29 #import <Cocoa/Cocoa.h> 
    3028 
    3129#define                                         WCClientBufferSize              8192 
  • WiredClient/trunk/WCTracker.h

    r1109 r1170  
    1 /* $Id: WCTracker.h,v 1.4 2004/03/29 02:12:52 morris Exp $ */ 
     1/* $Id: WCTracker.h,v 1.5 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2626 * POSSIBILITY OF SUCH DAMAGE. 
    2727 */ 
    28  
    29 #import <Cocoa/Cocoa.h> 
    3028 
    3129@interface WCTracker : NSObject <NSCoding> { 
  • WiredClient/trunk/WCTransfer.h

    r1048 r1170  
    1 /* $Id: WCTransfer.h,v 1.2 2004/03/24 21:38:21 morris Exp $ */ 
     1/* $Id: WCTransfer.h,v 1.3 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2626 * POSSIBILITY OF SUCH DAMAGE. 
    2727 */ 
    28  
    29 #import <Cocoa/Cocoa.h> 
    3028 
    3129@class WCFile; 
  • WiredClient/trunk/WCUser.h

    r944 r1170  
    1 /* $Id: WCUser.h,v 1.1 2004/03/08 19:23:44 morris Exp $ */ 
     1/* $Id: WCUser.h,v 1.2 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2626 * POSSIBILITY OF SUCH DAMAGE. 
    2727 */ 
    28  
    29 #import <Cocoa/Cocoa.h> 
    3028 
    3129@interface WCUser : NSObject <NSCoding> { 
  • WiredClient/trunk/WCWindowController.h

    r1076 r1170  
    1 /* $Id: WCWindowController.h,v 1.3 2004/03/27 02:13:20 morris Exp $ */ 
     1/* $Id: WCWindowController.h,v 1.4 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    2727 */ 
    2828 
    29 #import <Cocoa/Cocoa.h> 
    30  
    3129@class WCConnection; 
    3230 
  • WiredClient/trunk/prefix.pch

    r944 r1170  
    1 /* $Id: prefix.pch,v 1.1 2004/03/08 19:23:42 morris Exp $ */ 
     1/* $Id: prefix.pch,v 1.2 2004/05/16 03:52:00 morris Exp $ */ 
    22 
    33/* 
     
    3232#import <Cocoa/Cocoa.h> 
    3333 
     34#import <openssl/ssl.h> 
     35#import <openssl/err.h> 
     36 
    3437#define         NSStrikethroughStyleAttributeName               @"NSStrikethrough" 
    3538#define         NSCursorAttributeName                                   @"NSCursor"