Update copyrights.

This commit is contained in:
Steve Nygard 2019-03-01 23:56:10 -07:00
parent 272d65e901
commit 0970c7297d
179 changed files with 180 additions and 180 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"
@ -255,7 +255,7 @@ NSString *CDErrorKey_Exception = @"CDErrorKey_Exception";
[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) {

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 "CDLCPreboundDylib.h"

View File

@ -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"

View File

@ -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 "CDLCRoutines32.h"

View File

@ -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"

View File

@ -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 "CDLCRoutines64.h"

View File

@ -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"

View File

@ -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 "CDLCRunPath.h"

View File

@ -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"

View File

@ -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 "CDLCSegment.h"

View File

@ -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"

View File

@ -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 "CDLCSourceVersion.h"

View File

@ -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"

View File

@ -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 "CDLCSubClient.h"

View File

@ -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"

View File

@ -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 "CDLCSubFramework.h"

View File

@ -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"

View File

@ -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 "CDLCSubLibrary.h"

View File

@ -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"

View File

@ -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 "CDLCSubUmbrella.h"

View File

@ -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"

View File

@ -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 "CDLCSymbolTable.h"

View File

@ -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"

View File

@ -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 "CDLCTwoLevelHints.h"

View File

@ -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"

View File

@ -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 "CDLCUUID.h"

View File

@ -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"

View File

@ -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 "CDLCUnixThread.h"

View File

@ -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"

View File

@ -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 "CDLCUnknown.h"

View File

@ -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"

View File

@ -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 "CDLCVersionMinimum.h"

View File

@ -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.
// Importing these here saves us from importing them in the implementation of every load command.
#include <mach-o/loader.h>

View File

@ -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"

View File

@ -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"

View File

@ -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 "CDMachOFile.h"

View File

@ -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"

View File

@ -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 "CDMachOFileDataCursor.h"

View File

@ -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.
@class CDType;

View File

@ -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 "CDMethodType.h"

View File

@ -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"

View File

@ -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 "CDMultiFileVisitor.h"

View File

@ -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 "CDOCProtocol.h"

View File

@ -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 "CDOCCategory.h"

View File

@ -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 "CDOCProtocol.h"

View File

@ -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 "CDOCClass.h"

View File

@ -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 <Foundation/Foundation.h>

View File

@ -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 "CDOCClassReference.h"
#import "CDOCClass.h"

View File

@ -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.
@class CDType, CDTypeController;

View File

@ -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 "CDOCInstanceVariable.h"

View File

@ -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.
@class CDTypeController;

View File

@ -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 "CDOCMethod.h"

View File

@ -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.
@class CDOCSymtab;

View File

@ -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 "CDOCModule.h"

View File

@ -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.
@class CDType;

View File

@ -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 "CDOCProperty.h"

View File

@ -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.
@class CDTypeController;
@class CDVisitor, CDVisitorPropertyState;

View File

@ -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 "CDOCProtocol.h"

Some files were not shown because too many files have changed in this diff Show More