aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-08-05 02:30:12 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-08-05 03:05:49 -0400
commitfe754af13dcc6eb69ec5960b48c9de44a2eb3101 (patch)
treeb4957d9aefd88e3f70686f24c42436192a4ac749 /tests
parent61e770d94398b65c3fe4f47898e248a691181dfd (diff)
Add new contribution notes to `core:net`
Diffstat (limited to 'tests')
-rw-r--r--tests/core/net/test_core_net.odin2
-rw-r--r--tests/core/net/test_core_net_freebsd.odin12
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/core/net/test_core_net.odin b/tests/core/net/test_core_net.odin
index 515fdf0c9..54524a8d5 100644
--- a/tests/core/net/test_core_net.odin
+++ b/tests/core/net/test_core_net.odin
@@ -1,10 +1,12 @@
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
+ Copyright 2024 Feoramund <rune@swevencraft.org>.
Made available under Odin's BSD-3 license.
List of contributors:
Jeroen van Rijn: Initial implementation.
graphitemaster: pton/ntop IANA test vectors
+ Feoramund: FreeBSD-specific tests.
A test suite for `core:net`
*/
diff --git a/tests/core/net/test_core_net_freebsd.odin b/tests/core/net/test_core_net_freebsd.odin
index 85a73aa9e..61e801f2b 100644
--- a/tests/core/net/test_core_net_freebsd.odin
+++ b/tests/core/net/test_core_net_freebsd.odin
@@ -1,3 +1,15 @@
+/*
+ Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
+ Copyright 2024 Feoramund <rune@swevencraft.org>.
+ Made available under Odin's BSD-3 license.
+
+ List of contributors:
+ Jeroen van Rijn: Initial implementation.
+ graphitemaster: pton/ntop IANA test vectors
+ Feoramund: FreeBSD-specific tests.
+
+ A test suite for `core:net`
+*/
//+build freebsd
package test_core_net