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/i386ex/startup/README | 5 ++++- c/src/lib/libbsp/i386/i386ex/startup/linkcmds | 2 +- c/src/lib/libbsp/i386/pc386/clock/ckinit.c | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/clock/rtc.c | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/console/console.c | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/console/inch.c | 17 ++++++++++------- c/src/lib/libbsp/i386/pc386/console/outch.c | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/include/bsp.h | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/include/coverhd.h | 12 ++++++------ c/src/lib/libbsp/i386/pc386/start/start.s | 2 ++ 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 +++++++++------- c/src/lib/libbsp/i386/pc386/timer/timer.c | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/timer/timerisr.s | 16 +++++++++------- c/src/lib/libbsp/i386/pc386/times_i486dx | 2 +- c/src/lib/libbsp/i386/pc386/times_p5 | 2 +- c/src/lib/libbsp/i386/pc386/tools/Spec.doc | 3 +++ c/src/lib/libbsp/i386/pc386/tools/bin2boot.c | 2 ++ 21 files changed, 138 insertions(+), 101 deletions(-) (limited to 'c/src/lib/libbsp/i386') diff --git a/c/src/lib/libbsp/i386/i386ex/startup/README b/c/src/lib/libbsp/i386/i386ex/startup/README index 44f8d1d63c..637758a6d0 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/README +++ b/c/src/lib/libbsp/i386/i386ex/startup/README @@ -1,3 +1,6 @@ +# +# $Id$ +# The doit shell file cd's to $H, which refers to the directory @@ -22,4 +25,4 @@ descriptor tables "into our space". ( in start.s I think ) Erik - \ No newline at end of file + diff --git a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds index 3946acd49d..fa7cf47a60 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/linkcmds +++ b/c/src/lib/libbsp/i386/i386ex/startup/linkcmds @@ -10,7 +10,7 @@ * found in the file LICENSE in this distribution or at * http://www.OARcorp.com/rtems/license.html. * - * linkcmds,v 1.0 1995/11/30 16:52:02 Erik Ivanenko + * $Id$ */ diff --git a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c index e02510c70e..9dedf9c5ba 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/ckinit.c +++ b/c/src/lib/libbsp/i386/pc386/clock/ckinit.c @@ -19,14 +19,16 @@ | ckinit.c,v 1.4 1995/12/19 20:07:13 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/clock/rtc.c b/c/src/lib/libbsp/i386/pc386/clock/rtc.c index 076e06c7e5..bbdebd4608 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/rtc.c +++ b/c/src/lib/libbsp/i386/pc386/clock/rtc.c @@ -20,14 +20,16 @@ | rtc.c,v 1.4 1995/12/19 20:07:15 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/console/console.c b/c/src/lib/libbsp/i386/pc386/console/console.c index 220b56f4a4..7fbf7b58e6 100644 --- a/c/src/lib/libbsp/i386/pc386/console/console.c +++ b/c/src/lib/libbsp/i386/pc386/console/console.c @@ -19,14 +19,16 @@ | console.c,v 1.4 1995/12/19 20:07:23 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/console/inch.c b/c/src/lib/libbsp/i386/pc386/console/inch.c index e87e45728c..77884a868f 100644 --- a/c/src/lib/libbsp/i386/pc386/console/inch.c +++ b/c/src/lib/libbsp/i386/pc386/console/inch.c @@ -16,15 +16,18 @@ | This code is based on: | inch.c,v 1.3 1995/12/19 20:07:25 joel Exp - go32 BSP | With the following copyright notice: +| 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$ +--------------------------------------------------------------------------*/ #include diff --git a/c/src/lib/libbsp/i386/pc386/console/outch.c b/c/src/lib/libbsp/i386/pc386/console/outch.c index a7ee806ee4..28e2c7e879 100644 --- a/c/src/lib/libbsp/i386/pc386/console/outch.c +++ b/c/src/lib/libbsp/i386/pc386/console/outch.c @@ -17,14 +17,16 @@ | outch.c,v 1.4 1995/12/19 20:07:27 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/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h index b442389250..6ba64b9909 100644 --- a/c/src/lib/libbsp/i386/pc386/include/bsp.h +++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h @@ -19,14 +19,16 @@ | bsp.h,v 1.5 1995/12/19 20:07: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$ +--------------------------------------------------------------------------*/ diff --git a/c/src/lib/libbsp/i386/pc386/include/coverhd.h b/c/src/lib/libbsp/i386/pc386/include/coverhd.h index 55be1961bc..d0a025c20c 100644 --- a/c/src/lib/libbsp/i386/pc386/include/coverhd.h +++ b/c/src/lib/libbsp/i386/pc386/include/coverhd.h @@ -3,15 +3,15 @@ * This include file has defines to represent the overhead associated * with calling a particular directive from C on this target. * - * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * All rights assigned to U.S. Government, 1994. + * Copyright 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. + * 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. * - * coverhd.h,v 1.2 1995/12/19 20:07:32 joel Exp + * $Id$ */ #ifndef __COVERHD_h diff --git a/c/src/lib/libbsp/i386/pc386/start/start.s b/c/src/lib/libbsp/i386/pc386/start/start.s index fb9019a742..bdf74731c6 100644 --- a/c/src/lib/libbsp/i386/pc386/start/start.s +++ b/c/src/lib/libbsp/i386/pc386/start/start.s @@ -32,6 +32,8 @@ | | Also based on (from the Linux source tree): | video.S - Copyright (C) 1995, 1996 Martin Mares +| +| $Id$ +--------------------------------------------------------------------------*/ 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$ +--------------------------------------------------------------------------*/ diff --git a/c/src/lib/libbsp/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c index 0cbca572e8..ddad3b3ce9 100644 --- a/c/src/lib/libbsp/i386/pc386/timer/timer.c +++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c @@ -22,14 +22,16 @@ | timer.c,v 1.7 1995/12/19 20:07:43 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/timer/timerisr.s b/c/src/lib/libbsp/i386/pc386/timer/timerisr.s index da9bf83b2b..ba373abcb3 100644 --- a/c/src/lib/libbsp/i386/pc386/timer/timerisr.s +++ b/c/src/lib/libbsp/i386/pc386/timer/timerisr.s @@ -19,14 +19,16 @@ | timerisr.s,v 1.5 1995/12/19 20:07:45 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/times_i486dx b/c/src/lib/libbsp/i386/pc386/times_i486dx index 3555c3ef7d..49601b31d0 100644 --- a/c/src/lib/libbsp/i386/pc386/times_i486dx +++ b/c/src/lib/libbsp/i386/pc386/times_i486dx @@ -1,7 +1,7 @@ # # Timing Test Suite Results for the go32 BSP using an i486DX # -# times_i486dx,v 1.4 1996/07/02 18:14:27 joel Exp +# $Id$ # Board: PC/AT clone diff --git a/c/src/lib/libbsp/i386/pc386/times_p5 b/c/src/lib/libbsp/i386/pc386/times_p5 index c328fcecfc..977c4ec482 100644 --- a/c/src/lib/libbsp/i386/pc386/times_p5 +++ b/c/src/lib/libbsp/i386/pc386/times_p5 @@ -1,7 +1,7 @@ # # Timing Test Suite Results for the go32 BSP using a Pentium # -# times_p5,v 1.3 1995/12/19 20:07:20 joel Exp +# $Id$ # NOTE: To obtain the execution time in microseconds, divide the number of diff --git a/c/src/lib/libbsp/i386/pc386/tools/Spec.doc b/c/src/lib/libbsp/i386/pc386/tools/Spec.doc index c4ca3c4234..ea66a7eb3d 100644 --- a/c/src/lib/libbsp/i386/pc386/tools/Spec.doc +++ b/c/src/lib/libbsp/i386/pc386/tools/Spec.doc @@ -1,3 +1,6 @@ +# +# $Id$ +# 2-28-1995 GK diff --git a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c index f8eaa0faea..4449d81fb9 100644 --- a/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c +++ b/c/src/lib/libbsp/i386/pc386/tools/bin2boot.c @@ -14,6 +14,8 @@ | | This file is provided "AS IS" without warranty of any kind, either | expressed or implied. +| +| $Id$ +--------------------------------------------------------------------------*/ -- cgit v1.2.3