The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3d14c793f882bd884ed8a1a5367fa4be768a781f
commit 3d14c793f882bd884ed8a1a5367fa4be768a781f Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-02-05 19:10:00 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-02-21 21:34:07 +0000 sys/abi_compat.h: add Foundation copyright for uint64_t stuff (cherry picked from commit 9ce0c190d8b3570c0a537f84952dca8c6e462ec3) --- 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:
