diff options
author | Ben Elliston <bje@gnu.org> | 2006-01-01 07:00:11 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2006-01-01 07:00:11 +0000 |
commit | 97ce8881329877b6b2e87bbf4d19e4ad5acbd435 (patch) | |
tree | f6af2288f98795e8d7f87427097785e935fe7678 /config | |
parent | 10992a2ddd1e16c7bebc9b9a5241f8b976fa6f31 (diff) | |
download | dejagnu-97ce8881329877b6b2e87bbf4d19e4ad5acbd435.tar.gz dejagnu-97ce8881329877b6b2e87bbf4d19e4ad5acbd435.tar.bz2 dejagnu-97ce8881329877b6b2e87bbf4d19e4ad5acbd435.zip |
* config/default.exp, config/unix.exp, config/vxworks.exp,
lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
Formatting fixes.
* dejagnu.h, testsuite/config/default.exp,
testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
testsuite/runtest.all/options.exp,
testsuite/runtest.all/stats-sub.exp,
testsuite/runtest.all/stats.exp: Update copyright notice and FSF
office address. Remove bug reporting address, as it is now
maintained centrally in the README file.
Diffstat (limited to 'config')
-rw-r--r-- | config/default.exp | 2 | ||||
-rw-r--r-- | config/unix.exp | 2 | ||||
-rw-r--r-- | config/vxworks.exp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/config/default.exp b/config/default.exp index 6e8bbcc..1d680be 100644 --- a/config/default.exp +++ b/config/default.exp @@ -17,7 +17,7 @@ # 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>. proc ${tool}_version { } { verbose "WARNING: Using the default proc for tool_version" 2 diff --git a/config/unix.exp b/config/unix.exp index 3a7a14d..1dcf06e 100644 --- a/config/unix.exp +++ b/config/unix.exp @@ -17,7 +17,7 @@ # 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>. if ![info exists board] { error "must set $board before loading unix.exp" diff --git a/config/vxworks.exp b/config/vxworks.exp index a5c1cd3..44ca48c 100644 --- a/config/vxworks.exp +++ b/config/vxworks.exp @@ -17,8 +17,8 @@ # 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 originally written by Rob Savoye. (rob@welcomehome.org) -# and modified by Bob Manson (manson@cygnus.com) +# This file was originally written by Rob Savoye <rob@welcomehome.org> +# and modified by Bob Manson <manson@cygnus.com>. # # Try to boot the machine into the requested OS. |