summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 13:23:07 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 13:23:07 -0500
commit78dea6ceb2d7b28f53d4c8d3386bb514ca625b20 (patch)
tree98c28696e0961c9e1de06ee8d81bf4ea934de0e1 /c
parentGeneral - Remove extraneous blank line in license message (diff)
downloadrtems-78dea6ceb2d7b28f53d4c8d3386bb514ca625b20.tar.bz2
libcpu misc m68k and sh - Correct formatting and remove weird Id strings
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h19
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h16
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h16
-rw-r--r--c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c16
-rw-r--r--c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h17
-rw-r--r--c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h16
6 files changed, 41 insertions, 59 deletions
diff --git a/c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h b/c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h
index 4f984a8740..6b19591889 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h
+++ b/c/src/lib/libcpu/m68k/mcf5206/include/mcf5206e.h
@@ -1,17 +1,14 @@
/*
- * Coldfire MCF5206e on-chip peripherial definitions.
- * Contents of this file based on information provided in
- * Motorola MCF5206e User's Manual
+ * Coldfire MCF5206e on-chip peripherial definitions.
+ * Contents of this file based on information provided in
+ * Motorola MCF5206e User's Manual
*
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
- * Author: Victor V. Vengerov <vvv@oktet.ru>
+ * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
+ * Author: Victor V. Vengerov <vvv@oktet.ru>
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef __MCF5206E_H__
diff --git a/c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h b/c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h
index d8a3703151..5281e215ad 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h
+++ b/c/src/lib/libcpu/m68k/mcf5206/include/mcfmbus.h
@@ -1,14 +1,12 @@
-/* MCF5206e MBUS module (I2C bus) driver header file
+/*
+ * MCF5206e MBUS module (I2C bus) driver header file
*
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
- * Author: Victor V. Vengerov <vvv@oktet.ru>
+ * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
+ * Author: Victor V. Vengerov <vvv@oktet.ru>
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef __MCFBSP_MCFMBUS_H__
diff --git a/c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h b/c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h
index dd5ea0bb37..200ccb53b0 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h
+++ b/c/src/lib/libcpu/m68k/mcf5206/include/mcfuart.h
@@ -1,16 +1,12 @@
/*
- * Generic UART Serial driver for Motorola Coldfire processors definitions
+ * Generic UART Serial driver for Motorola Coldfire processors definitions
*
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russian Fed.
- * Author: Victor V. Vengerov <vvv@oktet.ru>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russian Fed.
+ * Author: Victor V. Vengerov <vvv@oktet.ru>
*
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef __MCFUART_H__
diff --git a/c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c b/c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c
index 6433837a55..566c5f4dba 100644
--- a/c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c
+++ b/c/src/lib/libcpu/m68k/mcf5206/mbus/mcfmbus.c
@@ -1,14 +1,12 @@
-/* MCF5206e MBUS module (I2C bus) driver
+/*
+ * MCF5206e MBUS module (I2C bus) driver
*
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
- * Author: Victor V. Vengerov <vvv@oktet.ru>
+ * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
+ * Author: Victor V. Vengerov <vvv@oktet.ru>
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#include "mcf5206/mcfmbus.h"
diff --git a/c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h b/c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h
index 87cc9229d0..62c3b248f4 100644
--- a/c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h
+++ b/c/src/lib/libcpu/m68k/mcf5272/include/mcf5272.h
@@ -1,16 +1,13 @@
/*
- * Coldfire MCF5272 definitions.
- * Contents of this file based on information provided in
- * Motorola MCF5272 User's Manual.
+ * Coldfire MCF5272 definitions.
+ * Contents of this file based on information provided in
+ * Motorola MCF5272 User's Manual.
*
- * Copyright (C) 2004 Jay Monkman <jtm@lopingdog.com>
+ * Copyright (C) 2004 Jay Monkman <jtm@lopingdog.com>
*
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) mcf5206e.h,v 1.1 2001/10/26 19:32:40 joel Exp
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef __MCF5272_H__
diff --git a/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h b/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
index 0320adcaa4..c1d0780ce5 100644
--- a/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
+++ b/c/src/lib/libcpu/sh/sh7750/include/sh/sh4uart.h
@@ -1,16 +1,12 @@
/*
- * Generic UART Serial driver for SH-4 processors definitions
+ * Generic UART Serial driver for SH-4 processors definitions
*
- * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russian Fed.
- * Author: Alexandra Kossovsky <sasha@oktet.ru>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- *
- * http://www.rtems.com/license/LICENSE.
- *
- * @(#) $Id$
+ * Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russian Fed.
+ * Author: Alexandra Kossovsky <sasha@oktet.ru>
*
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*/
#ifndef __SH4UART_H__