The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9ce0c190d8b3570c0a537f84952dca8c6e462ec3
commit 9ce0c190d8b3570c0a537f84952dca8c6e462ec3 Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-02-05 19:10:00 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-02-09 18:57:19 +0000 sys/abi_compat.h: add Foundation copyright for uint64_t stuff Reviewed by: brooks Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D55135 --- sys/sys/abi_compat.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/sys/abi_compat.h b/sys/sys/abi_compat.h index 1753d8dd25c2..69fb349edc7a 100644 --- a/sys/sys/abi_compat.h +++ b/sys/sys/abi_compat.h @@ -4,6 +4,11 @@ * Copyright (c) 2001 Doug Rabson * All rights reserved. * + * Copyright 2026 The FreeBSD Foundation + * + * 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:
