Skip to content

Commit

Permalink
Updated copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Jun 23, 2009
1 parent 58c56c9 commit b02de87
Show file tree
Hide file tree
Showing 102 changed files with 205 additions and 105 deletions.
2 changes: 1 addition & 1 deletion CDClassDump.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import <Foundation/NSObject.h>

Expand Down
6 changes: 4 additions & 2 deletions CDClassDump.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDClassDump.h"

Expand Down Expand Up @@ -422,7 +424,7 @@ - (void)appendHeaderToString:(NSMutableString *)resultString;
[resultString appendString:@"/*\n"];
[resultString appendFormat:@" * Generated by class-dump %s.\n", CLASS_DUMP_VERSION];
[resultString appendString:@" *\n"];
[resultString appendString:@" * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.\n"];
[resultString appendString:@" * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.\n"];
[resultString appendString:@" */\n\n"];
}

Expand Down
2 changes: 1 addition & 1 deletion CDClassDumpVisitor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDTextClassDumpVisitor.h"

Expand Down
4 changes: 3 additions & 1 deletion CDClassDumpVisitor.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDClassDumpVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDClassFrameworkVisitor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDVisitor.h"

Expand Down
4 changes: 3 additions & 1 deletion CDClassFrameworkVisitor.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDClassFrameworkVisitor.h"

Expand Down
4 changes: 2 additions & 2 deletions CDDataCursor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of __APPNAME__, __SHORT_DESCRIPTION__.
// Copyright (C) 2008 __OWNER__. All rights reserved.
// 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-2009 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
6 changes: 4 additions & 2 deletions CDDataCursor.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// This file is part of __APPNAME__, __SHORT_DESCRIPTION__.
// Copyright (C) 2008 __OWNER__. All rights reserved.
// -*- mode: ObjC -*-

// 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-2009 Steve Nygard.

#import "CDDataCursor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDDylibCommand.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDLoadCommand.h"
#include <mach-o/loader.h>
Expand Down
4 changes: 3 additions & 1 deletion CDDylibCommand.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDDylibCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDDynamicSymbolTable.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
4 changes: 3 additions & 1 deletion CDDynamicSymbolTable.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDDynamicSymbolTable.h"

Expand Down
2 changes: 1 addition & 1 deletion CDFatArch.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import <Foundation/NSObject.h>

Expand Down
4 changes: 3 additions & 1 deletion CDFatArch.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDFatArch.h"

Expand Down
2 changes: 1 addition & 1 deletion CDFatFile.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDFile.h"

Expand Down
4 changes: 3 additions & 1 deletion CDFatFile.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDFatFile.h"

Expand Down
2 changes: 1 addition & 1 deletion CDFile.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 2009 Steve Nygard. All rights reserved.
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
4 changes: 3 additions & 1 deletion CDFile.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 2009 Steve Nygard. All rights reserved.
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDFile.h"

Expand Down
2 changes: 1 addition & 1 deletion CDFindMethodVisitor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDVisitor.h"

Expand Down
4 changes: 3 additions & 1 deletion CDFindMethodVisitor.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDFindMethodVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLinkeditData.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 2009 Steve Nygard. All rights reserved.
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
4 changes: 3 additions & 1 deletion CDLinkeditData.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 2009 Steve Nygard. All rights reserved.
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDLinkeditData.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLoadCommand.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
4 changes: 3 additions & 1 deletion CDLoadCommand.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDMachO32File.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 2009 Steve Nygard. All rights reserved.
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDMachOFile.h"

Expand Down
4 changes: 3 additions & 1 deletion CDMachO32File.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 2009 Steve Nygard. All rights reserved.
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDMachO32File.h"

Expand Down
2 changes: 1 addition & 1 deletion CDMachO64File.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 2009 Steve Nygard. All rights reserved.
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDMachOFile.h"

Expand Down
4 changes: 3 additions & 1 deletion CDMachO64File.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// This file is part of class-dump, a utility for examining the Objective-C segment of Mach-O files.
// Copyright (C) 2009 Steve Nygard. All rights reserved.
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDMachO64File.h"

Expand Down
2 changes: 1 addition & 1 deletion CDMachOFile.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDFile.h"

Expand Down
4 changes: 3 additions & 1 deletion CDMachOFile.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDMachOFile.h"

Expand Down
2 changes: 1 addition & 1 deletion CDMethodType.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import <Foundation/NSObject.h>

Expand Down
4 changes: 3 additions & 1 deletion CDMethodType.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDMethodType.h"

Expand Down
2 changes: 1 addition & 1 deletion CDMultiFileVisitor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDTextClassDumpVisitor.h"

Expand Down
4 changes: 3 additions & 1 deletion CDMultiFileVisitor.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDMultiFileVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDOCCategory.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDOCProtocol.h"
#import "CDTopologicalSortProtocol.h"
Expand Down
4 changes: 3 additions & 1 deletion CDOCCategory.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDOCCategory.h"

Expand Down
2 changes: 1 addition & 1 deletion CDOCClass.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDOCProtocol.h"
#import "CDTopologicalSortProtocol.h"
Expand Down
4 changes: 3 additions & 1 deletion CDOCClass.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDOCClass.h"

Expand Down
2 changes: 1 addition & 1 deletion CDOCIvar.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import <Foundation/NSObject.h>

Expand Down
4 changes: 3 additions & 1 deletion CDOCIvar.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDOCIvar.h"

Expand Down
2 changes: 1 addition & 1 deletion CDOCMethod.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
4 changes: 3 additions & 1 deletion CDOCMethod.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import "CDOCMethod.h"

Expand Down
2 changes: 1 addition & 1 deletion CDOCModule.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- mode: ObjC -*-

// 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-2007 Steve Nygard
// Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.

#import <Foundation/NSObject.h>

Expand Down
Loading

0 comments on commit b02de87

Please sign in to comment.