diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-20 10:50:53 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-20 10:50:53 +0000 |
commit | 68c598e88d5e09728ea845a81ab279c615bbaf0f (patch) | |
tree | abcfe3a891588c7e33308df61d597ab99196b93d /src/server | |
parent | d28931c2d41e9f75f6f596955c3f75595c902e09 (diff) | |
download | openocd_libswd-68c598e88d5e09728ea845a81ab279c615bbaf0f.tar.gz openocd_libswd-68c598e88d5e09728ea845a81ab279c615bbaf0f.tar.bz2 openocd_libswd-68c598e88d5e09728ea845a81ab279c615bbaf0f.tar.xz openocd_libswd-68c598e88d5e09728ea845a81ab279c615bbaf0f.zip |
- added myself to copyright on files i remember adding large contributions for over the years
- cleaned up headers to match rest of code
- added missing svn props for previously added files
git-svn-id: svn://svn.berlios.de/openocd/trunk@987 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/server')
-rw-r--r-- | src/server/gdb_server.c | 12 | ||||
-rw-r--r-- | src/server/gdb_server.h | 5 | ||||
-rw-r--r-- | src/server/server.c | 5 | ||||
-rw-r--r-- | src/server/server.h | 5 | ||||
-rw-r--r-- | src/server/telnet_server.c | 5 | ||||
-rw-r--r-- | src/server/telnet_server.h | 5 |
6 files changed, 23 insertions, 14 deletions
diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c index ca8d9448..7a50fbaa 100644 --- a/src/server/gdb_server.c +++ b/src/server/gdb_server.c @@ -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: *** - */ diff --git a/src/server/gdb_server.h b/src/server/gdb_server.h index 7192be6d..691cebf4 100644 --- a/src/server/gdb_server.h +++ b/src/server/gdb_server.h @@ -2,9 +2,12 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * 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 * diff --git a/src/server/server.c b/src/server/server.c index 26610cfd..2334bb18 100644 --- a/src/server/server.c +++ b/src/server/server.c @@ -2,9 +2,12 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * 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 * diff --git a/src/server/server.h b/src/server/server.h index 6f0ec3e3..fd1abbf5 100644 --- a/src/server/server.h +++ b/src/server/server.h @@ -2,9 +2,12 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * 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 * diff --git a/src/server/telnet_server.c b/src/server/telnet_server.c index c5b6bf5f..2d779ec5 100644 --- a/src/server/telnet_server.c +++ b/src/server/telnet_server.c @@ -2,9 +2,12 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * 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 * diff --git a/src/server/telnet_server.h b/src/server/telnet_server.h index 4d85cb7a..d14a4341 100644 --- a/src/server/telnet_server.h +++ b/src/server/telnet_server.h @@ -2,9 +2,12 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * 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 * |