Assign copyright to OAR since all files descend from OAR's source.

This commit is contained in:
Eric Norum
2005-11-07 17:22:23 +00:00
parent 086c1c3b9e
commit 12b36efe39
11 changed files with 81 additions and 23 deletions

View File

@@ -1,3 +1,7 @@
2005-11-07 Eric Norum <norume@aps.anl.gov>
* Almost everything: Assign copyright to OAR.
2005-10-26 Eric Norum <norume@aps.anl.gov>
* README, network/network.c: Add support for forcing link parameters.

View File

@@ -1,6 +1,15 @@
/*
* Use the last periodic interval timer (PIT3) as the system clock.
*
* Author: W. Eric Norum <norume@aps.anl.gov>
*
* 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$
*/

View File

@@ -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 <norume@aps.anl.gov>
*
* 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 <stdio.h>
#include <fcntl.h>

View File

@@ -1,5 +1,14 @@
/*
* uC5282 BSP header file
*
* Author: W. Eric Norum <norume@aps.anl.gov>
*
* 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

View File

@@ -1,7 +1,12 @@
/*
* Author: W. Eric Norum <norume@aps.anl.gov>
*
* 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

View File

@@ -1,5 +1,14 @@
/*
* RTEMS driver for MCF5282 Fast Ethernet Controller
*
* Author: W. Eric Norum <norume@aps.anl.gov>
*
* 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 <bsp.h>

View File

@@ -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 <norume@aps.anl.gov>
*
* 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$
*/

View File

@@ -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 <norume@aps.anl.gov>
*
* 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$

View File

@@ -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 <norume@aps.anl.gov>
*
* 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 <rtems.h>

View File

@@ -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 <norume@aps.anl.gov>
*
* COPYRIGHT (c) 2005.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be

View File

@@ -2,6 +2,15 @@
* Timer Init
*
* Use the last DMA timer (DTIM3) as the diagnostic timer.
*
* Author: W. Eric Norum <norume@aps.anl.gov>
*
* 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 <rtems.h>