From 68c598e88d5e09728ea845a81ab279c615bbaf0f Mon Sep 17 00:00:00 2001 From: ntfreak Date: Sat, 20 Sep 2008 10:50:53 +0000 Subject: [PATCH] - 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 --- src/flash/ecos.c | 2 +- src/flash/flash.c | 5 ++++- src/flash/flash.h | 5 ++++- src/flash/stellaris.c | 3 +++ src/helper/binarybuffer.c | 2 +- src/helper/binarybuffer.h | 2 +- src/helper/command.c | 4 ++-- src/helper/command.h | 2 +- src/helper/configuration.c | 2 +- src/helper/configuration.h | 2 +- src/helper/fileio.c | 5 ++++- src/helper/fileio.h | 5 ++++- src/helper/jim.c | 9 --------- src/helper/jim.h | 8 -------- src/helper/log.c | 5 ++++- src/helper/log.h | 5 ++++- src/helper/options.c | 2 +- src/helper/replacements.c | 5 ++++- src/helper/replacements.h | 5 ++++- src/helper/time_support.c | 5 ++++- src/helper/time_support.h | 5 ++++- src/helper/types.h | 2 +- src/jtag/bitbang.c | 2 +- src/jtag/bitbang.h | 2 +- src/jtag/ft2232.c | 3 +++ src/jtag/jlink.c | 3 +++ src/jtag/jtag.c | 11 +---------- src/jtag/jtag.h | 2 +- src/jtag/parport.c | 3 +++ src/server/gdb_server.c | 12 +++--------- src/server/gdb_server.h | 5 ++++- src/server/server.c | 5 ++++- src/server/server.h | 5 ++++- src/server/telnet_server.c | 5 ++++- src/server/telnet_server.h | 5 ++++- src/target/arm11.c | 10 +--------- src/target/arm720t.c | 8 -------- src/target/arm7_9_common.c | 5 ++++- src/target/arm7_9_common.h | 5 ++++- src/target/arm7tdmi.c | 13 +++---------- src/target/arm7tdmi.h | 3 +++ src/target/arm920t.c | 9 --------- src/target/arm926ejs.c | 7 ------- src/target/arm966e.c | 10 +++------- src/target/arm966e.h | 3 +++ src/target/arm9tdmi.c | 12 +++--------- src/target/arm9tdmi.h | 3 +++ src/target/arm_jtag.c | 2 +- src/target/arm_jtag.h | 2 +- src/target/armv4_5.c | 3 +++ src/target/armv4_5.h | 3 +++ src/target/armv7m.c | 3 +++ src/target/armv7m.h | 3 +++ src/target/cortex_m3.c | 11 +++-------- src/target/cortex_m3.h | 3 +++ src/target/cortex_swjdp.c | 3 +++ src/target/cortex_swjdp.h | 3 +++ src/target/embeddedice.c | 5 ++++- src/target/embeddedice.h | 5 ++++- src/target/feroceon.c | 7 ------- src/target/image.c | 5 ++++- src/target/image.h | 5 ++++- src/target/mips_m4k.c | 8 -------- src/target/target.c | 14 ++++---------- src/target/target.h | 13 ++++--------- src/target/target/s3c2440.cfg | 10 +++++----- src/target/target_request.c | 5 ++++- src/target/target_request.h | 5 ++++- src/target/xscale.c | 10 +--------- src/target/xscale.h | 2 +- src/xsvf/xsvf.c | 2 +- 71 files changed, 182 insertions(+), 191 deletions(-) diff --git a/src/flash/ecos.c b/src/flash/ecos.c index d16d15e95e..f6c2442f16 100644 --- a/src/flash/ecos.c +++ b/src/flash/ecos.c @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/flash/flash.c b/src/flash/flash.c index b9c9f5cf5b..5f9d78bc4a 100644 --- a/src/flash/flash.c +++ b/src/flash/flash.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/flash/flash.h b/src/flash/flash.h index 1f5ee9b389..904c0c7646 100644 --- a/src/flash/flash.h +++ b/src/flash/flash.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/flash/stellaris.c b/src/flash/stellaris.c index e39978606c..895fda1b61 100644 --- a/src/flash/stellaris.c +++ b/src/flash/stellaris.c @@ -2,6 +2,9 @@ * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * + * 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/helper/binarybuffer.c b/src/helper/binarybuffer.c index a3b1cbd59f..f3ef11ce9f 100644 --- a/src/helper/binarybuffer.c +++ b/src/helper/binarybuffer.c @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/helper/binarybuffer.h b/src/helper/binarybuffer.h index 0c27be25dd..7100b872f9 100644 --- a/src/helper/binarybuffer.h +++ b/src/helper/binarybuffer.h @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/helper/command.c b/src/helper/command.c index c5c695b05d..f46b3be8f6 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -2,9 +2,9 @@ * 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, Duane Ellis * * openocd@duaneeellis.com * * * diff --git a/src/helper/command.h b/src/helper/command.h index 23125bedc4..a539c4607b 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/helper/configuration.c b/src/helper/configuration.c index 3889bfc757..a8d3bd2270 100644 --- a/src/helper/configuration.c +++ b/src/helper/configuration.c @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/helper/configuration.h b/src/helper/configuration.h index b5cedd5612..109bd10049 100644 --- a/src/helper/configuration.h +++ b/src/helper/configuration.h @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/helper/fileio.c b/src/helper/fileio.c index 6b4a9f3ca8..84e1f846e4 100644 --- a/src/helper/fileio.c +++ b/src/helper/fileio.c @@ -2,9 +2,12 @@ * Copyright (C) 2007 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/helper/fileio.h b/src/helper/fileio.h index 471c5da141..a81f98ea27 100644 --- a/src/helper/fileio.h +++ b/src/helper/fileio.h @@ -2,9 +2,12 @@ * Copyright (C) 2007 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/helper/jim.c b/src/helper/jim.c index 7d5cc2baee..75e7e6cb65 100644 --- a/src/helper/jim.c +++ b/src/helper/jim.c @@ -12773,12 +12773,3 @@ Jim_Debug_ArgvString( Jim_Interp *interp, int argc, Jim_Obj *const *argv ) return Jim_GetString( debug_string_obj, NULL ); } - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/helper/jim.h b/src/helper/jim.h index 617cf002d0..3c04972902 100644 --- a/src/helper/jim.h +++ b/src/helper/jim.h @@ -1337,11 +1337,3 @@ static __inline__ void Jim_InitEmbedded(void) { #endif #endif /* __JIM__H */ - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/helper/log.c b/src/helper/log.c index 1a0f677d06..e5f6d3d6c5 100644 --- a/src/helper/log.c +++ b/src/helper/log.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/helper/log.h b/src/helper/log.h index b6f166beb4..6b81e41e20 100644 --- a/src/helper/log.h +++ b/src/helper/log.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/helper/options.c b/src/helper/options.c index 35c74fa1c0..04419569f4 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/helper/replacements.c b/src/helper/replacements.c index a451ca45c7..ebeae17dbf 100644 --- a/src/helper/replacements.c +++ b/src/helper/replacements.c @@ -2,9 +2,12 @@ * Copyright (C) 2006 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/helper/replacements.h b/src/helper/replacements.h index 3f88f7f669..b1020ac324 100644 --- a/src/helper/replacements.h +++ b/src/helper/replacements.h @@ -2,9 +2,12 @@ * Copyright (C) 2006 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/helper/time_support.c b/src/helper/time_support.c index 5109617837..b8ad45cbb7 100644 --- a/src/helper/time_support.c +++ b/src/helper/time_support.c @@ -2,9 +2,12 @@ * Copyright (C) 2006 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/helper/time_support.h b/src/helper/time_support.h index 0407a1c351..8594eb226e 100644 --- a/src/helper/time_support.h +++ b/src/helper/time_support.h @@ -2,9 +2,12 @@ * Copyright (C) 2006 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/helper/types.h b/src/helper/types.h index c6f909795e..6e6d59e452 100644 --- a/src/helper/types.h +++ b/src/helper/types.h @@ -2,7 +2,7 @@ * Copyright (C) 2004, 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/jtag/bitbang.c b/src/jtag/bitbang.c index e8d082a7aa..24346712a8 100644 --- a/src/jtag/bitbang.c +++ b/src/jtag/bitbang.c @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/jtag/bitbang.h b/src/jtag/bitbang.h index 6a38f9b4b7..807929895c 100644 --- a/src/jtag/bitbang.h +++ b/src/jtag/bitbang.h @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c index f0047d3193..6fdb546e62 100644 --- a/src/jtag/ft2232.c +++ b/src/jtag/ft2232.c @@ -2,6 +2,9 @@ * Copyright (C) 2004, 2006 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 * diff --git a/src/jtag/jlink.c b/src/jtag/jlink.c index b20efcabf0..c81e9a0291 100644 --- a/src/jtag/jlink.c +++ b/src/jtag/jlink.c @@ -2,6 +2,9 @@ * Copyright (C) 2007 by Juergen Stuber * * based on Dominic Rath's and Benedikt Sauter's usbprog.c * * * + * 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/jtag/jtag.c b/src/jtag/jtag.c index 1eee0973a4..90d52d0f00 100644 --- a/src/jtag/jtag.c +++ b/src/jtag/jtag.c @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * @@ -2224,12 +2224,3 @@ int handle_verify_ircapture_command(struct command_context_s *cmd_ctx, char *cmd return ERROR_OK; } - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 7fdcd7bdaf..d70ec2c894 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/jtag/parport.c b/src/jtag/parport.c index 1139865b03..0cfbd81f8b 100644 --- a/src/jtag/parport.c +++ b/src/jtag/parport.c @@ -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 * diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c index ca8d94489f..7a50fbaaf9 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 7192be6d10..691cebf4fb 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 26610cfd90..2334bb187a 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 6f0ec3e326..fd1abbf59c 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 c5b6bf5f97..2d779ec56e 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 4d85cb7a1b..d14a4341d5 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 * diff --git a/src/target/arm11.c b/src/target/arm11.c index 108194e5dc..f962cde2bb 100644 --- a/src/target/arm11.c +++ b/src/target/arm11.c @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008 digenius technology GmbH. * - * + * * * Copyright (C) 2008 Oyvind Harboe oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * @@ -1803,11 +1803,3 @@ int arm11_register_commands(struct command_context_s *cmd_ctx) return ERROR_OK; } - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/arm720t.c b/src/target/arm720t.c index e910af3e3a..ba9d1f6d5c 100644 --- a/src/target/arm720t.c +++ b/src/target/arm720t.c @@ -627,11 +627,3 @@ int arm720t_handle_mw_phys_command(command_context_t *cmd_ctx, char *cmd, char * return armv4_5_mmu_handle_mw_phys_command(cmd_ctx, cmd, args, argc, target, &arm720t->armv4_5_mmu); } - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c index dab16cfcdb..786f9a9ed7 100644 --- a/src/target/arm7_9_common.c +++ b/src/target/arm7_9_common.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/target/arm7_9_common.h b/src/target/arm7_9_common.h index ae17a6d1d7..73d8f59e47 100644 --- a/src/target/arm7_9_common.h +++ b/src/target/arm7_9_common.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/target/arm7tdmi.c b/src/target/arm7tdmi.c index 56198d1cb7..99fa9bc43b 100644 --- a/src/target/arm7tdmi.c +++ b/src/target/arm7tdmi.c @@ -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: *** - */ diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h index 6e4da7a778..1389244e7a 100644 --- a/src/target/arm7tdmi.h +++ b/src/target/arm7tdmi.h @@ -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 * diff --git a/src/target/arm920t.c b/src/target/arm920t.c index 67ffb3877a..5b4c175fdd 100644 --- a/src/target/arm920t.c +++ b/src/target/arm920t.c @@ -1500,12 +1500,3 @@ int arm920t_handle_mw_phys_command(command_context_t *cmd_ctx, char *cmd, char * return armv4_5_mmu_handle_mw_phys_command(cmd_ctx, cmd, args, argc, target, &arm920t->armv4_5_mmu); } - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/arm926ejs.c b/src/target/arm926ejs.c index c25a677de2..110adee040 100644 --- a/src/target/arm926ejs.c +++ b/src/target/arm926ejs.c @@ -947,10 +947,3 @@ static int arm926ejs_mmu(struct target_s *target, int *enabled) *enabled = arm926ejs->armv4_5_mmu.mmu_enabled; return ERROR_OK; } - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/arm966e.c b/src/target/arm966e.c index 60682af834..b5b6825cfe 100644 --- a/src/target/arm966e.c +++ b/src/target/arm966e.c @@ -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: *** - */ diff --git a/src/target/arm966e.h b/src/target/arm966e.h index 7169820bae..b98c022489 100644 --- a/src/target/arm966e.h +++ b/src/target/arm966e.h @@ -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 * diff --git a/src/target/arm9tdmi.c b/src/target/arm9tdmi.c index dcb35dabb8..0937c2abd5 100644 --- a/src/target/arm9tdmi.c +++ b/src/target/arm9tdmi.c @@ -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 * @@ -1116,12 +1119,3 @@ int handle_arm9tdmi_catch_vectors_command(struct command_context_s *cmd_ctx, cha return ERROR_OK; } - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h index 18297b62d8..e52bf78cd8 100644 --- a/src/target/arm9tdmi.h +++ b/src/target/arm9tdmi.h @@ -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 * diff --git a/src/target/arm_jtag.c b/src/target/arm_jtag.c index 25eae9608f..1e2683c186 100644 --- a/src/target/arm_jtag.c +++ b/src/target/arm_jtag.c @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/target/arm_jtag.h b/src/target/arm_jtag.h index 6fba449ed2..c567742901 100644 --- a/src/target/arm_jtag.h +++ b/src/target/arm_jtag.h @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/target/armv4_5.c b/src/target/armv4_5.c index 3812496edf..e092063ae1 100644 --- a/src/target/armv4_5.c +++ b/src/target/armv4_5.c @@ -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 * diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 3868fa3847..b4ac07378b 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -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 * diff --git a/src/target/armv7m.c b/src/target/armv7m.c index ad8f487df8..8ab9ddbe90 100644 --- a/src/target/armv7m.c +++ b/src/target/armv7m.c @@ -5,6 +5,9 @@ * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * + * 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/target/armv7m.h b/src/target/armv7m.h index 7eaa5c5128..80ffe3fd8c 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -5,6 +5,9 @@ * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * + * 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/target/cortex_m3.c b/src/target/cortex_m3.c index e034189a07..e2d906d62c 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -5,6 +5,9 @@ * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * + * 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 * @@ -1527,11 +1530,3 @@ int cortex_m3_register_commands(struct command_context_s *cmd_ctx) return retval; } - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index fec0a9edbc..56a74901fa 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -5,6 +5,9 @@ * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * + * 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/target/cortex_swjdp.c b/src/target/cortex_swjdp.c index db92a91fe2..91367fcea4 100644 --- a/src/target/cortex_swjdp.c +++ b/src/target/cortex_swjdp.c @@ -2,6 +2,9 @@ * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * + * 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/target/cortex_swjdp.h b/src/target/cortex_swjdp.h index 524386d0bf..4fc8501eb2 100644 --- a/src/target/cortex_swjdp.h +++ b/src/target/cortex_swjdp.h @@ -2,6 +2,9 @@ * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * + * 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/target/embeddedice.c b/src/target/embeddedice.c index 32e451a2ea..883254fc64 100644 --- a/src/target/embeddedice.c +++ b/src/target/embeddedice.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/target/embeddedice.h b/src/target/embeddedice.h index a5929e181d..aeb78a7488 100644 --- a/src/target/embeddedice.h +++ b/src/target/embeddedice.h @@ -2,9 +2,12 @@ * Copyright (C) 2005, 2006 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/target/feroceon.c b/src/target/feroceon.c index a5bdc2e178..7388307dff 100644 --- a/src/target/feroceon.c +++ b/src/target/feroceon.c @@ -725,10 +725,3 @@ int feroceon_examine(struct target_s *target) return ERROR_OK; } - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/image.c b/src/target/image.c index 20ce9f933b..00be677f11 100644 --- a/src/target/image.c +++ b/src/target/image.c @@ -2,9 +2,12 @@ * Copyright (C) 2007 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/target/image.h b/src/target/image.h index 4ff1bc129f..94ec70d1bc 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -2,9 +2,12 @@ * Copyright (C) 2007 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/target/mips_m4k.c b/src/target/mips_m4k.c index 6f8c1e93a8..0db7a94bc5 100644 --- a/src/target/mips_m4k.c +++ b/src/target/mips_m4k.c @@ -639,11 +639,3 @@ int mips_m4k_bulk_write_memory(target_t *target, u32 address, u32 count, u8 *buf { return mips_m4k_write_memory(target, address, 4, count, buffer); } - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/target.c b/src/target/target.c index a096045c18..5542b33543 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -2,12 +2,15 @@ * 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, Duane Ellis * * openocd@duaneeellis.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 * @@ -4083,12 +4086,3 @@ jim_target( Jim_Interp *interp, int argc, Jim_Obj *const *argv ) return JIM_ERR; } - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/target.h b/src/target/target.h index f6f5177e63..efa0c6451e 100644 --- a/src/target/target.h +++ b/src/target/target.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 * @@ -432,11 +435,3 @@ extern const Jim_Nvp nvp_error_target[]; extern const char *target_strerror_safe( int err ); #endif /* TARGET_H */ - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/target/s3c2440.cfg b/src/target/target/s3c2440.cfg index 2a78519b7d..7a8e3c7c2e 100644 --- a/src/target/target/s3c2440.cfg +++ b/src/target/target/s3c2440.cfg @@ -1,5 +1,5 @@ -# same as OpenMoko? -reset_config trst_and_srst -jtag_device 4 0x1 0xf 0xe -target arm920t little reset_run 0 arm920t -working_area 0 0x200000 0x4000 backup +# same as OpenMoko? +reset_config trst_and_srst +jtag_device 4 0x1 0xf 0xe +target arm920t little reset_run 0 arm920t +working_area 0 0x200000 0x4000 backup diff --git a/src/target/target_request.c b/src/target/target_request.c index 72b29d31ad..df97a65f79 100644 --- a/src/target/target_request.c +++ b/src/target/target_request.c @@ -2,9 +2,12 @@ * Copyright (C) 2007 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/target/target_request.h b/src/target/target_request.h index 216e6e172d..697e75c5b6 100644 --- a/src/target/target_request.h +++ b/src/target/target_request.h @@ -2,9 +2,12 @@ * Copyright (C) 2007 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/target/xscale.c b/src/target/xscale.c index 6b033cbd3e..20c7f646aa 100644 --- a/src/target/xscale.c +++ b/src/target/xscale.c @@ -2,7 +2,7 @@ * Copyright (C) 2006, 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * @@ -3722,11 +3722,3 @@ int xscale_register_commands(struct command_context_s *cmd_ctx) return ERROR_OK; } - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ diff --git a/src/target/xscale.h b/src/target/xscale.h index edccb4694c..c9a6ea203c 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 2636067829..d732871a5f 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -2,7 +2,7 @@ * 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 * * * * This program is free software; you can redistribute it and/or modify * -- 2.30.2