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_linux.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/net/socket_linux.odin') diff --git a/core/net/socket_linux.odin b/core/net/socket_linux.odin index a4d75b92b..8c7154e28 100644 --- a/core/net/socket_linux.odin +++ b/core/net/socket_linux.odin @@ -10,6 +10,7 @@ package net Copyright 2022 Tetralux Copyright 2022 Colin Davidson Copyright 2022 Jeroen van Rijn . + Copyright 2024 Feoramund . Made available under Odin's BSD-3 license. List of contributors: @@ -17,6 +18,7 @@ package net Colin Davidson: Linux platform code, OSX platform code, Odin-native DNS resolver Jeroen van Rijn: Cross platform unification, code style, documentation flysand: Move dependency from core:os to core:sys/linux + Feoramund: FreeBSD platform code */ import "core:c" -- cgit v1.2.3