From 6f9c75c3222e99621dadd7c7d8499d76619a8a60 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 16 Jan 1998 16:56:48 +0000 Subject: Ralf Corsepius reported a number of missing CVS Id's: > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose. --- c/src/lib/libbsp/i386/pc386/startup/bspstart.c | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/startup/exit.c | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/startup/ldsegs.s | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/startup/linkcmds | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/startup/sbrk.c | 16 +++++++++------- 5 files changed, 45 insertions(+), 35 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/startup') diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c index 73c9e6adeb..ac059c1169 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c @@ -21,14 +21,16 @@ | bspstart.c,v 1.8 1996/05/28 13:12:40 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * -| * On-Line Applications Research Corporation (OAR). * -| * All rights assigned to U.S. Government, 1994. * -| * * -| * This material may be reproduced by or for the U.S. Government pursuant * -| * to the copyright license under the clause at DFARS 252.227-7013. This * -| * notice must appear in all copies of this file and its derivatives. * +| * COPYRIGHT (c) 1989-1997. +| * 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 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/i386/pc386/startup/exit.c b/c/src/lib/libbsp/i386/pc386/startup/exit.c index b518c71418..3df1cdb5af 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/exit.c +++ b/c/src/lib/libbsp/i386/pc386/startup/exit.c @@ -19,14 +19,16 @@ | exit.c,v 1.2 1995/12/19 20:07:36 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * -| * On-Line Applications Research Corporation (OAR). * -| * All rights assigned to U.S. Government, 1994. * -| * * -| * This material may be reproduced by or for the U.S. Government pursuant * -| * to the copyright license under the clause at DFARS 252.227-7013. This * -| * notice must appear in all copies of this file and its derivatives. * +| * COPYRIGHT (c) 1989-1997. +| * 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 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/i386/pc386/startup/ldsegs.s b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.s index 507eee92de..506d103ab0 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/ldsegs.s +++ b/c/src/lib/libbsp/i386/pc386/startup/ldsegs.s @@ -24,15 +24,17 @@ | ldsegs.s,v 1.4 1996/04/20 16:48:30 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * -| * On-Line Applications Research Corporation (OAR). * -| * All rights assigned to U.S. Government, 1994. * -| * * -| * This material may be reproduced by or for the U.S. Government pursuant * -| * to the copyright license under the clause at DFARS 252.227-7013. This * -| * notice must appear in all copies of this file and its derivatives. * +| * COPYRIGHT (c) 1989-1997. +| * 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 found in the file LICENSE in this distribution or at +| * http://www.OARcorp.com/rtems/license.html. | ************************************************************************** | +| $Id$ +| | Also based on (from the Linux source tree): | setup.S - Copyright (C) 1991, 1992 Linus Torvalds +--------------------------------------------------------------------------*/ diff --git a/c/src/lib/libbsp/i386/pc386/startup/linkcmds b/c/src/lib/libbsp/i386/pc386/startup/linkcmds index 516d9c3393..339195da1b 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/linkcmds +++ b/c/src/lib/libbsp/i386/pc386/startup/linkcmds @@ -20,14 +20,16 @@ | linkcmds,v 1.3 1995/12/19 20:06:58 joel Exp - FORCE CPU386 BSP | With the following copyright notice: | ************************************************************************** -| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * -| * On-Line Applications Research Corporation (OAR). * -| * All rights assigned to U.S. Government, 1994. * -| * * -| * This material may be reproduced by or for the U.S. Government pursuant * -| * to the copyright license under the clause at DFARS 252.227-7013. This * -| * notice must appear in all copies of this file and its derivatives. * +| * COPYRIGHT (c) 1989-1997. +| * 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 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/i386/pc386/startup/sbrk.c b/c/src/lib/libbsp/i386/pc386/startup/sbrk.c index 851f9ed0e6..a8d872fa00 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/sbrk.c +++ b/c/src/lib/libbsp/i386/pc386/startup/sbrk.c @@ -22,14 +22,16 @@ | sbrk.c,v 1.2 1995/12/19 20:07:38 joel Exp - go32 BSP | With the following copyright notice: | ************************************************************************** -| * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * -| * On-Line Applications Research Corporation (OAR). * -| * All rights assigned to U.S. Government, 1994. * -| * * -| * This material may be reproduced by or for the U.S. Government pursuant * -| * to the copyright license under the clause at DFARS 252.227-7013. This * -| * notice must appear in all copies of this file and its derivatives. * +| * COPYRIGHT (c) 1989-1997. +| * 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 found in the file LICENSE in this distribution or at +| * http://www.OARcorp.com/rtems/license.html. | ************************************************************************** +| +| $Id$ +--------------------------------------------------------------------------*/ -- cgit v1.2.3