summaryrefslogtreecommitdiff
path: root/src/helper
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/helper
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/helper')
-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
18 files changed, 41 insertions, 34 deletions
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 *