diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-01 21:22:20 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-01 21:22:20 +0000 |
commit | a5c4ef92b032d0429de2690031379dbb8c38ac6d (patch) | |
tree | 4682094e14ac9595be83b6b7ef949b03e1219ff7 /src/helper | |
parent | 5ac8036b7fdaa32d44fb756f46f60d8de33e3a50 (diff) | |
download | openocd+libswd-a5c4ef92b032d0429de2690031379dbb8c38ac6d.tar.gz openocd+libswd-a5c4ef92b032d0429de2690031379dbb8c38ac6d.tar.bz2 openocd+libswd-a5c4ef92b032d0429de2690031379dbb8c38ac6d.tar.xz openocd+libswd-a5c4ef92b032d0429de2690031379dbb8c38ac6d.zip |
Duane Ellis has made highly non-trivial changes to both the target handling and command system.
git-svn-id: svn://svn.berlios.de/openocd/trunk@977 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/command.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helper/command.c b/src/helper/command.c index 9719d186..c5c695b0 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -4,6 +4,9 @@ * * * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * + * + * Copyright (C) 2008, Duane Ellis * + * openocd@duaneeellis.com * * * * part of this file is taken from libcli (libcli.sourceforge.net) * * Copyright (C) David Parrish (david@dparrish.com) * |