mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
Add copyright info to core:sys/freebsd
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
package sys_freebsd
|
package sys_freebsd
|
||||||
|
|
||||||
|
/*
|
||||||
|
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
|
||||||
|
Made available under Odin's BSD-3 license.
|
||||||
|
|
||||||
|
List of contributors:
|
||||||
|
Feoramund: Initial implementation.
|
||||||
|
*/
|
||||||
|
|
||||||
import "base:intrinsics"
|
import "base:intrinsics"
|
||||||
import "core:c"
|
import "core:c"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
package sys_freebsd
|
package sys_freebsd
|
||||||
|
|
||||||
|
/*
|
||||||
|
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
|
||||||
|
Made available under Odin's BSD-3 license.
|
||||||
|
|
||||||
|
List of contributors:
|
||||||
|
Feoramund: Initial implementation.
|
||||||
|
*/
|
||||||
|
|
||||||
import "core:c"
|
import "core:c"
|
||||||
|
|
||||||
// These definitions have been extracted from a system running FreeBSD 14.0-RELEASE.
|
// These definitions have been extracted from a system running FreeBSD 14.0-RELEASE.
|
||||||
|
|||||||
Reference in New Issue
Block a user