From 6d3bed69dc023f49b51b6504d977463e722e9e9d Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 29 Feb 2008 12:37:45 +0000 Subject: Uwe Hermann: Small cosmetic fixes in the license header to make them all look the same, fix some typos, update README. git-svn-id: svn://svn.berlios.de/openocd/trunk@396 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/arm11.c | 1 - src/target/arm11.h | 1 - src/target/arm11_dbgtap.c | 1 - src/target/armv7m.c | 1 + src/target/armv7m.h | 1 + src/target/cortex_m3.c | 1 + src/target/cortex_m3.h | 1 + src/target/cortex_swjdp.c | 2 +- src/target/feroceon.c | 40 ++++++++++++++++++++-------------------- src/target/target_request.h | 2 +- 10 files changed, 26 insertions(+), 25 deletions(-) (limited to 'src/target') diff --git a/src/target/arm11.c b/src/target/arm11.c index 05b6112e..85068a11 100644 --- a/src/target/arm11.c +++ b/src/target/arm11.c @@ -16,7 +16,6 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/target/arm11.h b/src/target/arm11.h index 9c1bcd06..0b203325 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -16,7 +16,6 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - #ifndef ARM11_H #define ARM11_H diff --git a/src/target/arm11_dbgtap.c b/src/target/arm11_dbgtap.c index 97ec2fba..72d4ee04 100644 --- a/src/target/arm11_dbgtap.c +++ b/src/target/arm11_dbgtap.c @@ -16,7 +16,6 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/target/armv7m.c b/src/target/armv7m.c index bed39485..2f82a6f1 100644 --- a/src/target/armv7m.c +++ b/src/target/armv7m.c @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 0059b18d..946264c4 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index bdb40503..8e8665bc 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index 0ed3b0ad..d04923f9 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -1,6 +1,7 @@ /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * + * * * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * * diff --git a/src/target/cortex_swjdp.c b/src/target/cortex_swjdp.c index 160f4c53..81ff6f99 100644 --- a/src/target/cortex_swjdp.c +++ b/src/target/cortex_swjdp.c @@ -22,7 +22,7 @@ * CoreSight (Light?) SerialWireJtagDebugPort * * * * CoreSight™ DAP-Lite TRM, ARM DDI 0316A * - * Cortex-M3™ TRM, ARM DDI 0337C * + * Cortex-M3™ TRM, ARM DDI 0337C * * * ***************************************************************************/ #ifdef HAVE_CONFIG_H diff --git a/src/target/feroceon.c b/src/target/feroceon.c index 9e200d62..5346a14d 100644 --- a/src/target/feroceon.c +++ b/src/target/feroceon.c @@ -1,26 +1,26 @@ +/*************************************************************************** + * Copyright (C) 2008 by Marvell Semiconductors, Inc. * + * Written by Nicolas Pitre * + * * + * 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 * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + /* * Marvell Feroceon (88F5182, 88F5281) support. * - * Copyright (C) 2008 Marvell Semiconductors, Inc. - * Written by Nicolas Pitre - * - * 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 - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the - * Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -/* * The Feroceon core mimics the ARM926 ICE interface with the following * differences: * diff --git a/src/target/target_request.h b/src/target/target_request.h index 0547c1d3..487ce346 100644 --- a/src/target/target_request.h +++ b/src/target/target_request.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Dominic Rath * + * Copyright (C) 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * * * This program is free software; you can redistribute it and/or modify * -- cgit v1.2.3