From b6394ae43432a3c69f1737d1ed1e23db8e7896ba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Apr 1998 15:13:01 +0000 Subject: Transitioned to shared bsp_libc_init() and cleaned up comments. --- c/src/lib/libbsp/powerpc/psim/tools/runtest | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/psim/tools/runtest') diff --git a/c/src/lib/libbsp/powerpc/psim/tools/runtest b/c/src/lib/libbsp/powerpc/psim/tools/runtest index eea6b2ac6a..f0aeae0268 100755 --- a/c/src/lib/libbsp/powerpc/psim/tools/runtest +++ b/c/src/lib/libbsp/powerpc/psim/tools/runtest @@ -1,12 +1,20 @@ #!/bin/sh -p # -# $Id$ -# # Run rtems tests on the powerpc simulator # This program generates a simulator script to run each test # Typically the test is then run, although it can be generated # and left as a file using -s # +# COPYRIGHT (c) 1989-1998. +# 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$ +# # progname=`basename $0` progname=${0##*/} # fast basename hack for ksh, bash -- cgit v1.2.3