From fe754af13dcc6eb69ec5960b48c9de44a2eb3101 Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:30:12 -0400 Subject: Add new contribution notes to `core:net` --- core/net/socket.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/net/socket.odin') diff --git a/core/net/socket.odin b/core/net/socket.odin index 1472eb365..e36c67d21 100644 --- a/core/net/socket.odin +++ b/core/net/socket.odin @@ -10,12 +10,14 @@ package net Copyright 2022-2023 Tetralux Copyright 2022-2023 Colin Davidson Copyright 2022-2023 Jeroen van Rijn . + Copyright 2024 Feoramund . 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 */ any_socket_to_socket :: proc "contextless" (socket: Any_Socket) -> Socket { -- cgit v1.2.3