Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2011 20:06:14 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224253 - head/lib/libc/amd64/string
Message-ID:  <201107212006.p6LK6Ekq083882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gnn
Date: Thu Jul 21 20:06:14 2011
New Revision: 224253
URL: http://svn.freebsd.org/changeset/base/224253

Log:
  Remove incorrect attribution.
  
  Approved by:	re (kib)
  Pointed out by: brueffer
  Pointy hat to: gnn

Modified:
  head/lib/libc/amd64/string/stpcpy.S

Modified: head/lib/libc/amd64/string/stpcpy.S
==============================================================================
--- head/lib/libc/amd64/string/stpcpy.S	Thu Jul 21 20:02:22 2011	(r224252)
+++ head/lib/libc/amd64/string/stpcpy.S	Thu Jul 21 20:06:14 2011	(r224253)
@@ -1,5 +1,5 @@
 /*
- * Adapted by Guillaume Morin <guillaume@hudson-trading.com> from strcpy.S
+ * Adapted by Guillaume Morin <guillaume@morinfr.org> from strcpy.S
  * written by J.T. Conklin <jtc@acorntoolworks.com>
  * Public domain.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107212006.p6LK6Ekq083882>