summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag')
-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
7 files changed, 13 insertions, 13 deletions
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 <juergen@jstuber.net> *
* 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 *