]> git.sur5r.net Git - cc65/commitdiff
Bumped the year in the copyright message
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 1 Sep 2005 19:41:20 +0000 (19:41 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 1 Sep 2005 19:41:20 +0000 (19:41 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3616 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65/instr.c
src/ca65/instr.h

index 84cd9e5fa35bfbd999ba89755db1d306ad34e9cd..1603dcd9f1d7cb5564667b54d22ef7847bb2afaa 100644 (file)
@@ -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       */
index b85b8cd3062431bab37b6796d7f50d0c2f741410..8e00c0f6dafc4dad51f5a7b2a87c71be1f83ba83 100644 (file)
@@ -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 */