summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-09-20 10:50:53 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-09-20 10:50:53 +0000
commit68c598e88d5e09728ea845a81ab279c615bbaf0f (patch)
treeabcfe3a891588c7e33308df61d597ab99196b93d /src/jtag
parentd28931c2d41e9f75f6f596955c3f75595c902e09 (diff)
downloadopenocd+libswd-68c598e88d5e09728ea845a81ab279c615bbaf0f.tar.gz
openocd+libswd-68c598e88d5e09728ea845a81ab279c615bbaf0f.tar.bz2
openocd+libswd-68c598e88d5e09728ea845a81ab279c615bbaf0f.tar.xz
openocd+libswd-68c598e88d5e09728ea845a81ab279c615bbaf0f.zip
- added myself to copyright on files i remember adding large contributions for over the years
- cleaned up headers to match rest of code - added missing svn props for previously added files git-svn-id: svn://svn.berlios.de/openocd/trunk@987 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/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 *