Skip to content

Commit 093dcce

Browse files
committed
Updated a few copyrights I missed.
1 parent 163b6f8 commit 093dcce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CDClassDump.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ - (void)appendHeaderToString:(NSMutableString *)resultString;
349349
[resultString appendString:@"/*\n"];
350350
[resultString appendFormat:@" * Generated by class-dump %s.\n", CLASS_DUMP_VERSION];
351351
[resultString appendString:@" *\n"];
352-
[resultString appendString:@" * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.\n"];
352+
[resultString appendString:@" * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2010 by Steve Nygard.\n"];
353353
[resultString appendString:@" */\n\n"];
354354
}
355355

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The latest version and information is available at:
1111

1212
This file is part of class-dump, a utility for examining the
1313
Objective-C segment of Mach-O files.
14-
Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard
14+
Copyright (C) 1997-1998, 2000-2001, 2004-2010 Steve Nygard.
1515

1616
This program is free software; you can redistribute it and/or modify
1717
it under the terms of the GNU General Public License as published by

keys.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
APPNAME=class-dump
22
SHORT_DESCRIPTION=a utility for examining the Objective-C segment of Mach-O files
33
OWNER=Steve Nygard
4-
COPYRIGHT=Copyright (C) 1997-1998, 2000-2001, 2004-2009 Steve Nygard.
4+
COPYRIGHT=Copyright (C) 1997-1998, 2000-2001, 2004-2010 Steve Nygard.

0 commit comments

Comments
 (0)