Date: Wed, 1 Feb 2023 17:39:49 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5ebea466dc02 - main - inpcb: add myself to the copyright notice Message-ID: <202302011739.311HdnfE059313@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=5ebea466dc02f28573af96033f2651fc8dc04c0f commit 5ebea466dc02f28573af96033f2651fc8dc04c0f Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2023-02-01 17:35:25 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2023-02-01 17:39:25 +0000 inpcb: add myself to the copyright notice for the SMR synchronization in late 2021 and following cleanups --- sys/netinet/in_pcb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 0a99981d059b..baac2f131df4 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -5,6 +5,7 @@ * The Regents of the University of California. * Copyright (c) 2007-2009 Robert N. M. Watson * Copyright (c) 2010-2011 Juniper Networks, Inc. + * Copyright (c) 2021-2022 Gleb Smirnoff <glebius@FreeBSD.org> * All rights reserved. * * Portions of this software were developed by Robert N. M. Watson under
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302011739.311HdnfE059313>