diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-05 19:10:00 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-09 18:57:19 +0000 |
| commit | 9ce0c190d8b3570c0a537f84952dca8c6e462ec3 (patch) | |
| tree | b97d4b6a502e4c3a13f4d0c388d15db9187192c8 | |
| parent | e651c64bcab08c7b12d8ad6e3ad0b1ef3af3b875 (diff) | |
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
| -rw-r--r-- | sys/sys/abi_compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
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: |
