Skip to content

Commit

Permalink
Update copyrights for 2014.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Feb 11, 2014
1 parent a0a8284 commit 5dae84a
Show file tree
Hide file tree
Showing 183 changed files with 184 additions and 184 deletions.
2 changes: 1 addition & 1 deletion Source/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-2013 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2014 Steve Nygard.

@interface CDBalanceFormatter : NSObject

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

#import "CDBalanceFormatter.h"

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

#import "CDFile.h" // For CDArch

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

#import "CDClassDump.h"

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

if (self.sdkRoot != nil) {
Expand Down
2 changes: 1 addition & 1 deletion Source/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-2013 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2014 Steve Nygard.

#import "CDTextClassDumpVisitor.h"

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

#import "CDClassDumpVisitor.h"

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

#import "CDVisitor.h"

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

#import "CDClassFrameworkVisitor.h"

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

@interface CDDataCursor : NSObject

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

#import "CDDataCursor.h"

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

#import "CDTopoSortNode.h"
#import "NSArray-CDExtensions.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/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-2013 Steve Nygard.
// Copyright (C) 1997-1998, 2000-2001, 2004-2014 Steve Nygard.

#import "CDFile.h" // For CDArch

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

#import "CDFatArch.h"

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

#import "CDFile.h"

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

#import "CDFatFile.h"

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

#include <mach/machine.h> // For cpu_type_t, cpu_subtype_t

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

#import "CDFile.h"

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

#import "CDVisitor.h"

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

#import "CDFindMethodVisitor.h"

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

#import "CDLCLinkeditData.h"

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

#import "CDLCDataInCode.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCDyldInfo.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCDylib.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCDylinker.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCDynamicSymbolTable.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCEncryptionInfo.h"

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

#import "CDLCLinkeditData.h"

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

#import "CDLCFunctionStarts.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCLinkeditData.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCMain.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCPrebindChecksum.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCPreboundDylib.h"

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

#import "CDLoadCommand.h"

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

#import "CDLCRoutines32.h"

Expand Down
Loading

0 comments on commit 5dae84a

Please sign in to comment.