diff --git a/core/sys/freebsd/syscalls.odin b/core/sys/freebsd/syscalls.odin index 506a43bba..4a79bd56c 100644 --- a/core/sys/freebsd/syscalls.odin +++ b/core/sys/freebsd/syscalls.odin @@ -1,5 +1,13 @@ package sys_freebsd +/* + (c) Copyright 2024 Feoramund . + Made available under Odin's BSD-3 license. + + List of contributors: + Feoramund: Initial implementation. +*/ + import "base:intrinsics" import "core:c" diff --git a/core/sys/freebsd/types.odin b/core/sys/freebsd/types.odin index 0921221d8..a13961a47 100644 --- a/core/sys/freebsd/types.odin +++ b/core/sys/freebsd/types.odin @@ -1,5 +1,13 @@ package sys_freebsd +/* + (c) Copyright 2024 Feoramund . + Made available under Odin's BSD-3 license. + + List of contributors: + Feoramund: Initial implementation. +*/ + import "core:c" // These definitions have been extracted from a system running FreeBSD 14.0-RELEASE.