mirror of
https://github.com/darlinghq/class-dump.git
synced 2024-11-26 22:00:27 +00:00
Update copyrights.
This commit is contained in:
parent
272d65e901
commit
0970c7297d
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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) {
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user