Skip to content

Commit

Permalink
Updated copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed May 13, 2011
1 parent d559bcb commit 4dd0196
Show file tree
Hide file tree
Showing 170 changed files with 171 additions and 171 deletions.
2 changes: 1 addition & 1 deletion CDBalanceFormatter.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion CDBalanceFormatter.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDBalanceFormatter.h"

Expand Down
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
4 changes: 2 additions & 2 deletions CDClassDump.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDClassDump.h"

Expand Down Expand Up @@ -363,7 +363,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-2010 by Steve Nygard.\n"];
[resultString appendString:@" * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.\n"];
[resultString appendString:@" */\n\n"];

if (sdkRoot != nil) {
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDTextClassDumpVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDClassDumpVisitor.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDClassFrameworkVisitor.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDClassFrameworkVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDDataCursor.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion CDDataCursor.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDDataCursor.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion CDFatArch.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDFile.h"

Expand Down
2 changes: 1 addition & 1 deletion CDFatFile.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 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) 1997-1998, 2000-2001, 2004-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import <Foundation/Foundation.h>

Expand Down
2 changes: 1 addition & 1 deletion CDFile.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDFindMethodVisitor.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDFindMethodVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCDyldInfo.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCDyldInfo.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCDyldInfo.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCDylib.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"
#include <mach-o/loader.h>
Expand Down
2 changes: 1 addition & 1 deletion CDLCDylib.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCDylib.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCDylinker.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCDylinker.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCDylinker.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCDynamicSymbolTable.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCDynamicSymbolTable.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCDynamicSymbolTable.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCEncryptionInfo.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCEncryptionInfo.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCEncryptionInfo.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCLinkeditData.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCLinkeditData.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCLinkeditData.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCPrebindChecksum.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCPrebindChecksum.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCPrebindChecksum.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCPreboundDylib.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"
#include <mach-o/loader.h>
Expand Down
2 changes: 1 addition & 1 deletion CDLCPreboundDylib.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCPreboundDylib.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCRoutines32.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCRoutines32.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCRoutines32.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCRoutines64.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCRoutines64.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCRoutines64.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCRunPath.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCRunPath.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCRunPath.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCSegment.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLoadCommand.h"
#include <mach-o/loader.h>
Expand Down
2 changes: 1 addition & 1 deletion CDLCSegment.m
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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCSegment.h"

Expand Down
2 changes: 1 addition & 1 deletion CDLCSegment32.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-2010 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2011 Steve Nygard.

#import "CDLCSegment.h"
#include <mach-o/loader.h>
Expand Down
Loading

0 comments on commit 4dd0196

Please sign in to comment.