Updated copyright.

This commit is contained in:
Steve Nygard 2001-03-27 10:40:34 +00:00
parent b83e79f5c0
commit b899b6d51d

View File

@ -1,11 +1,11 @@
//
// $Id: class-dump.m,v 1.10 2001/03/27 10:35:37 nygard Exp $
// $Id: class-dump.m,v 1.11 2001/03/27 10:40:34 nygard Exp $
//
//
// This file is a part of class-dump v2, a utility for examining the
// Objective-C segment of Mach-O files.
// Copyright (C) 1997, 1998, 1999, 2000 Steve Nygard
// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
@ -905,7 +905,7 @@ void print_header (void)
"/*\n"
" * Generated by class-dump (version %s).\n"
" *\n"
" * class-dump is Copyright (C) 1997, 1999, 2000 by Steve Nygard.\n"
" * class-dump is Copyright (C) 1997, 1999, 2000, 2001 by Steve Nygard.\n"
" */\n", CLASS_DUMP_VERSION
);
}