From b899b6d51dd4d6dbd192d043e9abb7a364ecc144 Mon Sep 17 00:00:00 2001 From: Steve Nygard Date: Tue, 27 Mar 2001 10:40:34 +0000 Subject: [PATCH] Updated copyright. --- class-dump.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class-dump.m b/class-dump.m index af8b4a8..22d1ab4 100644 --- a/class-dump.m +++ b/class-dump.m @@ -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 ); }