]> git.gag.com Git - fw/openocd/blobdiff - src/target/arm966e.c
- added myself to copyright on files i remember adding large contributions for over...
[fw/openocd] / src / target / arm966e.c
index 60682af834532bd4cdad4ab211fd844e763ca3db..b5b6825cfe7716a07ee80b8ab2b6f5181acea1ae 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     *
@@ -345,10 +348,3 @@ int arm966e_register_commands(struct command_context_s *cmd_ctx)
        
        return ERROR_OK;
 }
-
-/*
- * Local Variables: ***
- * c-basic-offset: 4 ***
- * tab-width: 4 ***
- * End: ***
- */