- added myself to copyright on files i remember adding large contributions for over...
[fw/openocd] / src / server / gdb_server.c
index ca8d94489f20b000a48bbc7d950035b8a8fe6e02..7a50fbaaf91cb9eaa1324be91bfb007bc6ef275d 100644 (file)
@@ -5,6 +5,9 @@
  *   Copyright (C) 2007,2008 Ã˜yvind Harboe                                 *
  *   oyvind.harboe@zylin.com                                               *
  *                                                                         *
+ *   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     *
@@ -2278,12 +2281,3 @@ int gdb_register_commands(command_context_t *command_context)
                        "is not sufficient");
        return ERROR_OK;
 }
-
-
-
-/*
- * Local Variables: ***
- * c-basic-offset: 4 ***
- * tab-width: 4 ***
- * End: ***
- */