[rtems commit] bsps: Automated IMD header file clean up

Christian Mauderer christianm at rtems.org
Thu Mar 10 08:06:49 UTC 2022


Module:    rtems
Branch:    master
Commit:    3293a21c73b8bb6a59c6c2d87ee98964d60c3142
Changeset: http://git.rtems.org/rtems/commit/?id=3293a21c73b8bb6a59c6c2d87ee98964d60c3142

Author:    Christian Mauderer <christian.mauderer at embedded-brains.de>
Date:      Mon Mar  7 13:53:06 2022 +0100

bsps: Automated IMD header file clean up

Use the same form of IMD in all copyright lines

Update #4625.

---

 bsps/i386/pc386/ata/ide.c                    | 2 +-
 bsps/i386/pc386/ata/idecfg.c                 | 2 +-
 bsps/powerpc/gen5200/ata/pcmcia_ide.c        | 2 +-
 bsps/powerpc/gen5200/slicetimer/slicetimer.c | 2 +-
 bsps/powerpc/shared/clock/clock-ppc403.c     | 2 +-
 bsps/powerpc/virtex/include/bsp.h            | 2 +-
 bsps/powerpc/virtex/start/bspstart.c         | 4 ++--
 bsps/powerpc/virtex4/include/bsp.h           | 2 +-
 bsps/powerpc/virtex4/start/bspstart.c        | 4 ++--
 bsps/powerpc/virtex5/include/bsp.h           | 2 +-
 bsps/powerpc/virtex5/start/bspstart.c        | 4 ++--
 11 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/bsps/i386/pc386/ata/ide.c b/bsps/i386/pc386/ata/ide.c
