Add explicit copyright info to core:testing

This commit is contained in:
Feoramund
2024-08-12 14:16:22 -04:00
parent f42a22369e
commit 0af025d056
8 changed files with 68 additions and 1 deletions
+8
View File
@@ -2,6 +2,14 @@
//+build !windows !linux !darwin !freebsd !openbsd !netbsd !haiku
package testing
/*
(c) Copyright 2024 Feoramund <rune@swevencraft.org>.
Made available under Odin's BSD-3 license.
List of contributors:
Feoramund: Total rewrite.
*/
_setup_signal_handler :: proc() {
// Do nothing.
}