+/*
+ * 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>
* 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>
*
-//
-// 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>
-//
-// ITGrayRoundedView.m
-// ITKit
-//
-// Created by Matt L. Judy on Wed Jan 22 2003.
-// Copyright (c) 2003 NibFile.com. All rights reserved.
-//
-
#import "ITGrayRoundedView.h"
/*
* 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
*
*/