Author: shurd
Date: Tue Dec 19 17:59:00 2017
New Revision: 326984
URL: https://svnweb.freebsd.org/changeset/base/326984

Log:
  Update Matthew Macy contact info
  
  Email address has changed, uses consistent name (Matthew, not Matt)
  
  Reported by:  Matthew Macy <mm...@mattmacy.io>
  Differential Revision:        https://reviews.freebsd.org/D13537

Modified:
  head/share/man/man4/em.4
  head/sys/compat/linuxkpi/common/src/linux_page.c
  head/sys/compat/linuxkpi/common/src/linux_rcu.c
  head/sys/dev/e1000/em_txrx.c
  head/sys/dev/e1000/if_em.c
  head/sys/dev/e1000/if_em.h
  head/sys/dev/e1000/igb_txrx.c
  head/sys/net/ifdi_if.m
  head/sys/net/iflib.c
  head/sys/net/iflib.h
  head/sys/sys/gtaskqueue.h

Modified: head/share/man/man4/em.4
==============================================================================
--- head/share/man/man4/em.4    Tue Dec 19 17:13:04 2017        (r326983)
+++ head/share/man/man4/em.4    Tue Dec 19 17:59:00 2017        (r326984)
@@ -319,6 +319,6 @@ The
 driver was originally written by
 .An Intel Corporation Aq Mt free...@intel.com .
 It was merged with igb driver and converted to the iflib framework by
-.An Matthew Macy Aq Mt mm...@nextbsd.org
+.An Matthew Macy Aq Mt mm...@mattmacy.io
 and
 .An Sean Bruno Aq Mt sbr...@freebsd.org .

Modified: head/sys/compat/linuxkpi/common/src/linux_page.c
==============================================================================
--- head/sys/compat/linuxkpi/common/src/linux_page.c    Tue Dec 19 17:13:04 
2017        (r326983)
+++ head/sys/compat/linuxkpi/common/src/linux_page.c    Tue Dec 19 17:59:00 
2017        (r326984)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2010 Isilon Systems, Inc.
- * Copyright (c) 2016 Matt Macy (mm...@nextbsd.org)
+ * Copyright (c) 2016 Matthew Macy (mm...@mattmacy.io)
  * Copyright (c) 2017 Mellanox Technologies, Ltd.
  * All rights reserved.
  *

Modified: head/sys/compat/linuxkpi/common/src/linux_rcu.c
==============================================================================
--- head/sys/compat/linuxkpi/common/src/linux_rcu.c     Tue Dec 19 17:13:04 
2017        (r326983)
+++ head/sys/compat/linuxkpi/common/src/linux_rcu.c     Tue Dec 19 17:59:00 
2017        (r326984)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016 Matt Macy (mm...@nextbsd.org)
+ * Copyright (c) 2016 Matthew Macy (mm...@mattmacy.io)
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/e1000/em_txrx.c
==============================================================================
--- head/sys/dev/e1000/em_txrx.c        Tue Dec 19 17:13:04 2017        
(r326983)
+++ head/sys/dev/e1000/em_txrx.c        Tue Dec 19 17:59:00 2017        
(r326984)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016-2017 Matt Macy <mm...@nextbsd.org>
+ * Copyright (c) 2016-2017 Matthew Macy <mm...@mattmacy.io>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/e1000/if_em.c
==============================================================================
--- head/sys/dev/e1000/if_em.c  Tue Dec 19 17:13:04 2017        (r326983)
+++ head/sys/dev/e1000/if_em.c  Tue Dec 19 17:59:00 2017        (r326984)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause
  *
- * Copyright (c) 2016 Matt Macy <mm...@nextbsd.org>
+ * Copyright (c) 2016 Matthew Macy <mm...@mattmacy.io>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/e1000/if_em.h
==============================================================================
--- head/sys/dev/e1000/if_em.h  Tue Dec 19 17:13:04 2017        (r326983)
+++ head/sys/dev/e1000/if_em.h  Tue Dec 19 17:59:00 2017        (r326984)
@@ -1,7 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause
  *
- * Copyright (c) 2016 Matt Macy <mm...@nextbsd.org>
+ * Copyright (c) 2016 Matthew Macy <mm...@mattmacy.io>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/e1000/igb_txrx.c
==============================================================================
--- head/sys/dev/e1000/igb_txrx.c       Tue Dec 19 17:13:04 2017        
(r326983)
+++ head/sys/dev/e1000/igb_txrx.c       Tue Dec 19 17:59:00 2017        
(r326984)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016 Matt Macy <mm...@nextbsd.org>
+ * Copyright (c) 2016 Matthew Macy <mm...@mattmacy.io>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/net/ifdi_if.m
==============================================================================
--- head/sys/net/ifdi_if.m      Tue Dec 19 17:13:04 2017        (r326983)
+++ head/sys/net/ifdi_if.m      Tue Dec 19 17:59:00 2017        (r326984)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2014, Matthew Macy (km...@freebsd.org)
+# Copyright (c) 2014, Matthew Macy (mm...@mattmacy.io)
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/sys/net/iflib.c
==============================================================================
--- head/sys/net/iflib.c        Tue Dec 19 17:13:04 2017        (r326983)
+++ head/sys/net/iflib.c        Tue Dec 19 17:59:00 2017        (r326984)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017, Matthew Macy <mm...@nextbsd.org>
+ * Copyright (c) 2014-2017, Matthew Macy <mm...@mattmacy.io>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/net/iflib.h
==============================================================================
--- head/sys/net/iflib.h        Tue Dec 19 17:13:04 2017        (r326983)
+++ head/sys/net/iflib.h        Tue Dec 19 17:59:00 2017        (r326984)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017, Matthew Macy (mm...@nextbsd.org)
+ * Copyright (c) 2014-2017, Matthew Macy (mm...@mattmacy.io)
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/sys/gtaskqueue.h
==============================================================================
--- head/sys/sys/gtaskqueue.h   Tue Dec 19 17:13:04 2017        (r326983)
+++ head/sys/sys/gtaskqueue.h   Tue Dec 19 17:59:00 2017        (r326984)
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2014 Jeffrey Roberson <j...@freebsd.org>
- * Copyright (c) 2016 Matthew Macy <mm...@nextbsd.org>
+ * Copyright (c) 2016 Matthew Macy <mm...@mattmacy.io>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to