From 51a18ac1bb037b0c32f5f30f5a0436ff61b64f21 Mon Sep 17 00:00:00 2001 From: Matthew Judy Date: Mon, 27 Jan 2003 11:36:03 +0000 Subject: [PATCH 1/1] Fixing other headers --- ITCategory-NSView.h | 15 +++++++++++++++ ITStatusItem.h | 1 + ITTSWBackgroundView.h | 19 ++++++++++++------- ITTSWBackgroundView.m | 8 -------- ITTableView.h | 8 ++++---- 5 files changed, 32 insertions(+), 19 deletions(-) diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h index 79d26d6..f4894b2 100755 --- a/ITCategory-NSView.h +++ b/ITCategory-NSView.h @@ -1,3 +1,18 @@ +/* + * ITKit + * ITCategory-NSView.h + * Category which extends NSView + * + * Original Author : Joseph Spiros + * Responsibility : Matt Judy + * Responsibility : Joseph Spiros + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ + + #import diff --git a/ITStatusItem.h b/ITStatusItem.h index 8efb87b..4116107 100755 --- a/ITStatusItem.h +++ b/ITStatusItem.h @@ -4,6 +4,7 @@ * NSStatusItem subclass which reduces suckage * * Original Author : Joseph Spiros + * Original Author : Matt Judy * Responsibility : Matt Judy * Responsibility : Joseph Spiros * diff --git a/ITTSWBackgroundView.h b/ITTSWBackgroundView.h index 53172e0..522af29 100755 --- a/ITTSWBackgroundView.h +++ b/ITTSWBackgroundView.h @@ -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 + * Responsibility : Matt Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ #import diff --git a/ITTSWBackgroundView.m b/ITTSWBackgroundView.m index c978c55..baa0cba 100755 --- a/ITTSWBackgroundView.m +++ b/ITTSWBackgroundView.m @@ -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" diff --git a/ITTableView.h b/ITTableView.h index c0b2439..af06287 100755 --- a/ITTableView.h +++ b/ITTableView.h @@ -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 + * Responsibility : Matt Judy * Responsibility : Joseph Spiros * - * Copyright (c) 2002 iThink Software. + * Copyright (c) 2002-2003 iThink Software. * All Rights Reserved * */ -- 2.20.1