mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 07:51:49 -07:00
Add new contribution notes to core:net
This commit is contained in:
@@ -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`
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user