The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=80bf64732ce56aa3c932eb9a21d080edc31581f3
commit 80bf64732ce56aa3c932eb9a21d080edc31581f3 Author: Konstantin Belousov <[email protected]> AuthorDate: 2024-04-05 14:57:19 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2024-04-12 01:18:32 +0000 acpidump: add Foundation copyright (cherry picked from commit f1519a8229d71fc1093c8bd27362c5a9f703dd4b) --- usr.sbin/acpi/acpidump/acpi.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.sbin/acpi/acpidump/acpi.c b/usr.sbin/acpi/acpidump/acpi.c index b0d759631ce7..adef488065f6 100644 --- a/usr.sbin/acpi/acpidump/acpi.c +++ b/usr.sbin/acpi/acpidump/acpi.c @@ -4,8 +4,12 @@ * Copyright (c) 1998 Doug Rabson * Copyright (c) 2000 Mitsuru IWASAKI <[email protected]> * Copyright (c) 2020 Alexander Motin <[email protected]> + * Copyright (c) 2024 The FreeBSD Foundation * All rights reserved. * + * Portions of this software were developed by Konstantin Belousov + * under sponsorship from the FreeBSD Foundation. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met:
