From: cuz Date: Thu, 1 Sep 2005 19:41:20 +0000 (+0000) Subject: Bumped the year in the copyright message X-Git-Tag: V2.12.0~230 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0da9d41a000e796c7c5412056fa76aaca9f1e34d;p=cc65 Bumped the year in the copyright message git-svn-id: svn://svn.cc65.org/cc65/trunk@3616 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65/instr.c b/src/ca65/instr.c index 84cd9e5fa..1603dcd9f 100644 --- a/src/ca65/instr.c +++ b/src/ca65/instr.c @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998-2004 Ullrich von Bassewitz */ -/* Römerstraße 52 */ -/* D-70794 Filderstadt */ -/* EMail: uz@cc65.org */ +/* (C) 1998-2005, Ullrich von Bassewitz */ +/* Römerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ diff --git a/src/ca65/instr.h b/src/ca65/instr.h index b85b8cd30..8e00c0f6d 100644 --- a/src/ca65/instr.h +++ b/src/ca65/instr.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998-2004 Ullrich von Bassewitz */ -/* Römerstrasse 52 */ -/* D-70794 Filderstadt */ -/* EMail: uz@cc65.org */ +/* (C) 1998-2005, Ullrich von Bassewitz */ +/* Römerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -108,7 +108,7 @@ struct InsDesc { void (*Emit) (const InsDesc*);/* Handler function */ }; -/* An instruction table */ +/* An instruction table */ typedef struct InsTable InsTable; struct InsTable { unsigned Count; /* Number of intstructions */