diff options
author | Ben Elliston <bje@gnu.org> | 2006-01-01 07:13:02 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2006-01-01 07:13:02 +0000 |
commit | 343a276199137017b0b75e958aa5baa03e8625f2 (patch) | |
tree | b36c8eb2466fb679ca00b0eb8542c58504a9dad3 /runtest.exp | |
parent | 97ce8881329877b6b2e87bbf4d19e4ad5acbd435 (diff) | |
download | dejagnu-343a276199137017b0b75e958aa5baa03e8625f2.zip dejagnu-343a276199137017b0b75e958aa5baa03e8625f2.tar.gz dejagnu-343a276199137017b0b75e958aa5baa03e8625f2.tar.bz2 |
* runtest.exp: Update copyright notice.
* example/calc/testsuite/calc.test/calc.exp: Likewise.
* example/calc/testsuite/config/unix.exp: Likewise.
* testsuite/libdejagnu/tunit.exp: Likewise.
* testsuite/runtest.all/libs.exp: Likewise.
* testsuite/runtest.all/options.exp: Likewise.
* testsuite/runtest.all/stats-sub.exp: Likewise.
* testsuite/runtest.all/stats.exp: Likewise.
Diffstat (limited to 'runtest.exp')
-rwxr-xr-x | runtest.exp | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/runtest.exp b/runtest.exp index f37c552..71903a7 100755 --- a/runtest.exp +++ b/runtest.exp @@ -1,24 +1,24 @@ -# Test Framework Driver -# Copyright (C) 1992 - 2002, 2003 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by +# runtest.exp -- Test framework driver +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +# 2001, 2002, 2003 Free Software Foundation, Inc. +# +# This file is part of DejaGnu. +# +# DejaGnu is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# DejaGnu is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -# Please email any bugs, comments, and/or additions to this file to: -# bug-dejagnu@gnu.org +# along with DejaGnu; if not, write to the Free Software Foundation, +# Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. -# This file was written by Rob Savoye. (rob@welcomehome.org) +# This file was written by Rob Savoye <rob@welcomehome.org>. set frame_version 1.4.4 if ![info exists argv0] { |