diff options
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/genlog | 2 | ||||
-rwxr-xr-x | Porting/p4d2p | 2 | ||||
-rwxr-xr-x | Porting/p4desc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Porting/genlog b/Porting/genlog index b8bd1d6b2f..efb7ef8e10 100755 --- a/Porting/genlog +++ b/Porting/genlog @@ -12,7 +12,7 @@ # # Outputs the changelist to stdout. # -# Gurusamy Sarathy <gsar@umich.edu> +# Gurusamy Sarathy <gsar@activestate.com> # use Text::Wrap; diff --git a/Porting/p4d2p b/Porting/p4d2p index 67780a9393..f645ef807e 100755 --- a/Porting/p4d2p +++ b/Porting/p4d2p @@ -4,7 +4,7 @@ # reads a perforce style diff on stdin and outputs appropriate headers # so the diff can be applied with the patch program # -# Gurusamy Sarathy <gsar@umich.edu> +# Gurusamy Sarathy <gsar@activestate.com> # BEGIN { diff --git a/Porting/p4desc b/Porting/p4desc index 7bac3eb1f2..b6b412d517 100755 --- a/Porting/p4desc +++ b/Porting/p4desc @@ -3,7 +3,7 @@ # # Munge "p4 describe ..." output to include new files. # -# Gurusamy Sarathy <gsar@umich.edu> +# Gurusamy Sarathy <gsar@activestate.com> # use vars qw($thisfile $change $file $fnum $h $v $p4port @addfiles); |