Browse Source

Add copyright info to `core:sys/freebsd`

Feoramund 1 year ago
parent
commit
d9404d928c
2 changed files with 16 additions and 0 deletions
  1. 8 0
      core/sys/freebsd/syscalls.odin
  2. 8 0
      core/sys/freebsd/types.odin

+ 8 - 0
core/sys/freebsd/syscalls.odin

@@ -1,5 +1,13 @@
 package sys_freebsd
 
+/*
+	(c) Copyright 2024 Feoramund <[email protected]>.
+	Made available under Odin's BSD-3 license.
+
+	List of contributors:
+		Feoramund: Initial implementation.
+*/
+
 import "base:intrinsics"
 import "core:c"
 

+ 8 - 0
core/sys/freebsd/types.odin

@@ -1,5 +1,13 @@
 package sys_freebsd
 
+/*
+	(c) Copyright 2024 Feoramund <[email protected]>.
+	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.