summaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-25 06:54:17 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-25 06:54:17 +0000
commit526fe3d83e118d87af34353a7140c02f3f1a3c19 (patch)
tree5fae130c4ca871a7b59c82dcbea5f31a56bd59d9 /src/flash
parent1ac48e7500b88a82cd7e455c74dae4028bb03e11 (diff)
downloadopenocd+libswd-526fe3d83e118d87af34353a7140c02f3f1a3c19.tar.gz
openocd+libswd-526fe3d83e118d87af34353a7140c02f3f1a3c19.tar.bz2
openocd+libswd-526fe3d83e118d87af34353a7140c02f3f1a3c19.tar.xz
openocd+libswd-526fe3d83e118d87af34353a7140c02f3f1a3c19.zip
added yours sincerely for files where I feel that I've made non-trivial contributions.
git-svn-id: svn://svn.berlios.de/openocd/trunk@872 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash')
-rw-r--r--src/flash/ecos.c2
-rw-r--r--src/flash/flash.c3
-rw-r--r--src/flash/flash.h3
3 files changed, 7 insertions, 1 deletions
diff --git a/src/flash/ecos.c b/src/flash/ecos.c
index b771d694..d16d15e9 100644
--- a/src/flash/ecos.c
+++ b/src/flash/ecos.c
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 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 8444bb33..95a983b7 100644
--- a/src/flash/flash.c
+++ b/src/flash/flash.c
@@ -2,6 +2,9 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
+ * oyvind.harboe@zylin.com *
+ * *
* 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 e7a79f8f..807914ad 100644
--- a/src/flash/flash.h
+++ b/src/flash/flash.h
@@ -2,6 +2,9 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
+ * Copyright (C) 2007,2008 Øyvind Harboe *
+ * oyvind.harboe@zylin.com *
+ * *
* 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 *