The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=f1519a8229d71fc1093c8bd27362c5a9f703dd4b
commit f1519a8229d71fc1093c8bd27362c5a9f703dd4b Author: Konstantin Belousov <[email protected]> AuthorDate: 2024-04-05 14:57:19 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2024-04-05 15:17:55 +0000 acpidump: add Foundation copyright Sponsored by: The FreeBSD Foundation MFC after: 1 week --- 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 e3e426758025..0cc3f76ac018 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:
