From 54320d6f60e1b6def5d818e4bbd6e15048dddc3b Mon Sep 17 00:00:00 2001 From: Steve Nygard Date: Tue, 6 Jan 2004 02:31:45 +0000 Subject: [PATCH] Fixed typo in all of those copyright comments I just added. --- CDClassDump.h | 4 ++-- CDClassDump.m | 4 ++-- CDDylibCommand.h | 4 ++-- CDDylibCommand.m | 4 ++-- CDLoadCommand.h | 4 ++-- CDLoadCommand.m | 4 ++-- CDMachOFile.h | 4 ++-- CDMachOFile.m | 4 ++-- CDMethodType.h | 4 ++-- CDMethodType.m | 4 ++-- CDOCCategory.h | 4 ++-- CDOCCategory.m | 4 ++-- CDOCClass.h | 4 ++-- CDOCClass.m | 4 ++-- CDOCIvar.h | 4 ++-- CDOCIvar.m | 4 ++-- CDOCMethod.h | 4 ++-- CDOCMethod.m | 4 ++-- CDOCModule.h | 4 ++-- CDOCModule.m | 4 ++-- CDOCProtocol.h | 4 ++-- CDOCProtocol.m | 4 ++-- CDOCSymtab.h | 4 ++-- CDOCSymtab.m | 4 ++-- CDObjCSegmentProcessor-Private.h | 4 ++-- CDObjCSegmentProcessor-Private.m | 4 ++-- CDObjCSegmentProcessor.h | 4 ++-- CDObjCSegmentProcessor.m | 4 ++-- CDSection.h | 4 ++-- CDSection.m | 4 ++-- CDSegmentCommand.h | 4 ++-- CDSegmentCommand.m | 4 ++-- CDStructRegistrationProtocol.h | 4 ++-- CDTopoSortNode.h | 4 ++-- CDTopoSortNode.m | 4 ++-- CDTopologicalSortProtocol.h | 4 ++-- CDType.h | 4 ++-- CDType.m | 4 ++-- CDTypeFormatter.h | 4 ++-- CDTypeFormatter.m | 4 ++-- CDTypeLexer.h | 4 ++-- CDTypeLexer.m | 4 ++-- CDTypeParser.h | 4 ++-- CDTypeParser.m | 4 ++-- NSArray-Extensions.h | 4 ++-- NSArray-Extensions.m | 4 ++-- NSObject-CDExtensions.h | 4 ++-- NSObject-CDExtensions.m | 4 ++-- NSScanner-Extensions.h | 4 ++-- NSScanner-Extensions.m | 4 ++-- NSString-Extensions.h | 4 ++-- NSString-Extensions.m | 4 ++-- UnitTests/CDStructHandlingUnitTest.h | 4 ++-- UnitTests/CDStructHandlingUnitTest.m | 4 ++-- UnitTests/CDTypeFormatterUnitTest.h | 4 ++-- UnitTests/CDTypeFormatterUnitTest.m | 4 ++-- 56 files changed, 112 insertions(+), 112 deletions(-) diff --git a/CDClassDump.h b/CDClassDump.h index 33b6c6f..de155fb 100644 --- a/CDClassDump.h +++ b/CDClassDump.h @@ -1,8 +1,8 @@ // -// $Id: CDClassDump.h,v 1.21 2004/01/06 01:51:52 nygard Exp $ +// $Id: CDClassDump.h,v 1.22 2004/01/06 02:31:40 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDClassDump.m b/CDClassDump.m index 5914001..0033078 100644 --- a/CDClassDump.m +++ b/CDClassDump.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -13,7 +13,7 @@ #import "CDType.h" #import "CDTypeFormatter.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDClassDump.m,v 1.32 2004/01/06 02:26:33 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDClassDump.m,v 1.33 2004/01/06 02:31:40 nygard Exp $"); @implementation CDClassDump2 diff --git a/CDDylibCommand.h b/CDDylibCommand.h index 02d147e..0e60b06 100644 --- a/CDDylibCommand.h +++ b/CDDylibCommand.h @@ -1,8 +1,8 @@ // -// $Id: CDDylibCommand.h,v 1.2 2004/01/06 01:51:53 nygard Exp $ +// $Id: CDDylibCommand.h,v 1.3 2004/01/06 02:31:40 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDDylibCommand.m b/CDDylibCommand.m index a3755a7..efcb840 100644 --- a/CDDylibCommand.m +++ b/CDDylibCommand.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -7,7 +7,7 @@ #import "rcsid.h" #import -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDDylibCommand.m,v 1.3 2004/01/06 02:18:18 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDDylibCommand.m,v 1.4 2004/01/06 02:31:40 nygard Exp $"); // Does this work with different endianness? static NSString *CDDylibVersionString(unsigned long version) diff --git a/CDLoadCommand.h b/CDLoadCommand.h index 2389f5a..691dbb2 100644 --- a/CDLoadCommand.h +++ b/CDLoadCommand.h @@ -1,8 +1,8 @@ // -// $Id: CDLoadCommand.h,v 1.3 2004/01/06 01:51:53 nygard Exp $ +// $Id: CDLoadCommand.h,v 1.4 2004/01/06 02:31:40 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDLoadCommand.m b/CDLoadCommand.m index a796714..4e91132 100644 --- a/CDLoadCommand.m +++ b/CDLoadCommand.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -9,7 +9,7 @@ #import "CDSegmentCommand.h" #import "CDDylibCommand.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDLoadCommand.m,v 1.4 2004/01/06 02:18:18 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDLoadCommand.m,v 1.5 2004/01/06 02:31:40 nygard Exp $"); @implementation CDLoadCommand diff --git a/CDMachOFile.h b/CDMachOFile.h index 8f543c1..c0b6ff5 100644 --- a/CDMachOFile.h +++ b/CDMachOFile.h @@ -1,8 +1,8 @@ // -// $Id: CDMachOFile.h,v 1.4 2004/01/06 01:51:53 nygard Exp $ +// $Id: CDMachOFile.h,v 1.5 2004/01/06 02:31:41 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDMachOFile.m b/CDMachOFile.m index eb607a9..6dcccf6 100644 --- a/CDMachOFile.m +++ b/CDMachOFile.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -12,7 +12,7 @@ #import "CDLoadCommand.h" #import "CDSegmentCommand.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMachOFile.m,v 1.7 2004/01/06 02:18:18 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMachOFile.m,v 1.8 2004/01/06 02:31:41 nygard Exp $"); @implementation CDMachOFile diff --git a/CDMethodType.h b/CDMethodType.h index 7e6d740..95dc05f 100644 --- a/CDMethodType.h +++ b/CDMethodType.h @@ -1,8 +1,8 @@ // -// $Id: CDMethodType.h,v 1.2 2004/01/06 01:51:53 nygard Exp $ +// $Id: CDMethodType.h,v 1.3 2004/01/06 02:31:41 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDMethodType.m b/CDMethodType.m index 52905f3..9cd9fa2 100644 --- a/CDMethodType.m +++ b/CDMethodType.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -8,7 +8,7 @@ #import #import "CDType.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMethodType.m,v 1.3 2004/01/06 02:18:18 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDMethodType.m,v 1.4 2004/01/06 02:31:41 nygard Exp $"); @implementation CDMethodType diff --git a/CDOCCategory.h b/CDOCCategory.h index b93fa9b..2d44405 100644 --- a/CDOCCategory.h +++ b/CDOCCategory.h @@ -1,8 +1,8 @@ // -// $Id: CDOCCategory.h,v 1.4 2004/01/06 01:51:53 nygard Exp $ +// $Id: CDOCCategory.h,v 1.5 2004/01/06 02:31:41 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDOCCategory.m b/CDOCCategory.m index cc76628..caf666c 100644 --- a/CDOCCategory.m +++ b/CDOCCategory.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -10,7 +10,7 @@ #import "CDOCMethod.h" #import "NSArray-Extensions.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCCategory.m,v 1.5 2004/01/06 02:18:18 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCCategory.m,v 1.6 2004/01/06 02:31:41 nygard Exp $"); @implementation CDOCCategory diff --git a/CDOCClass.h b/CDOCClass.h index 3274d80..6c3611e 100644 --- a/CDOCClass.h +++ b/CDOCClass.h @@ -1,8 +1,8 @@ // -// $Id: CDOCClass.h,v 1.9 2004/01/06 01:51:54 nygard Exp $ +// $Id: CDOCClass.h,v 1.10 2004/01/06 02:31:41 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDOCClass.m b/CDOCClass.m index 54c049c..82708e9 100644 --- a/CDOCClass.m +++ b/CDOCClass.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -12,7 +12,7 @@ #import "CDType.h" #import "CDTypeParser.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCClass.m,v 1.16 2004/01/06 02:18:18 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCClass.m,v 1.17 2004/01/06 02:31:41 nygard Exp $"); @implementation CDOCClass diff --git a/CDOCIvar.h b/CDOCIvar.h index 7c26973..863c227 100644 --- a/CDOCIvar.h +++ b/CDOCIvar.h @@ -1,8 +1,8 @@ // -// $Id: CDOCIvar.h,v 1.6 2004/01/06 01:51:54 nygard Exp $ +// $Id: CDOCIvar.h,v 1.7 2004/01/06 02:31:41 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDOCIvar.m b/CDOCIvar.m index e8cdb0a..214fa7f 100644 --- a/CDOCIvar.m +++ b/CDOCIvar.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -9,7 +9,7 @@ #import "CDClassDump.h" #import "CDTypeFormatter.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCIvar.m,v 1.15 2004/01/06 02:18:18 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCIvar.m,v 1.16 2004/01/06 02:31:41 nygard Exp $"); @implementation CDOCIvar diff --git a/CDOCMethod.h b/CDOCMethod.h index 2b90128..e1d1a28 100644 --- a/CDOCMethod.h +++ b/CDOCMethod.h @@ -1,8 +1,8 @@ // -// $Id: CDOCMethod.h,v 1.6 2004/01/06 01:51:54 nygard Exp $ +// $Id: CDOCMethod.h,v 1.7 2004/01/06 02:31:42 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDOCMethod.m b/CDOCMethod.m index 0253362..97b8d48 100644 --- a/CDOCMethod.m +++ b/CDOCMethod.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -9,7 +9,7 @@ #import "CDClassDump.h" #import "CDTypeFormatter.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCMethod.m,v 1.14 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCMethod.m,v 1.15 2004/01/06 02:31:42 nygard Exp $"); @implementation CDOCMethod diff --git a/CDOCModule.h b/CDOCModule.h index ecde735..44bc31f 100644 --- a/CDOCModule.h +++ b/CDOCModule.h @@ -1,8 +1,8 @@ // -// $Id: CDOCModule.h,v 1.7 2004/01/06 01:51:54 nygard Exp $ +// $Id: CDOCModule.h,v 1.8 2004/01/06 02:31:42 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDOCModule.m b/CDOCModule.m index b0ad69b..f32058d 100644 --- a/CDOCModule.m +++ b/CDOCModule.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -9,7 +9,7 @@ #import "CDObjCSegmentProcessor.h" #import "CDOCSymtab.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCModule.m,v 1.8 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCModule.m,v 1.9 2004/01/06 02:31:42 nygard Exp $"); @implementation CDOCModule diff --git a/CDOCProtocol.h b/CDOCProtocol.h index 24e67c4..0b6012a 100644 --- a/CDOCProtocol.h +++ b/CDOCProtocol.h @@ -1,8 +1,8 @@ // -// $Id: CDOCProtocol.h,v 1.9 2004/01/06 01:51:54 nygard Exp $ +// $Id: CDOCProtocol.h,v 1.10 2004/01/06 02:31:42 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDOCProtocol.m b/CDOCProtocol.m index 87fd059..17dea2d 100644 --- a/CDOCProtocol.m +++ b/CDOCProtocol.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -11,7 +11,7 @@ #import "CDOCSymtab.h" #import "CDTypeParser.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCProtocol.m,v 1.11 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCProtocol.m,v 1.12 2004/01/06 02:31:42 nygard Exp $"); @implementation CDOCProtocol diff --git a/CDOCSymtab.h b/CDOCSymtab.h index caa9382..4fa234d 100644 --- a/CDOCSymtab.h +++ b/CDOCSymtab.h @@ -1,8 +1,8 @@ // -// $Id: CDOCSymtab.h,v 1.6 2004/01/06 01:51:55 nygard Exp $ +// $Id: CDOCSymtab.h,v 1.7 2004/01/06 02:31:42 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDOCSymtab.m b/CDOCSymtab.m index e93370c..fdd4d82 100644 --- a/CDOCSymtab.m +++ b/CDOCSymtab.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -7,7 +7,7 @@ #import "rcsid.h" #import -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCSymtab.m,v 1.8 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDOCSymtab.m,v 1.9 2004/01/06 02:31:42 nygard Exp $"); @implementation CDOCSymtab diff --git a/CDObjCSegmentProcessor-Private.h b/CDObjCSegmentProcessor-Private.h index 7a03868..6d338ba 100644 --- a/CDObjCSegmentProcessor-Private.h +++ b/CDObjCSegmentProcessor-Private.h @@ -1,8 +1,8 @@ // -// $Id: CDObjCSegmentProcessor-Private.h,v 1.2 2004/01/06 01:51:55 nygard Exp $ +// $Id: CDObjCSegmentProcessor-Private.h,v 1.3 2004/01/06 02:31:42 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDObjCSegmentProcessor-Private.m b/CDObjCSegmentProcessor-Private.m index 10491c2..78b49c8 100644 --- a/CDObjCSegmentProcessor-Private.m +++ b/CDObjCSegmentProcessor-Private.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -18,7 +18,7 @@ #import "CDSegmentCommand.h" #import "NSArray-Extensions.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor-Private.m,v 1.5 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor-Private.m,v 1.6 2004/01/06 02:31:42 nygard Exp $"); @implementation CDObjCSegmentProcessor (Private) diff --git a/CDObjCSegmentProcessor.h b/CDObjCSegmentProcessor.h index f653880..6c2f4f2 100644 --- a/CDObjCSegmentProcessor.h +++ b/CDObjCSegmentProcessor.h @@ -1,8 +1,8 @@ // -// $Id: CDObjCSegmentProcessor.h,v 1.7 2004/01/06 01:51:55 nygard Exp $ +// $Id: CDObjCSegmentProcessor.h,v 1.8 2004/01/06 02:31:43 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDObjCSegmentProcessor.m b/CDObjCSegmentProcessor.m index c75ce60..f4412ab 100644 --- a/CDObjCSegmentProcessor.m +++ b/CDObjCSegmentProcessor.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -19,7 +19,7 @@ #import "NSArray-Extensions.h" #import "CDObjCSegmentProcessor-Private.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor.m,v 1.8 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDObjCSegmentProcessor.m,v 1.9 2004/01/06 02:31:43 nygard Exp $"); @implementation CDObjCSegmentProcessor diff --git a/CDSection.h b/CDSection.h index 40c5953..c590052 100644 --- a/CDSection.h +++ b/CDSection.h @@ -1,8 +1,8 @@ // -// $Id: CDSection.h,v 1.2 2004/01/06 01:51:56 nygard Exp $ +// $Id: CDSection.h,v 1.3 2004/01/06 02:31:43 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDSection.m b/CDSection.m index 3b4f31b..066a9ea 100644 --- a/CDSection.m +++ b/CDSection.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -9,7 +9,7 @@ #import "CDMachOFile.h" #import "CDSegmentCommand.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSection.m,v 1.3 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSection.m,v 1.4 2004/01/06 02:31:43 nygard Exp $"); @implementation CDSection diff --git a/CDSegmentCommand.h b/CDSegmentCommand.h index 343ac9f..6730313 100644 --- a/CDSegmentCommand.h +++ b/CDSegmentCommand.h @@ -1,8 +1,8 @@ // -// $Id: CDSegmentCommand.h,v 1.2 2004/01/06 01:51:56 nygard Exp $ +// $Id: CDSegmentCommand.h,v 1.3 2004/01/06 02:31:43 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDSegmentCommand.m b/CDSegmentCommand.m index 7e82bc5..f40890e 100644 --- a/CDSegmentCommand.m +++ b/CDSegmentCommand.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -8,7 +8,7 @@ #import #import "CDSection.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSegmentCommand.m,v 1.3 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDSegmentCommand.m,v 1.4 2004/01/06 02:31:43 nygard Exp $"); @implementation CDSegmentCommand diff --git a/CDStructRegistrationProtocol.h b/CDStructRegistrationProtocol.h index 94528fe..bb419b2 100644 --- a/CDStructRegistrationProtocol.h +++ b/CDStructRegistrationProtocol.h @@ -1,8 +1,8 @@ // -// $Id: CDStructRegistrationProtocol.h,v 1.4 2004/01/06 01:51:56 nygard Exp $ +// $Id: CDStructRegistrationProtocol.h,v 1.5 2004/01/06 02:31:43 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDTopoSortNode.h b/CDTopoSortNode.h index 4570793..a0ad809 100644 --- a/CDTopoSortNode.h +++ b/CDTopoSortNode.h @@ -1,8 +1,8 @@ // -// $Id: CDTopoSortNode.h,v 1.2 2004/01/06 01:51:56 nygard Exp $ +// $Id: CDTopoSortNode.h,v 1.3 2004/01/06 02:31:43 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDTopoSortNode.m b/CDTopoSortNode.m index 84f71ff..d65b834 100644 --- a/CDTopoSortNode.m +++ b/CDTopoSortNode.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -8,7 +8,7 @@ #import #import "NSObject-CDExtensions.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTopoSortNode.m,v 1.3 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTopoSortNode.m,v 1.4 2004/01/06 02:31:43 nygard Exp $"); @implementation CDTopoSortNode diff --git a/CDTopologicalSortProtocol.h b/CDTopologicalSortProtocol.h index 32ae471..9f1a5f1 100644 --- a/CDTopologicalSortProtocol.h +++ b/CDTopologicalSortProtocol.h @@ -1,8 +1,8 @@ // -// $Id: CDTopologicalSortProtocol.h,v 1.2 2004/01/06 01:51:57 nygard Exp $ +// $Id: CDTopologicalSortProtocol.h,v 1.3 2004/01/06 02:31:43 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDType.h b/CDType.h index ae522b4..54f01a6 100644 --- a/CDType.h +++ b/CDType.h @@ -1,8 +1,8 @@ // -// $Id: CDType.h,v 1.8 2004/01/06 01:51:57 nygard Exp $ +// $Id: CDType.h,v 1.9 2004/01/06 02:31:44 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDType.m b/CDType.m index 69ca7ad..b766301 100644 --- a/CDType.m +++ b/CDType.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -10,7 +10,7 @@ #import "CDTypeLexer.h" // For T_NAMED_OBJECT #import "CDTypeFormatter.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDType.m,v 1.14 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDType.m,v 1.15 2004/01/06 02:31:44 nygard Exp $"); @implementation CDType diff --git a/CDTypeFormatter.h b/CDTypeFormatter.h index a38544f..a275f99 100644 --- a/CDTypeFormatter.h +++ b/CDTypeFormatter.h @@ -1,8 +1,8 @@ // -// $Id: CDTypeFormatter.h,v 1.8 2004/01/06 01:51:57 nygard Exp $ +// $Id: CDTypeFormatter.h,v 1.9 2004/01/06 02:31:44 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDTypeFormatter.m b/CDTypeFormatter.m index 9ec55d0..6a37fcd 100644 --- a/CDTypeFormatter.m +++ b/CDTypeFormatter.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -14,7 +14,7 @@ #import "CDType.h" #import "CDTypeParser.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeFormatter.m,v 1.15 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeFormatter.m,v 1.16 2004/01/06 02:31:44 nygard Exp $"); //---------------------------------------------------------------------- diff --git a/CDTypeLexer.h b/CDTypeLexer.h index 320d394..84034a5 100644 --- a/CDTypeLexer.h +++ b/CDTypeLexer.h @@ -1,8 +1,8 @@ // -// $Id: CDTypeLexer.h,v 1.6 2004/01/06 01:51:57 nygard Exp $ +// $Id: CDTypeLexer.h,v 1.7 2004/01/06 02:31:44 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDTypeLexer.m b/CDTypeLexer.m index ce91c3b..b86f4ff 100644 --- a/CDTypeLexer.m +++ b/CDTypeLexer.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -8,7 +8,7 @@ #import #import "NSScanner-Extensions.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeLexer.m,v 1.8 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeLexer.m,v 1.9 2004/01/06 02:31:44 nygard Exp $"); @implementation CDTypeLexer diff --git a/CDTypeParser.h b/CDTypeParser.h index 05737c0..f7d3e8e 100644 --- a/CDTypeParser.h +++ b/CDTypeParser.h @@ -1,8 +1,8 @@ // -// $Id: CDTypeParser.h,v 1.13 2004/01/06 02:03:38 nygard Exp $ +// $Id: CDTypeParser.h,v 1.14 2004/01/06 02:31:44 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/CDTypeParser.m b/CDTypeParser.m index 2ae3966..fca031b 100644 --- a/CDTypeParser.m +++ b/CDTypeParser.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -12,7 +12,7 @@ #import "CDTypeLexer.h" #import "NSString-Extensions.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeParser.m,v 1.21 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/CDTypeParser.m,v 1.22 2004/01/06 02:31:44 nygard Exp $"); //---------------------------------------------------------------------- diff --git a/NSArray-Extensions.h b/NSArray-Extensions.h index e3e77c0..e37ae50 100644 --- a/NSArray-Extensions.h +++ b/NSArray-Extensions.h @@ -1,8 +1,8 @@ // -// $Id: NSArray-Extensions.h,v 1.3 2004/01/06 01:51:58 nygard Exp $ +// $Id: NSArray-Extensions.h,v 1.4 2004/01/06 02:31:44 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/NSArray-Extensions.m b/NSArray-Extensions.m index 17ebebb..fd73b1c 100644 --- a/NSArray-Extensions.m +++ b/NSArray-Extensions.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -7,7 +7,7 @@ #import "rcsid.h" #import -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSArray-Extensions.m,v 1.4 2004/01/06 02:18:19 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSArray-Extensions.m,v 1.5 2004/01/06 02:31:44 nygard Exp $"); @implementation NSArray (CDExtensions) diff --git a/NSObject-CDExtensions.h b/NSObject-CDExtensions.h index f592ca3..83beb4b 100644 --- a/NSObject-CDExtensions.h +++ b/NSObject-CDExtensions.h @@ -1,8 +1,8 @@ // -// $Id: NSObject-CDExtensions.h,v 1.2 2004/01/06 01:51:58 nygard Exp $ +// $Id: NSObject-CDExtensions.h,v 1.3 2004/01/06 02:31:44 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/NSObject-CDExtensions.m b/NSObject-CDExtensions.m index 3ed48dd..6cdc588 100644 --- a/NSObject-CDExtensions.m +++ b/NSObject-CDExtensions.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -7,7 +7,7 @@ #import "rcsid.h" #import -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSObject-CDExtensions.m,v 1.3 2004/01/06 02:18:20 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSObject-CDExtensions.m,v 1.4 2004/01/06 02:31:45 nygard Exp $"); @implementation NSObject (CDExtensions) diff --git a/NSScanner-Extensions.h b/NSScanner-Extensions.h index b1aa6ef..87ce288 100644 --- a/NSScanner-Extensions.h +++ b/NSScanner-Extensions.h @@ -1,8 +1,8 @@ // -// $Id: NSScanner-Extensions.h,v 1.4 2004/01/06 01:51:58 nygard Exp $ +// $Id: NSScanner-Extensions.h,v 1.5 2004/01/06 02:31:45 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/NSScanner-Extensions.m b/NSScanner-Extensions.m index 6130938..e3ef409 100644 --- a/NSScanner-Extensions.m +++ b/NSScanner-Extensions.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -8,7 +8,7 @@ #import #import "NSString-Extensions.h" -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSScanner-Extensions.m,v 1.5 2004/01/06 02:18:20 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSScanner-Extensions.m,v 1.6 2004/01/06 02:31:45 nygard Exp $"); @implementation NSScanner (CDExtensions) diff --git a/NSString-Extensions.h b/NSString-Extensions.h index 8e68e12..04ba67d 100644 --- a/NSString-Extensions.h +++ b/NSString-Extensions.h @@ -1,8 +1,8 @@ // -// $Id: NSString-Extensions.h,v 1.5 2004/01/06 01:51:58 nygard Exp $ +// $Id: NSString-Extensions.h,v 1.6 2004/01/06 02:31:45 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/NSString-Extensions.m b/NSString-Extensions.m index a065edf..1f5276e 100644 --- a/NSString-Extensions.m +++ b/NSString-Extensions.m @@ -1,4 +1,4 @@ -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard @@ -7,7 +7,7 @@ #import "rcsid.h" #import -RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSString-Extensions.m,v 1.6 2004/01/06 02:18:20 nygard Exp $"); +RCS_ID("$Header: /Volumes/Data/tmp/Tools/class-dump/NSString-Extensions.m,v 1.7 2004/01/06 02:31:45 nygard Exp $"); @implementation NSString (CDExtensions) diff --git a/UnitTests/CDStructHandlingUnitTest.h b/UnitTests/CDStructHandlingUnitTest.h index 93a4b8d..ae85ab4 100644 --- a/UnitTests/CDStructHandlingUnitTest.h +++ b/UnitTests/CDStructHandlingUnitTest.h @@ -1,8 +1,8 @@ // -// $Id: CDStructHandlingUnitTest.h,v 1.4 2004/01/06 01:52:00 nygard Exp $ +// $Id: CDStructHandlingUnitTest.h,v 1.5 2004/01/06 02:31:45 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/UnitTests/CDStructHandlingUnitTest.m b/UnitTests/CDStructHandlingUnitTest.m index b4bd6f9..d98d062 100644 --- a/UnitTests/CDStructHandlingUnitTest.m +++ b/UnitTests/CDStructHandlingUnitTest.m @@ -1,8 +1,8 @@ // -// $Id: CDStructHandlingUnitTest.m,v 1.4 2004/01/06 01:52:00 nygard Exp $ +// $Id: CDStructHandlingUnitTest.m,v 1.5 2004/01/06 02:31:45 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/UnitTests/CDTypeFormatterUnitTest.h b/UnitTests/CDTypeFormatterUnitTest.h index 0de1a08..9ff1eb5 100644 --- a/UnitTests/CDTypeFormatterUnitTest.h +++ b/UnitTests/CDTypeFormatterUnitTest.h @@ -1,8 +1,8 @@ // -// $Id: CDTypeFormatterUnitTest.h,v 1.7 2004/01/06 01:52:00 nygard Exp $ +// $Id: CDTypeFormatterUnitTest.h,v 1.8 2004/01/06 02:31:45 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard diff --git a/UnitTests/CDTypeFormatterUnitTest.m b/UnitTests/CDTypeFormatterUnitTest.m index 507b795..aec0c92 100644 --- a/UnitTests/CDTypeFormatterUnitTest.m +++ b/UnitTests/CDTypeFormatterUnitTest.m @@ -1,8 +1,8 @@ // -// $Id: CDTypeFormatterUnitTest.m,v 1.11 2004/01/06 01:52:00 nygard Exp $ +// $Id: CDTypeFormatterUnitTest.m,v 1.12 2004/01/06 02:31:45 nygard Exp $ // -// This file is part of class-dump, a utility for exmaing the +// This file is part of class-dump, a utility for examining the // Objective-C segment of Mach-O files. // Copyright (C) 1997-1998, 2000-2001, 2004 Steve Nygard