- added myself to copyright on files i remember adding large contributions for over...
[fw/openocd] / src / target / arm7tdmi.c
index 56198d1cb7883d78869b8bcc07773dc7cf522cea..99fa9bc43b899fb8c3fb84fc22854d6fa6f7ed51 100644 (file)
@@ -2,6 +2,9 @@
  *   Copyright (C) 2005 by Dominic Rath                                    *
  *   Dominic.Rath@gmx.de                                                   *
  *                                                                         *
+ *   Copyright (C) 2008 by Spencer Oliver                                  *
+ *   spen@spen-soft.co.uk                                                  *
+ *                                                                         *
  *   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  *
  *   the Free Software Foundation; either version 2 of the License, or     *
@@ -851,13 +854,3 @@ int arm7tdmi_register_commands(struct command_context_s *cmd_ctx)
        return ERROR_OK;
 
 }
-
-
-
-
-/*
- * Local Variables: ***
- * c-basic-offset: 4 ***
- * tab-width: 4 ***
- * End: ***
- */