index 8b0b585..04cf943 100644
--- a/bsps/i386/pc386/ata/ide.c
+++ b/bsps/i386/pc386/ata/ide.c
@@ -8,7 +8,7 @@
  */
 
 /*
- * Copyright (c) 2003 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler
+ * Copyright (c) 2003 IMD Ingenieurbuero fuer Microcomputertechnik
  * All rights reserved.
  *
  * The license and distribution terms for this file may be
diff --git a/bsps/i386/pc386/ata/idecfg.c b/bsps/i386/pc386/ata/idecfg.c
index 777b8bc..35d4a79 100644
--- a/bsps/i386/pc386/ata/idecfg.c
+++ b/bsps/i386/pc386/ata/idecfg.c
@@ -6,7 +6,7 @@
  */
 
 /*
- * Copyright (c) 2003 Ingenieurbuero fuer Microcomputertechnik Th. Doerfler
+ * Copyright (c) 2003 IMD Ingenieurbuero fuer Microcomputertechnik
  * All rights reserved.
  *
  * The license and distribution terms for this file may be
diff --git a/bsps/powerpc/gen5200/ata/pcmcia_ide.c b/bsps/powerpc/gen5200/ata/pcmcia_ide.c
index 33d6162..931e227 100644
--- a/bsps/powerpc/gen5200/ata/pcmcia_ide.c
+++ b/bsps/powerpc/gen5200/ata/pcmcia_ide.c
@@ -9,7 +9,7 @@
  */
 
 /*
- * Copyright (c) 2003 IMD Ingenieurbuero fuer Microcomputertechnik Th. Doerfler.
+ * Copyright (c) 2003 IMD Ingenieurbuero fuer Microcomputertechnik
  * All rights reserved.
  * Copyright (c) 2003 IPR Engineering
  * Copyright (c) 2005 embedded brains GmbH. All rights reserved.
diff --git a/bsps/powerpc/gen5200/slicetimer/slicetimer.c b/bsps/powerpc/gen5200/slicetimer/slicetimer.c
index d99e0ed..196e0df 100644
--- a/bsps/powerpc/gen5200/slicetimer/slicetimer.c
+++ b/bsps/powerpc/gen5200/slicetimer/slicetimer.c
@@ -27,7 +27,7 @@
  *    of this software for any purpose.
  *
  * Modifications for deriving timer clock from cpu system clock by
- * Copyright (c) 1997 by Ingenieurbuero fuer Microcomputertechnik Th. Doerfler
+ * Copyright (c) 1997 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  * COPYRIGHT (c) 1989-1999.
  * On-Line Applications Research Corporation (OAR).
diff --git a/bsps/powerpc/shared/clock/clock-ppc403.c b/bsps/powerpc/shared/clock/clock-ppc403.c
index bc74445..840e1c8 100644
--- a/bsps/powerpc/shared/clock/clock-ppc403.c
+++ b/bsps/powerpc/shared/clock/clock-ppc403.c
@@ -26,7 +26,7 @@
  *  Modifications for deriving timer clock from cpu system clock by
  *              Thomas Doerfler <td at imd.m.isar.de>
  *  for these modifications:
- *  COPYRIGHT (c) 1997 by IMD, Puchheim, Germany.
+ *  Copyright (c) 1997 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  COPYRIGHT (c) 1989-2012.
  *  On-Line Applications Research Corporation (OAR).
diff --git a/bsps/powerpc/virtex/include/bsp.h b/bsps/powerpc/virtex/include/bsp.h
index b55e1a6..69f98f4 100644
--- a/bsps/powerpc/virtex/include/bsp.h
+++ b/bsps/powerpc/virtex/include/bsp.h
@@ -15,7 +15,7 @@
  *  Author:	Thomas Doerfler <td at imd.m.isar.de>
  *              IMD Ingenieurbuero fuer Microcomputertechnik
  *
- *  COPYRIGHT (c) 1998 by IMD
+ *  Copyright (c) 1998 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  Changes from IMD are covered by the original distributions terms.
  *  This file has been derived from the papyrus BSP.
diff --git a/bsps/powerpc/virtex/start/bspstart.c b/bsps/powerpc/virtex/start/bspstart.c
index 11eb57c..641eff9 100644
--- a/bsps/powerpc/virtex/start/bspstart.c
+++ b/bsps/powerpc/virtex/start/bspstart.c
@@ -12,7 +12,7 @@
  *  Author:	Thomas Doerfler <td at imd.m.isar.de>
  *              IMD Ingenieurbuero fuer Microcomputertechnik
  *
- *  COPYRIGHT (c) 1998 by IMD
+ *  Copyright (c) 1998 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  Changes from IMD are covered by the original distributions terms.
  *  This file has been derived from the papyrus BSP:
@@ -36,7 +36,7 @@
  *  with linker command file by
  *              Thomas Doerfler <td at imd.m.isar.de>
  *  for these modifications:
- *  COPYRIGHT (c) 1997 by IMD, Puchheim, Germany.
+ *  Copyright (c) 1997 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  To anyone who acknowledges that this file is provided "AS IS"
  *  without any express or implied warranty:
diff --git a/bsps/powerpc/virtex4/include/bsp.h b/bsps/powerpc/virtex4/include/bsp.h
index d0ab968..dc9d4cd 100644
--- a/bsps/powerpc/virtex4/include/bsp.h
+++ b/bsps/powerpc/virtex4/include/bsp.h
@@ -16,7 +16,7 @@
  *  Author:	Thomas Doerfler <td at imd.m.isar.de>
  *              IMD Ingenieurbuero fuer Microcomputertechnik
  *
- *  COPYRIGHT (c) 1998 by IMD
+ *  Copyright (c) 1998 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  Changes from IMD are covered by the original distributions terms.
  *  This file has been derived from the papyrus BSP.
diff --git a/bsps/powerpc/virtex4/start/bspstart.c b/bsps/powerpc/virtex4/start/bspstart.c
index 6ff7433..3597c9a 100644
--- a/bsps/powerpc/virtex4/start/bspstart.c
+++ b/bsps/powerpc/virtex4/start/bspstart.c
@@ -9,7 +9,7 @@
  *  Author:	Thomas Doerfler <td at imd.m.isar.de>
  *              IMD Ingenieurbuero fuer Microcomputertechnik
  *
- *  COPYRIGHT (c) 1998 by IMD
+ *  Copyright (c) 1998 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  Changes from IMD are covered by the original distributions terms.
  *  This file has been derived from the papyrus BSP:
@@ -33,7 +33,7 @@
  *  with linker command file by
  *              Thomas Doerfler <td at imd.m.isar.de>
  *  for these modifications:
- *  COPYRIGHT (c) 1997 by IMD, Puchheim, Germany.
+ *  Copyright (c) 1997 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  To anyone who acknowledges that this file is provided "AS IS"
  *  without any express or implied warranty:
diff --git a/bsps/powerpc/virtex5/include/bsp.h b/bsps/powerpc/virtex5/include/bsp.h
index 97a3da9..00be499 100644
--- a/bsps/powerpc/virtex5/include/bsp.h
+++ b/bsps/powerpc/virtex5/include/bsp.h
@@ -12,7 +12,7 @@
  *  Author:	Thomas Doerfler <td at imd.m.isar.de>
  *              IMD Ingenieurbuero fuer Microcomputertechnik
  *
- *  COPYRIGHT (c) 1998 by IMD
+ *  Copyright (c) 1998 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  Changes from IMD are covered by the original distributions terms.
  *  This file has been derived from the papyrus BSP.
diff --git a/bsps/powerpc/virtex5/start/bspstart.c b/bsps/powerpc/virtex5/start/bspstart.c
index c2783f6..13711c5 100644
--- a/bsps/powerpc/virtex5/start/bspstart.c
+++ b/bsps/powerpc/virtex5/start/bspstart.c
@@ -10,7 +10,7 @@
  *  Author:	Thomas Doerfler <td at imd.m.isar.de>
  *              IMD Ingenieurbuero fuer Microcomputertechnik
  *
- *  COPYRIGHT (c) 1998 by IMD
+ *  Copyright (c) 1998 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  Changes from IMD are covered by the original distributions terms.
  *  This file has been derived from the papyrus BSP:
@@ -34,7 +34,7 @@
  *  with linker command file by
  *              Thomas Doerfler <td at imd.m.isar.de>
  *  for these modifications:
- *  COPYRIGHT (c) 1997 by IMD, Puchheim, Germany.
+ *  Copyright (c) 1997 IMD Ingenieurbuero fuer Microcomputertechnik
  *
  *  To anyone who acknowledges that this file is provided "AS IS"
  *  without any express or implied warranty:



More information about the vc mailing list