Fixing other headers
authorMatthew Judy <mjudy@ithinksw.com>
Mon, 27 Jan 2003 11:36:03 +0000 (11:36 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Mon, 27 Jan 2003 11:36:03 +0000 (11:36 +0000)
ITCategory-NSView.h
ITStatusItem.h
ITTSWBackgroundView.h
ITTSWBackgroundView.m
ITTableView.h

index 79d26d6..f4894b2 100755 (executable)
@@ -1,3 +1,18 @@
+/*
+ *     ITKit
+ *  ITCategory-NSView.h
+ *    Category which extends NSView
+ *
+ *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
 #import <AppKit/AppKit.h>
 
 
index 8efb87b..4116107 100755 (executable)
@@ -4,6 +4,7 @@
  *    NSStatusItem subclass which reduces suckage
  *
  *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *  Original Author : Matt Judy <mjudy@ithinksw.com>
  *   Responsibility : Matt Judy <mjudy@ithinksw.com>
  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
index 53172e0..522af29 100755 (executable)
@@ -1,10 +1,15 @@
-//
-//  ITGrayRoundedView.h
-//  ITKit
-//
-//  Created by Matt L. Judy on Wed Jan 22 2003.
-//  Copyright (c) 2003 NibFile.com. All rights reserved.
-//
+/*
+ *     ITKit
+ *  ITGrayRoundedView
+ *    NSView subclass which draws a translucent background with rounded corners.
+ *
+ *  Original Author : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
 
 #import <Cocoa/Cocoa.h>
 
index c978c55..baa0cba 100755 (executable)
@@ -1,11 +1,3 @@
-//
-//  ITGrayRoundedView.m
-//  ITKit
-//
-//  Created by Matt L. Judy on Wed Jan 22 2003.
-//  Copyright (c) 2003 NibFile.com. All rights reserved.
-//
-
 #import "ITGrayRoundedView.h"
 
 
index c0b2439..af06287 100755 (executable)
@@ -1,14 +1,14 @@
 /*
  *     ITKit
  *     ITTableView
- *
- *     An NSTableView subclass with easy to use accessors for adding a menu (with optional image)
- *     to the corner view of the TableView.
+ *    NSTableView subclass with easy to use accessors for adding a menu
+ *    (with optional image) to the corner view of the TableView.
  *
  *     Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
  *     Responsibility  : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
- *     Copyright (c) 2002 iThink Software.
+ *     Copyright (c) 2002-2003 iThink Software.
  *     All Rights Reserved
  *
  */