From 68c598e88d5e09728ea845a81ab279c615bbaf0f Mon Sep 17 00:00:00 2001 From: ntfreak Date: Sat, 20 Sep 2008 10:50:53 +0000 Subject: - 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 d16d15e9..f6c2442f 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 b9c9f5cf..5f9d78bc 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 1f5ee9b3..904c0c76 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 e3997860..895fda1b 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 a3b1cbd5..f3ef11ce 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 0c27be25..7100b872 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 c5c695b0..f46b3be8 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 23125bed..a539c460 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 3889bfc7..a8d3bd22 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 b5cedd56..109bd100 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 6b4a9f3c..84e1f846 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 471c5da1..a81f98ea 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 7d5cc2ba..75e7e6cb 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 617cf002..3c049729 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 1a0f677d..e5f6d3d6 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 b6f166be..6b81e41e 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 35c74fa1..04419569 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 a451ca45..ebeae17d 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 3f88f7f6..b1020ac3 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 51096178..b8ad45cb 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 0407a1c3..8594eb22 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 c6f90979..6e6d59e4 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 e8d082a7..24346712 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 6a38f9b4..80792989 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 f0047d31..6fdb546e 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 b20efcab..c81e9a02 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 1eee0973..90d52d0f 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 7fdcd7bd..d70ec2c8 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 1139865b..0cfbd81f 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 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 * diff --git a/src/target/arm11.c b/src/target/arm11.c index 108194e5..f962cde2 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 e910af3e..ba9d1f6d 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 dab16cfc..786f9a9e 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 ae17a6d1..73d8f59e 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 56198d1c..99fa9bc4 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 6e4da7a7..1389244e 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 67ffb387..5b4c175f 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 c25a677d..110adee0 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 60682af8..b5b6825c 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 7169820b..b98c0224 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 dcb35dab..0937c2ab 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 18297b62..e52bf78c 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 25eae960..1e2683c1 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 6fba449e..c5677429 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 3812496e..e092063a 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 3868fa38..b4ac0737 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 ad8f487d..8ab9ddbe 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 7eaa5c51..80ffe3fd 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 e034189a..e2d906d6 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 fec0a9ed..56a74901 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 db92a91f..91367fce 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 524386d0..4fc8501e 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 32e451a2..883254fc 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 a5929e18..aeb78a74 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 a5bdc2e1..7388307d 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 20ce9f93..00be677f 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 4ff1bc12..94ec70d1 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 6f8c1e93..0db7a94b 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 a096045c..5542b335 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 f6f5177e..efa0c645 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 2a78519b..7a8e3c7c 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 72b29d31..df97a65f 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 216e6e17..697e75c5 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 6b033cbd..20c7f646 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 edccb469..c9a6ea20 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 26360678..d732871a 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 * -- cgit v1.2.3