diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2023-02-01 17:37:35 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2023-02-01 17:39:28 +0000 |
| commit | fd53298799473575e36083c428982a4ba1a5353f (patch) | |
| tree | 33becddf5973b1c7bbc5cff73a0701a2d3d6213b | |
| parent | 5ebea466dc02f28573af96033f2651fc8dc04c0f (diff) | |
unix: add myself to the copyright notice
for the new implementation of PF_UNIX/SOCK_DGRAM
| -rw-r--r-- | sys/kern/uipc_usrreq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 0c6d41ddca10..8f86bdb48c69 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -5,6 +5,7 @@ * The Regents of the University of California. All Rights Reserved. * Copyright (c) 2004-2009 Robert N. M. Watson All Rights Reserved. * Copyright (c) 2018 Matthew Macy + * Copyright (c) 2022 Gleb Smirnoff <glebius@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
