From 68c598e88d5e09728ea845a81ab279c615bbaf0f Mon Sep 17 00:00:00 2001 From: ntfreak Date: Sat, 20 Sep 2008 10:50:53 +0000 Subject: - 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 --- src/target/arm7tdmi.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/target/arm7tdmi.c') diff --git a/src/target/arm7tdmi.c b/src/target/arm7tdmi.c index 56198d1c..99fa9bc4 100644 --- a/src/target/arm7tdmi.c +++ b/src/target/arm7tdmi.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 * @@ -851,13 +854,3 @@ int arm7tdmi_register_commands(struct command_context_s *cmd_ctx) return ERROR_OK; } - - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ -- cgit v1.2.3