changeset 1451:05f0c06471c9

[project @ 1995-09-20 04:01:39 by jwe]
author jwe
date Wed, 20 Sep 1995 04:02:03 +0000
parents 2f4a1acb555d
children 2eb569ed50bf
files octMakefile.in octave-bug.in
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/octMakefile.in	Wed Sep 20 03:57:04 1995 +0000
+++ b/octMakefile.in	Wed Sep 20 04:02:03 1995 +0000
@@ -2,9 +2,9 @@
 # Makefile for octave
 #
 # John W. Eaton
-# jwe@che.utexas.edu
+# jwe@bevo.che.wisc.edu
+# University of Wisconsin-Madison
 # Department of Chemical Engineering
-# The University of Texas at Austin
 
 TOPDIR = .
 
--- a/octave-bug.in	Wed Sep 20 03:57:04 1995 +0000
+++ b/octave-bug.in	Wed Sep 20 04:02:03 1995 +0000
@@ -6,9 +6,9 @@
 # Patterned after the bashbug script from bash 1.14.
 #
 # John W. Eaton
-# jwe@che.utexas.edu
+# jwe@bevo.che.wisc.edu
+# University of Wisconsin-Madison
 # Department of Chemical Engineering
-# The University of Texas at Austin
 
 # Configuration:  these variables are filled in at configuration time.
 
@@ -51,9 +51,9 @@
 ss_p=`echo $VERSION | grep "^ss-"`
 if test -n "$ss_p"
 then
-  BUGADDR="octave-maintainers@che.utexas.edu"
+  BUGADDR="octave-maintainers@bevo.che.wisc.edu"
 else
-  BUGADDR="bug-octave@che.utexas.edu"
+  BUGADDR="bug-octave@bevo.che.wisc.edu"
 fi
 
 SUBJECT="[50 character or so descriptive subject here (for reference)]"