Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Mar 2, 2019
1 parent 272d65e commit 0970c72
Show file tree
Hide file tree
Showing 179 changed files with 180 additions and 180 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ License

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-2015 Steve Nygard.
Copyright (C) 1997-2019 Steve Nygard.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 by Steve Nygard.\n"];
[resultString appendString:@"// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 Steve Nygard.

#import "CDFindMethodVisitor.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/CDLCBuildVersion.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-2015 Steve Nygard.
// Copyright (C) 1997-2019 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/CDLCBuildVersion.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-2015 Steve Nygard.
// Copyright (C) 1997-2019 Steve Nygard.

#import "CDLCBuildVersion.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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 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-2015 Steve Nygard.
// Copyright (C) 1997-2019 Steve Nygard.

#import "CDLoadCommand.h"

Expand Down
Loading

0 comments on commit 0970c72

Please sign in to comment.