diff --git a/lib/libc/gen/eventfd.c b/lib/libc/gen/eventfd.c index b757f82029a9..a9748fa54468 100644 --- a/lib/libc/gen/eventfd.c +++ b/lib/libc/gen/eventfd.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: MIT * * Copyright (c) 2005-2020 Rich Felker, et al. - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/lib/libc/sys/eventfd.2 b/lib/libc/sys/eventfd.2 index ae9e44efc853..ea0320db5e9b 100644 --- a/lib/libc/sys/eventfd.2 +++ b/lib/libc/sys/eventfd.2 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: BSD-2-Clause .\" -.\" Copyright (c) 2020 Greg V +.\" Copyright (c) 2020 Val Packett .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/share/man/man4/hgame.4 b/share/man/man4/hgame.4 index addf14d9f5c5..3eea4a285328 100644 --- a/share/man/man4/hgame.4 +++ b/share/man/man4/hgame.4 @@ -99,7 +99,7 @@ driver first appeared in The .Nm driver was written by -.An Greg V Aq Mt greg@unrelenting.technology . +.An Val Packett Aq Mt val@packett.cool . .Pp This manual page was written by .An Vladimir Kondratyev Aq Mt wulf@FreeBSD.org . diff --git a/share/man/man4/hpen.4 b/share/man/man4/hpen.4 index a043169895ec..87e2439e64d9 100644 --- a/share/man/man4/hpen.4 +++ b/share/man/man4/hpen.4 @@ -106,7 +106,7 @@ driver first appeared in The .Nm driver was written by -.An Greg V Aq Mt greg@unrelenting.technology . +.An Val Packett Aq Mt val@packett.cool . .Pp This manual page was written by .An Vladimir Kondratyev Aq Mt wulf@FreeBSD.org . diff --git a/share/man/man4/xb360gp.4 b/share/man/man4/xb360gp.4 index b19334cc3a0b..57afeb8fc949 100644 --- a/share/man/man4/xb360gp.4 +++ b/share/man/man4/xb360gp.4 @@ -92,7 +92,7 @@ driver first appeared in The .Nm driver was written by -.An Greg V Aq Mt greg@unrelenting.technology . +.An Val Packett Aq Mt val@packett.cool . .Pp This manual page was written by .An Vladimir Kondratyev Aq Mt wulf@FreeBSD.org . diff --git a/sys/arm/arm/pmu_acpi.c b/sys/arm/arm/pmu_acpi.c index f11eacb5059d..c2aef28ab3d9 100644 --- a/sys/arm/arm/pmu_acpi.c +++ b/sys/arm/arm/pmu_acpi.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * Copyright (c) 2021 Ruslan Bukin * * Redistribution and use in source and binary forms, with or without diff --git a/sys/arm64/rockchip/clk/rk3399_cru.c b/sys/arm64/rockchip/clk/rk3399_cru.c index 296d68e1091a..7f6bf3824748 100644 --- a/sys/arm64/rockchip/clk/rk3399_cru.c +++ b/sys/arm64/rockchip/clk/rk3399_cru.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Emmanuel Vadot - * Copyright (c) 2018 Greg V + * Copyright (c) 2018 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/arm64/rockchip/clk/rk3399_pmucru.c b/sys/arm64/rockchip/clk/rk3399_pmucru.c index 3092e265a7f4..74ad9ac8023c 100644 --- a/sys/arm64/rockchip/clk/rk3399_pmucru.c +++ b/sys/arm64/rockchip/clk/rk3399_pmucru.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Emmanuel Vadot - * Copyright (c) 2018 Greg V + * Copyright (c) 2018 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/compat/linuxkpi/common/include/asm/fpu/api.h b/sys/compat/linuxkpi/common/include/asm/fpu/api.h index 133754abdc4b..b4e37ed9a3c1 100644 --- a/sys/compat/linuxkpi/common/include/asm/fpu/api.h +++ b/sys/compat/linuxkpi/common/include/asm/fpu/api.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/compat/linuxkpi/common/include/asm/neon.h b/sys/compat/linuxkpi/common/include/asm/neon.h index 2547fa9304d5..935b4055bc02 100644 --- a/sys/compat/linuxkpi/common/include/asm/neon.h +++ b/sys/compat/linuxkpi/common/include/asm/neon.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2022 Greg V + * Copyright (c) 2022 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/compat/linuxkpi/common/src/linux_fpu.c b/sys/compat/linuxkpi/common/src/linux_fpu.c index 08f7e075d827..5b7021c4954b 100644 --- a/sys/compat/linuxkpi/common/src/linux_fpu.c +++ b/sys/compat/linuxkpi/common/src/linux_fpu.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/hid/hgame.c b/sys/dev/hid/hgame.c index b746661ae50c..5f63cfdd8cfb 100644 --- a/sys/dev/hid/hgame.c +++ b/sys/dev/hid/hgame.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2020 Vladimir Kondratyev - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/hid/hgame.h b/sys/dev/hid/hgame.h index 702c65a4a4c1..f2f12798bde7 100644 --- a/sys/dev/hid/hgame.h +++ b/sys/dev/hid/hgame.h @@ -2,7 +2,7 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2020 Vladimir Kondratyev - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/hid/hpen.c b/sys/dev/hid/hpen.c index 6ffd1f387a0b..456014abb332 100644 --- a/sys/dev/hid/hpen.c +++ b/sys/dev/hid/hpen.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2019 Vladimir Kondratyev - * Copyright (c) 2019 Greg V + * Copyright (c) 2019 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/hid/xb360gp.c b/sys/dev/hid/xb360gp.c index 8f4377305f8a..d6a2bc6a47cc 100644 --- a/sys/dev/hid/xb360gp.c +++ b/sys/dev/hid/xb360gp.c @@ -2,7 +2,7 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2020 Vladimir Kondratyev - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/usb/controller/generic_xhci_acpi.c b/sys/dev/usb/controller/generic_xhci_acpi.c index b5fa9d7009b9..a88a5c3bc7d9 100644 --- a/sys/dev/usb/controller/generic_xhci_acpi.c +++ b/sys/dev/usb/controller/generic_xhci_acpi.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2019 Greg V + * Copyright (c) 2019 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/sys/eventfd.h b/sys/sys/eventfd.h index 1bdec8ebc269..8024dd0bd113 100644 --- a/sys/sys/eventfd.h +++ b/sys/sys/eventfd.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/sys/specialfd.h b/sys/sys/specialfd.h index c388bdcb7b6f..169cf72ed64a 100644 --- a/sys/sys/specialfd.h +++ b/sys/sys/specialfd.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2020 Greg V + * Copyright (c) 2020 Val Packett * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions