From: oharboe Date: Mon, 1 Sep 2008 21:22:20 +0000 (+0000) Subject: Duane Ellis has made highly non-trivial changes to both the target handling and comma... X-Git-Tag: v0.1.0~322 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=a5c4ef92b032d0429de2690031379dbb8c38ac6d 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 --- diff --git a/src/helper/command.c b/src/helper/command.c index 9719d1860c..c5c695b05d 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) * diff --git a/src/target/target.c b/src/target/target.c index ee65147c6d..5c3a086a52 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -5,6 +5,9 @@ * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * + * Copyright (C) 2008, Duane Ellis * + * openocd@duaneeellis.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 *