mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 04:02:33 +00:00
Add copyright info to core:sys/freebsd
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
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 "core:c"
|
||||
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
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"
|
||||
|
||||
// These definitions have been extracted from a system running FreeBSD 14.0-RELEASE.
|
||||
|
||||
Reference in New Issue
Block a user