summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen5200/i2c/mpc5200mbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen5200/i2c/mpc5200mbus.c')
-rw-r--r--bsps/powerpc/gen5200/i2c/mpc5200mbus.c35
1 files changed, 11 insertions, 24 deletions
diff --git a/bsps/powerpc/gen5200/i2c/mpc5200mbus.c b/bsps/powerpc/gen5200/i2c/mpc5200mbus.c
index aa926bc8d9..4db077da9d 100644
--- a/bsps/powerpc/gen5200/i2c/mpc5200mbus.c
+++ b/bsps/powerpc/gen5200/i2c/mpc5200mbus.c
@@ -1,35 +1,22 @@
-/*===============================================================*\
-| Project: RTEMS generic MPC5200 BSP |
-+-----------------------------------------------------------------+
-| Copyright (c) 2005 |
-| Embedded Brains GmbH |
-| Obere Lagerstr. 30 |
-| D-82178 Puchheim |
-| Germany |
-| rtems@embedded-brains.de |
-+-----------------------------------------------------------------+
-| The license and distribution terms for this file may be |
-| found in the file LICENSE in this distribution or at |
-| |
-| http://www.rtems.org/license/LICENSE. |
-| |
-+-----------------------------------------------------------------+
-| MBUS module (I2C bus) driver |
-+-----------------------------------------------------------------+
-| This file has been adapted from an existing source code file, |
-| see the original file header below for reference |
-\*===============================================================*/
-
-/* MCF5206e MBUS module (I2C bus) driver
+/*
+ * RTEMS generic MPC5200 BSP
+ *
+ * MBUS module (I2C bus) driver
*
+ * Adapted from:
+ * MCF5206e MBUS module (I2C bus) driver
+ */
+
+/*
* Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
+ * Copyright (c) 2005 embedded brains GmbH & Co. KG
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
- *
* http://www.rtems.org/license/LICENSE.
*/
+
#include "../i2c/mpc5200mbus.h"
#include <bsp/mpc5200.h>
#include <bsp/irq.h>