From f64332a41837d1fea966b091f9e837d6a7ff7d17 Mon Sep 17 00:00:00 2001 From: Per Arneng Date: Sun, 23 Feb 2003 20:44:27 +0000 Subject: [PATCH] Added my name to author list :) svn path=/trunk/mcs/; revision=11897 --- mcs/class/System.Web/System.Web.Mail/SmtpMail.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/System.Web/System.Web.Mail/SmtpMail.cs b/mcs/class/System.Web/System.Web.Mail/SmtpMail.cs index f2e1408801a9a..febb3157ddfe2 100644 --- a/mcs/class/System.Web/System.Web.Mail/SmtpMail.cs +++ b/mcs/class/System.Web/System.Web.Mail/SmtpMail.cs @@ -3,7 +3,7 @@ // // Author: // Lawrence Pit (loz@cable.a2000.nl) -// +// Per Arneng (pt99par@student.bth.se) (SmtpMail.Send) // using System;