git.ithinksw.org
/
ITKit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7106f54
)
Fixing other headers
author
Matthew Judy
<mjudy@ithinksw.com>
Mon, 27 Jan 2003 11:36:03 +0000
(11:36 +0000)
committer
Matthew Judy
<mjudy@ithinksw.com>
Mon, 27 Jan 2003 11:36:03 +0000
(11:36 +0000)
ITCategory-NSView.h
patch
|
blob
|
history
ITStatusItem.h
patch
|
blob
|
history
ITTSWBackgroundView.h
patch
|
blob
|
history
ITTSWBackgroundView.m
patch
|
blob
|
history
ITTableView.h
patch
|
blob
|
history
diff --git
a/ITCategory-NSView.h
b/ITCategory-NSView.h
index
79d26d6
..
f4894b2
100755
(executable)
--- a/
ITCategory-NSView.h
+++ b/
ITCategory-NSView.h
@@
-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>
#import <AppKit/AppKit.h>
diff --git
a/ITStatusItem.h
b/ITStatusItem.h
index
8efb87b
..
4116107
100755
(executable)
--- a/
ITStatusItem.h
+++ b/
ITStatusItem.h
@@
-4,6
+4,7
@@
* NSStatusItem subclass which reduces suckage
*
* Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
* 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>
*
* Responsibility : Matt Judy <mjudy@ithinksw.com>
* Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
*
diff --git
a/ITTSWBackgroundView.h
b/ITTSWBackgroundView.h
index
53172e0
..
522af29
100755
(executable)
--- 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 <mjudy@ithinksw.com>
+ * Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *
+ * Copyright (c) 2002 - 2003 iThink Software.
+ * All Rights Reserved
+ *
+ */
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
diff --git
a/ITTSWBackgroundView.m
b/ITTSWBackgroundView.m
index
c978c55
..
baa0cba
100755
(executable)
--- 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"
#import "ITGrayRoundedView.h"
diff --git
a/ITTableView.h
b/ITTableView.h
index
c0b2439
..
af06287
100755
(executable)
--- a/
ITTableView.h
+++ b/
ITTableView.h
@@
-1,14
+1,14
@@
/*
* ITKit
* ITTableView
/*
* 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>
*
* Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ * Responsibility : Matt Judy <mjudy@ithinksw.com>
* Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
*
* Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
*
- * Copyright (c) 2002 iThink Software.
+ * Copyright (c) 2002
-2003
iThink Software.
* All Rights Reserved
*
*/
* All Rights Reserved
*
*/