aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flash/ecos.c2
-rw-r--r--src/flash/flash.c5
-rw-r--r--src/flash/flash.h5
-rw-r--r--src/flash/stellaris.c3
-rw-r--r--src/helper/binarybuffer.c2
-rw-r--r--src/helper/binarybuffer.h2
-rw-r--r--src/helper/command.c4
-rw-r--r--src/helper/command.h2
-rw-r--r--src/helper/configuration.c2
-rw-r--r--src/helper/configuration.h2
-rw-r--r--src/helper/fileio.c5
-rw-r--r--src/helper/fileio.h5
-rw-r--r--src/helper/jim.c9
-rw-r--r--src/helper/jim.h8
-rw-r--r--src/helper/log.c5
-rw-r--r--src/helper/log.h5
-rw-r--r--src/helper/options.c2
-rw-r--r--src/helper/replacements.c5
-rw-r--r--src/helper/replacements.h5
-rw-r--r--src/helper/time_support.c5
-rw-r--r--src/helper/time_support.h5
-rw-r--r--src/helper/types.h2
-rw-r--r--src/jtag/bitbang.c2
-rw-r--r--src/jtag/bitbang.h2
-rw-r--r--src/jtag/ft2232.c3
-rw-r--r--src/jtag/jlink.c3
-rw-r--r--src/jtag/jtag.c11
-rw-r--r--src/jtag/jtag.h2
-rw-r--r--src/jtag/parport.c3
-rw-r--r--src/server/gdb_server.c12
-rw-r--r--src/server/gdb_server.h5
-rw-r--r--src/server/server.c5
-rw-r--r--src/server/server.h5
-rw-r--r--src/server/telnet_server.c5
-rw-r--r--src/server/telnet_server.h5
-rw-r--r--src/target/arm11.c10
-rw-r--r--src/target/arm720t.c8
-rw-r--r--src/target/arm7_9_common.c5
-rw-r--r--src/target/arm7_9_common.h5
-rw-r--r--src/target/arm7tdmi.c13
-rw-r--r--src/target/arm7tdmi.h3
-rw-r--r--src/target/arm920t.c9
-rw-r--r--src/target/arm926ejs.c7
-rw-r--r--src/target/arm966e.c10
-rw-r--r--src/target/arm966e.h3
-rw-r--r--src/target/arm9tdmi.c12
-rw-r--r--src/target/arm9tdmi.h3
-rw-r--r--src/target/arm_jtag.c2
-rw-r--r--src/target/arm_jtag.h2
-rw-r--r--src/target/armv4_5.c3
-rw-r--r--src/target/armv4_5.h3
-rw-r--r--src/target/armv7m.c3
-rw-r--r--src/target/armv7m.h3
-rw-r--r--src/target/cortex_m3.c11
-rw-r--r--src/target/cortex_m3.h3
-rw-r--r--src/target/cortex_swjdp.c3
-rw-r--r--src/target/cortex_swjdp.h3
-rw-r--r--src/target/embeddedice.c5
-rw-r--r--src/target/embeddedice.h5
-rw-r--r--src/target/feroceon.c7
-rw-r--r--src/target/image.c5
-rw-r--r--src/target/image.h5
-rw-r--r--src/target/mips_m4k.c8
-rw-r--r--src/target/target.c14
-rw-r--r--src/target/target.h13
-rw-r--r--src/target/target/s3c2440.cfg10
-rw-r--r--src/target/target_request.c5
-rw-r--r--src/target/target_request.h5
-rw-r--r--src/target/xscale.c10
-rw-r--r--src/target/xscale.h2
-rw-r--r--src/xsvf/xsvf.c2
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 H