aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-02-18 05:12:06 +0000
committerRob Savoye <rob@welcomehome.org>2001-02-18 05:12:06 +0000
commitd1796b46df0f70ddb14b62013d88d2292995c7f1 (patch)
tree0db1f064cd71218d42418c64f411bab128ac0d06 /config
parent229fa96029bd352626b934a724c88eba6a1350f7 (diff)
downloaddejagnu-d1796b46df0f70ddb14b62013d88d2292995c7f1.zip
dejagnu-d1796b46df0f70ddb14b62013d88d2292995c7f1.tar.gz
dejagnu-d1796b46df0f70ddb14b62013d88d2292995c7f1.tar.bz2
* Most all files: Update copyright notices.
* Makefile.am: Add support for making RPMs. Force different values for RUNTEST and RUNTESTFLAGS, so we can test ourselves. * testsuite/Makefile.am: Force a different value for RUNTESTFLAGS. * acinclude.m4, configure.in: Find Tclsh, and Docbook. * configure: Regenerated. * doc/Makefile.am: Use $DOCBOOK to find the filters. * doc/overview: Add the html version of the doc so one doesn't need docbook to read the manual. * example/calc/Makefile.am: New automake support. * example/calc/Makefile.in: Generated. * example/Makefile.am: Recursion support for make. * example/calc/Makefile.in: Generated by automake. * example/calc/calc.h.in: Move constants to calc.c, so we can use autoheader. * example/calc/calc.c: Add constants from calc.h.in. * redhat/dejagnu.spec: New RPM packaging file. * debian/{changelog,conffiles,control,copyright,postinst,preinst, rules,site.exp}: New Debian packaging support.
Diffstat (limited to 'config')
-rw-r--r--config/arc.exp4
-rw-r--r--config/arm-ice.exp4
-rw-r--r--config/base-config.exp4
-rw-r--r--config/base68k.exp8
-rw-r--r--config/bug.exp4
-rw-r--r--config/cfdbug.exp4
-rw-r--r--config/cygmon.exp4
-rw-r--r--config/d10v.exp4
-rw-r--r--config/ddb-ether.exp4
-rw-r--r--config/ddb.exp4
-rw-r--r--config/dos.exp4
-rw-r--r--config/dve.exp4
-rw-r--r--config/gdb-comm.exp4
-rw-r--r--config/gdb_stub.exp6
-rw-r--r--config/h8300.exp4
-rw-r--r--config/i386-bozo.exp4
-rw-r--r--config/i960.exp4
-rw-r--r--config/m32r-stub.exp4
-rw-r--r--config/m32r.exp4
-rw-r--r--config/mips-idt.exp4
-rw-r--r--config/mn10200-eval.exp4
-rw-r--r--config/mn10300-eval.exp4
-rw-r--r--config/netware.exp4
-rw-r--r--config/powerpc-bug.exp4
-rw-r--r--config/proelf.exp4
-rw-r--r--config/rom68k.exp4
-rw-r--r--config/sh.exp4
-rw-r--r--config/sim.exp4
-rw-r--r--config/slite.exp4
-rw-r--r--config/sparclet.exp4
-rw-r--r--config/udi.exp6
-rw-r--r--config/unix.exp6
-rw-r--r--config/vr4100.exp4
-rw-r--r--config/vr4300.exp4
-rw-r--r--config/vr5000.exp4
-rw-r--r--config/vrtx.exp6
-rw-r--r--config/vxworks.exp6
37 files changed, 81 insertions, 81 deletions
diff --git a/config/arc.exp b/config/arc.exp
index 3fffb06..e38e8e2 100644
--- a/config/arc.exp
+++ b/config/arc.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/arm-ice.exp b/config/arm-ice.exp
index 3fffb06..e38e8e2 100644
--- a/config/arm-ice.exp
+++ b/config/arm-ice.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/base-config.exp b/config/base-config.exp
index 2cd9581..8e16dcf 100644
--- a/config/base-config.exp
+++ b/config/base-config.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
#
# reboot_hook -- called to reboot a target board. Returns 1 on
diff --git a/config/base68k.exp b/config/base68k.exp
index d105ce8..ca0afb2 100644
--- a/config/base68k.exp
+++ b/config/base68k.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1994 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# This file was written by Bob Manson (manson@cygnus.com)
# based on earlier work by JT Conklin (jtc@cygnus.com)
@@ -80,8 +80,8 @@ proc base68k_ld { dest prog } {
# dbug has problems if we go into binary mode, so this allows us to
# disable entry into binary mode.
if ![board_info $dest exists no_binary_mode] {
- remote_binary $dest;
- }
+ remote_binary $dest;
+ }
}
# if we built the srecord on a remote host, copy it back here so we
diff --git a/config/bug.exp b/config/bug.exp
index 881eccc..5155978 100644
--- a/config/bug.exp
+++ b/config/bug.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-dejagnu@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
# This file was written by Bob Manson (manson@cygnus.com).
diff --git a/config/cfdbug.exp b/config/cfdbug.exp
index 2db0ac7..182f023 100644
--- a/config/cfdbug.exp
+++ b/config/cfdbug.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright (C) 1999 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-dejagnu@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
# This file was written by Bob Manson (manson@cygnus.com).
diff --git a/config/cygmon.exp b/config/cygmon.exp
index 2378a12..321fce7 100644
--- a/config/cygmon.exp
+++ b/config/cygmon.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/d10v.exp b/config/d10v.exp
index 3fffb06..e38e8e2 100644
--- a/config/d10v.exp
+++ b/config/d10v.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/ddb-ether.exp b/config/ddb-ether.exp
index 140c0d2..3a8716b 100644
--- a/config/ddb-ether.exp
+++ b/config/ddb-ether.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# This file was written by Bob Manson (manson@cygnus.com)
diff --git a/config/ddb.exp b/config/ddb.exp
index 13a18e0..f2ecf86 100644
--- a/config/ddb.exp
+++ b/config/ddb.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# This file was written by Bob Manson (manson@cygnus.com)
diff --git a/config/dos.exp b/config/dos.exp
index d1b440d..f455acb 100644
--- a/config/dos.exp
+++ b/config/dos.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# This file was written by Bob Manson (manson@cygnus.com)
diff --git a/config/dve.exp b/config/dve.exp
index 3582b5b..668f078 100644
--- a/config/dve.exp
+++ b/config/dve.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1998 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
# For Densan MIPS boards we use gdb to load and execute programs.
diff --git a/config/gdb-comm.exp b/config/gdb-comm.exp
index 3f4fffc..1f3fda7 100644
--- a/config/gdb-comm.exp
+++ b/config/gdb-comm.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1996 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# Note: some of this was cribbed from the gdb testsuite since we need
# to use some pretty standard gdb features (breakpoints in particular).
diff --git a/config/gdb_stub.exp b/config/gdb_stub.exp
index 127c6eb..f1e7fc5 100644
--- a/config/gdb_stub.exp
+++ b/config/gdb_stub.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-98, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# This file was written by Michael Snyder <msnyder@cygnus.com>.
@@ -494,7 +494,7 @@ proc gdb_stub_load { dest prog args } {
if { $status == 0 } {
return [list "pass" $output];
- } elseif { $status > 0 } {
+ } else if { $status > 0 } {
return [list "fail" $output];
} else {
global gdb_stub_retry;
diff --git a/config/h8300.exp b/config/h8300.exp
index 3fffb06..e38e8e2 100644
--- a/config/h8300.exp
+++ b/config/h8300.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/i386-bozo.exp b/config/i386-bozo.exp
index 563da32..9175d69 100644
--- a/config/i386-bozo.exp
+++ b/config/i386-bozo.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/i960.exp b/config/i960.exp
index dcca835..07f1982 100644
--- a/config/i960.exp
+++ b/config/i960.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
#
# Initialize the board on initial connection or after rebooting.
diff --git a/config/m32r-stub.exp b/config/m32r-stub.exp
index 7cdfd23..7952f4a 100644
--- a/config/m32r-stub.exp
+++ b/config/m32r-stub.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb_stub";
diff --git a/config/m32r.exp b/config/m32r.exp
index 3fffb06..e38e8e2 100644
--- a/config/m32r.exp
+++ b/config/m32r.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/mips-idt.exp b/config/mips-idt.exp
index eacdb4d..8c566b8 100644
--- a/config/mips-idt.exp
+++ b/config/mips-idt.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
# For MIPS/IDT we use gdb to load and execute programs.
diff --git a/config/mn10200-eval.exp b/config/mn10200-eval.exp
index 9af6ae5..1f9c444 100644
--- a/config/mn10200-eval.exp
+++ b/config/mn10200-eval.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1998 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
# For MN10200 evaluation boards we use gdb to load and execute programs.
diff --git a/config/mn10300-eval.exp b/config/mn10300-eval.exp
index 1070b42..45b0e2a 100644
--- a/config/mn10300-eval.exp
+++ b/config/mn10300-eval.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1998 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
# For MN10300 evaluation boards we use gdb to load and execute programs.
diff --git a/config/netware.exp b/config/netware.exp
index 75d8149..ef47838 100644
--- a/config/netware.exp
+++ b/config/netware.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1994 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
# This file was written by J.T. Conklin. (jtc@cygnus.com)
diff --git a/config/powerpc-bug.exp b/config/powerpc-bug.exp
index 3fffb06..e38e8e2 100644
--- a/config/powerpc-bug.exp
+++ b/config/powerpc-bug.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/proelf.exp b/config/proelf.exp
index 310af21..4d822c5 100644
--- a/config/proelf.exp
+++ b/config/proelf.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "base68k";
set_board_info shell_prompt "#"
diff --git a/config/rom68k.exp b/config/rom68k.exp
index 63721f8..88257cd 100644
--- a/config/rom68k.exp
+++ b/config/rom68k.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# This file was written by Bob Manson (manson@cygnus.com)
# based on earlier work by J.T. Conklin (jtc@cygnus.com)
diff --git a/config/sh.exp b/config/sh.exp
index 3fffb06..e38e8e2 100644
--- a/config/sh.exp
+++ b/config/sh.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb-comm";
diff --git a/config/sim.exp b/config/sim.exp
index 74edc6f..3143b31 100644
--- a/config/sim.exp
+++ b/config/sim.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1993, 1994, 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1993 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-dejagnu@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
#
# sim_load -- load the program and execute it
diff --git a/config/slite.exp b/config/slite.exp
index 19bf612..52e9807 100644
--- a/config/slite.exp
+++ b/config/slite.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1996 - 2001 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
@@ -15,6 +15,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
load_generic_config "gdb_stub";
diff --git a/config/sparclet.exp b/config/sparclet.exp
index 3f86098..c0b7296 100644
--- a/config/sparclet.exp
+++ b/config/sparclet.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1996 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# This file was written by Michael Snyder <msnyder@cygnus.com>.
diff --git a/config/udi.exp b/config/udi.exp
index 4e10c4f..298ee83 100644
--- a/config/udi.exp
+++ b/config/udi.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1994 - 2001 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
@@ -15,9 +15,9 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
-# This file was originally written by Rob Savoye. (rob@cygnus.com)
+# This file was originally written by Rob Savoye. (rob@welcomehome.org)
# and modified by Bob Manson (manson@cygnus.com)
# When using the simulator (-n iss) and running nice'd, things can naturally
diff --git a/config/unix.exp b/config/unix.exp
index d3e7fab..170ae94 100644
--- a/config/unix.exp
+++ b/config/unix.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 92, 1993, 1994, 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1992 - 2001 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
@@ -15,9 +15,9 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
-# This file was written by Rob Savoye. (rob@cygnus.com)
+# 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/vr4100.exp b/config/vr4100.exp
index 16d20b8..49943ac 100644
--- a/config/vr4100.exp
+++ b/config/vr4100.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# We're using a ddb monitor.
load_generic_config "ddb";
diff --git a/config/vr4300.exp b/config/vr4300.exp
index 16d20b8..49943ac 100644
--- a/config/vr4300.exp
+++ b/config/vr4300.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# We're using a ddb monitor.
load_generic_config "ddb";
diff --git a/config/vr5000.exp b/config/vr5000.exp
index 01945cf..d52f1f8 100644
--- a/config/vr5000.exp
+++ b/config/vr5000.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997 - 2001 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
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
# We're using a ddb monitor, but we want to use the ethernet to load files.
load_generic_config "ddb-ether";
diff --git a/config/vrtx.exp b/config/vrtx.exp
index cff962c..ff0cd4a 100644
--- a/config/vrtx.exp
+++ b/config/vrtx.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1994 - 2001 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
@@ -15,9 +15,9 @@
# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# bug-gcc@prep.ai.mit.edu
+# bug-dejagnu@gnu.org
-# This file was written by Rob Savoye. (rob@cygnus.com)
+# This file was written by Rob Savoye. (rob@welcomehome.org)
# This file uses the xsh protocol.
diff --git a/config/vxworks.exp b/config/vxworks.exp
index 3ab4a71..2b04e24 100644
--- a/config/vxworks.exp
+++ b/config/vxworks.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 92, 93, 94, 95, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1992 - 2001 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
@@ -15,9 +15,9 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please email any bugs, comments, and/or additions to this file to:
-# DejaGnu@cygnus.com
+# bug-dejagnu@gnu.org
-# This file was originally written by Rob Savoye. (rob@cygnus.com)
+# This file was originally written by Rob Savoye. (rob@welcomehome.org)
# and modified by Bob Manson (manson@cygnus.com)
#