From 96fc97c81fcb613a3098d5dbf944bdb6567b9e35 Mon Sep 17 00:00:00 2001 From: Stephen Hurd Date: Tue, 19 Dec 2017 17:59:00 +0000 Subject: [PATCH] Update Matthew Macy contact info Email address has changed, uses consistent name (Matthew, not Matt) Reported by: Matthew Macy Differential Revision: https://reviews.freebsd.org/D13537 --- share/man/man4/em.4 | 2 +- sys/compat/linuxkpi/common/src/linux_page.c | 2 +- sys/compat/linuxkpi/common/src/linux_rcu.c | 2 +- sys/dev/e1000/em_txrx.c | 2 +- sys/dev/e1000/if_em.c | 2 +- sys/dev/e1000/if_em.h | 2 +- sys/dev/e1000/igb_txrx.c | 2 +- sys/net/ifdi_if.m | 2 +- sys/net/iflib.c | 2 +- sys/net/iflib.h | 2 +- sys/sys/gtaskqueue.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/share/man/man4/em.4 b/share/man/man4/em.4 index 2966b26ee1d..9a9249fdcaf 100644 --- a/share/man/man4/em.4 +++ b/share/man/man4/em.4 @@ -319,6 +319,6 @@ The driver was originally written by .An Intel Corporation Aq Mt freebsd@intel.com . It was merged with igb driver and converted to the iflib framework by -.An Matthew Macy Aq Mt mmacy@nextbsd.org +.An Matthew Macy Aq Mt mmacy@mattmacy.io and .An Sean Bruno Aq Mt sbruno@FreeBSD.org . diff --git a/sys/compat/linuxkpi/common/src/linux_page.c b/sys/compat/linuxkpi/common/src/linux_page.c index 2c474b86a82..b7d79da46ce 100644 --- a/sys/compat/linuxkpi/common/src/linux_page.c +++ b/sys/compat/linuxkpi/common/src/linux_page.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 2010 Isilon Systems, Inc. - * Copyright (c) 2016 Matt Macy (mmacy@nextbsd.org) + * Copyright (c) 2016 Matthew Macy (mmacy@mattmacy.io) * Copyright (c) 2017 Mellanox Technologies, Ltd. * All rights reserved. * diff --git a/sys/compat/linuxkpi/common/src/linux_rcu.c b/sys/compat/linuxkpi/common/src/linux_rcu.c index 29944090af8..0ece0342aad 100644 --- a/sys/compat/linuxkpi/common/src/linux_rcu.c +++ b/sys/compat/linuxkpi/common/src/linux_rcu.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2016 Matt Macy (mmacy@nextbsd.org) + * Copyright (c) 2016 Matthew Macy (mmacy@mattmacy.io) * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/e1000/em_txrx.c b/sys/dev/e1000/em_txrx.c index 22e983b370a..f81a6b39f0b 100644 --- a/sys/dev/e1000/em_txrx.c +++ b/sys/dev/e1000/em_txrx.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2016-2017 Matt Macy + * Copyright (c) 2016-2017 Matthew Macy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c index f17e4369106..f8e6ed00f8c 100644 --- a/sys/dev/e1000/if_em.c +++ b/sys/dev/e1000/if_em.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2016 Matt Macy + * Copyright (c) 2016 Matthew Macy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/e1000/if_em.h b/sys/dev/e1000/if_em.h index 2435d5674d1..9f789930b53 100644 --- a/sys/dev/e1000/if_em.h +++ b/sys/dev/e1000/if_em.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2016 Matt Macy + * Copyright (c) 2016 Matthew Macy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/e1000/igb_txrx.c b/sys/dev/e1000/igb_txrx.c index 80010369d29..8a56c64b6c1 100644 --- a/sys/dev/e1000/igb_txrx.c +++ b/sys/dev/e1000/igb_txrx.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2016 Matt Macy + * Copyright (c) 2016 Matthew Macy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/net/ifdi_if.m b/sys/net/ifdi_if.m index 81c9ba1fe44..e28ec45444c 100644 --- a/sys/net/ifdi_if.m +++ b/sys/net/ifdi_if.m @@ -1,5 +1,5 @@ # -# Copyright (c) 2014, Matthew Macy (kmacy@freebsd.org) +# Copyright (c) 2014, Matthew Macy (mmacy@mattmacy.io) # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/sys/net/iflib.c b/sys/net/iflib.c index 021ff2ae71b..d476edddc42 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017, Matthew Macy + * Copyright (c) 2014-2017, Matthew Macy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/net/iflib.h b/sys/net/iflib.h index 14181b90489..d1d707beb72 100644 --- a/sys/net/iflib.h +++ b/sys/net/iflib.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017, Matthew Macy (mmacy@nextbsd.org) + * Copyright (c) 2014-2017, Matthew Macy (mmacy@mattmacy.io) * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/gtaskqueue.h b/sys/sys/gtaskqueue.h index 61f66f3e899..41094603b41 100644 --- a/sys/sys/gtaskqueue.h +++ b/sys/sys/gtaskqueue.h @@ -2,7 +2,7 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2014 Jeffrey Roberson - * Copyright (c) 2016 Matthew Macy + * Copyright (c) 2016 Matthew Macy * All rights reserved. * * Redistribution and use in source and binary forms, with or without