From 12b36efe3936aef1b312753f91e3f7aa08746495 Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Mon, 7 Nov 2005 17:22:23 +0000 Subject: Assign copyright to OAR since all files descend from OAR's source. --- c/src/lib/libbsp/m68k/uC5282/ChangeLog | 4 ++++ c/src/lib/libbsp/m68k/uC5282/clock/clock.c | 9 +++++++++ c/src/lib/libbsp/m68k/uC5282/console/console.c | 20 +++++++++++++++----- c/src/lib/libbsp/m68k/uC5282/include/bsp.h | 9 +++++++++ c/src/lib/libbsp/m68k/uC5282/include/tm27.h | 7 ++++++- c/src/lib/libbsp/m68k/uC5282/network/network.c | 9 +++++++++ c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c | 10 +++------- c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c | 8 ++------ c/src/lib/libbsp/m68k/uC5282/startup/init5282.c | 15 ++++++++++++--- c/src/lib/libbsp/m68k/uC5282/startup/linkcmds | 4 +++- c/src/lib/libbsp/m68k/uC5282/timer/timer.c | 9 +++++++++ 11 files changed, 81 insertions(+), 23 deletions(-) (limited to 'c/src/lib/libbsp/m68k') diff --git a/c/src/lib/libbsp/m68k/uC5282/ChangeLog b/c/src/lib/libbsp/m68k/uC5282/ChangeLog index 98a2a12efa..941fd4bc18 100644 --- a/c/src/lib/libbsp/m68k/uC5282/ChangeLog +++ b/c/src/lib/libbsp/m68k/uC5282/ChangeLog @@ -1,3 +1,7 @@ +2005-11-07 Eric Norum + + * Almost everything: Assign copyright to OAR. + 2005-10-26 Eric Norum * README, network/network.c: Add support for forcing link parameters. diff --git a/c/src/lib/libbsp/m68k/uC5282/clock/clock.c b/c/src/lib/libbsp/m68k/uC5282/clock/clock.c index db98a9205e..29c243d85c 100644 --- a/c/src/lib/libbsp/m68k/uC5282/clock/clock.c +++ b/c/src/lib/libbsp/m68k/uC5282/clock/clock.c @@ -1,6 +1,15 @@ /* * Use the last periodic interval timer (PIT3) as the system clock. * + * Author: W. Eric Norum + * + * COPYRIGHT (c) 2005. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. + * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/uC5282/console/console.c b/c/src/lib/libbsp/m68k/uC5282/console/console.c index a54015abd1..7fea961692 100644 --- a/c/src/lib/libbsp/m68k/uC5282/console/console.c +++ b/c/src/lib/libbsp/m68k/uC5282/console/console.c @@ -1,8 +1,18 @@ - /* - * Multi UART console serial I/O. - * - * TO DO: Add DMA input/output - */ +/* + * Multi UART console serial I/O. + * + * TO DO: Add DMA input/output + * + * Author: W. Eric Norum + * + * COPYRIGHT (c) 2005. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. + * + */ #include #include diff --git a/c/src/lib/libbsp/m68k/uC5282/include/bsp.h b/c/src/lib/libbsp/m68k/uC5282/include/bsp.h index e17055c474..b61d6682ea 100644 --- a/c/src/lib/libbsp/m68k/uC5282/include/bsp.h +++ b/c/src/lib/libbsp/m68k/uC5282/include/bsp.h @@ -1,5 +1,14 @@ /* * uC5282 BSP header file + * + * Author: W. Eric Norum + * + * COPYRIGHT (c) 2005. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. */ #ifndef _BSP_H diff --git a/c/src/lib/libbsp/m68k/uC5282/include/tm27.h b/c/src/lib/libbsp/m68k/uC5282/include/tm27.h index f8fe447335..e967b34ba2 100644 --- a/c/src/lib/libbsp/m68k/uC5282/include/tm27.h +++ b/c/src/lib/libbsp/m68k/uC5282/include/tm27.h @@ -1,7 +1,12 @@ /* + * Author: W. Eric Norum + * + * COPYRIGHT (c) 2005. + * On-Line Applications Research Corporation (OAR). + * * 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. + * http://www.OARcorp.com/rtems/license.html. */ #ifndef _RTEMS_TMTEST27 diff --git a/c/src/lib/libbsp/m68k/uC5282/network/network.c b/c/src/lib/libbsp/m68k/uC5282/network/network.c index 1a93e2ee55..48b694bc1f 100644 --- a/c/src/lib/libbsp/m68k/uC5282/network/network.c +++ b/c/src/lib/libbsp/m68k/uC5282/network/network.c @@ -1,5 +1,14 @@ /* * RTEMS driver for MCF5282 Fast Ethernet Controller + * + * Author: W. Eric Norum + * + * COPYRIGHT (c) 2005. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. */ #include diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c b/c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c index 64b7915390..6f19e2dad6 100644 --- a/c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c +++ b/c/src/lib/libbsp/m68k/uC5282/startup/bspclean.c @@ -3,19 +3,15 @@ * * This routine returns control from RTEMS to the monitor. * - * Author: - * David Fiddes, D.J@fiddes.surfaid.org - * http://www.calm.hw.ac.uk/davidf/coldfire/ + * Author: W. Eric Norum * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 2005. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * * http://www.OARcorp.com/rtems/license.html. - * + * * $Id$ */ diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c b/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c index 7f75d37e07..be76803483 100644 --- a/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c @@ -6,17 +6,13 @@ * The generic CPU dependent initialization has been performed * before this routine is invoked. * - * Author: - * David Fiddes, D.J@fiddes.surfaid.org - * http://www.calm.hw.ac.uk/davidf/coldfire/ + * Author: W. Eric Norum * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 2005. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at - * * http://www.OARcorp.com/rtems/license.html. * * $Id$ diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c b/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c index d59268c49c..ef17f5ae99 100644 --- a/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c +++ b/c/src/lib/libbsp/m68k/uC5282/startup/init5282.c @@ -1,10 +1,19 @@ /* - * This is where the real hardware setup is done. A minimal stack - * has been provided by the start.S code. No normal C or RTEMS - * functions can be called from here. + * This is where the real hardware setup is done. A minimal stack + * has been provided by the start.S code. No normal C or RTEMS + * functions can be called from here. * * This routine is pretty simple for the uC5282 because all the hard * work has been done by the bootstrap dBUG code. + * + * Author: W. Eric Norum + * + * COPYRIGHT (c) 2005. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. */ #include diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/linkcmds b/c/src/lib/libbsp/m68k/uC5282/startup/linkcmds index ac5a73cf7d..005c994046 100644 --- a/c/src/lib/libbsp/m68k/uC5282/startup/linkcmds +++ b/c/src/lib/libbsp/m68k/uC5282/startup/linkcmds @@ -2,7 +2,9 @@ * This file contains directives for the GNU linker which are specific * to the Arcturus uC DIMM ColdFire 5282 * - * COPYRIGHT (c) 1989-1999. + * Author: W. Eric Norum + * + * COPYRIGHT (c) 2005. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be diff --git a/c/src/lib/libbsp/m68k/uC5282/timer/timer.c b/c/src/lib/libbsp/m68k/uC5282/timer/timer.c index 40ec59eb4d..4feeefac39 100644 --- a/c/src/lib/libbsp/m68k/uC5282/timer/timer.c +++ b/c/src/lib/libbsp/m68k/uC5282/timer/timer.c @@ -2,6 +2,15 @@ * Timer Init * * Use the last DMA timer (DTIM3) as the diagnostic timer. + * + * Author: W. Eric Norum + * + * COPYRIGHT (c) 2005. + * On-Line Applications Research Corporation (OAR). + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.OARcorp.com/rtems/license.html. */ #include -- cgit v1.2.3