aboutsummaryrefslogtreecommitdiff
path: root/core/net/socket_windows.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-08-09 09:50:05 +0200
committerGitHub <noreply@github.com>2024-08-09 09:50:05 +0200
commitcc24d2de3e5cce8f7f3ee969479d66e512478eb5 (patch)
treed58859d25514aca1942cb7da52e2b3f20d73c21d /core/net/socket_windows.odin
parentbc6deab1759fa10177c7b2a09d2530ffa88d8cc8 (diff)
parent6cc7f3b451f6465dcba0ac9c5a0befb734478a02 (diff)
Merge pull request #3810 from Feoramund/freebsd-core-net
Port `core:net` to FreeBSD
Diffstat (limited to 'core/net/socket_windows.odin')
-rw-r--r--core/net/socket_windows.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/net/socket_windows.odin b/core/net/socket_windows.odin
index eef0df583..8ee75bc3b 100644
--- a/core/net/socket_windows.odin
+++ b/core/net/socket_windows.odin
@@ -10,12 +10,14 @@ package net
Copyright 2022 Tetralux <tetraluxonpc@gmail.com>
Copyright 2022 Colin Davidson <colrdavidson@gmail.com>
Copyright 2022 Jeroen van Rijn <nom@duclavier.com>.
+ Copyright 2024 Feoramund <rune@swevencraft.org>.
Made available under Odin's BSD-3 license.
List of contributors:
Tetralux: Initial implementation
Colin Davidson: Linux platform code, OSX platform code, Odin-native DNS resolver
Jeroen van Rijn: Cross platform unification, code style, documentation
+ Feoramund: FreeBSD platform code
*/
import "core:c"